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

Calculates reduction factor for disabled widow(er).

C++
static double factorArDisWidCal(
    int monthsArdri, 
    const DateMoyr& entDate
);
Parameters 
Description 
int monthsArdri 
Number of months of reduction. This includes months to full retirement age. These are ignored starting in 1984, when all disabled widow(er)s get 71.5 percent of PIA. But before 1984, we must use the number of months prior to age 60 to calculate the correct reduction. So we subtract 60 (the number of months from 60 to 65) from monthsArdri before calculating the reduction factor. 
const DateMoyr& entDate 
The date of entitlement. 

Reduction factor for disabled widow(er).

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