Draft
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Implements the New Mexico SSI State Supplement program, a $100/month flat payment for SSI recipients in licensed Adult Residential Shelter Care Homes (ARSCH). Closes #7345 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 #7346 +/- ##
============================================
+ Coverage 86.56% 100.00% +13.43%
============================================
Files 12 3 -9
Lines 134 35 -99
============================================
- Hits 116 35 -81
+ Misses 18 0 -18
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 New Mexico SSI State Supplement, a flat $100/month payment for SSI recipients living in licensed Adult Residential Shelter Care Homes (ARSCH).
Closes #7345
Regulatory authority
Program details
Eligibility criteria (8.106.500.10 NMAC)
Benefit calculation
Couples in ARSCH facilities are treated as two separate benefit groups per 8.106.400.10 NMAC, so each eligible person receives $100/month individually.
Files added
Parameters
parameters/gov/states/nm/hca/ssi_supplement/amount.yaml- $100/month paymentparameters/gov/states/nm/hca/ssi_supplement/min_age.yaml- Age 18 minimumVariables
variables/gov/states/nm/hca/ssi_supplement/is_in_adult_residential_care.py- Input variable for ARSCH residencevariables/gov/states/nm/hca/ssi_supplement/nm_ssi_state_supplement_eligible.py- Eligibility checkvariables/gov/states/nm/hca/ssi_supplement/nm_ssi_state_supplement.py- Benefit calculationTests (18 test cases)
tests/.../nm_ssi_state_supplement_eligible.yaml- 7 eligibility unit teststests/.../nm_ssi_state_supplement.yaml- 4 benefit amount unit teststests/.../integration.yaml- 7 integration tests (couples, mixed households, edge cases)Modified
parameters/gov/household/household_state_benefits.yaml- Added nm_ssi_state_supplement to state benefits listTest coverage