Skip to content

Fix CA AMT: don't add back acquisition home mortgage interest (Schedule P Line 4)#8873

Open
PavelMakarchuk wants to merge 1 commit into
mainfrom
fix-ca-amt-nonacquisition-interest
Open

Fix CA AMT: don't add back acquisition home mortgage interest (Schedule P Line 4)#8873
PavelMakarchuk wants to merge 1 commit into
mainfrom
fix-ca-amt-nonacquisition-interest

Conversation

@PavelMakarchuk

Copy link
Copy Markdown
Collaborator

Summary

California's AMT (ca_amti_adjustments) added back the full home mortgage interest deduction via the mortgage_interest entry in the AMTI sources list. Schedule P (540), Part I, Line 4 adds back only non-acquisition mortgage interest — "Certain interest on a home mortgage not used to buy, build, or improve your home." This mirrors federal Form 6251 line 2e (IRC §56(b)(1)(C)/(e)): acquisition mortgage interest is not added back for AMT.

PolicyEngine's federal AMT already excludes acquisition interest — its add-back list (itemized_deductions_add_back) is only salt_deduction and misc_deduction, with no mortgage interest, because deductible_mortgage_interest represents entirely acquisition (debt-capped) interest and PE models no separate non-acquisition/home-equity amount. CA was internally inconsistent with the federal treatment it mirrors, creating a phantom CA AMT.

The fix removes mortgage_interest from the CA AMTI sources list so CA conforms to the federal AMT.

Before / after

CA MFJ, $168,340.64 interest, $50,000 acquisition mortgage, TY2025:

Before (PE) After (this PR) Correct (NBER binary / TaxAct)
ca_amti_adjustments $50,000 $0 $0
ca_amt $2,391.80 $0 $0
ca_income_tax $6,321.16 $3,929.35 $3,929

Legal basis

  • CA Schedule P (540), Part I, Line 4 (2025)
  • IRC §56(b)(1)(C) / §56(e) (qualified housing interest)

Testing

Added an integration test to ca_amt.yaml. All 18 CA AMT tests pass. Existing ca_amti_adjustments tests set mortgage_interest: 0, so they are unaffected.

Originating TAXSIM comparison: PolicyEngine/policyengine-taxsim#973

Fixes #8658

🤖 Generated with Claude Code

CA Schedule P (540) Part I Line 4 adds back only non-acquisition
(home-equity) mortgage interest not used to buy, build, or improve the
home, mirroring federal Form 6251 (IRC 56(b)(1)(C)/(e)). PolicyEngine's
deductible_mortgage_interest is entirely acquisition interest and PE has
no separate non-acquisition amount, so like the federal AMT there is no
line 4 add-back. Removing mortgage_interest from the CA AMTI sources list
eliminates a phantom CA AMT.

Fixes #8658

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

CA AMT (Schedule P Line 4) adds back full home mortgage interest instead of only non-acquisition interest

1 participant