Skip to content

Commit 01d65b2

Browse files
Rename payroll_tax to employee_payroll_tax in economic impact analysis
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3d70790 commit 01d65b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/policyengine/tax_benefit_models/us/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def economic_impact_analysis(
227227
programs = {
228228
# Federal taxes
229229
"income_tax": {"entity": "tax_unit", "is_tax": True},
230-
"payroll_tax": {"entity": "person", "is_tax": True},
230+
"employee_payroll_tax": {"entity": "person", "is_tax": True},
231231
# State and local taxes
232232
"state_income_tax": {"entity": "tax_unit", "is_tax": True},
233233
# Benefits

0 commit comments

Comments
 (0)