Skip to content

Fixes #8369 — payroll_tax_gross_wages doesn't add back in traditional…#8374

Open
DBailey0629 wants to merge 1 commit into
PolicyEngine:mainfrom
DBailey0629:fix-401k-403b-fica-wage-base
Open

Fixes #8369 — payroll_tax_gross_wages doesn't add back in traditional…#8374
DBailey0629 wants to merge 1 commit into
PolicyEngine:mainfrom
DBailey0629:fix-401k-403b-fica-wage-base

Conversation

@DBailey0629
Copy link
Copy Markdown

… payroll retirement contributions to irs_employment_income

Traditional elective deferrals 401(k) and 403(b) reduce Box 1 (income tax wages) but must be included in Boxes 3 and 5 (FICA wages) per IRC 3121(a). Previously, payroll_tax_gross_wages used irs_employment_income which had already deducted these amounts, understating SS/Medicare wages.

Fix: new fica_pre_tax_contributions parameter and variable containing only Section 125 items; payroll_tax_gross_wages now uses employment_income minus that FICA-specific deduction list.

… traditional payroll retirement contributions to irs_employment_income

Traditional elective deferrals 401(k) and 403(b) reduce Box 1
(income tax wages) but must be included in Boxes 3 and 5 (FICA wages) per
IRC 3121(a). Previously, payroll_tax_gross_wages used irs_employment_income
which had already deducted these amounts, understating SS/Medicare wages.

Fix: new fica_pre_tax_contributions parameter and variable containing only
Section 125 items; payroll_tax_gross_wages now uses employment_income
minus that FICA-specific deduction list.
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.

1 participant