-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Attempt to resolve bug identified in issue 171 #839
Attempt to resolve bug identified in issue 171 #839
Conversation
Current coverage is 98.08% (diff: 100%)@@ master #839 diff @@
==========================================
Files 13 13
Lines 1777 1777
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 1743 1743
Misses 34 34
Partials 0 0
|
"row_label": ["2013", "2014", "2015", "2016", "2017"], | ||
"cpi_inflated": false, | ||
"col_label": "", | ||
"value": [-0.025, -0.025, -0.025, -0.025, 0.0], |
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.
I guess I'm a bit confused here. So after 2016, there's no rate add-on anymore?
@Amy-Xu said:
My understanding of the IRS document you cited is that the add-on becomes zero beginning in 2017. That is, the floor becomes 10% of AGI for everybody beginning in 2017. Did I misunderstand current-law policy or did I specify it incorrectly in the |
Unless there are other questions, comments, or concerns regarding Tax-Calculator pull request #839, it will be merged into the master branch sometime after the end of the day on Wednesday, July 27th. |
@martinholmer You're right on that parameter. This PR looks good to me! |
@Amy-Xu said during March 2015 in issue #171:
This pull request attempts to fix this bug in a way that requires the least amount of change in Tax-Calculator and TaxBrain. Fixing this bug, as Amy indicated above, increases the number of elderly itemizers, and therefore, slightly reduces aggregate income tax liability in the 2013-2016 period; there is no change for 2017+. The decline in 2016 income tax liability is about $1.1 billion, which is less than 0.08 percent of aggregate income tax liability. This small bug fix also causes changes in some marginal tax rates and in some reform comparison results.
@MattHJensen @Amy-Xu @feenberg @GoFroggyRun @zrisher