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

Computes year of eligibility after considering disability.

C++
static int eligYearCal2(
    const WorkerDataGeneral& workerData, 
    PiaData& piaData, 
    WorkerDataGeneral::ben_type ioasdi, 
    int eligYear
);
Parameters 
Description 
const WorkerDataGeneral& workerData 
Worker's basic data. 
PiaData& piaData 
Benefit calculation data. 
WorkerDataGeneral::ben_type ioasdi 
Type of benefit (old-age, survivor, or disability).  
int eligYear 
Year of attainment of age 62, for old-age and disability, or year of death, for survivor. 

Year of eligibility after considering disability.

Note that this is a static function.

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