Skip to content

Commit

Permalink
Merge pull request #2770 from martinholmer/fix-2021-eitc-param
Browse files Browse the repository at this point in the history
Fix 2021 0kids EITC_ps_MarriedJ parameter value
  • Loading branch information
martinholmer authored Jul 8, 2024
2 parents 9b758a0 + fa33204 commit 9e8ec6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taxcalc/policy_current_law.json
Original file line number Diff line number Diff line change
Expand Up @@ -18132,7 +18132,7 @@
{
"year": 2021,
"EIC": "0kids",
"value": 5950.0
"value": 5940.0
},
{
"year": 2021,
Expand Down
2 changes: 2 additions & 0 deletions taxcalc/reforms/ARPA.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
"2022": [0.0765, 0.34, 0.4, 0.45]},
"EITC_ps": {"2021": [11610, 19464.12, 19464.12, 19464.12],
"2022": [9160, 20130, 20130, 20130]},
"EITC_ps_MarriedJ": {"2021": [5940, 5950, 5950, 5950],
"2022": [6130, 6130, 6130, 6130]},
"EITC_MinEligAge": {"2021": 19,
"2022": 25},
"EITC_MaxEligAge": {"2021": 125,
Expand Down
2 changes: 1 addition & 1 deletion taxcalc/reforms/rounding2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"2022": [9160, 20130, 20130, 20130]},
"EITC_ps_MarriedJ": {"2019": [5800, 5790, 5790, 5790],
"2020": [5890, 5890, 5890, 5890],
"2021": [5950, 5950, 5950, 5950],
"2021": [5940, 5950, 5950, 5950],
"2022": [6130, 6130, 6130, 6130]},
"EITC_InvestIncome_c": {"2019": 3600,
"2020": 3650,
Expand Down

0 comments on commit 9e8ec6e

Please sign in to comment.