Complete Illinois CCAP copays and provider payment rates - #9189
Draft
hua7450 wants to merge 3 commits into
Draft
Conversation
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
This PR extends the existing Illinois Child Care Assistance Program (CCAP) model from eligibility-only coverage to monthly family copayments, maximum base provider rates, and ordinary child care subsidy payments. It also updates countable income, continuing-family income eligibility, immigration treatment, benefit aggregation, and program metadata.
Fixes #9188.
Regulatory authority
The implementation uses the following official Illinois sources:
Income eligibility tests
Income deductions and exemptions
The countable-income calculation maps the official non-exempt categories to 12 model inputs, including wages, farm and non-farm self-employment income, rental income, royalty income, dividends, interest, pensions, veterans benefits, unemployment compensation, and workers compensation. It excludes the income categories identified as exempt in Illinois policy, deducts child support paid, and floors countable income at zero.
The model excludes all child earnings as the approved approximation because the data do not identify whether a child is the CCAP applicant. Tests cover adult income, child earnings, child support paid, rental income, royalty income, missing income, and a negative net amount.
Income standards
The seasonal test verifies the exact Table A/Table B boundaries: $0.50 in May, $1 in June, $1 in August, and $0.50 in September for the tested lowest-band household.
Benefit calculation
The model classifies each eligible child by four provider types, three county groups, three age groups, and daily care duration. It applies the official 2025 and 2026 maximum base rates for part-day, full-day, full-plus-part-day, and two-full-day care.
For each eligible child, the model:
pre_subsidy_childcare_expensesat that maximum.The PR publishes the result as monthly
il_ccap, adds annualil_child_care_subsidies, and registers the Illinois amount in the federal child care subsidy aggregator.Requirements coverage
The approved scope contains 25 simulatable requirements. The committed parameters, formulas, and tests cover all 25. Five additional requirements remain tracked as explicit exclusions, for 30 total requirements.
Validation status:
Not modeled
Historical notes
The modeled payment schedules begin July 1, 2025 and retain the July 1, 2026 histories. Illinois transferred program administration from IDHS to IDEC on July 1, 2026; this PR retains the existing
gov.states.il.dhs.ccappath to avoid an unrelated model-tree migration. The current IDEC provider page supplies the current program context.The ordinary subsidy uses published base provider rates. It does not treat quality, seniority, or paid-leave payments as ordinary child-day reimbursements.
Files added
This commit changes 74 files: 66 added and 8 updated.
policyengine_us/programs.yamland add one towncrier fragment.