Backdate Massachusetts SSP parameters to 2002#7798
Open
mattunrath wants to merge 2 commits intoPolicyEngine:mainfrom
Open
Backdate Massachusetts SSP parameters to 2002#7798mattunrath wants to merge 2 commits intoPolicyEngine:mainfrom
mattunrath wants to merge 2 commits intoPolicyEngine:mainfrom
Conversation
Extends MA State Supplement Program payment standards from 2022 back to 2002 using SSA State Assistance Reports (2002-2011) and computed values from the federal SSI benefit rate for 2012-2021. Key changes: - Most SSP amounts are constant since 2002 (e.g., aged $128.82, blind $149.74, disabled $114.39 for living independently) - Blind couple and rest home couple amounts vary yearly (computed from FBR individual minus FBR couple/2) - Medicaid facility SSP was $35 (2002-2007), changed to $42.80 in 2008 - Added 7 new historical test cases covering 2002, 2005, 2009, 2011 - All 13 tests pass Closes PolicyEngine#7797 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7798 +/- ##
==========================================
+ Coverage 73.68% 74.23% +0.54%
==========================================
Files 3909 3909
Lines 56401 56401
Branches 270 270
==========================================
+ Hits 41560 41869 +309
+ Misses 14821 14508 -313
- Partials 20 24 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backdates Massachusetts State Supplement Program (SSP) payment standards from 2022 to 2002 using SSA State Assistance Reports and computed values from the federal SSI benefit rate.
Closes #7797
Changes
amount.yaml), extended from 2022-01-01 to 2002-01-01FBR_individual - FBR_couple/2Key Findings
Most MA SSP supplement amounts have been constant since at least 2002:
The combined federal+state amounts change yearly because the federal FBR changes, but the state supplement portion stays fixed.
Regulatory Sources
Test Plan
make format)individual_SSP + (FBR_individual - FBR_couple/2)🤖 Generated with Claude Code