Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
TaxBenefits::taxOasdi Method

Returns taxable benefits for OASDI trust funds.

C++
double taxOasdi(
    int year, 
    double magi, 
    double benefits, 
    bool married
) const;
Parameters 
Description 
int year 
Year for which benefits are being taxed. 
double magi 
Modified adjusted gross income (excluding benefits).  
double benefits 
Social Security benefits (including spouse's benefits, if married). Should be reduced by deduction for contributions, if applicable. 
bool married 
True if married filing jointly. 

Taxable benefits for OASDI trust funds.

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