Implement South Dakota Child Care Assistance (CCA)#8999
Open
hua7450 wants to merge 8 commits into
Open
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…8998) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…Manual §6) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… waiver, care-hours mask - Enforce the activity work thresholds: employed caretakers need 80+ hours/month at minimum-wage-equivalent pay (Manual Sections 3, 5); self-employed need 20+ hours/week earning at least 20x the federal minimum wage, with losses counting as zero (Manual Section 6) - Add sd_cca_reason_for_care_eligible (Person), mirroring the federal is_ccdf_reason_for_care_eligible pattern: protective services is an independent per-child reason for care (ARSD 67:47:01:03), embedded in sd_cca_eligible_child; sd_cca_eligible drops the unit-level activity conjunct - Waive the co-payment for protective-services children (Sliding Fee Scale), not just TANF and foster cases - Exclude children with zero care hours from the reimbursement cap (the limited-time rate tier starts at one hour per week) 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.
Summary
Implements South Dakota Child Care Assistance (CCA), the CCDF-funded child care subsidy administered by the South Dakota Department of Social Services.
This PR models the region-based weekly reimbursement schedule effective August 3, 2026. Because PolicyEngine calculates CCA monthly, the weekly-rate era is activated on August 1, 2026 so the entire August benefit period is not skipped. The prior hourly county-based schedule remains deferred.
Closes #8998.
What is modeled
ceil(weekly hours × 4.3), an 80-hour minimum, and minimum-wage-equivalent earnings.Review fixes included
Regulatory sources
Known limitations
Validation
make format— passed, including Ruff format and Ruff check.