Add Arizona Child Care Assistance Program#8373
Draft
hua7450 wants to merge 1 commit into
Draft
Conversation
a2a08c2 to
5ce3ba2
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #8373 +/- ##
============================================
- Coverage 100.00% 70.42% -29.58%
============================================
Files 2 4837 +4835
Lines 57 70490 +70433
Branches 1 346 +345
============================================
+ Hits 57 49645 +49588
- Misses 0 20843 +20843
- Partials 0 2 +2
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:
|
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
Fixes #8370.
Adds Arizona's Child Care Assistance Program (CCAP), including:
az_ccap_enrolledto apply ongoing/redetermination eligibility through 85% SMI.max(0, min(pre-subsidy childcare expenses, state maximum reimbursement) - copay).Regulatory Authority
Income Eligibility Tests
az_ccap_enrolledand may qualify through fee level L7, corresponding to the ongoing 85% SMI limit.Income Deductions And Exemptions
Standards And Benefit Calculation
az_ccap_copay_exemptis formula-based fromis_tanf_enrolled,receives_or_needs_protective_services, andis_in_foster_care.az_ccap_special_needs_childis formula-based from eligible child status andis_disabled.Requirements Coverage
Files Added
policyengine_us/parameters/gov/states/az/hhs/ccap/...policyengine_us/variables/gov/states/az/hhs/ccap/...policyengine_us/variables/gov/states/az/hhs/az_child_care_subsidies.pypolicyengine_us/tests/policy/baseline/gov/states/az/hhs/ccap/...sources/working_references.mdchangelog.d/added/8370.mdValidation
policyengine-core test policyengine_us/tests/policy/baseline/gov/states/az/hhs/ccap -c policyengine_usmake formatKnown failing tests: none.