From 5784068904e8cd6b1459b77f9e47ea3568ce5f40 2023-12-23 18:40:07 From: Bradley M. Kuhn Date: 2023-12-23 18:40:07 Subject: [PATCH] payroll-type — US:403b:Employee:Roth — needed separate since taxable Since Roth contributions are taxable, there are some reports that need to include these amounts in total salary (i.e., when running a report that seeks to show total taxable income for an employee). As such, we need a `payroll-type` specifically for Roth 403(b) contributions. --- diff --git a/conservancy_beancount/plugin/meta_payroll_type.py b/conservancy_beancount/plugin/meta_payroll_type.py index 793020db406fd247c4adc0cd76ef3f6719501ca9..64f87f72c1114ceba1f1d245ad8bc89f705e5d0b 100644 --- a/conservancy_beancount/plugin/meta_payroll_type.py +++ b/conservancy_beancount/plugin/meta_payroll_type.py @@ -74,6 +74,7 @@ class SalaryHook(_PayrollTypeHook): 'CA:PTO:Earned', 'CA:PTO:Taken', 'US:403b:Employee', + 'US:403b:Employee:Roth', 'US:403b:Match', 'US:General', 'US:MA:Disability:PFL',