Skip to content
Open
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e910b30
uprating pr
baogorek Oct 28, 2025
dad6e87
Complete income uprating extensions to 2100 using SSA Trustees data
baogorek Oct 29, 2025
9caf55b
Address PR review comments: extend all income categories and NAWI to …
baogorek Oct 30, 2025
e33ca06
Complete remaining uprating parameter extensions to 2100
baogorek Oct 30, 2025
a1a6f18
Replace SSA uprating parameter with Trustees-indexed CPI-W data (2025…
baogorek Oct 30, 2025
f106d69
Add TOB revenue variable and fix LSR recursion
MaxGhenis Oct 30, 2025
0fe782e
Remove debug test files
MaxGhenis Oct 30, 2025
299f565
Add tier-separated TOB revenue variables
MaxGhenis Oct 30, 2025
8cb1937
Run formatter (Black + linecheck)
MaxGhenis Oct 30, 2025
0961ad9
Add changelog entry
MaxGhenis Oct 30, 2025
70848de
Remove incorrect tier revenue variables, simplify tier_2
MaxGhenis Oct 30, 2025
44326d9
Fix test failures
MaxGhenis Oct 30, 2025
0c4760b
Apply Black formatting to test file
MaxGhenis Oct 30, 2025
d639aed
Remove LSR test (already validated locally)
MaxGhenis Oct 30, 2025
e221b7d
Replace SSA uprating parameter with Trustees-indexed CPI-W data (2025…
baogorek Oct 30, 2025
0b3f7d0
Replace calculated benefit projections with authoritative source data
baogorek Oct 30, 2025
b9f8afd
Remove unused development files from uprating_project
baogorek Oct 30, 2025
4b5a9eb
Remove uprating_project development files from repository
baogorek Oct 30, 2025
761b793
Fix HHS uprating to use CBO CPI-U data instead of SSA Trustees
baogorek Oct 30, 2025
fe3d41a
Fix uprating to use authoritative source data
baogorek Oct 30, 2025
6684d00
reverting
baogorek Oct 30, 2025
e22449b
Merge MaxGhenis's add/tob-revenue-variables branch
baogorek Oct 30, 2025
530a484
Fix social security uprating to use SSA CPI-W based COLA instead of G…
baogorek Oct 31, 2025
645dbcc
Fix income uprating mismatch with tax parameters
baogorek Oct 31, 2025
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
8 changes: 8 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- bump: minor
changes:
added:
- Trust fund revenue variables (tob_revenue_total, tob_revenue_oasdi, tob_revenue_medicare_hi) using exact branching methodology
- Tier 1 and tier 2 taxable Social Security variables for proper OASDI vs Medicare HI allocation
- LSR recursion guard to prevent infinite loops when branches calculate variables
fixed:
- Labor supply behavioral response infinite recursion bug
Loading