Complete Nebraska Child Care Subsidy implementation - #9186
Draft
hua7450 wants to merge 3 commits into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9186 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 3 34 +31
Lines 63 529 +466
Branches 3 3
==========================================
+ Hits 63 529 +466
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
This PR replaces the incomplete Nebraska Child Care Subsidy model with a current-law, monthly eligibility and provider-reimbursement model. It preserves the existing annual
ne_child_care_subsidiesoutput by summing the 12 monthly subsidy amounts.Fixes #9185
Regulatory authority
The implementation follows:
Research archived and page-verified 10 official PDFs totaling 328 pages.
Income eligibility tests
Income deductions and exemptions
The model separately sums parameter-listed earned and unearned sources. It excludes mapped tax, nutrition, housing, education, and other noncountable benefits and excludes earnings of an in-school child through age 18, following 392 NAC pages 11–14.
After an explicit 12-continuous-month status is present, the model disregards 10% of gross earned income only. It uses available net self-employment and farm income as the documented proxy for Nebraska's gross-receipts and allowable-expense calculation. Regular military pay is counted, but available inputs cannot isolate the legally excluded combat-pay portion.
TANF enrollment and approved categorical cases waive the family fee. The model excludes computed Nebraska AABD from countable income to avoid a child-care-benefit dependency cycle.
Income standards
LB304 permanently retains the first three current-law tiers and the 10% earned-income disregard. Above 100% FPL, one monthly family fee equals 7% of gross program income under the approved current-income approximation; the fee applies once across all children.
Benefit calculation
For an eligible family, the monthly model:
The model transcribes all 192 licensed urban/rural rate cells from the current rate chart. It also models license-exempt family-home rates of $9.90 partial day and $16.50 full day in urban counties, $8.80 and $14.90 in rural counties, and license-exempt in-home care at $13.50 per hour. Billing units are partial day below 5 hours, full day from 5 through under 10 hours, and full plus partial from 10 through 18 hours, subject to 18-hour daily and 60-hour weekly caps.
Approved special-needs care can increase the normal rate by 25%. Optional rules include $5 per transportation occurrence, a $50 monthly summer activity fee capped at $150 annually, registration fees of $25 for centers and $15 for homes, and up to five approved absence days per month. The model dates the 2025–2027 rate matrix to October 1, 2025 based on the chart label, the current DHHS schedule, and the statutory October 1 rate-setting rule.
The final annual
ne_child_care_subsidiesvariable adds monthly results, preserving monthly eligibility, fees, attendance, and provider facts rather than applying one annual determination.Requirements coverage
Not modeled
The four approved groups remain explicit limitations:
The SPM unit and tax-unit head or spouse roles approximate Nebraska's assistance unit and caretakers. The model does not infer shared custody, temporary absence, minor-parent, unborn-child, or placement exceptions.
Historical notes
LB304 was approved April 14, 2026 and became effective July 18, 2026. It removed the October 1, 2026 sunset that would have reverted initial eligibility to 130% FPL. The implementation therefore keeps the 185% FPL initial threshold, strict below-200% FPL redetermination tier, 10% earned-income disregard, and 85% SMI continuation ceiling after October 1, 2026.
The implementation replaces obsolete citations and earlier rate values with the current Nebraska Legislature, Secretary of State, and DHHS sources. It leaves the existing federal CCDF and household state-benefit registries unchanged.
Files added
Commit
5c670a75522f214ace16da44392fb0dc824c1c52changes 89 files:The commit does not include local research under
sources/,uv.lock, partner contract tests, or registry changes.Testing
make format: passed; Ruff reformatted 12 Nebraska implementation files and reported all checks passed.Testing was scoped to the Nebraska Child Care Subsidy paths at the user's direction. No broader Nebraska, state, package, repository, partner-contract, or microsimulation test suite ran.