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

Returns taxes paid for one year for one trust fund, net of any tax credit.

C++
double taxCalOneYearNet(
    int year, 
    double earnings, 
    taxrateType taxType, 
    trustfundType fundType
) const;
Parameters 
Description 
int year 
Year of earnings. 
double earnings 
Earnings limited to wage base. 
taxrateType taxType 
Tax type. 0: employee, 1: employer. 
trustfundType fundType 
Trust fund type. 0: oasi, 1: di, 2: oasdi, 3: hi, 4: oasdi. 

Taxes paid for one year for one trust fund.

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