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

Calculates number of months of delayed retirement credit for OAB.

C++
static int monthsDriCal(
    const DateMoyr& fullRetDate, 
    int eligYear, 
    const boost::gregorian::date& dobadj, 
    const DateMoyr& entDate, 
    const DateMoyr& benefitDate, 
    const DateMoyr& fullInsDate
);
Parameters 
Description 
const DateMoyr& fullRetDate 
The date of attainment of full retirement age.  
int eligYear 
Year of eligibility. 
const boost::gregorian::date& dobadj 
Adjusted date of birth. 
const DateMoyr& entDate 
The date of entitlement. 
const DateMoyr& benefitDate 
The date of benefit. 
const DateMoyr& fullInsDate 
The date fully insured status is attained. 

Number of months of delayed retirement credit for OAB.

Delayed retirement credit can be earned for months beginning in January 1971, but only if the worker has attained full retirement age and is fully insured. Credits stop at age 72 or 70.

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