Skip to content

Commit

Permalink
Fix e00200
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Feb 20, 2024
1 parent 4a6bcef commit 8cd2c34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tax_microdata_benchmarking/create_flat_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ def formula(tax_unit, period, parameters):
return tax_unit.sum(employment_income * is_tax_unit_spouse)


class tc_e00200(TaxCalcVariableAlias):
label = "wages less pension contributions"
adds = ["tc_e00200p", "tc_e00200s"]


class tc_age_head(TaxCalcVariableAlias):
label = "age of head of tax unit"

Expand Down
2 changes: 1 addition & 1 deletion taxcalc_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"policy = tc.Policy()\n",
"simulation = tc.Calculator(records=input_data, policy=policy)\n",
"\n",
"simulation.calc_all()\n"
"simulation.calc_all()"
]
},
{
Expand Down

0 comments on commit 8cd2c34

Please sign in to comment.