Skip to content

Implement Oregon Employment Related Day Care#8993

Draft
hua7450 wants to merge 1 commit into
PolicyEngine:mainfrom
hua7450:or-ccap
Draft

Implement Oregon Employment Related Day Care#8993
hua7450 wants to merge 1 commit into
PolicyEngine:mainfrom
hua7450:or-ccap

Conversation

@hua7450

@hua7450 hua7450 commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Closes #8991.

Summary

  • implements Oregon Employment Related Day Care (ERDC) eligibility, countable income, copays, and benefits
  • encodes all 2026 provider reimbursement rates for Areas A, B, and C
  • uses Enum-indexed area, provider-type, age-group, and billing-tier dimensions, consolidating rates into three parameter files
  • registers ERDC in Oregon and federal CCDF child care subsidy aggregators

Modeling notes

  • or_erdc_provider_area is a direct AREA_A / AREA_B / AREA_C input; ZIP-code mapping is deferred to a follow-up PR
  • Area C is the conservative default when no area is supplied
  • TANF is listed but commented out of ERDC countable income because adding calculated tanf would create a circular dependency through child care expenses and TANF deductions
  • administrative eligibility requirements that cannot be inferred from household inputs remain out of scope

Sources

Validation

  • 47 focused ERDC YAML tests pass
  • 12 parameter syntax, Enum breakdown, system import, and parameter code-health tests pass
  • make format and Ruff checks pass
  • official provider-rate PDF audit found no value or effective-date mismatches

The broad make test-yaml-structural target was stopped while it was spending several minutes in an unrelated existing contributed-policy batch; the direct parameter structural/import checks and all Oregon tests passed.

@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (ff39625) to head (cb96faa).
⚠️ Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main     #8993    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            1        23    +22     
  Lines           18       335   +317     
==========================================
+ Hits            18       335   +317     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Oregon Employment Related Day Care (ERDC)

1 participant