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

Mortgage Interest Deduction 2018-2025 (TCJA) #5241

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Copy link
Collaborator

Choose a reason for hiding this comment

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

need a changelog entry

Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
description: IRS limits the total home mortgage interest deduction to this amount, based on filing status.
# Debt incurred before December 16, 2017
SINGLE:
2018-01-01: 1_000_000
2017-12-16: 1_000_000
JOINT:
2018-01-01: 1_000_000
2017-12-16: 1_000_000
SEPARATE:
2018-01-01: 500_000
2017-12-16: 500_000
HEAD_OF_HOUSEHOLD:
2018-01-01: 1_000_000
2017-12-16: 1_000_000
SURVIVING_SPOUSE:
2018-01-01: 1_000_000
2017-12-16: 1_000_000

srilareddy marked this conversation as resolved.
Show resolved Hide resolved
# Debt incurred after December 16, 2017
SINGLE:
2018-01-01: 750_000
JOINT:
2018-01-01: 750_000
SEPARATE:
2018-01-01: 375_000
HEAD_OF_HOUSEHOLD:
2018-01-01: 750_000
SURVIVING_SPOUSE:
2018-01-01: 750_000
metadata:
breakdown: filing_status
unit: currency-USD
Expand All @@ -17,5 +30,7 @@ metadata:
# Hawaii applies this AGI threshold in the state itemized deductions computation
- title: Hawaii Income Tax Law, Chapter 235, Section 235-2.4, (j)(3)
href: https://files.hawaii.gov/tax/legal/hrs/hrs_235.pdf#page=10
- title: 26 U.S. Code § 163 - Interest, (h)(3)(F)
- title: 26 U.S. Code § 163 - Interest, (h)(3)(F)
href: https://www.law.cornell.edu/uscode/text/26/163
- title: Tax Cuts and Jobs Act, 131 STAT. 2086, SEC. 11043, (a)(F)(ii)
href: https://www.congress.gov/115/statute/STATUTE-131/STATUTE-131-Pg2054.pdf#page=2054
Loading