Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
TaxRates::setCredits Method

Sets tax credits for one year for employee or employer for all trust funds.

C++
void setCredits(
    int year, 
    taxrateType taxType, 
    double oasiCredit, 
    double diCredit, 
    double hiCredit
);
Parameters 
Description 
int year 
Year for which credits are being set. 
taxrateType taxType 
Tax type. 
double oasiCredit 
OASI tax rate. 
double diCredit 
DI tax rate. 
double hiCredit 
HI tax rate. 

This is called from setHistCredits and TaxRatesLC::initialize

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