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

Parametrize 2.5% cap on AMT medical expenses deduction as share of AGI #2634

Open
MaxGhenis opened this issue Nov 29, 2021 · 0 comments
Open

Comments

@MaxGhenis
Copy link
Contributor

MaxGhenis commented Nov 29, 2021

Currently hard-coded at 2.5% in the AMT formula:

if standard == 0.0:
c62100 = (c00100 - e00700 - c04470 +
max(0., min(c17000, 0.025 * c00100)) +
c18300 + c20800 - c21040)

This was line 2 in form 6251 until 2016:

Medical and dental. If you or your spouse was 65 or older, enter the smaller of Schedule A (Form 1040), line 4, or 2.5% (0.025) of Form 1040, line 38. If zero or less, enter -0-

TCJA removed it, so the number no longer appears as of the 2017 form 6251.

@MaxGhenis MaxGhenis changed the title Parametrize AGI share in AMT medical expenses deduction Parametrize 2.5% cap on AMT medical expenses deduction as share of AGI Nov 29, 2021
@PSLmodels PSLmodels deleted a comment from martinholmer Jan 3, 2022
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

No branches or pull requests

1 participant