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

Reform to include employer payroll taxes in taxable income #5635

Merged

Conversation

johnthwong
Copy link
Collaborator

@johnthwong johnthwong commented Feb 24, 2025

Fixes #5633
Fixes #619

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.07%. Comparing base (16942bf) to head (f17c6d3).
Report is 60 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5635   +/-   ##
=======================================
  Coverage   99.07%   99.07%           
=======================================
  Files        2695     2699    +4     
  Lines       38990    39030   +40     
  Branches      172      171    -1     
=======================================
+ Hits        38629    38669   +40     
  Misses        327      327           
  Partials       34       34           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@MaxGhenis MaxGhenis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove the parts that adjust social security benefit taxability, since we can already do that in the app by zeroing out the tax rate parameters

Copy link
Collaborator

@PavelMakarchuk PavelMakarchuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You will need to add the re

fixes are:
1. renaming yaml containing boolean to "in_effect"
2. adding a five-year-forward check

also sorry that i renamed the directory. i didn't realize that it breaks all github tracked changes.

i'll add the unit tests in a subsequent commit.
@MaxGhenis MaxGhenis changed the title Reform tax payroll not benefits Reform to include employer payroll taxes in taxable income Feb 27, 2025
i had the black library make the reformatting changes.
this is a path and not a custom object, so it shouldn't have a parenthesis
@johnthwong johnthwong self-assigned this Feb 28, 2025
(1) The function that feeds into modify_parameters now appends to the existing income sources list, rather than replaces it. (2) Added a unit test for the reform as well. (3) Directories and files are renamed. (4) Added a missing return statement to the function that feeds into modify_parameters.
@johnthwong johnthwong requested a review from MaxGhenis February 28, 2025 23:35
@MaxGhenis MaxGhenis merged commit 2ca38cc into PolicyEngine:master Mar 1, 2025
5 checks passed
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

Successfully merging this pull request may close these issues.

Reform: include employer payroll tax in IRS gross income Federal employer payroll tax
3 participants