-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting SALT deduction to zero #171
Conversation
How does this compare to the taxsim approach? |
i do not have that idea, today we have a call with dan, will share this with him that is this approach works for him. |
# Conflicts: # output/policyengine_taxsim_household_with_dependent_output.csv # output/policyengine_taxsim_household_with_dependent_single_parent_output.csv # output/policyengine_taxsim_joint_household_output.csv # output/policyengine_taxsim_single_household_output.csv
# Conflicts: # policyengine_taxsim/cli.py
Need to see whether we should also disable state level salt deductions to match TaxAct - my intuition is yes but confirming with Dan |
Decided to set |
set
salt_deduction
0.0 from cli argumentpython policyengine_taxsim\cli.py input.csv --disable-salt
Fixes #160