Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaPageOut::biOut Method (PiaMethod&, PiaParams&, int, int, int, int)

Prepares benefit increases used in PIA calculation in a string table.

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

This version is passed the starting and ending years. 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!