Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaParams::updateFq Method

Updates average wages, using specified amounts.

C++
void updateFq(
    const DoubleAnnual& userfq, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
const DoubleAnnual& userfq 
Specified average wages. 
int firstYeart 
First year of specified average wages. 
int lastYeart 
Last year of specified average wages. 

After filling in the average wages, it projects the percentage increases in average wages in fqinc. Then it calls projectFq to project the amounts dependent on average wages.

Exceptions 
Description 
PiaException of type PIA_IDS_UPDATEFQ if average wage is zero (only in debug mode). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!