-
Notifications
You must be signed in to change notification settings - Fork 178
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
Conversation
There was a problem hiding this 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.
still need to update the description and the variable names - |
adjusted |
There was a problem hiding this 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
…hub.com/PolicyEngine/policyengine-us into PavelMakarchuk/issue5128
Fixes #5128