Skip to content

Implement Idaho AABD cash assistance program#7729

Draft
mattunrath wants to merge 1 commit intoPolicyEngine:mainfrom
mattunrath:id-ssp
Draft

Implement Idaho AABD cash assistance program#7729
mattunrath wants to merge 1 commit intoPolicyEngine:mainfrom
mattunrath:id-ssp

Conversation

@mattunrath
Copy link
Contributor

@mattunrath mattunrath commented Mar 7, 2026

Summary

Implements Idaho's Aid to the Aged, Blind, and Disabled (AABD) cash assistance program, which provides monthly supplemental payments to SSI recipients based on living arrangement.

Regulatory Authority

  • IDAPA 16.03.05.514 - AABD Cash Payments
  • Idaho Department of Health and Welfare

Payment Amounts (per IDAPA 16.03.05.514)

Living Arrangement Max Monthly Payment
Single (Sec 501.01) $53
Couple (Sec 501.02) $20
Essential Person (Sec 501.02) $18
SIGRIF (Sec 501.03) $169
Room and Board (Sec 512) $198
RALF/CFH (Sec 513) Ineligible

Files Added

  • parameters/gov/states/id/dhw/aabd/payment/amount.yaml
  • variables/gov/states/id/dhw/aabd/id_aabd.py
  • variables/gov/states/id/dhw/aabd/id_aabd_eligible.py
  • variables/gov/states/id/dhw/aabd/id_aabd_living_arrangement.py
  • tests/policy/baseline/gov/states/id/dhw/aabd/id_aabd.yaml (8 tests)

Test Coverage

  • Single recipient ✅
  • Couple ✅
  • Essential person ✅
  • SIGRIF ✅
  • Room and board ✅
  • RALF/CFH ineligibility ✅
  • No SSI = ineligible ✅
  • Non-Idaho resident ✅

…stance program

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Mar 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (63a7861) to head (649e9c7).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #7729   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         3    -2     
  Lines           69        47   -22     
  Branches         2         0    -2     
=========================================
- Hits            69        47   -22     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant