Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Psa::annuityRevCal Method

Calculate the ammount that a person would get if he sold back the specified (monthly) annuity.

C++
double annuityRevCal(
    double annuity, 
    int year, 
    Sex::sex_type sex, 
    int workerAge, 
    int spouseAge
) const;
Parameters 
Description 
double annuity 
Amount of the (monthly) annuity. 
int year 
Year for which annuity is being evaluated. 
Sex::sex_type sex 
The sex of the person. 
int workerAge 
The age in years of the person getting the annuity.  
int spouseAge 
The age in years of the person's spouse (0 if not married). 

Amount that the person's annuity is worth.

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