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

Highly negative MTRs #33

Closed
nikhilwoodruff opened this issue Nov 28, 2021 · 5 comments
Closed

Highly negative MTRs #33

nikhilwoodruff opened this issue Nov 28, 2021 · 5 comments

Comments

@nikhilwoodruff
Copy link
Collaborator

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.

@nikhilwoodruff
Copy link
Collaborator Author

#35 clips the MTRs in (0, 1), so closing.

@MattHJensen
Copy link

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.

@MaxGhenis
Copy link
Contributor

Should we be clipping MTRs? These are legitimate incentives.

@nikhilwoodruff
Copy link
Collaborator Author

Thanks- my only concern is for the cliffs, and how dependent they are on the (somewhat arbitrarily defined) step size of the MTR calculation?

@MattHJensen
Copy link

MattHJensen commented Nov 30, 2021

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)

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

3 participants