Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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:
changed:
- Update 2026 federal poverty guidelines.
8 changes: 8 additions & 0 deletions policyengine_us/parameters/gov/hhs/fpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ first_person:
2023-01-01: 14_580
2024-01-01: 15_060
2025-01-01: 15_650
2026-01-01: 15_960
AK:
2015-01-01: 14_720
2016-01-01: 14_840
Expand All @@ -24,6 +25,7 @@ first_person:
2023-01-01: 18_210
2024-01-01: 18_810
2025-01-01: 19_550
2026-01-01: 19_950
HI:
2015-01-01: 13_550
2016-01-01: 13_670
Expand All @@ -36,6 +38,7 @@ first_person:
2023-01-01: 16_770
2024-01-01: 17_310
2025-01-01: 17_990
2026-01-01: 18_360
# Add placeholders for Guam, Puerto Rico, and the Virgin Islands.
# Poverty guidelines do not apply to these areas, but we include them for
# completeness and to avoid errors arising from uprating and breakdown
Expand All @@ -61,6 +64,7 @@ additional_person:
2023-01-01: 5_140
2024-01-01: 5_380
2025-01-01: 5_500
2026-01-01: 5_680
AK:
2015-01-01: 5_200
2016-01-01: 5_200
Expand All @@ -73,6 +77,7 @@ additional_person:
2023-01-01: 6_430
2024-01-01: 6_730
2025-01-01: 6_880
2026-01-01: 7_100
HI:
2015-01-01: 4_780
2016-01-01: 4_780
Expand All @@ -85,6 +90,7 @@ additional_person:
2023-01-01: 5_910
2024-01-01: 6_190
2025-01-01: 6_330
2026-01-01: 6_530
# Add placeholders for Guam, Puerto Rico, and the Virgin Islands.
GU:
2024-01-01: 0
Expand All @@ -96,6 +102,8 @@ additional_person:
metadata:
unit: currency-USD
reference:
- title: 2026 Poverty Guidelines
href: https://aspe.hhs.gov/topics/poverty-economic-mobility/poverty-guidelines
- title: 2015 Poverty Guidelines
href: https://aspe.hhs.gov/2015-poverty-guidelines
- title: 2016 Poverty Guidelines
Expand Down
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
- name: FPP income limit for household size 1
period: 2026
absolute_error_margin: 1
absolute_error_margin: 0.1
input:
state_code: TX
spm_unit_size: 1
output:
tx_fpp_income_limit: 40_076 # 250% of 2026 FPG for size 1
tx_fpp_income_limit: 39_900 # 250% of 2026 FPG for size 1

- name: FPP income limit for household size 2
period: 2026
absolute_error_margin: 1
absolute_error_margin: 0.1
input:
state_code: TX
spm_unit_size: 2
output:
tx_fpp_income_limit: 54_161 # 250% of 2026 FPG for size 2
tx_fpp_income_limit: 54_100 # 250% of 2026 FPG for size 2

- name: FPP income limit for household size 3
period: 2026
absolute_error_margin: 1
absolute_error_margin: 0.1
input:
state_code: TX
spm_unit_size: 3
output:
tx_fpp_income_limit: 68_245 # 250% of 2026 FPG for size 3
tx_fpp_income_limit: 68_300 # 250% of 2026 FPG for size 3

- name: FPP income limit for household size 5
period: 2026
absolute_error_margin: 1
absolute_error_margin: 0.1
input:
state_code: TX
spm_unit_size: 5
output:
tx_fpp_income_limit: 96_415 # 250% of 2026 FPG for size 5
tx_fpp_income_limit: 96_700 # 250% of 2026 FPG for size 5

- name: FPP income limit for household size 10
period: 2026
absolute_error_margin: 1
absolute_error_margin: 0.1
input:
state_code: TX
spm_unit_size: 10
output:
tx_fpp_income_limit: 166_837 # 250% of 2026 FPG for size 10
tx_fpp_income_limit: 167_700 # 250% of 2026 FPG for size 10
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
household:
members: [parent, child]
output:
ecpa_child_benefit: [0, 5_630]
ecpa_child_benefit: [0, 5_680]
ecpa_filer_credit: 700

- name: ECPA adult dependent credit
Expand Down Expand Up @@ -75,7 +75,7 @@
filing_status: SINGLE
adjusted_gross_income: 30_000
output:
ecpa_child_benefit: [0, 5_630, 5_630, 0]
ecpa_child_benefit: [0, 5_680, 5_680, 0]
ecpa_adult_dependent_credit: [0, 0, 0, 700]
ecpa_filer_credit: 200 # 700 - (10,000 * 0.05)

Expand All @@ -99,7 +99,7 @@
filing_status: JOINT
adjusted_gross_income: 45_000
output:
ecpa_child_benefit: [0, 0, 5_630, 0]
ecpa_child_benefit: [0, 0, 5_680, 0]
ecpa_adult_dependent_credit: [0, 0, 0, 700]
ecpa_filer_credit: 1_150 # 1,400 - (5,000 * 0.05)

Expand Down Expand Up @@ -146,7 +146,7 @@

# ECPA benefits
ecpa_child_benefit:
2026: [0, 0, 5_630, 5_630, 0]
2026: [0, 0, 5_680, 5_680, 0]
ecpa_adult_dependent_credit:
2026: [0, 0, 0, 0, 700]
ecpa_filer_credit:
Expand Down Expand Up @@ -189,7 +189,7 @@

# ECPA benefits
ecpa_child_benefit:
2026: [0, 5_630, 5_630]
2026: [0, 5_680, 5_680]
ecpa_filer_credit:
2026: 450 # $700 - ($25k - $20k) * 0.05

Expand Down