Add Vermont H-0619 Millionaire Tax#7357
Open
DTrim99 wants to merge 2 commits intoPolicyEngine:mainfrom
Open
Conversation
Starting implementation of Vermont H-0619, a proposed bill that creates a 3% tax on federal AGI for individuals with AGI >= $1,000,000. Documentation and parallel development will follow.
Implements Vermont H.619 proposed bill that creates a 3% income tax surcharge on all federal AGI for taxpayers with AGI >= $1,000,000. Key details: - Rate: 3% on FULL AGI (not marginal) - Threshold: $1,000,000 federal AGI - Creates cliff effect at threshold Closes PolicyEngine#7356 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
Implements Vermont H.619 proposed bill that creates a 3% income tax surcharge on federal AGI for taxpayers with AGI of $1,000,000 or more.
Closes #7356
Key Details
Important: This is NOT a marginal tax. Once the $1M threshold is crossed, the 3% applies to the ENTIRE AGI, creating a "cliff effect."
Example Calculations
Regulatory Authority
Files Added
Parameters
parameters/gov/contrib/states/vt/h619/income_tax_surcharge/rate.yaml- 3% surcharge rateparameters/gov/contrib/states/vt/h619/income_tax_surcharge/agi_threshold.yaml- $1,000,000 thresholdparameters/gov/contrib/states/vt/h619/income_tax_surcharge/in_effect.yaml- Enable/disable toggle (default: false)Variables
variables/gov/contrib/states/vt/h619/vt_h619_income_tax_surcharge.py- Surcharge calculationTests
tests/policy/contrib/states/vt/h619/vt_h619_income_tax_surcharge.yaml- 7 test casesTest Coverage
🤖 Generated with Claude Code