Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaParams::earlyAgeOabCalPL Method

Returns earliest possible retirement age for old-age benie or aged spouse, based on present law.

C++
static Age earlyAgeOabCalPL(
    Sex::sex_type sex, 
    const boost::gregorian::date& kbirth
);
Parameters 
Description 
Sex::sex_type sex 
The sex of number holder (Sex::sex_type::MALE for male, Sex::sex_type::FEMALE for female). 
const boost::gregorian::date& kbirth 
The date of birth, adjusted to previous day. 

Earliest possible retirement age for old-age benie or aged spouse, based on present law.

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