-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Introduce tax offset (employer side payroll) into Tax-Calc #2665
Comments
To create an offset function (probably in calculator.py; the logic is to change the wage variable 'e00200' in input variable when there is reform including the employer side payroll tax parameter) I may need to add more tool functions:
@jdebacker any suggestions for this process? |
@bodiyang I would do this in two PRs. Do (1) in the first PR, just creating new parameters and making sure that all tests still pass (results should be the same, you are just splitting the current "combined" variables. Then, between (1) and (2), you may want to do an intermediate step, which is creating/modifying functions for the |
Another thought - after step (1), you can consider implementing (2) via the Behavioral Responses package. That package may already have functions that you can leverage for updating records, etc. |
Changes of the employer side Payroll tax (OASDI ~ old age survivors disabilities, and HI ~ hospital insurance) have an offset effect to the Income and Payroll tax revenue in this the JCT paper
Logic of the paper is under the assumption that total compensation from the employer to the employee will remain the same at all time, then the increase of payroll tax on the employer side will cause the decrease of wage. (employer would give less wage to the employee to balance off the raising tax they paid in order to keep the total compensation they offer to the employee the same)
The offset rate ranges from 10% to 20% depending on the income brackets, when calculating the income and payroll tax revenue.
To take consideration of this employer side payroll tax offset into Tax-Calculator, it will be necessary to
The text was updated successfully, but these errors were encountered: