Skip to content

Commit

Permalink
Fix comments in update_pcl.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Oct 1, 2024
1 parent df98ae5 commit cab20d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion taxcalc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: taxcalc
Version: 4.2.2
Version: 4.3.0
Summary: taxcalc
Home-page: https://github.com/PSLmodels/Tax-Calculator
Download-URL: https://github.com/PSLmodels/Tax-Calculator
Expand Down
8 changes: 6 additions & 2 deletions update_pcl.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
{'year': 2024, 'MARS': 'headhh', 'value': 305000.0},
{'year': 2024, 'MARS': 'widow', 'value': 610000.0},
],
'FST_AGI_thd_lo': [ # not inflation-indexed, but needs to be here
'FST_AGI_thd_lo': [ # not part of current-law policy, but needs to be here
{'year': 2023, 'MARS': 'single', 'value': 1000000.0},
{'year': 2023, 'MARS': 'mjoint', 'value': 1000000.0},
{'year': 2023, 'MARS': 'mseparate', 'value': 500000.0},
Expand All @@ -338,8 +338,10 @@
{'year': 2024, 'MARS': 'mseparate', 'value': 500000.0},
{'year': 2024, 'MARS': 'headhh', 'value': 1000000.0},
{'year': 2024, 'MARS': 'widow', 'value': 1000000.0},

# each year's values are the same as for the prior year
],
'FST_AGI_thd_hi': [ # not inflation-indexed, but needs to be here
'FST_AGI_thd_hi': [ # not part of current-law policy, but needs to be here
{'year': 2023, 'MARS': 'single', 'value': 2000000.0},
{'year': 2023, 'MARS': 'mjoint', 'value': 2000000.0},
{'year': 2023, 'MARS': 'mseparate', 'value': 1000000.0},
Expand All @@ -351,6 +353,8 @@
{'year': 2024, 'MARS': 'mseparate', 'value': 1000000.0},
{'year': 2024, 'MARS': 'headhh', 'value': 2000000.0},
{'year': 2024, 'MARS': 'widow', 'value': 2000000.0},

# each year's values are the same as for the prior year
],
# ITEMS NOT PART OF CURRENT-LAW POLICY IN 2022-2025 PERIOD:
'ALD_Dependents_Child_c': LIST_SCALAR_ZERO,
Expand Down

0 comments on commit cab20d8

Please sign in to comment.