Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
TaxBenefitsLC::taxOasdhi Method

Returns taxable benefits for OASDHI trust funds (same as taxable for OASDI for proposal to tax as for private pension plans).

C++
double taxOasdhi(
    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, reduced by deduction for contributions). 
bool married 
True if married filing jointly. 

Taxable benefits for OASDHI trust funds.

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