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

Returns benefit amount increased by cola.

C++
virtual double applyCola(
    double pia, 
    int year, 
    int eligYear
) const;
Parameters 
Description 
double pia 
Amount to be increased. 
int year 
Year of increase. 
int eligYear 
Year of eligibility for catch-up benefit increases.  

Benefit amount increased by cola, considering any catch-up benefit increases.

This version considers any catch-up benefit increases.

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