Implement Oklahoma Unemployment Insurance (ref #8264) - #8265
Implement Oklahoma Unemployment Insurance (ref #8264)#8265daphnehanse11 wants to merge 7 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8265 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 11 +8
Lines 49 141 +92
=========================================
+ Hits 49 141 +92
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:
|
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Replace broken 2025 OESC PDF URL with working OMES PDF + OESC homepage - Fix section citation: §1-218 → §1-201(48) + §1-223 in taxable_wage_base - Add subsection specificity: §2-207(A) → §2-207(A)(1)/(A)(2) - Correct PDF page anchors: divisor/min_amount/max_amount #page=49→50; disregard #page=50→51 - Update stale $27,400 test comments to match actual $27,000 param - Replace 0000-01-01 sentinel with 1980-07-01 in mba/max_weeks - Add trailing comma to make single-element reference tuples valid Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Change 0000-01-01 sentinel to 2024-01-01 in taxable_wage_base - Replace repealed §1-202 with current §1-201(4) in base-period docstrings - Add §2-207 reference to ok_ui_base_period_total_wages (where "total wages" qualifier comes from) - Update §2-104(B) title in max_amount to clarify OESC Board determination Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Remove the adds wiring into unemployment_compensation (newer core rejects adds combined with uprating, and the integration is deferred to PolicyEngine#8303 pending policyengine-us-data support) and the coupled integration assertion. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Rebased onto current main (branch is now main + 6 commits). One substantive change during the rebase: the |
Summary
Implements Oklahoma Unemployment Insurance (administered by the Oklahoma Employment Security Commission, OESC).
Closes #8264
Regulatory authority
Monetary eligibility (§2-207)
A claimant is monetarily eligible if EITHER:
Annual taxable wage base
Weekly benefit amount (§2-104)
Maximum benefit amount (§2-106, HB 1933)
Partial benefits (§2-105)
Annual benefit
ok_ui_monetarily_eligibleand Oklahoma state codeRequirements coverage
Not modeled
30 NOT-MODELED items, listed in the scope decision. The most notable:
Historical notes
Files added