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

Calculate an initial psa (monthly) annuity.

C++
double annuityCal(
    double amount, 
    int year, 
    Sex::sex_type sex, 
    int workerAge, 
    int spouseAge
) const;
Parameters 
Description 
double amount 
Amount in psa account. 
int year 
Year for which annuity is being calculated. 
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). 

Initial psa (monthly) annuity.

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