Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
WageIndGeneral::indexEarnings Method

Indexes earnings, using specified average wage series.

C++
void indexEarnings(
    int year1, 
    int year2, 
    int year3, 
    const DoubleAnnual& earnings, 
    DoubleAnnual& earnMultiplied, 
    DoubleAnnual& earnIndexed, 
    const DoubleAnnual& avgWage
);
Parameters 
Description 
int year1 
First year of earnings. 
int year2 
Base year for indexing. 
int year3 
Last year of earnings. 
const DoubleAnnual& earnings 
Unindexed earnings. 
DoubleAnnual& earnMultiplied 
Earnings multiplied by average earnings.  
DoubleAnnual& earnIndexed 
Indexed earnings. 
const DoubleAnnual& avgWage 
Average wage indexing series. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!