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

Interpolates the JS annuity factors since the input file only has data for every 10th year.

C++
void interpolateFactors(
    int year1, 
    int year2, 
    PsaSexType sex
);
Parameters 
Description 
int year1 
Earlier year with data. 
int year2 
Latter year with data. 
PsaSexType sex 
The sex of the person with the annuity. 

The years in between year1 and year2 are the ones with missing data that needs to be filled in by this function.

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