Implement New Jersey WorkFirst (WFNJ) #7123
Open
+1,334
−354
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
Fixes #7122
Implements the New Jersey WorkFirst (WFNJ) TANF program, including income eligibility, resource limits, earned income disregards, child support disregard, and benefit calculations.
Regulatory Authority
Income Eligibility Tests
Gross Income Test (Initial Applicants)
Countable Income Test
Resource Test
Income Deductions & Exemptions
Earned Income Disregards
NJ WFNJ provides tiered disregards based on months of employment and hours worked:
Implemented: 20+ hours/week rates only (assumes full-time employment)
Note: Uses calendar months as a proxy for enrollment months.
Child Support Disregard
NJ WFNJ disregards child support received up to:
Income Standards (Schedule I & II)
Maximum Allowable Income (Schedule I)
Maximum Benefit / Payment Level (Schedule II)
Benefit Calculation
Where:
Variable Structure
nj_wfnj_countable_earned_income_personnj_wfnj_countable_unearned_incomenj_wfnj_gross_incomenj_wfnj_countable_incomenj_wfnj_gross_income_eligiblenj_wfnj_income_eligiblenj_wfnj_resources_eligiblenj_wfnj_eligiblenj_wfnj_payment_levelsnj_wfnjNot Implemented
Implementation Notes
is_demographic_tanf_eligiblefor demographic eligibilityis_citizen_or_legal_immigrantfor immigration eligibilitytanf_gross_earned_incometanf_gross_unearned_incomeper N.J.A.C. 10:90-3.9Test Coverage
🤖 Generated with Claude Code