Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaPageOut::newTableOut Method

Prepares table change automatic increases used in PIA calculation in a string table.

C++
void newTableOut(
    const PiaMethod&, 
    const PiaParams& piaParams, 
    int eligYear, 
    int firstYear, 
    int lastYear, 
    int piamfb
);
Parameters 
Description 
const PiaParams& piaParams 
Pia calculation parameters. 
int eligYear 
Year of eligibility for catch-up benefit increases.  
int firstYear 
First year to write. 
int lastYear 
Last year to write. 
int piamfb 
Indicator for PIA and MFB printout. 
piaMethod 
Pia calculation method. 

The indicator for PIA and MFB printout is one of the following:

to not write out PIA or MFB. 
for PIA. 
for MFB. 
for PIA and MFB. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!