Bill review: Millionaire Income Tax Surcharge (AZ)#113
Draft
PavelMakarchuk wants to merge 1 commit intomainfrom
Draft
Bill review: Millionaire Income Tax Surcharge (AZ)#113PavelMakarchuk wants to merge 1 commit intomainfrom
PavelMakarchuk wants to merge 1 commit intomainfrom
Conversation
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.
Bill Review: Millionaire Income Tax Surcharge (8% above $1M)
Reform ID:
az-hb2636| State: AZBill text: https://www.azleg.gov/legtext/57leg/2R/bills/HB2636P.htm
Description: Replaces Arizona's 2.5% flat individual income tax with a two-bracket progressive structure: 2.5% on the first $1M of taxable income, 8% on income above $1M. Same threshold for all filing statuses. Effective TY2027.
Note: Democratic-sponsored bill (15 sponsors), currently in House Ways & Means Committee. Requires 2/3 supermajority under AZ Constitution Article IX §22.
Merging this PR will publish the bill to the dashboard.
What we model
gov.states.az.tax.income.main.{status}.brackets[0].rategov.states.az.tax.income.main.{status}.brackets[1].rategov.states.az.tax.income.main.{status}.brackets[1].threshold(× 4 filing statuses: single, joint, head_of_household, separate)
Validation
External estimates
Back-of-envelope check
PE vs External comparison
Verdict: The directional impact is correct (tax increase concentrated entirely in the top decile, 1.6% of households affected, zero poverty impact), but the magnitude is likely overstated by 3-5x. A reasonable range based on external data is +$700M to +$1.3B/year.
Parameter changes
gov.states.az.tax.income.main.single.brackets[1].thresholdgov.states.az.tax.income.main.single.brackets[1].rategov.states.az.tax.income.main.joint.brackets[1].thresholdgov.states.az.tax.income.main.joint.brackets[1].rategov.states.az.tax.income.main.head_of_household.brackets[1].thresholdgov.states.az.tax.income.main.head_of_household.brackets[1].rategov.states.az.tax.income.main.separate.brackets[1].thresholdgov.states.az.tax.income.main.separate.brackets[1].rateKey results
Decile impact
Impact is entirely concentrated in the top decile, with 16.4% of top-decile households affected (15.4% losing >5% of income, 0.9% losing <5%).
District impacts
AZ-1 (Scottsdale/NE Phoenix) and AZ-4 (Chandler/Gilbert) show the highest impact, consistent with their concentration of high-income households.
Reform parameters JSON
{ "gov.states.az.tax.income.main.single.brackets[1].threshold": { "2027-01-01.2100-12-31": 1000000 }, "gov.states.az.tax.income.main.single.brackets[1].rate": { "2027-01-01.2100-12-31": 0.08 }, "gov.states.az.tax.income.main.joint.brackets[1].threshold": { "2027-01-01.2100-12-31": 1000000 }, "gov.states.az.tax.income.main.joint.brackets[1].rate": { "2027-01-01.2100-12-31": 0.08 }, "gov.states.az.tax.income.main.head_of_household.brackets[1].threshold": { "2027-01-01.2100-12-31": 1000000 }, "gov.states.az.tax.income.main.head_of_household.brackets[1].rate": { "2027-01-01.2100-12-31": 0.08 }, "gov.states.az.tax.income.main.separate.brackets[1].threshold": { "2027-01-01.2100-12-31": 1000000 }, "gov.states.az.tax.income.main.separate.brackets[1].rate": { "2027-01-01.2100-12-31": 0.08 } }Versions
1.527.0policyengine-us-datav1.67.0