Model Virginia HB979 Income Tax Reform#7215
Merged
DTrim99 merged 3 commits intoPolicyEngine:mainfrom Jan 30, 2026
Merged
Conversation
Starting implementation of Virginia HB979 which adds: - New income tax brackets (8% on $600k-$1M, 10% on $1M+) - Updated standard deductions ($10k single, $15k HoH, $20k joint) Effective January 1, 2027. Closes PolicyEngine#7214
Implements Virginia HB979 which adds two new high-income tax brackets: - 8% on taxable income from $600k to $1M - 10% on taxable income above $1M Effective January 1, 2027. Closes PolicyEngine#7214 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Collaborator
Author
Implementation CompleteAdded Virginia HB979 income tax reform with the following: Parameters Created
Reform Files
Updated Files
Tests6 test cases covering:
All tests pass ✓ Note: Standard deduction provisions were not included as they can be adjusted parametrically using existing parameters. |
daphnehanse11
approved these changes
Jan 30, 2026
Reform tests should be placed in tests/policy/reforms/ not tests/policy/baseline/contrib/. Co-Authored-By: Claude Opus 4.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.
Summary
Model Virginia HB979 income tax reform which adds:
Effective date: January 1, 2027
Closes #7214
Changes
Parameters (
gov/contrib/states/va/hb979/)in_effect.yaml- Boolean to enable/disable reformbrackets.yaml- New income tax brackets with 8% and 10% ratesstandard_deduction.yaml- New standard deduction amounts by filing statusReform (
reforms/states/va/hb979/)va_hb979_reform.py- Reform that modifies income tax and standard deduction calculationsTests
Status
References
This is a draft PR. Implementation work is in progress.