-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Highly negative MTRs #33
Comments
#35 clips the MTRs in (0, 1), so closing. |
Hi Nikhil, fwiw, it's common for us to see tax rates outside of this range in USA tax policy, especially when you begin combining central and sub-central tax and benefit systems, but also just in federal individual income taxes alone. |
Should we be clipping MTRs? These are legitimate incentives. |
Thanks- my only concern is for the cliffs, and how dependent they are on the (somewhat arbitrarily defined) step size of the MTR calculation? |
If you calculate the mtr with a penny up and a penny down, and then use the smaller (by absolute value), do the crazy ones go away? Dan Feenberg has other suggestions like that here: PSLmodels/Tax-Calculator#2580 (comment) |
Getting back into debugging OG-UK after a while, I noticed that the function generating employment income MTRs for households on the FRS data produces 39 households with extremely negative MTRs. After some investigation, this is because of the childcare element of Universal Credit - all adults in the family must be in work. Increasing the earnings of every adult by £1 satisfies this formula, so households which in the baseline have a family with at least one adult unemployed and childcare costs receive hundreds of pounds in increased benefits.
I'm guessing we need to clip the MTRs to sensible ranges to avoid this polluting the rest of the tax function estimation, so I'll add that.
The text was updated successfully, but these errors were encountered: