Draft
Conversation
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 #7739 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 1 20 +19
Lines 23 294 +271
Branches 1 0 -1
==========================================
+ Hits 23 294 +271
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:
|
…SDI/survivors income - disabled_child.yaml: keep value at 18 (matches law), fix formula to use <= instead of < - sources.yaml: add social_security_disability and social_security_survivors (RSDI) - Update tests for corrected disabled child age boundary 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 Rhode Island's Starting RIght Child Care Assistance Program (CCAP) in PolicyEngine, covering eligibility determination, income testing, co-payment calculation, provider rate caps, and subsidy computation.
Closes #7738
Regulatory Authority
Income Eligibility Tests
Initial Eligibility: <= 261% FPL
New applicants must have gross countable income at or below 261% of the Federal Poverty Level.
Transitional Eligibility: <= 300% FPL (enrolled families only)
Families already receiving CCAP whose income rises above 261% FPL may continue receiving benefits up to 300% FPL at recertification. Uses
ri_ccap_enrolledinput variable to distinguish applicants from recipients.Exit Threshold: > 300% FPL
Benefits terminate when income exceeds 300% FPL.
Asset Test: <= $1,000,000
Family assets (vehicles excl. primary, real estate excl. primary residence, cash, bank accounts, investments) must not exceed $1,000,000.
Child Age Eligibility
Immigration Status (child only)
Child must be a US citizen or qualified immigrant. Parent citizenship is NOT required.
RI Works (TANF) Categorical Eligibility
RI Works recipients are categorically eligible, bypassing income and asset tests, with $0 co-payment.
Income Deductions & Exemptions
RI CCAP uses gross countable income with NO earned income disregards or deductions. The only adjustments are excluded income types (omitted from the countable income sources list).
Countable Income Sources
Gross wages/salary, self-employment AGI, Social Security (RSDI), SSI, dividends, interest, rental income, pensions/annuities, veterans benefits, military retirement, unemployment compensation, workers' compensation, alimony, and child support received.
Excluded Income (omitted from sources list)
USDA foods, relocation assistance, student financial aid, tribal payments, foster grandparent payments, SNAP, housing subsidies, home energy assistance, college work study, dependent child earned income, WIOA payments, EITC refunds, SSA PASS/IRWE, Veterans Aid/Attendant Allowances, Americorps/VISTA, RI Works cash assistance, Veterans Disability Pension, and others.
Co-Payment Schedule
One co-payment per family regardless of number of children enrolled.
Special $0 co-payment for:
Source: 218-RICR-20-00-4, Section 4.6.1.C; 2026 Co-Pay Chart
Benefit Calculation
Where:
spm_unit_pre_subsidy_childcare_expenses(annual)ri_ccap_countable_income(annual, at SPM unit level)Sources: 218-RICR-20-00-4, Section 4.12; Center Rates; Family Rates; Exempt Rates
Provider Rate Tables
Licensed Centers (July 2025) -- 80 rate cells
4 age categories (Infant/Toddler/Preschool/School Age) x 5 star ratings x 4 time authorizations
Licensed Family (July 2024) -- 60 rate cells
3 age categories (Infant-Toddler/Preschool/School Age) x 5 star ratings x 4 time authorizations
Licensed Exempt (January 2022) -- 48 rate cells
3 age categories (Infant-Toddler/Preschool/School Age) x 4 step ratings x 4 time authorizations
Time Authorization Levels
Source: 218-RICR-20-00-4, Section 4.7.1.A.2
Requirements Coverage
age_threshold/child.yamlri_ccap_eligible_child.pyri_ccap_eligible_child.yamlage_threshold/disabled_child.yamlri_ccap_eligible_child.pyri_ccap_eligible_child.yamlqualified_immigration_statuses.yamlri_ccap_immigration_status_eligible_child.pyri_ccap_immigration_status_eligible_child.yamlri_ccap_immigration_status_eligible_child.py(child-only)ri_ccap_eligible_child.yamlincome/fpl_rate/initial_eligibility.yamlri_ccap_income_eligible.pyri_ccap_income_eligible.yamlincome/fpl_rate/transitional.yamlri_ccap_income_eligible.py,ri_ccap_enrolled.pyri_ccap_income_eligible.yamlri_ccap_income_eligible.pyri_ccap_income_eligible.yamlincome/countable_income/sources.yamlri_ccap_countable_income.pyri_ccap_income_eligible.yamlincome/countable_income/sources.yaml(comments)ri_ccap_countable_income.py(omits excluded)ri_ccap_countable_income.py(adds only, no subtracts)assets/limit.yaml,assets/sources.yamlri_ccap_asset_eligible.py,ri_ccap_assets.pyri_ccap_asset_eligible.yamlri_ccap_eligible.pyri_ccap_eligible.yaml,ri_ccap.yamlcopay/rate.yamlri_ccap_fpl_copay_rate.pyri_ccap_fpl_copay_rate.yamlri_ccap_copay.py(SPMUnit-level)ri_ccap_copay.yamlri_ccap_copay.pyri_ccap_copay.yamlri_ccap_copay.pyri_ccap_copay.yamlri_ccap.pyri_ccap.yaml,integration.yamlrates/center.yamlri_ccap_maximum_weekly_benefit.pyri_ccap_maximum_weekly_benefit.yamlrates/family.yamlri_ccap_maximum_weekly_benefit.pyri_ccap_maximum_weekly_benefit.yamlrates/exempt.yamlri_ccap_maximum_weekly_benefit.pyri_ccap_maximum_weekly_benefit.yamltime_authorization/thresholds.yamlri_ccap_time_category.pyri_ccap_time_category.yamlri_ccap_income_eligible.pyri_ccap_income_eligible.yaml22/22 in-scope requirements covered.
Not Modeled
defined_for = StateCode.RIFiles Added
Parameters (16 files)
Variables (19 files)
Tests (22 files)