Example notebook: federal vs. state fiscal impact of Medicaid reforms#132
Open
Example notebook: federal vs. state fiscal impact of Medicaid reforms#132
Conversation
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an example notebook demonstrating how to use the new
federal_benefit_costandstate_benefit_costaggregates (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:
gov.hhs.medicaid.cost_share.expansion_fmapto 0 (defaults to regular FMAP for expansion adults)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
policyengine-uswith PR #8076 merged (shipped 2026-04-18)MicrosimulationdirectlyRelated