-
Notifications
You must be signed in to change notification settings - Fork 187
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
2025 Texas TANF monthly income limits #5521
base: master
Are you sure you want to change the base?
2025 Texas TANF monthly income limits #5521
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.
Why move away from the scale parameter? This enables us to capture the 5+
category without additional logic.
@MaxGhenis not sure, I was just coping nj format because I wasn't which was more correct. the other format is in my first commit if you like that one better |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5521 +/- ##
==========================================
+ Coverage 99.04% 99.10% +0.05%
==========================================
Files 2679 2687 +8
Lines 38827 38934 +107
Branches 168 170 +2
==========================================
+ Hits 38458 38585 +127
+ Misses 335 315 -20
Partials 34 34 ☔ View full report in Codecov by Sentry. |
NJ caps instead then looks up: policyengine-us/policyengine_us/variables/gov/states/nj/njdhs/tanf/nj_tanf_maximum_benefit.py Line 16 in c573756
We'd have to adjust the TX approach to adopt that: policyengine-us/policyengine_us/variables/gov/states/tx/tanf/tx_tanf_income_limit.py Line 18 in c573756
I filed #5524 to adopt a consistent standard here. |
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.
Can you try to find the effective date here? The source only says these are current values.
policyengine_us/variables/gov/states/tx/tanf/one_time_payment/one_time_tx_tanf_income_limit.py
Outdated
Show resolved
Hide resolved
…one_time_tx_tanf_income_limit.py Co-authored-by: Max Ghenis <[email protected]>
@@ -13,19 +13,24 @@ brackets: | |||
2023-01-01: 1 |
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.
Is there a reference for the previous values? Want to make sure that the value did not update in 2024 as well
Updated Texas TANF income limits for 2025.