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

Calculates number of months of actuarial reduction for aged widow(er).

C++
static int monthsArWidCal(
    const Age& age, 
    const DateMoyr& benefitDate, 
    const Age& fullRetAge
);
Parameters 
Description 
const Age& age 
The age for which reduction is being calculated. 
const DateMoyr& benefitDate 
The date of benefit. 
const Age& fullRetAge 
Full retirement age of widow(er). 

Mumber of months of actuarial reduction for aged widow(er). Returns 0 if entitlement is at or after full retirement age.

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