Correct Missouri Medicaid child income limit to 153% of FPL#9133
Draft
daphnehanse11 wants to merge 1 commit into
Draft
Correct Missouri Medicaid child income limit to 153% of FPL#9133daphnehanse11 wants to merge 1 commit into
daphnehanse11 wants to merge 1 commit into
Conversation
Missouri's MO HealthNet for Kids standard for children ages 1-18 is 148% of the federal poverty level (DSS Manual 1830.010.05), with the conditional 5% MAGI disregard (1805.030.20.20.05) producing an effective 153% ceiling. The parameters carried 1.55 from a KFF figure based on the pre-MAGI-conversion 150% standard; the state's published dollar limits equal exactly 148% of the FPL, so the value is corrected at the existing 2018 date rather than dated as a policy change. Fixes PolicyEngine#9126. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Fixes #9126.
Change
Corrects Missouri's Medicaid income limit for children ages 1-18 from 1.55 to 1.53 in both the
young_childandolder_childparameters.Missouri's MO HealthNet for Kids base standard is 148% of FPL for all children ages 1-18 (DSS Manual § 1830.010.05), and the conditional 5% MAGI disregard (§ 1805.030.20.20.05) produces an effective 153% ceiling. The state's published dollar limits equal exactly 148% of the FPL ($23,621 for one person at the 04/2026 guidelines).
The prior 1.55 traces to KFF's figure, which reflects the pre-MAGI-conversion 150% standard (+5). Since the 148% MAGI-converted standard predates the parameter's 2018 start date, the value is corrected at the existing date rather than dated as a policy change. KFF reports 155% for January 2018, 2021, and 2025 alike, so this is a source discrepancy, not a recent change — a comment in each parameter file documents this.
Impact
is_chip_eligible_childrequires non-Medicaid-eligibility before applying the CHIP ceiling (MO: 305%).Tests
🤖 Generated with Claude Code