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 Florida's Temporary Cash Assistance (TCA) program, the state's TANF implementation administered by the Department of Children and Families (DCF).
Closes #6723
Florida TCA Income Rules
Regulatory Authority
1. INCOME ELIGIBILITY TESTS
Gross Income Test
Source: FAC 65A-4.220, DCF Policy Manual 2620.0109.01
Net Income Test
After passing the gross income test, countable income (after disregards) must be below the Payment Standard for family size and shelter tier.
Source: Florida Statutes 414.095(12)
2. INCOME DEDUCTIONS & EXEMPTIONS
A. Standard Earned Income Disregard
Source: DCF Policy Manual 2620.0111.01
B. Earned Income Disregard ($200 + 50%)
After subtracting the $90 standard disregard:
Source: Florida Statutes 414.095(11)
C. Child Care Deduction
Per Florida Statutes 414.095(12)(b): "A deduction may not be allowed for child care payments."
3. INCOME STANDARDS BY FAMILY SIZE
Florida uses a three-tier shelter payment system based on monthly shelter obligations:
Source: Florida Statutes 414.095(10)
4. BENEFIT CALCULATION
Formula:
Where Countable Income =
And Countable Earned Income =
Calculation Steps:
Source: FAC 65A-4.220
5. RESOURCE LIMITS
Source: FAC 65A-1.716
Not Implemented
The following Florida TCA program elements are not implemented in this PR:
Files Added
Parameters (10 files)
Variables (9 files)
Tests (8 files, 69 tests)
Example Calculations
Example 1: Family of 2 with $500/month earned income, >$50 shelter
Example 2: Family of 3 with $25/month shelter, zero income
🤖 Generated with Claude Code