-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3340 from SirMalamute/SirMalamute/issue3278
Parameterize 25% on line 37 of AMT
- Loading branch information
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- bump: patch | ||
changes: | ||
fixes: | ||
- Parameterized 25% of the Alternative Minimum Tax calculation. |
10 changes: 10 additions & 0 deletions
10
...cyengine_us/parameters/gov/irs/income/amt/capital_gains/capital_gain_excess_tax_rate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
description: The IRS multiplies the taxable excess capital gain by this rate. | ||
metadata: | ||
unit: /1 | ||
label: Alternative Minimum Tax capital gain excess tax rate | ||
period: year | ||
reference: | ||
- title: 26 U.S.C. § 55 (2018) §55. Alternative minimum tax imposed (b)(3)(E) | ||
href: https://www.law.cornell.edu/uscode/text/26/55#b_3_E | ||
values: | ||
2018-01-01: 0.25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters