-
Notifications
You must be signed in to change notification settings - Fork 188
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some general format
...cyengine_us/variables/gov/states/il/dhs/tanf/income/il_tanf_countable_income_at_recipient.py
Outdated
Show resolved
Hide resolved
...cyengine_us/variables/gov/states/il/dhs/tanf/income/il_tanf_countable_income_at_recipient.py
Outdated
Show resolved
Hide resolved
...cyengine_us/variables/gov/states/il/dhs/tanf/income/il_tanf_countable_income_at_recipient.py
Outdated
Show resolved
Hide resolved
...engine_us/variables/gov/states/il/dhs/tanf/income/in_tanf_countable_income_at_application.py
Outdated
Show resolved
Hide resolved
...cyengine_us/variables/gov/states/il/dhs/tanf/income/il_tanf_countable_income_at_recipient.py
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
policyengine_us/parameters/gov/states/il/dhs/tanf/qualified_noncitizen_status.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/il/dhs/tanf/qualified_noncitizen_status.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/il/dhs/tanf/age_threshold/student_dependent.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/il/dhs/tanf/age_threshold/student_dependent.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/il/dhs/tanf/age_threshold/student_dependent.yaml
Outdated
Show resolved
Hide resolved
...ine_us/variables/gov/states/il/dhs/tanf/income/unearned/il_tanf_countable_unearned_income.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets also add the three times TANF disregard:
https://www.law.cornell.edu/regulations/illinois/Ill-Admin-Code-tit-89-SS-112.130
policyengine_us/parameters/gov/states/il/dhs/tanf/income/disregard/rate.yaml
Outdated
Show resolved
Hide resolved
@@ -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. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
# 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# 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
Fixes #5870