Skip to content

Commit

Permalink
Update policyengine_us/variables/gov/irs/tax/federal_income/alternati…
Browse files Browse the repository at this point in the history
…ve_minimum_tax.py
  • Loading branch information
PavelMakarchuk authored Dec 13, 2023
1 parent 51e430d commit 78eea71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def formula(tax_unit, period, parameters):
dwks36 = max_(0, dwks34 - dwks1)
dwks37 = max_(0, dwks33 - dwks36)

# parameterized
p = parameters(period).gov.irs.income

dwks38 = p.amt.capital_gains.capital_gain_excess_tax_rate * dwks37
Expand Down

0 comments on commit 78eea71

Please sign in to comment.