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 Hawaii's Temporary Assistance for Needy Families (TANF) program.
Closes #7047
Regulatory Authority
Income Eligibility Tests
Gross Income Test
Source: Hawaii TANF State Plan Section 10.1 (page 19)
Income Deductions & Exemptions
Applied to earned income only, in this order:
Source: Hawaii TANF State Plan Section 10.2.1 (page 19)
Dependent Care Deduction
Source: Hawaii TANF State Plan Section 10.2.2 (page 20)
Income Standards
Standard of Assistance (SOA) = 48% of Standard of Need
Source: Hawaii TANF State Plan Section 11.1 (page 22)
Benefit Calculation
Source: Hawaii TANF State Plan Section 11.1 (page 22)
Implementation Notes
Test Coverage
Example Calculation
Family of 2 with $1,500 monthly earned income:
🤖 Generated with Claude Code