Skip to content

Add 2025 Vermont income tax values and form references - #7364

Merged
PavelMakarchuk merged 4 commits into
mainfrom
vt-2025-income-tax-updates
Feb 12, 2026
Merged

Add 2025 Vermont income tax values and form references#7364
PavelMakarchuk merged 4 commits into
mainfrom
vt-2025-income-tax-updates

Conversation

@PavelMakarchuk

Copy link
Copy Markdown
Collaborator

Summary

  • Add explicit 2025 inflation-adjusted values for tax brackets (all 5 filing statuses), standard deduction, additional standard deduction, and personal exemption
  • Add 2025 form references to 35 parameter files
  • All values verified against the official 2025 Vermont Income Tax Return Booklet

Closes #7363

Key 2025 Values

Parameter 2024 2025
Standard Deduction (Single) $7,400 $7,650
Standard Deduction (Joint) $14,850 $15,300
Standard Deduction (HOH) $11,100 $11,450
Additional Std Deduction $1,200 $1,250
Personal Exemption $5,100 $5,300
Single Bracket 1 $47,900 $49,400
Joint Bracket 1 $79,950 $82,500

All S.51 (Act 71) provisions previously implemented were verified against the 2025 booklet and confirmed correct.

Test plan

  • Verify parameter files load without errors
  • Run Vermont income tax tests
  • Confirm 2025 bracket thresholds match official rate schedules

🤖 Generated with Claude Code

Add explicit 2025 bracket thresholds, standard deduction amounts,
additional standard deduction, and personal exemption values verified
against the official 2025 Income Booklet. Add 2025 form references
to 35 parameter files including rate schedules, credits (EITC, CTC,
CDCC, veteran, charitable, elderly/disabled), and retirement income
exemptions (SS, military, CSRS).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Feb 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.03%. Comparing base (ce880eb) to head (8e36043).
⚠️ Report is 26 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##              main    #7364       +/-   ##
============================================
- Coverage   100.00%   73.03%   -26.97%     
============================================
  Files            1     3819     +3818     
  Lines           20    55013    +54993     
  Branches         0      274      +274     
============================================
+ Hits            20    40177    +40157     
- Misses           0    14815    +14815     
- Partials         0       21       +21     
Flag Coverage Δ
unittests 73.03% <ø> (-26.97%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

PavelMakarchuk and others added 3 commits February 12, 2026 13:06
Add 2025 full credit (30% AMI) and partial credit (50% AMI) income
limits by county and household size from the 2025 Income Booklet.
Add 2025 booklet references to income limit and FMR parameter files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update fair_market_rent.yaml with 2025-01-01 FMR values for all 14 counties
and 8 household sizes, derived from the 2025 Renter Credit Website Calculator.
Fix typo in CDCC low_income rate description ("Cependent" -> "Dependent").

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@PavelMakarchuk
PavelMakarchuk marked this pull request as ready for review February 12, 2026 18:33
@DTrim99

DTrim99 commented Feb 12, 2026

Copy link
Copy Markdown
Collaborator

PR Review

✅ No Critical Issues Found

This is a well-executed parameter update adding 2025 inflation-adjusted values for Vermont income tax.

🟢 Positive Findings

  1. Comprehensive coverage: All 5 filing statuses updated for tax brackets, standard deduction
  2. Proper references: Each parameter includes 2025 form reference with page numbers
  3. Source verification: Values verified against 2025 Vermont Income Tax Return Booklet
  4. Typo fix: Good catch on "Cependent" → "Dependent" in credits/cdcc/low_income/rate.yaml
  5. Extensive renter credit data: All 14 counties × 8 bedroom sizes updated for fair market rent

🟡 Minor Observations (Non-blocking)

  1. Consistent reference formatting: Some files use #page=XX and some don't. Consider adding page numbers to all 2025 booklet references for consistency. (e.g., Income-Booklet-2025.pdf#page=34)

  2. CTC age limit reference: The 2025 reference points to page 35 - verify this matches where the age limit (6 years) is documented in the 2025 booklet.

Validation Summary

Check Result
Regulatory Accuracy ✅ Values match 2025 booklet
Reference Quality ✅ All references include URLs
Code Patterns ✅ N/A (parameter-only changes)
Test Coverage ✅ Tests passing
CI Status ✅ All checks pass (codecov/project is informational)

Recommendation

APPROVE - This is a clean parameter update with proper documentation and references. Ready to merge.


🤖 Generated with Claude Code

@PavelMakarchuk
PavelMakarchuk merged commit 6e9da5a into main Feb 12, 2026
8 of 9 checks passed
@PavelMakarchuk
PavelMakarchuk deleted the vt-2025-income-tax-updates branch February 12, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add 2025 Vermont income tax values and form references

2 participants