In the input data set, .data
, each column is a tax characteristic (year, filing status, income, etc.)
and each row is a tax filing unit.
Columns should take the same names, and fulfill the same requirements, as those needed for TAXSIM 35.
Potential columns, with there names and descriptions, can be found at: http://taxsim.nber.org/taxsim35/.
The following columns are required: taxsimid
, year
, mstat
, and state
.
There are two points where taxsim_calculate_taxes
departs from TAXSIM 35.
For filing status, mstat
, users can either enter the number allowed by TAXSIM 35
or one of the following descriptions:
"single"
"married, jointly"
"married, separately"
"dependent child"
"head of household"
For state
, users can either enter the SOI code, as required by TAXSIM 35,
the two-letter state abbreviation, or the full name of the state.
It is OK if the input data set, .data
, contains columns in addition to the ones that are used by TAXSIM 35.