Add Arizona LIHEAP implementation #6464
Draft
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
This PR implements Arizona's Low Income Home Energy Assistance Program (LIHEAP) using a multi-agent approach with comprehensive test-driven development.
Key Features
Points-Based Benefit System
The implementation uses Arizona's points-based benefit calculation:
Eligibility Criteria
Benefit Matrix
Implementation Details
Variables Created (14 total)
az_liheap_eligible
,az_liheap_income_eligible
,az_liheap_categorical_eligible
,az_liheap_countable_income
az_liheap_income_level_points
,az_liheap_energy_burden_points
,az_liheap_vulnerable_household_points
,az_liheap_total_points
az_liheap_base_benefit
,az_liheap_crisis_assistance
,az_liheap
Parameters (70+ files)
Tests
Development Process
This implementation was created using a multi-agent workflow:
Key Design Decisions
az_liheap_countable_income
for proper LIHEAP income determinationTesting
Base tests pass successfully. Some integration tests need refinement for exact expected values but core functionality is validated.
References
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]