diff --git a/_sources/functions/functions.md b/_sources/functions/functions.md index d4abf8a..8df6813 100644 --- a/_sources/functions/functions.md +++ b/_sources/functions/functions.md @@ -13,6 +13,7 @@ Core functions of Taxcalc-Payroll are consisted of the payroll tax liability cal Payroll tax calculation functions are located in [`calcfunctions.py`](https://github.com/bodiyang/Taxcalc-Payroll/blob/master/taxcalcpayroll/calcfunctions.py). The functions are used to calculate FICA and SECA tax liability. `EI_PayrollTax`: Compute part of total OASDI+HI payroll taxes and earned income variables. + `AdditionalMedicareTax`: Computes Additional Medicare Tax (Form 8959) included in payroll taxes. The payroll tax calculation functions are inherited from Tax-Calculator and the usage remain the same. diff --git a/functions/functions.html b/functions/functions.html index a0be73d..94bda3a 100644 --- a/functions/functions.html +++ b/functions/functions.html @@ -477,8 +477,8 @@

Payroll Tax Calculation Functions

Brief#

Payroll tax calculation functions are located in calcfunctions.py. The functions are used to calculate FICA and SECA tax liability.

-

EI_PayrollTax: Compute part of total OASDI+HI payroll taxes and earned income variables. -AdditionalMedicareTax: Computes Additional Medicare Tax (Form 8959) included in payroll taxes.

+

EI_PayrollTax: Compute part of total OASDI+HI payroll taxes and earned income variables.

+

AdditionalMedicareTax: Computes Additional Medicare Tax (Form 8959) included in payroll taxes.

The payroll tax calculation functions are inherited from Tax-Calculator and the usage remain the same. Please refer to this recipe 1, as the guide for tax revenue estimations and projections.