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 Louisiana's Temporary Assistance for Needy Families (TANF) program, known as FITAP (Family Independence Temporary Assistance Program).
Closes #7092
Louisiana FITAP Income Rules
Regulatory Authority
1. INCOME ELIGIBILITY TEST
Single Income Test (Unique to Louisiana)
Louisiana FITAP uses a unique income eligibility structure where the income limit equals the flat grant amount for the household size.
Source: LAC 67:III.1229(E)
No Resource Test
Louisiana excludes all resources from eligibility determination.
Source: LAC 67:III.1229
2. INCOME DEDUCTIONS & EXEMPTIONS
A. Standard Earned Income Deduction
Source: LAC 67:III.1229(C)(1)
B. Time-Limited Employment Deduction
Note: The 6-month time limit is not implemented in this PR.
Source: LAC 67:III.1229(C)(2)
C. Unearned Income
Source: LAC 67:III.1229
3. INCOME STANDARDS BY FAMILY SIZE
Louisiana uses flat grant amounts that serve as both the income limit AND the maximum benefit.
Current Amounts (Effective January 2022)
Note: Benefits were doubled in January 2022 for the first time since July 2000 (over 21 years unchanged). Inflation had increased 61% since the 2000 benefit levels.
Sources:
4. BENEFIT CALCULATION
Formula
Where Countable Income =
And Countable Earned Income =
Calculation Steps:
Minimum/Maximum Benefit
Source: LAC 67:III.1229
Not Implemented in This PR
🤖 Generated with Claude Code