Update Maine income tax parameters for 2025 - #7384
Conversation
Add 2025 bracket thresholds, personal exemption ($5,150), deduction phaseout starts, personal exemption phaseout starts, itemized deduction cap ($36,300), and pension exclusion cap ($48,216). Add 2025 Tax Rate Schedule and Form 1040ME Instructions references to all parameter files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7384 +/- ##
============================================
+ Coverage 73.03% 100.00% +26.96%
============================================
Files 3819 1 -3818
Lines 55013 15 -54998
Branches 274 0 -274
============================================
- Hits 40177 15 -40162
+ Misses 14815 0 -14815
+ Partials 21 0 -21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PR Review🟢 Overall Assessment: APPROVEDThis PR correctly updates Maine income tax parameters for 2025 including bracket thresholds, personal exemption, deduction phaseouts, itemized deduction cap, and pension exclusion cap. All 2025 references to official Maine tax forms and rate schedules have been properly added. ✅ What's Correct
Reference Quality: All 24 modified parameter files now include 2025 references to:
🟡 Should Address (Non-Blocking)1. Missing 2025 Test CoverageNo tests exist for the 2025 parameter values. While uprating provides some confidence, explicit tests would prevent regressions. Recommended tests to add:
2. Pre-existing Issues (Not introduced by this PR)
🟢 Suggestions (Optional)
Validation Summary
SummaryThe PR is well-constructed with proper 2025 parameter updates and comprehensive references to official Maine revenue sources. The missing 2025 test coverage is a suggestion for preventing future regressions but is not blocking given that:
🤖 Generated with Claude Code |
DTrim99
left a comment
There was a problem hiding this comment.
Add some 2025 tests for coverage
- Fix me_taxable_income reference URL from NY Senate to Maine statute
…305/$610) The 2025 ME Dependent Exemption Tax Credit Worksheet confirms inflation-adjusted amounts of $305 (age 6+) and $610 (under 6), not the prior $300/$600. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
MaxGhenis
left a comment
There was a problem hiding this comment.
LGTM - Comprehensive update of Maine income tax parameters for 2025. All bracket thresholds, personal exemption ($5,150), phaseout starts, itemized deduction cap ($36,300), and pension exclusion cap ($48,216) are correctly updated with proper references to 2025 Form 1040ME Instructions. Dependent exemption credit base amount updated from $300 to $305 with test expectations correctly adjusted. Also fixes an incorrect NY reference URL in me_taxable_income.py. All 9 CI checks pass.
PR #7384 (2025 Maine income tax updates) skipped the STFC. Add 2025 base amounts and phase-out start thresholds from the 2025 Schedule PTFC/STFC line 17 table, plus an integration test reproducing the MFJ-with-2-deps case from policyengine-taxsim #873. Fixes #8262 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
Note: The new pension income deduction phaseout for 2025 (per 36 M.R.S. §§ 5122(2)(M-2), 5403(8)-(10)) requires new parameters and formula changes - should be addressed in a separate PR.
Test plan
make formatapplied🤖 Generated with Claude Code