Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaPageOut::biOut Method (PiaMethod&, PiaParams&, 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 type, 
    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 type 
Type of writeout. 
int piamfb 
Indicator for PIA and MFB printout. 

This version is passed an int which determines the starting and ending years. The type of writeout is one of the following:

to go from first year to entitlement. 
to go from eligibility to entitlement. 
to go from entitlement to benefit date. 
to go from first year to benefit date. 

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!