-
-
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
Suddenly finding tax hike for millionaires from TCJA #1975
Comments
@evtedeschi3 said in issue #1975:
@evtedeschi3, Thanks for the bug report. No, you have not "made a gapping error here." The When you say "the tax hike for filers with more than $1M is ... inconsistent with other estimates," don't forget that (I think) both TPC and JCT include the change in the corporate income tax liability imputed to filing units while Tax-Calculator includes only the change in payroll tax and individual income tax liability. That's a big difference for the millionaires, who are probably imputed most of the enormous TCJA-induced reduction in corporate income tax liability. More significant is your observation that the tax increase for millionaires is " inconsistent with prior And I've also determined that there is a large mean tax cut under TCJA for millionaires (as you would expect) when using the CPS input data with both the current and 0.16.1 versions of Tax-Calculator. This suggests that the change from a tax cut to a tax increase for millionaires is not caused by any recent changes in how taxes are computed, but rather has to do with one or more of the following things: (a) the new PUF data introduced in 0.16.2, (b) the way Tax-Calculator handles the input data, (c) the new way Tax-Calculator computes expanded income beginning in 0.16.2, or (d) something else. Does this way of thinking about the problem make sense to you? Here, for the record, is the Python script I've used to produce the results I mention above:
This script produces the following results when using the newest
|
Thank @martinholmer. Very helpful. Always want to make sure I'm not making a basic error that I'm overlooking.
Yes, and this was my first thought, because as you said most organizations reported the distributional effects of both the CIT and the IIT together. But the TPC and JCT links I included are to analyses that break out just the IIT effects, and both show average cuts for millionaires. Of course, other models' output is not dispositive for how Tax-Calculator works, but I remembered in the past that Tax-Calculator was in the ballpark of these estimates, and even here the Tax-Calculator results are quite close to TPC's for the <$1M categories.
And after I posted last night, I too found the same thing using the CPS data. The possible mechanisms you mention sound right, but you all are far more familiar with the internal mechanics and how they've changed than I am. |
Pull request #1977 fixes the bug reported by @evtedeschi3 in an earlier comment in this issue. After the #1977 bug fix, the results from the Python script listed at the end of this comment are as follows:
Even after the bug fix, the millionaires have a diverse experience under the TCJA reform: most get tax cuts, but a significant minority experience tax hikes. Here are the number getting cuts/hikes and the average size of the TCJA-induced tax change (td) for just those filing units with expanded income above $1 million:
|
Pull request #1977, and release 0.19.0, resolve issue #1975. |
I'm running a simple analysis of the TCJA against a 2017-law baseline in 2018 in
tc
using the 2011 PUF.Here are the CLI commands I'm running (above all, please check to make sure I'm implementing the compound reform correctly). The first line dumps a pre-TCJA baseline for 2018, while the second implements the TCJA by way of just outputing 2018 current law. I cross checked the second line by running an alternative that implemented a compound reform with
TCJA_Reconciliation.json
and got the exact same answer.After merging the two output files, here's what I find for the average change in federal tax liability per tax unit from the TCJA, by expanded income category.
The results up until the $1M+ threshold look reasonable, and consistent with TPC's modeling of just the individual provisions as well as JCT's (see page 6).
But the tax hike for filers with more than $1M is both inconsistent with other estimates and, I'm fairly positive, inconsistent with prior
tc
analysis that I've done.Thoughts? Have I made a gapping error here? Or has something changed?
The text was updated successfully, but these errors were encountered: