-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Employer side Payroll Tax Offset function #2674
Conversation
License statement for PyPI
Fix incorrect value for max EITC in 2022
Fixes 2021 child and other dependent credits
CBO Feb 2023 update
update from master branch
I have completed the script of payroll offset This script now can produce the result with payroll offset effect, with output of a dataframe including tax revenue and other variables in tc.DIST_VARIABLES list. Users can now calculate the payroll offset effect by calling the function
@jdebacker @MattHJensen this script now works independently from the model, any thoughts on incorporating it into the model? as the next steps of work some options:
There is a factor, year of the reform, makes the second option complex. So we probably need to add two more policy parameters, the reformed FICA tax rate and the reform year, into Policy class in the model to serve as indicators to calling the corresponding record according to year. And making further development from here. |
This work will be transferred to taxcalc-payroll model |
This PR solves the issue of introducing the employer side payroll tax offset into Tax-Calculator