Apply WA capital gains 9.9% tier only from 2025 (ESSB 5813)#9023
Open
PavelMakarchuk wants to merge 1 commit into
Open
Apply WA capital gains 9.9% tier only from 2025 (ESSB 5813)#9023PavelMakarchuk wants to merge 1 commit into
PavelMakarchuk wants to merge 1 commit into
Conversation
The ESSB 5813 (Ch. 421, Laws of 2025) 2.9% surcharge over $1,000,000 begins January 1, 2025 (Sec. 101; Sec. 301: 'applies to taxes imposed in calendar year 2025'). The bracket was defined only from 2025-01-01, and core backfills first bracket values to the timeline start, so the 9.9% tier leaked into 2022-2024, overcharging 2.9% on the excess over $1M. Adds explicit 2022 values (flat 7%) and year-pair tests. Fixes #9022 Co-Authored-By: Claude Fable 5 <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.
Fixes #9022. Backward-leak class (#9008): core backfills a bracket's first value to the timeline start, so the
2025-01-01-only $1M/9.9% bracket resolved identically at 2022–2024 instants.Source (verbatim, ESSB 5813, Ch. 421, Laws of 2025) — Sec. 101: "an additional excise tax is imposed on the sale or exchange of long-term capital assets, which equals 2.90 percent multiplied by the portion of an individual's Washington capital gains exceeding $1,000,000" — "Beginning January 1, 2025." Sec. 301: "Section 101 of this act applies to taxes imposed in calendar year 2025 for collection in calendar year 2026." 2022–2024 law (RCW 82.87.040 as enacted): "the tax, which equals seven percent multiplied by an individual's Washington capital gains."
Change: explicit
2022-01-01values on the second bracket (threshold $1,000,000, rate 0.07) so the scale is flat 7% before 2025; 9.9% from2025-01-01unchanged.Tests: 2023 taxable LTCG $2,000,000 → $140,000 (previously $169,000); 2025 twin → $169,000. All 8 WA capital-gains tests pass.
🤖 Generated with Claude Code