Implement Georgia State Supplementary Payment (SSP)#7885
Draft
hua7450 wants to merge 2 commits intoPolicyEngine:mainfrom
Draft
Implement Georgia State Supplementary Payment (SSP)#7885hua7450 wants to merge 2 commits intoPolicyEngine:mainfrom
hua7450 wants to merge 2 commits intoPolicyEngine:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7885 +/- ##
============================================
+ Coverage 71.46% 100.00% +28.53%
============================================
Files 4099 4 -4095
Lines 59132 40 -59092
Branches 288 0 -288
============================================
- Hits 42257 40 -42217
+ Misses 16869 0 -16869
+ Partials 6 0 -6
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
Implements Georgia's State Supplementary Payment (SSP) — a flat monthly supplement for SSI recipients residing in Medicaid facilities (federal Living Arrangement Code D).
Closes #7884
Regulatory Authority
Program Overview
Eligibility
is_ssi_eligibledefined_for = StateCode.GAga_ssp_in_medicaid_facility(new bool input)is_ssi_eligibleBenefit Amounts (PAMMS 2578, SSA 2011 Table 1)
Couple treatment: Each eligible person receives the individual rate (couple = 2x individual). Confirmed by SSA 2011 Table 1 ($40 couple = 2x$20) and CMS SPA ($130 couple PNA = 2x$65).
COLA: None — amounts change only by legislative action ("Passalong method: Maintaining payment levels").
Not Modeled (by design)
Files
Verification TODO
ga_ssptospm_unit_benefits.pyonce verifiedprograms.yamlprogram registryTest plan