Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/expected_tax_exp_2022_data
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
YR,KIND,EST= 2023 paytax 1431.0
YR,KIND,EST= 2023 iitax 2332.1
YR,KIND,EST= 2023 iitax 2332.3
YR,KIND,EST= 2023 ctc 129.6
YR,KIND,EST= 2023 eitc 66.9
YR,KIND,EST= 2023 social_security_partial_taxability 47.3
YR,KIND,EST= 2023 niit -47.4
YR,KIND,EST= 2023 cgqd_tax_preference 179.8
YR,KIND,EST= 2023 cgqd_tax_preference 179.6
YR,KIND,EST= 2023 qbid 55.0
YR,KIND,EST= 2023 salt 23.8
10 changes: 5 additions & 5 deletions tests/test_imputed_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ def actual_results(rdf, bdf):
# https://taxpolicycenter.org/taxvox/
# budget-laws-tax-cuts-overtime-and-
# tips-are-popular-few-will-benefit
"exp_totben_2022": 24.39,
"exp_totben_2022": 24.42,
"exp_affpct_2022": 8.78,
"exp_affben_2022": 1421,
"exp_affben_2022": 1423,
},
"TIP": { # new OBBBA tip income deduction
"reform_dict": {"TipIncomeDed_c": {simyear: 0}},
Expand All @@ -72,9 +72,9 @@ def actual_results(rdf, bdf):
# https://taxpolicycenter.org/taxvox/
# budget-laws-tax-cuts-overtime-and-
# tips-are-popular-few-will-benefit
"exp_totben_2022": 7.16,
"exp_totben_2022": 7.19,
"exp_affpct_2022": 2.64,
"exp_affben_2022": 1391,
"exp_affben_2022": 1397,
},
"ALI": { # new OBBBA auto loan interest deduction
"reform_dict": {"AutoLoanInterestDed_c": {simyear: 0}},
Expand Down Expand Up @@ -107,7 +107,7 @@ def actual_results(rdf, bdf):
# https://taxpolicycenter.org/model-estimates/T25-0257
# Note that the $1081 TPC estimate is derived by dividing
# the all-unit average of $320 by the 0.296 affpct.
"exp_totben_2022": 60.03,
"exp_totben_2022": 60.07,
"exp_affpct_2022": 28.97,
"exp_affben_2022": 1061,
},
Expand Down
Loading