-
Notifications
You must be signed in to change notification settings - Fork 201
Add Mississippi TANF Program #7011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Starting implementation of Mississippi TANF (Temporary Assistance for Needy Families). Documentation and parallel development will follow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Implements Mississippi Temporary Assistance for Needy Families (TANF) program including income eligibility, resources eligibility, benefit calculation, and payment standards. Closes PolicyEngine#7012 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7011 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 6 -3
Lines 124 81 -43
=========================================
- Hits 124 81 -43
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
📋 PR Review - Mississippi TANF✅ Overall Assessment: APPROVEDThis is a well-structured implementation of Mississippi's TANF program with comprehensive coverage of eligibility rules, income calculations, and benefit amounts. 🟢 Passed Checks
Strengths:
🟡 Should Address (Minor)
🟢 Suggestions (Optional)
Validation Summary
Recommendation: Approve with minor fixes for PDF page anchors. 🤖 Generated with Claude Code |
Summary
Implements Mississippi's Temporary Assistance for Needy Families (TANF) program.
Closes #7012
Regulatory Authority
Parameter Time Periods
Parameters include historical values with proper effective dates:
Need Standard (100% Requirements)
Gross Income Limit (185% of Need Standard)
Source: Miss. Code. tit. 18, pt. 19 - "income at or below 185 percent of the need standard"
Payment Standards (Maximum Monthly Benefit)
Income Deductions & Exemptions
Benefit Calculation
Resource Limit
Source: MDHS TANF Eligibility Flyer (2018)
Files
Parameters (7 files)
Variables (6 files)
Tests (6 files, 58 tests)
Test Coverage
Example Calculations (using 2025-07-01 values)
Example 1: Single Parent with One Child, No Income
Example 2: Family of 3 at Income Threshold
🤖 Generated with Claude Code