Add Vermont Child Care Assistance Program (CCAP)#7769
Draft
hua7450 wants to merge 6 commits intoPolicyEngine:mainfrom
Draft
Add Vermont Child Care Assistance Program (CCAP)#7769hua7450 wants to merge 6 commits intoPolicyEngine:mainfrom
hua7450 wants to merge 6 commits intoPolicyEngine:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Closes PolicyEngine#7768 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7769 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 2 14 +12
Lines 13 212 +199
==========================================
+ Hits 13 212 +199
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…d test name Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <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.
Summary
Implements the Vermont Child Care Financial Assistance Program (CCFAP) in PolicyEngine, covering eligibility determination, income testing, rate lookups, family share calculation, and benefit computation.
Closes #7768
Regulatory Authority
Income Eligibility Tests
is_ccdf_asset_eligible(dcf.vermont.gov/benefits/ccfap)is_ccdf_immigration_eligible_child(CCFAP Regulations Section II A; 45 CFR 98.20)Income Deductions & Exemptions
16 income exclusion categories per CCFAP Regulations Section II B 2:
Implementation uses an inclusion-list approach (
income/sources.yaml) listing 12 counted income sources. Excluded income types are implicitly omitted.Income Standards
Using 2025 Federal Poverty Guidelines at 575% FPL (maximum eligibility threshold):
No-copay threshold: 175% FPL. Sliding scale from $0/week (<=175% FPL) to $425/week (575% FPL) in $25 increments per 25% FPL step.
Benefit Calculation
Formula (Understanding Payments Guide):
State Rate depends on three dimensions (State Rates; Capped Rates):
Family Share (Income Guidelines):
Rate Tables (2024-06-30):
Licensed Center (weekly):
Registered Home (weekly):
Requirements Coverage
defined_for = StateCode.VTstate_code: VTis_ccdf_immigration_eligible_child(reused)vt_ccfap_eligible_child.yamlage_threshold/base.yaml,age_threshold/special_needs.yamlvt_ccfap_eligible_childvt_ccfap_eligible_child.yaml(10 cases)is_ccdf_asset_eligible(reused)vt_ccfap_eligible.yamlCase 7income/fpl_limit.yamlvt_ccfap_income_eligiblevt_ccfap_income_eligible.yaml(9 cases)income/sources.yaml(12 sources)vt_ccfap_countable_incomevt_ccfap_income_eligible.yaml,integration.yamlincome/sources.yaml(inclusion list)vt_ccfap_countable_incomeage_group/*.yamlvt_ccfap_age_groupvt_ccfap_age_group.yaml(7 cases)care_schedule/*.yamlvt_ccfap_care_schedulevt_ccfap_care_schedule.yaml(11 cases)vt_ccfap_provider_typevt_ccfap_provider_type.yaml(5 cases)rates/licensed_center.yaml,rates/registered_home.yamlvt_ccfap_state_ratevt_ccfap_state_rate.yaml(24 cases)family_share/scale.yamlvt_ccfap_family_sharevt_ccfap_family_share.yaml(14 cases)vt_ccfapvt_ccfap.yaml(10 cases),integration.yaml(11 cases)vt_reach_up_eligible(reused)vt_ccfap_eligible.yamlCase 3,vt_ccfap_family_share.yamlCase 5,vt_ccfap.yamlCase 3receives_or_needs_protective_services(reused)vt_ccfap_eligible.yamlCase 4,vt_ccfap_family_share.yamlCase 7,integration.yamlCase 11is_in_foster_care(reused)vt_ccfap_eligible.yamlCase 5,vt_ccfap_family_share.yamlCase 6,integration.yamlCase 4income/fpl_limit.yaml(400% at 2024-04-01, 575% at 2024-10-01)vt_ccfap_income_eligibleCoverage: 17/17 in-scope requirements implemented (100%)
Not Modeled
meets_ccdf_activity_test) -- not simulatable from household datareceives_adoption_subsidyvariable availableFiles Added
Totals: 12 parameter files, 11 variable files, 10 test files (33 files)