Skip to content

Commit

Permalink
Updated docstring in tax.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Aug 21, 2024
1 parent 20869b3 commit 25dc700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ogcore/tax.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def ETR_wealth(b, h_wealth, m_wealth, p_wealth):
Calculates the effective tax rate on wealth.
.. math::
\tau_{s,t}^{etr,w} =
\tau_{t}^{etr,w} =
p^{w}\left(\frac{h^{w}b_{j,s,t}}{h^{w}b_{j,s,t} + m^{w}}\right)
Args:
Expand All @@ -44,8 +44,8 @@ def MTR_wealth(b, h_wealth, m_wealth, p_wealth):
Calculates the marginal tax rate on wealth from the wealth tax.
.. math::
\tau^{mtrw}_{s,t} = \tau^{etr,w}_{s,t}
\left[2 - \left(\frac{h^w}{h^w b_{j,s,t} + m^w}\right)b_{j,s,t}\right]
\tau^{mtrw}_{t} = \tau^{etr,w}_{t}
\left[2 - \left(\frac{h^w b_{j,s,t}}{h^w b_{j,s,t} + m^w}\right)\right]
Args:
b (Numpy array): savings
Expand Down

0 comments on commit 25dc700

Please sign in to comment.