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
Closes #7052
Implements Maine's Temporary Assistance for Needy Families (TANF) program.
Regulatory Authority
Income Eligibility Test
Net Income Test
Countable income must not exceed the Standard of Need for the household size.
Source: 22 M.R.S. Section 3762(3)(B)(7-F)
Income Deductions & Exemptions
Earned Income Disregard
For Month 7+ of employment:
Note: First 6 months of employment have higher disregards (100% months 1-3, 75% months 4-6) that cannot be tracked in PolicyEngine's single-period architecture.
Source: 22 M.R.S. Section 3762(3)(B)(7-D)
Child Care Deduction
Source: 22 M.R.S. Section 3762(3)(B)(7-D)
Child Support Pass-Through
First $50/month of current child support collections excluded from countable income.
Source: 22 M.R.S. Section 3762
Income Standards (effective October 2024)
Adult-Included Households
Child-Only Households
Source: 10-144 C.M.R. Chapter 331, Appendix Charts (Table 2)
Resource Limit
$10,000 per family (one vehicle per licensed driver exempted).
Source: 22 M.R.S. Section 3762; P.L. 2023 Ch. 366
Benefit Calculation
Where:
Countable Income = Countable Earned Income + Countable Unearned Income - Child Care DeductionCountable Earned Income = max(Gross Earned - $108, 0) * 0.5Countable Unearned Income = Gross Unearned - min(Child Support, $50)Source: 22 M.R.S. Section 3762(3)(B)(8)
Files Added
Parameters (14 files)
Variables (10 files)
Tests (11 files)
Test Coverage
Example Calculations
Example 1: Family of 3 with working parent
Calculation:
Example 2: Child-only case
Calculation:
Example 3: Income at ineligibility threshold
Calculation: