Skip to content
Open
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: 2 additions & 2 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- bump: minor
- bump: patch
changes:
added:
- Add Florida Temporary Cash Assistance (TCA) program.
- Add breakdown_labels metadata to parameters with range() dimensions for semantic labelling.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ description: Second Lowest Cost Silver Plan (SLCSP) premiums by rating area, nor
metadata:

period: month
unit: currency-USD
unit: currency-USD
breakdown:
- state_code
- range(1, 68) #max rating areas +1
breakdown_labels:
- State
- Rating area
documentation: For NY and VT below is base adult premium
label: Second Lowest Cost Silver Plan premiums by rating area
uprating: gov.aca.benchmark_premium_uprating
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ rates:
propagate_metadata_to_children: true
breakdown:
- range(1, 8)
breakdown_labels:
- Bracket
label: Individual income tax rates
reference:
# TCJA adjustments applied in (j)
Expand Down Expand Up @@ -42,6 +44,9 @@ thresholds:
breakdown:
- range(1, 8)
- filing_status
breakdown_labels:
- Bracket
- Filing status
period: year
propagate_metadata_to_children: true
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ metadata:
breakdown:
- range(1, 4)
- filing_status
breakdown_labels:
- Bracket
- Filing status
propagate_metadata_to_children: true
reference:
- title: Internal Revenue Code §1(j)(5)(B)
Expand Down
3 changes: 3 additions & 0 deletions policyengine_us/parameters/gov/hud/ami_limit/family_size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ metadata:
breakdown:
- hud_income_level
- range(1, 5)
breakdown_labels:
- Income level
- Family size
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ metadata:
- state_code
- range(1,7)
- range(1,20)
breakdown_labels:
- State
- Family size
- Income bracket
label: Optional state sales tax table
# IRS updates this from the Consumer Expenditure Survey annually.
# Assume this follows IRS indexing for now.
Expand Down
5 changes: 5 additions & 0 deletions policyengine_us/parameters/gov/irs/income/bracket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ rates:
propagate_metadata_to_children: true
breakdown:
- range(1, 8)
breakdown_labels:
- Bracket
label: Individual income tax rates
reference:
# TCJA adjustments applied in (j)
Expand Down Expand Up @@ -34,6 +36,9 @@ thresholds:
breakdown:
- range(1, 7)
- filing_status
breakdown_labels:
- Bracket
- Filing status
period: year
propagate_metadata_to_children: true
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ metadata:
unit: currency-USD
breakdown:
- range(1,6)
breakdown_labels:
- Household size
period: month
label: Riverside County General Relief food needs standard
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ metadata:
unit: currency-USD
breakdown:
- range(1,6)
breakdown_labels:
- Household size
period: month
label: Riverside County General Relief housing needs standard
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ metadata:
unit: currency-USD
breakdown:
- range(1,6)
breakdown_labels:
- Household size
period: month
label: Riverside County General Relief personal needs standard
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 20)
breakdown_labels:
- Assistance unit size
label: Arkansas TEA payment standard amount
reference:
- title: 208.00.13 Ark. Code R. Section 001, Section 6.1.1 - Monthly Cash Assistance Payment Amount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 11)
breakdown_labels:
- Household size
label: California CalWORKs monthly income limit for region 1
reference:
- title: Los Angeles Department of Public Social Services E-Policy | CalWORKs Minimum Basic Standard of Adequate Care
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 11)
breakdown_labels:
- Household size
label: California CalWORKs monthly income limit for region 2
reference:
- title: Los Angeles Department of Public Social Services E-Policy | CalWORKs Minimum Basic Standard of Adequate Care
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 11)
breakdown_labels:
- Household size
label: California CalWORKs monthly payment level - exempt map region 1
reference:
- title: County of San Diego CalWORKS Program Guide | CalWORKs Payment Standards Chart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 11)
breakdown_labels:
- Household size
label: California CalWORKs monthly payment level - non-exempt map region 1
reference:
- title: County of San Diego CalWORKS Program Guide | CalWORKs Payment Standards Chart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 11)
breakdown_labels:
- Household size
label: California CalWORKs monthly payment level - exempt map region 2
reference:
- title: County of San Diego CalWORKS Program Guide | CalWORKs Payment Standards Chart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 11)
breakdown_labels:
- Household size
label: California CalWORKs monthly payment level - non-exempt map region 2
reference:
- title: County of San Diego CalWORKS Program Guide | CalWORKs Payment Standards Chart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ metadata:
breakdown:
- range(0, 3)
- range(0, 11)
breakdown_labels:
- Number of caretakers
- Number of children
label: Colorado TANF grant standard
reference:
- title: CODE OF COLORADO REGULATIONS 9 CCR 2503-6 | Income Maintenance (Volume 3)
href: https://www.sos.state.co.us/CCR/GenerateRulePdf.do?ruleVersionId=10321#page=52
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ metadata:
breakdown:
- range(0, 3)
- range(0, 11)
breakdown_labels:
- Number of caretakers
- Number of children
label: Colorado TANF need standard
reference:
- title: CODE OF COLORADO REGULATIONS 9 CCR 2503-6 | Income Maintenance (Volume 3)
href: https://www.sos.state.co.us/CCR/GenerateRulePdf.do?ruleVersionId=10321#page=52
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(0, 9)
breakdown_labels:
- Household size
label: Connecticut TFA standard payment amount
reference:
- title: State of Connecticut TANF State Plan 2024-2026
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(0, 20)
breakdown_labels:
- Household size
label: DC TANF standard payment amount
reference:
- title: TANF for District Families
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,14 @@ metadata:
period: year
unit: currency-USD
label: DC LIHEAP Electricity payment
breakdown:
breakdown:
- dc_liheap_housing_type
- range(1,11) # income level
- range(1,5) # household size
breakdown_labels:
- Housing type
- Income level
- Household size
reference:
- title: DOEE Regular Benefits Table for FY 2024
href: https://doee.dc.gov/sites/default/files/dc/sites/doee/service_content/attachments/DOEE%20FY24%20LIHEAP_REGULAR_Benefits_Table-Matrix.pdf
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,14 @@ metadata:
period: year
unit: currency-USD
label: DC LIHEAP Gas payment
breakdown:
breakdown:
- dc_liheap_housing_type
- range(1,11) # income level
- range(1,5) # household size
breakdown_labels:
- Housing type
- Income level
- Household size
reference:
- title: DOEE Regular Benefits Table for FY 2024
href: https://doee.dc.gov/sites/default/files/dc/sites/doee/service_content/attachments/DOEE%20FY24%20LIHEAP_REGULAR_Benefits_Table-Matrix.pdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(0, 9)
breakdown_labels:
- Household size
label: Delaware TANF payment standard amount
reference:
- title: Delaware TANF State Plan 2017 - Payment Standard Table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 12)
breakdown_labels:
- Family size
label: Georgia TANF family maximum base amount
reference:
# These values have not changed since 1997 (and likely since 1990 under AFDC).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 12)
breakdown_labels:
- Family size
label: Georgia TANF standard of need base amount
reference:
# These values have not changed since 1997 (and likely since 1990 under AFDC).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 11)
breakdown_labels:
- Household size
label: Hawaii TANF Standard of Need amount
reference:
- title: Hawaii TANF State Plan 11.1 Income and Benefit Standards (Effective October 1, 2023)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
period: month
breakdown:
- range(1, 11)
breakdown_labels:
- Family size
label: Idaho TAFI work incentive table amount
reference:
- title: IDAPA 16.03.08.251 - Work Incentive Table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ metadata:
unit: currency-USD
breakdown:
- range(1,3)
breakdown_labels:
- Household size
period: month
label: Illinois AABD asset disregard base amount
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ metadata:
unit: currency-USD
breakdown:
- range(1,9)
breakdown_labels:
- Household size
period: month
label: Illinois AABD active applicant personal allowance
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ metadata:
unit: currency-USD
breakdown:
- range(1,9)
breakdown_labels:
- Household size
period: month
label: Illinois AABD bedfast applicant personal allowance
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
breakdown:
- il_aabd_area
- range(1,20)
breakdown_labels:
- AABD area
- Household size
period: month
label: Illinois AABD bottled gas allowance by area
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
breakdown:
- il_aabd_area
- range(1,20)
breakdown_labels:
- AABD area
- Household size
period: month
label: Illinois AABD coal allowance by area
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
breakdown:
- il_aabd_area
- range(1,20)
breakdown_labels:
- AABD area
- Household size
period: month
label: Illinois AABD cooking fuel allowance by area
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
breakdown:
- il_aabd_area
- range(1,20)
breakdown_labels:
- AABD area
- Household size
period: month
label: Illinois AABD electricity allowance by area
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
breakdown:
- il_aabd_area
- range(1,20)
breakdown_labels:
- AABD area
- Household size
period: month
label: Illinois AABD fuel oil allowance by area
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
breakdown:
- il_aabd_area
- range(1,20)
breakdown_labels:
- AABD area
- Household size
period: month
label: Illinois AABD metered gas allowance by area
reference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
breakdown:
- il_aabd_area
- range(1,20)
breakdown_labels:
- AABD area
- Household size
period: month
label: Illinois AABD water allowance by area
reference:
Expand Down
Loading
Loading