Implement Georgia State Supplementary Payment (SSP)#7885
Open
hua7450 wants to merge 3 commits intoPolicyEngine:mainfrom
Open
Implement Georgia State Supplementary Payment (SSP)#7885hua7450 wants to merge 3 commits intoPolicyEngine:mainfrom
hua7450 wants to merge 3 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 100.00% 100.00%
=========================================
Files 2 4 +2
Lines 32 42 +10
=========================================
+ Hits 32 42 +10
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:
|
… tests - Add uncapped_ssi > 0 check to ga_ssp_eligible_person (is_ssi_eligible alone does not include income test — must verify person actually receives SSI) - Fix ODIS URL (302 redirect) → direct PAMMS 2578 URL - Fix CMS SPA #page=2 → #page=5 (actual PNA amounts table) - Add defined_for = StateCode.GA to ga_ssp_in_medicaid_facility - Annotate SSA 2011 reference as ($20 value only) - Add 12 eligibility tests: singles (income levels, zero boundary) + couples (both eligible, one high income, both high income, both not SSI-eligible, mixed) - Add 2 income-based integration tests for couples - Remove sources/working_references.md (intentional) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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_eligibleuncapped_ssi > 0defined_for = StateCode.GAga_ssp_in_medicaid_facility(new bool input)is_ssi_eligibleuncapped_ssi(SSI benefit formula minus countable income)Benefit 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