Implement South Carolina SSI State Supplement#7344
Draft
Conversation
Starting implementation of South Carolina SSI State Supplement. Documentation and parallel development will follow. Closes #7343
Add parameters, variables, and tests for the SC Optional State Supplementation program for CRCF residents. Closes #7343 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 #7344 +/- ##
===========================================
+ Coverage 86.56% 96.92% +10.35%
===========================================
Files 12 5 -7
Lines 134 65 -69
Branches 0 2 +2
===========================================
- Hits 116 63 -53
+ Misses 18 1 -17
- Partials 0 1 +1
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 the South Carolina SSI State Supplement (Optional State Supplementation / OSS) program.
Closes #7343
Program overview
South Carolina's OSS program supplements the income of eligible individuals residing in licensed Community Residential Care Facilities (CRCFs). Unlike many states' SSI supplements, SC's program:
Regulatory authority
Eligibility criteria
Per S.C. Code Regs. 126-920, an individual must:
Implementation checks:
is_ssi_aged_blind_disabledANDis_in_residential_care_facilityAND(ssi_countable_income + ssi) < NIL, scoped to SC viadefined_for = StateCode.SC.Benefit calculation
Per S.C. Code Regs. 126-910: the state supplement equals the Net Income Limit minus the individual's total countable income (non-SSI countable income plus SSI payment).
Example 1: SSI-only recipient (2026)
Example 2: SSI + Social Security recipient (2026)
Personal needs allowance
Per S.C. Code Regs. 126-910(G), the PNA has two tiers:
Payment standards (2026)
Structural relationship: NIL = Maximum Facility Payment + PNA (SSI-only), verified for all years.
Files added
Variables (3 files)
Parameters (4 files)
Tests (4 files, 31 test cases)
Other modified files
Test coverage
integration.yamlsc_ssi_state_supplement.yamlsc_ssi_state_supplement_eligible.yamlsc_ssi_state_supplement_pna.yamlAll tests include step-by-step manual calculation comments.
References
Known limitations