Skip to content

Example notebook: federal vs. state fiscal impact of Medicaid reforms#132

Open
MaxGhenis wants to merge 1 commit intomainfrom
medicaid-federal-state-example
Open

Example notebook: federal vs. state fiscal impact of Medicaid reforms#132
MaxGhenis wants to merge 1 commit intomainfrom
medicaid-federal-state-example

Conversation

@MaxGhenis
Copy link
Copy Markdown
Contributor

Summary

Adds an example notebook demonstrating how to use the new federal_benefit_cost and state_benefit_cost aggregates (from PolicyEngine/policyengine-us#8076) to produce federal vs. state fiscal impact estimates.

Closes #131.

What it shows

Repealing the ACA expansion FMAP (90% → state regular FMAP) as a case study:

  1. Baseline national totals for federal and state Medicaid+CHIP cost
  2. Reform: set gov.hhs.medicaid.cost_share.expansion_fmap to 0 (defaults to regular FMAP for expansion adults)
  3. Reform vs. baseline fiscal impact, partitioned federal/state
  4. Per-state breakdown showing which states bear the largest share of shifted cost

The key pedagogical point: aggregate Medicaid cost is roughly unchanged, but federal cost falls and state cost rises by roughly equal amounts. Reporting only total budgetary impact would hide the entire policy story.

Dependencies

  • Requires policyengine-us with PR #8076 merged (shipped 2026-04-18)
  • No dependency on policyengine-api or policyengine.py — notebook uses Microsimulation directly

Related

…orms

Demonstrates the federal_benefit_cost / state_benefit_cost aggregate
variables (from PolicyEngine/policyengine-us#8076) on a realistic reform
scenario: repealing the ACA expansion FMAP. Shows that total program
cost stays flat while the fed/state attribution shifts by roughly $80B
in each direction — exactly the policy story the single budgetary_impact
number misses.

Closes #131.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Example notebook: federal vs. state Medicaid fiscal impact

1 participant