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

Updates increases in average wages, using specified percentages.

C++
void updateFqinc(
    const DoubleAnnual& userFqinc, 
    const std::string& userTitle, 
    int firstYeart, 
    int lastYeart
);
Parameters 
Description 
const DoubleAnnual& userFqinc 
Specified average wage percentage increases.  
const std::string& userTitle 
Specified title of assumptions. 
int firstYeart 
First year of specified increases. 
int lastYeart 
Last year of specified increases. 

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

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!