Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaCal::ardriAuxCal Method

Calculates the benefit factor and number of months of early or delayed retirement for a dependent or survivor.

C++
void ardriAuxCal(
    WorkerDataGeneral * widowData, 
    PiaData * widowPiaData, 
    Secondary * secondaryData, 
    const DateMoyr& entDate
) const;
Parameters 
Description 
WorkerDataGeneral * widowData 
Family member's basic information. 
PiaData * widowPiaData 
Family member's primary benefit data. 
Secondary * secondaryData 
Family member's secondary benefit data. 
const DateMoyr& entDate 
Entitlement date. 
Exceptions 
Description 
PiaException of type PIA_IDS_ARDRI10 if aged wife age is before early retirement age; of type PIA_IDS_JSURV if invalid bic; of type PIA_IDS_ARDRI4 if disabled widow(er) age is before earliest possible age; of type PIA_IDS_ARDRI5 if disabled widow(er) entitlement is before benefit date; of type PIA_IDS_ARDRI6 if aged widow(er) age is before earliest possible age. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!