Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaParams::applyColaMfb Method (double, int, double)

Returns maximum family benefit amount increased by cola, with check that result is at least 150 percent of pia.

C++
virtual double applyColaMfb(
    double mfb, 
    int year, 
    double pia
) const;
Parameters 
Description 
double mfb 
Amount to be increased. 
int year 
Year of increase. 
double pia 
Pia to check against. 

Maximum family benefit amount increased by cola.

This version does not consider any catch-up benefit increases.

Exceptions 
Description 
PiaException of type PIA_IDS_APPCOLA3 if year is out of range (debug mode only). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!