Implement Louisiana Child Care Assistance Program (CCAP)#8624
Draft
hua7450 wants to merge 1 commit into
Draft
Conversation
Ref PolicyEngine#8623 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8624 +/- ##
============================================
+ Coverage 77.77% 100.00% +22.22%
============================================
Files 1 12 +11
Lines 9 199 +190
============================================
+ Hits 7 199 +192
+ Misses 2 0 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Implements Louisiana's Child Care Assistance Program (CCAP) — the state's CCDF child care subsidy, administered by the Louisiana Department of Education (LDOE).
Closes #8623
Regulatory Authority
Coverage window
February 1, 2022 onward — when the 85% SMI limit, the current rate table, and the flat daily-copay sliding fee scale all took effect. The prior 65%-SMI/graduated-phase-out era (Feb 2021–Jan 2022) is not modeled.
Eligibility
age < 13oris_disabled & age < 18; court-supervision pathway not trackedis_ccdf_immigration_eligible_childweekly_hours_worked_before_lsr ≥ 20|is_full_time_student|is_disabled, per head/spouseis_disabled;is_homelessis_tanf_enrolled(STEP approximated) |is_in_foster_care; bypasses income + activity testsis_ccdf_asset_eligible(federal CCDF standard)Countable income (§509.A.3)
Benefit calculation
Per eligible child in care:
max(min(childcare expense, daily rate × days) − daily copay × days, 0)childcare_days_per_week × 52/12, capped at 22/month (§103); hours-only fallback prorates against the 30-hour full-time thresholdNot Modeled (by design)
Verification TODO
Files
Registered in
gov/hhs/ccdf/child_care_subsidy_programs.yamlandprograms.yaml(CCDF state implementations).Test plan
🤖 Generated with Claude Code