Skip to content

Commit

Permalink
update params for taxcalc 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jun 10, 2024
1 parent b1d461a commit 782931e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions taxbrain/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ def reform_json_str():
"SS_thd50": {"2019": [50000, 100000, 50000, 50000, 50000]},
"SS_thd85": {"2019": [50000, 100000, 50000, 50000, 50000]},
"SS_Earnings_thd": {"2019": 400000},
"FICA_ss_trt": {"2020": 0.125,
"2021": 0.126,
"2022": 0.127,
"2023": 0.128,
"2024": 0.129,
"2025": 0.130,
"2026": 0.131,
"2027": 0.132,
"2028": 0.133},
"FICA_ss_trt_employee": {"2020": 0.0625,
"2021": 0.063,
"2022": 0.0635,
"2023": 0.064,
"2024": 0.0645,
"2025": 0.065,
"2026": 0.0605,
"2027": 0.061,
"2028": 0.0615},
"STD-indexed": {"2019": false}
}
}
Expand Down Expand Up @@ -76,7 +76,7 @@ def empty_mods():
def sample_input():
params = {
"params": {
"policy": {"_FICA_ss_trt": {"2019": [0.15]}},
"policy": {"_FICA_ss_trt_employee": {"2019": [0.075]}},
"behavior": {"sub": {"2019": [0.1]}},
},
"jsonstrs": "",
Expand Down

0 comments on commit 782931e

Please sign in to comment.