-
Notifications
You must be signed in to change notification settings - Fork 14
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
Should CG income be included in the base for calculating ETI substitution effect? #36
Comments
The resolution of issue #36 will be handled after version 0.6.0 is released. |
@MattHJensen, Can you repeat here the reason you mentioned in our conversation about why removing long-term capital gains from the taxable income base used to compute the substitution effect is desirable. |
@MattHJensen, after our recent phone conversation, I reread issue #36. Your original comment in that issue says nothing about what I understood you to say on the phone. My understanding of the motivation is that somebody specified a reform that change the top bracket rate only for regular income, but not for long-term capital gains or for qualified dividends. And then that person was surprised to see a behavioral response (using the
An alternative way to handle this might be to hardwire the |
Currently the substitution effect is calculated using taxable income (c04800) as the base. See https://github.com/PSLmodels/Behavioral-Responses/blob/master/behresp/behavior.py#L199.
If one were to apply both a non-zero substitution elasticity and a non-zero long-term capital gains elasticity, does it mean that we are double counting some behavior?
And if so, would a reasonable solution be to remove LTCG from the substitution effect by subtracting it from c04800 prior to the calculation of the substitution effect?
If one were to model short-term capital gains separately, would STCG also need to be subtracted from c04800 prior to the calculation of the substitution effect?
--
This is related to PSLmodels/Tax-Calculator#2189, so cc @andersonfrailey @codykallen @MaxGhenis.
This is related to PSLmodels/Tax-Calculator#2180, so cc @evtedeschi3 @martinholmer.
Given Dan's familiarity with the ETI literature, cc @feenberg.
The text was updated successfully, but these errors were encountered: