Bill review: MN HF154 — First-Tier Income Tax Rate Reduction (MN)#110
Open
PavelMakarchuk wants to merge 1 commit intomainfrom
Open
Bill review: MN HF154 — First-Tier Income Tax Rate Reduction (MN)#110PavelMakarchuk 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: First-Tier Income Tax Rate Reduction
Reform ID:
mn-hf154| State: MNBill text: https://www.revisor.mn.gov/bills/bill.php?b=House&f=HF154&ssn=0&y=2025
Companion: SF1968 (Sen. Rasmusson)
Description: Reduces Minnesota's first-tier individual income tax rate from 5.35% to 2.8%, a 2.55 percentage point cut affecting all filing statuses. Also rebases statutory bracket thresholds to 2025 inflation-adjusted values (no real-world threshold change). Effective for tax years beginning after December 31, 2024.
Merging this PR will publish the bill to the dashboard.
What we model
gov.states.mn.tax.income.rates.single.brackets[0].rategov.states.mn.tax.income.rates.joint.brackets[0].rategov.states.mn.tax.income.rates.head_of_household.brackets[0].rategov.states.mn.tax.income.rates.separate.brackets[0].rategov.states.mn.tax.income.rates.surviving_spouse.brackets[0].rateUpper rates (6.80%, 7.85%, 9.85%) are unchanged. Bracket thresholds are unchanged (the bill rebases statutory text to 2025 values already in effect).
Validation
External estimates
No official fiscal note exists for HF154. The best comparable is HF812, which would have zeroed out the first tier entirely. The MN DOR estimated HF812's impact at -$3.79B/year.
Calibration sim: PE vs DOR on HF812-equivalent
We ran the HF812-equivalent reform (zero first bracket) through PE to calibrate the model directly:
PE is consistently ~21% below DOR across both reforms. The model scales proportionally as expected (HF154/HF812 ratio: 0.488 actual vs 0.477 theoretical).
Back-of-envelope check
PE vs External comparison
Verdict: PE is consistently ~21% below DOR estimates. This is a systematic data source gap — DOR uses administrative tax return microdata while PE uses Enhanced CPS. The CPS underrepresents high-income filers near the top of the first bracket. The model is internally consistent and scales correctly.
Parameter changes
...rates.single.brackets[0].rate...rates.joint.brackets[0].rate...rates.head_of_household.brackets[0].rate...rates.separate.brackets[0].rate...rates.surviving_spouse.brackets[0].rateKey results
The 0.4% losers are due to the SALT deduction interaction — reduced state tax liability means a smaller federal itemized deduction, which can slightly increase federal taxes for some itemizers.
Decile impact
The benefit is broadly distributed (highest relative gains in deciles 4-7), with the top decile seeing a small relative change because the rate cut only applies to the first bracket of income.
District impacts
Reform parameters JSON
```json
{
"gov.states.mn.tax.income.rates.single.brackets[0].rate": {
"2025-01-01.2100-12-31": 0.028
},
"gov.states.mn.tax.income.rates.joint.brackets[0].rate": {
"2025-01-01.2100-12-31": 0.028
},
"gov.states.mn.tax.income.rates.head_of_household.brackets[0].rate": {
"2025-01-01.2100-12-31": 0.028
},
"gov.states.mn.tax.income.rates.separate.brackets[0].rate": {
"2025-01-01.2100-12-31": 0.028
},
"gov.states.mn.tax.income.rates.surviving_spouse.brackets[0].rate": {
"2025-01-01.2100-12-31": 0.028
}
}
```
Modeling notes
Versions
1.497.0