-
Notifications
You must be signed in to change notification settings - Fork 176
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 #238 from PolicyEngine/agi-logic
Add AGI logic
- Loading branch information
Showing
5 changed files
with
101 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,12 @@ | ||
description: Personal and dependent exemption amount | ||
metadata: | ||
unit: currency-USD | ||
values: | ||
2013-01-01: 3900.0 | ||
2014-01-01: 3950.0 | ||
2015-01-01: 4000.0 | ||
2016-01-01: 4050.0 | ||
2017-01-01: 4050.0 | ||
2018-01-01: 0.0 | ||
2019-01-01: 0.0 | ||
2026-01-01: 4691.0 |
5 changes: 5 additions & 0 deletions
5
openfisca_us/parameters/tax/income/exemption/phaseout/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,5 @@ | ||
description: Personal exemption phaseout rate | ||
metadata: | ||
unit: currency-USD | ||
values: | ||
2013-01-01: 0.02 |
53 changes: 53 additions & 0 deletions
53
openfisca_us/parameters/tax/income/exemption/phaseout/start.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,53 @@ | ||
description: Personal exemption phaseout starting income | ||
metadata: | ||
unit: currency-USD | ||
HEAD_OF_HOUSEHOLD: | ||
values: | ||
2013-01-01: 275000.0 | ||
2014-01-01: 279650.0 | ||
2015-01-01: 284040.0 | ||
2016-01-01: 285350.0 | ||
2017-01-01: 287650.0 | ||
2018-01-01: 9.0e+99 | ||
2019-01-01: 9.0e+99 | ||
2026-01-01: 333198.0 | ||
JOINT: | ||
values: | ||
2013-01-01: 300000.0 | ||
2014-01-01: 305050.0 | ||
2015-01-01: 309900.0 | ||
2016-01-01: 311300.0 | ||
2017-01-01: 313800.0 | ||
2018-01-01: 9.0e+99 | ||
2019-01-01: 9.0e+99 | ||
2026-01-01: 363489.0 | ||
SEPARATE: | ||
values: | ||
2013-01-01: 150000.0 | ||
2014-01-01: 152525.0 | ||
2015-01-01: 154950.0 | ||
2016-01-01: 155650.0 | ||
2017-01-01: 156900.0 | ||
2018-01-01: 9.0e+99 | ||
2019-01-01: 9.0e+99 | ||
2026-01-01: 181744.0 | ||
SINGLE: | ||
values: | ||
2013-01-01: 250000.0 | ||
2014-01-01: 254200.0 | ||
2015-01-01: 258250.0 | ||
2016-01-01: 259400.0 | ||
2017-01-01: 261500.0 | ||
2018-01-01: 9.0e+99 | ||
2019-01-01: 9.0e+99 | ||
2026-01-01: 302907.0 | ||
WIDOW: | ||
values: | ||
2013-01-01: 300000.0 | ||
2014-01-01: 305050.0 | ||
2015-01-01: 309900.0 | ||
2016-01-01: 311300.0 | ||
2017-01-01: 313800.0 | ||
2018-01-01: 9.0e+99 | ||
2019-01-01: 9.0e+99 | ||
2026-01-01: 363489.0 |
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
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