Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaCalLC::childCareMaxCreditCal Method

Calculates the maximum child care credit.

C++
static double childCareMaxCreditCal(
    const WorkerDataGeneral& workerData, 
    const DoubleAnnual& earnOasdi, 
    const AverageWage& awi, 
    const LawChangeCHILDCARECREDIT& lawChange, 
    int year
);
Parameters 
Description 
const WorkerDataGeneral& workerData 
Basic worker data. 
const DoubleAnnual& earnOasdi 
OASDI covered earnings. 
const AverageWage& awi 
Average wage indexing array. 
const LawChangeCHILDCARECREDIT& lawChange 
Law-change parameters for CHILDCARECREDIT. 
int year 
The year being considered. 

The maximum child care credit.

Note that this function is static.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!