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

Calculates number of months of actuarial reduction for OAB.

C++
static int monthsArCal(
    const Age& age, 
    const Age& fullRetAge
);
Parameters 
Description 
const Age& age 
The age for which reduction is being calculated. 
const Age& fullRetAge 
Full retirement age. 

Number of months of actuarial reduction for OAB.

Assumes age is no more than the full retirement age. Returns the number of months between those two ages.

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