Skip to content

Commit

Permalink
Deploying to gh-pages from @ 968d3a5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
bodiyang committed Apr 19, 2024
1 parent 3ae56f9 commit 9c1c4e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions _sources/functions/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions functions/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ <h2>Payroll Tax Calculation Functions<a class="headerlink" href="#payroll-tax-ca
<section id="brief">
<h3>Brief<a class="headerlink" href="#brief" title="Permalink to this heading">#</a></h3>
<p>Payroll tax calculation functions are located in <a class="reference external" href="https://github.com/bodiyang/Taxcalc-Payroll/blob/master/taxcalcpayroll/calcfunctions.py"><code class="docutils literal notranslate"><span class="pre">calcfunctions.py</span></code></a>. The functions are used to calculate FICA and SECA tax liability.</p>
<p><code class="docutils literal notranslate"><span class="pre">EI_PayrollTax</span></code>: Compute part of total OASDI+HI payroll taxes and earned income variables.
<code class="docutils literal notranslate"><span class="pre">AdditionalMedicareTax</span></code>: Computes Additional Medicare Tax (Form 8959) included in payroll taxes.</p>
<p><code class="docutils literal notranslate"><span class="pre">EI_PayrollTax</span></code>: Compute part of total OASDI+HI payroll taxes and earned income variables.</p>
<p><code class="docutils literal notranslate"><span class="pre">AdditionalMedicareTax</span></code>: Computes Additional Medicare Tax (Form 8959) included in payroll taxes.</p>
<p>The payroll tax calculation functions are inherited from Tax-Calculator and the usage remain the same.
Please refer to this <a class="reference external" href="https://bodiyang.github.io/Taxcalc-Payroll/recipes/recipe1.html">recipe 1</a>, as the guide for tax revenue estimations and projections.</p>
</section>
Expand Down

0 comments on commit 9c1c4e3

Please sign in to comment.