Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Added 2025 Texas TANF Income Limits.
Original file line number Diff line number Diff line change
@@ -1,31 +1,25 @@
description: Texas limits its TANF eligibility to households with income below this amount, depending on household size.
metadata:
label: Texas TANF monthly income limit
type: single_amount
threshold_unit: person
amount_unit: currency-USD
unit: currency-USD
period: month
breakdown:
- range(1, 5)
label: Texas TANF monthly maximum allowable income
reference:
- title: TANF Cash Help
href: https://www.hhs.texas.gov/services/financial/cash/tanf-cash-help
brackets:
- threshold:
2023-01-01: 1
amount:
2023-01-01: 2_265
- threshold:
2023-01-01: 2
amount:
2023-01-01: 3_052
- threshold:
2023-01-01: 3
amount:
2023-01-01: 3_839
- threshold:
2023-01-01: 4
amount:
2023-01-01: 4_625
- threshold:
2023-01-01: 5
amount:
2023-01-01: 5_412
1:
2023-01-01: 2_265
2025-01-01: 2_510
2:
2023-01-01: 3_052
2025-01-01: 3_407
3:
2023-01-01: 3_839
2025-01-01: 4_304
4:
2023-01-01: 4_625
2025-01-01: 5_200
5:
2023-01-01: 5_412
2025-01-01: 6_097
Loading