Skip to content

Commit 2403caf

Browse files
anth-volkclaude
andcommitted
style: Convert inline breakdown arrays to multiline format
Changes `breakdown: [state_code]` to: ``` breakdown: - state_code ``` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6489364 commit 2403caf

File tree

40 files changed

+80
-40
lines changed

40 files changed

+80
-40
lines changed

policyengine_us/parameters/calibration/gov/census/populations/by_state.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
description: Total population by state.
22
metadata:
33
label: Total population by state
4-
breakdown: [state_code]
4+
breakdown:
5+
- state_code
56
unit: person
67
reference:
78
- title: "State Population Totals and Components of Change: 2020-2021 | Census Bureau"

policyengine_us/parameters/calibration/gov/hhs/medicaid/totals/enrollment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
description: Total Medicaid enrollment by state.
22
metadata:
33
label: Total Medicaid enrollment by state
4-
breakdown: [state_code]
4+
breakdown:
5+
- state_code
56
unit: person
67
period: year
78
reference:

policyengine_us/parameters/calibration/gov/hhs/medicaid/totals/spending.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
description: Total Medicaid spending by state.
22
metadata:
33
label: Total Medicaid spending by state
4-
breakdown: [state_code]
4+
breakdown:
5+
- state_code
56
unit: currency-USD
67
period: year
78
reference:

policyengine_us/parameters/calibration/gov/irs/soi/returns_by_filing_status.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
description: Number of returns by filing status and AGI band.
22
metadata:
33
label: Returns by filing status
4-
breakdown: [filing_status]
4+
breakdown:
5+
- filing_status
56
unit: return
67
uprating: calibration.gov.census.populations.total
78
propagate_metadata_to_children: true

policyengine_us/parameters/gov/contrib/congress/wftca/bonus_guaranteed_deduction/amount.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ SURVIVING_SPOUSE:
2626
label: WFTCA surviving spouse filer amount
2727
metadata:
2828
label: Bonus guaranteed deduction
29-
breakdown: [filing_status]
29+
breakdown:
30+
- filing_status
3031
unit: currency-USD
3132
period: year
3233
reference:

policyengine_us/parameters/gov/contrib/congress/wftca/bonus_guaranteed_deduction/phase_out/threshold.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ SURVIVING_SPOUSE:
2626
label: WFTCA surviving spouse filer phase-out threshold
2727
metadata:
2828
label: Bonus guaranteed deduction phase-out threshold
29-
breakdown: [filing_status]
29+
breakdown:
30+
- filing_status
3031
unit: currency-USD
3132
period: year
3233
reference:

policyengine_us/parameters/gov/hhs/medicaid/eligibility/categories/medically_needy/categories/child/child.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
description: Whether children can qualify for Medicaid under the 'medically needy' pathway.
22
metadata:
33
label: Medicaid medically needy pathway for children
4-
breakdown: [state_code]
4+
breakdown:
5+
- state_code
56
unit: bool
67
reference:
78
- title: "Medicaid Financial Eligibility for Seniors and People with Disabilities: Findings from a 50-State Survey | KFF"

policyengine_us/parameters/gov/hhs/medicaid/eligibility/categories/medically_needy/categories/disabled.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
description: Whether people with disabilities can qualify for Medicaid under the 'medically needy' pathway.
22
metadata:
33
label: Medicaid medically needy pathway for people with disabilities
4-
breakdown: [state_code]
4+
breakdown:
5+
- state_code
56
unit: bool
67
reference:
78
- title: "Medicaid Financial Eligibility for Seniors and People with Disabilities: Findings from a 50-State Survey | KFF"

policyengine_us/parameters/gov/hhs/medicaid/eligibility/categories/medically_needy/categories/parent.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
description: Whether parents can qualify for Medicaid under the 'medically needy' pathway.
22
metadata:
33
label: Medicaid medically needy pathway for parents
4-
breakdown: [state_code]
4+
breakdown:
5+
- state_code
56
unit: bool
67
reference:
78
- title: "Medicaid Financial Eligibility for Seniors and People with Disabilities: Findings from a 50-State Survey | KFF"

policyengine_us/parameters/gov/hhs/medicaid/eligibility/categories/medically_needy/categories/pregnant.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
description: Whether pregnant people can qualify for Medicaid under the 'medically needy' pathway.
22
metadata:
33
label: Medicaid medically needy pathway for pregnant people
4-
breakdown: [state_code]
4+
breakdown:
5+
- state_code
56
unit: bool
67
reference:
78
- title: "Medicaid Financial Eligibility for Seniors and People with Disabilities: Findings from a 50-State Survey | KFF"

0 commit comments

Comments
 (0)