Implement Oklahoma Unemployment Insurance (ref #8264)#8265
Draft
daphnehanse11 wants to merge 3 commits into
Draft
Implement Oklahoma Unemployment Insurance (ref #8264)#8265daphnehanse11 wants to merge 3 commits into
daphnehanse11 wants to merge 3 commits into
Conversation
Starting implementation of Oklahoma UI per issue PolicyEngine#8264. Documentation and implementation will follow.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 63 140 +77
=========================================
+ Hits 63 140 +77
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:
|
- 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>
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 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