Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply the TCJA mortgage interest deduction limits #5129

Merged
merged 11 commits into from
Dec 4, 2024

Conversation

PavelMakarchuk
Copy link
Collaborator

Fixes #5128

Copy link
Contributor

@MaxGhenis MaxGhenis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The US caps the mortgage value to which interest is applied, not the interest itself. It's also based on the year of purchase not tax year.

We can't model this today so could we change the logic to deduct the full value of a new variable for deductible mortgage interest? Keep the policy parameter but don't apply it. Check us-data too.

@MaxGhenis
Copy link
Contributor

still need to update the description and the variable names - mortgage_interest implies total

@PavelMakarchuk
Copy link
Collaborator Author

still need to update the description and the variable names - mortgage_interest implies total

adjusted

Copy link
Contributor

@MaxGhenis MaxGhenis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again don't we need a separate variable for deductible_mortgage_interest?

@@ -1,21 +1,33 @@
description: IRS limits the total home mortgage interest deduction to this amount, based on filing status.
description: IRS limits the total home mortgage value to this amount, based on filing status under the mortgage interest deduction.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: IRS limits the total home mortgage value to this amount, based on filing status under the mortgage interest deduction.
description: The IRS allows an itemized deduction for interest paid on mortgages up to this amount, based on filing status.

@MaxGhenis MaxGhenis merged commit a01d583 into master Dec 4, 2024
3 checks passed
@MaxGhenis MaxGhenis deleted the PavelMakarchuk/issue5128 branch December 4, 2024 21:37
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.

Apply the TCJA mortgage interest deduction limits
2 participants