Add Colorado overtime deduction add-back (HB25-1296) from 2026#8995
Open
DTrim99 wants to merge 2 commits into
Open
Add Colorado overtime deduction add-back (HB25-1296) from 2026#8995DTrim99 wants to merge 2 commits into
DTrim99 wants to merge 2 commits into
Conversation
HB25-1296 (2025, Colorado Laws ch. 202, signed 2025-05-16) adds C.R.S. 39-22-104(3)(u), adding back "any overtime compensation excluded or deducted from federal gross income" for tax years beginning on or after January 1, 2026 (Section 18). Colorado starts from federal taxable income, which includes the federal IRC 225 overtime deduction, so this claws it back. Colorado still conforms to the federal tips deduction (IRC 224), so tips are not added back; and Colorado conformed for 2025 (Section 6 was not yet effective). Adds co_overtime_income_addback (mirroring the federal overtime deduction, gated from 2026 via an in_effect parameter) to the Colorado additions list. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8995 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 18 12 -6
=========================================
- Hits 18 12 -6
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:
|
- Correct the in_effect comment: the add-back does not "reach zero after 2028" on its own; it will zero once the federal overtime deduction's post-2028 sunset is modeled (federal-model gap, not a CO defect). - Add tests that the add-back flows into co_additions (2026 vs 2025 wiring guard) and that federal tips are NOT added back. - Co-locate the variable with its parameter under additions/qualified_overtime/. - Trim the overlong reference title; adopt Case N test naming with margins. - Changelog type changed -> added (introduces a new variable/parameter). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
Author
Independent review + fixes appliedIndependent review confirmed the policy is regulatorily correct against the signed act (HB25-1296, Ch. 202, §6 adds C.R.S. 39-22-104(3)(u) — overtime only; "tip" appears 0 times; §18 effective 2026). No critical issues. Applied all findings: 🟡 Should Address — fixed
🟢 Suggestions — applied
|
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.
Adds Colorado's decoupling from the federal overtime deduction — a second-sweep gap.
Change
HB25-1296 (2025, Colorado Laws ch. 202, signed 2025-05-16) adds C.R.S. 39-22-104(3)(u): an add-back of "any overtime compensation excluded or deducted from federal gross income," effective January 1, 2026 (§18). Colorado starts from federal taxable income, which includes the federal IRC §225 overtime deduction, so this claws it back for CO.
Colorado still conforms to the federal tips deduction (IRC §224) — tips are not added back — and Colorado conformed for 2025 (§6 wasn't yet effective). A 2025 special-session repeal attempt (HB25B-1020) failed, so the add-back stands.
Why this is a real, verified rule (not a false positive)
The bill predates OBBBA (signed 5/16/2025; OBBBA July 2025), so I verified the mechanism directly: (3)(u) is section-agnostic — "any overtime compensation excluded or deducted from federal gross income" — drafted in anticipation of the federal deduction, so it automatically captures OBBBA's §225. Confirmed against the signed session law (§6, §18, §19 safety clause).
Implementation
co_overtime_income_addback— mirrors the federalovertime_income_deduction, gated from 2026 viagov.states.co.tax.income.additions.qualified_overtime.in_effectadditionslist from 2026🤖 Generated with Claude Code