Implement Georgia State Supplementary Payment (SSP)#7885
Implement Georgia State Supplementary Payment (SSP)#7885hua7450 wants to merge 5 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>
|
Follow-up fixes pushed on this branch:\n\n- changed GA SSP eligibility to key off actual receipt rather than \n- applied the federal Title XIX facility SSI cap for Georgia Medicaid-facility residents so the supplement no longer stacks on top of community-rate SSI\n- wired into the shared household/SPM benefit aggregates\n- added regression coverage for reduced-SSI facility cases and for people who are SSI-eligible but do not take up SSI\n\nLocal verification: , , and targeted All checks passed! all passed. |
|
Follow-up fixes pushed on this branch:
Local verification: policyengine_us/tests/policy/baseline/gov/states/ga/dhs/ssp/integration.yaml, policyengine_us/tests/policy/baseline/gov/states/ga/dhs/ssp/ga_ssp_eligible_person.yaml, and targeted ruff check all passed. |
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