Add comprehensive SNAP utility allowance data (FY2019-FY2026, sub-regions, household size)#7726
Add comprehensive SNAP utility allowance data (FY2019-FY2026, sub-regions, household size)#7726
Conversation
Adds Standard Utility Allowance (HCSUA) values from USDA FNS xlsx files: - FY2019 (2018-10-01): 53 state/territory entries - FY2023 (2022-10-01): 52 entries (CO already existed) Fills the FY2023 gap and extends coverage back to FY2019. Closes #7721 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7726 +/- ##
===========================================
- Coverage 100.00% 94.15% -5.85%
===========================================
Files 5 4 -1
Lines 69 171 +102
Branches 2 14 +12
===========================================
+ Hits 69 161 +92
- Misses 0 8 +8
- Partials 0 2 +2
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:
|
Test 2 (2021, CA): Jan-Sep now uses FY2019 value (415) instead of 0 Test 3 (2020, CA): Now uses FY2019 value (415*12=4980) instead of 0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds HCSUA values effective 2025-10-01 for all 50 states + DC. Data sourced from snapscreener.com/data which compiles state-published SUA values. HI/GU/VI remain 0 (use individual utility allowances). Closes #7030 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add 2025-10-01 (FY2026) entries from snapscreener.com for: - BUA (limited/main.yaml) - all 53 states/territories - Electricity, gas, water, sewage, trash, phone - all 53 states/territories - NC household-size SUA (by_household_size/amount.yaml) - sizes 1-10 Update NC SUA test expectations for FY2026 values taking effect Oct 2025. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Simpler, clearer parameter name for the list of states that vary SUA/LUA by household size. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add FY2024-FY2026 household-size-based values for: - AZ: 2 tiers (HH1-3, HH4+) for both SUA and BUA - TN: 10 tiers (HH1 through HH10+) for SUA and BUA - VA: 2 tiers (HH1-3, HH4+) for SUA only (VA has no BUA) Also adds FY2026 values for NC BUA by household size. Source: USDA FNS SUA Table FY2024/FY2025, snapscreener.com FY2026 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…owances - Split AK into 6 SNAP utility sub-regions (Central, Northern, Northwest, Southcentral, Southeast, Southwest) per 7 AAC 45.531 - Split NY into 3 sub-regions (Nassau/Suffolk, NYC, Other NY) - Add county-to-region mapping in snap_utility_region formula - Add HI and GU individual utility allowances (electricity, gas, water) that vary by household size - Update snap_individual_utility_allowance to handle by-household-size lookups for HI/GU Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The breakdown metadata referenced state_code which caused AK/NY sub-region keys to be silently dropped during parameter loading. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Microsim impact analysisRan household-level examples comparing 2024 vs 2026 values — all features working correctly: SUA examples:
IUA examples:
Aggregate microsim (Enhanced CPS): Utility expense variables ( |
Summary
participating_states→statesparameter files for clarityData sourced from USDA SNAP utility allowance spreadsheets and snapscreener.com.
Test plan
🤖 Generated with Claude Code