Skip to content

Illinois Temporary Assistance for Needy Families (TANF) #5874

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

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

hua7450
Copy link
Collaborator

@hua7450 hua7450 commented Apr 17, 2025

Fixes #5870

@hua7450 hua7450 self-assigned this Apr 17, 2025
Copy link
Collaborator

@PavelMakarchuk PavelMakarchuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some general format

Copy link

codecov bot commented Apr 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.10%. Comparing base (ef58a97) to head (9301727).
Report is 21 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #5874    +/-   ##
========================================
  Coverage   99.10%   99.10%            
========================================
  Files        2799     2814    +15     
  Lines       40503    40712   +209     
  Branches      189      190     +1     
========================================
+ Hits        40140    40349   +209     
  Misses        328      328            
  Partials       35       35            

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,12 @@
description: Illinois applies this percentage of federal poverty level under the Temporary Assistance for Needy Families program countable income, when computing the initial employment deduction.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets also add the 2/3 deduction logic for filers who are eligible based on gross income without any deductions:
https://www.law.cornell.edu/regulations/illinois/Ill-Admin-Code-tit-89-SS-112.142

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From Gemini, and the link it provides that show two thirds deduction.
image

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So no 2/3 deduction?

Comment on lines 19 to 21
# Regular family, 0.3 * fpg
# Child only family, 0.3 * 0.75 * fpg, when adult receives SSI
# Adult only family, 0.3 * 0.25 * fpg, when child receives SSI
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Regular family, 0.3 * fpg
# Child only family, 0.3 * 0.75 * fpg, when adult receives SSI
# Adult only family, 0.3 * 0.25 * fpg, when child receives SSI
# The payment levels can vary by ssi eligiblity:
# If the parent is receiving SSI, the payment level is 75%
# if the child is receiving SSI, the payment level is 25%

Lets add an issue for this - or we can add it in this PR - leaving it up to you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Illinois Temporary Assistance for Needy Families (TANF)
2 participants