Skip to content

Commit

Permalink
Estate Tax Credit Exemption 2026 (#5399)
Browse files Browse the repository at this point in the history
* Estate Tax Credit Exemption 2026
Fixes #5171

* changelog

* calculation

* Estate Tax Credit Exemption 2026
Fixes #5171

* minor

---------

Co-authored-by: PavelMakarchuk <[email protected]>
  • Loading branch information
shuyu7zhan and PavelMakarchuk authored Dec 24, 2024
1 parent 0999cbd commit dac320f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: minor
changes:
added:
- 2026 Estate Tax Credit Exemption amount.
6 changes: 5 additions & 1 deletion policyengine_us/parameters/gov/irs/credits/estate/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ values:
2022-01-01: 12_060_000
2023-01-01: 12_920_000
2024-01-01: 13_610_000
2025-01-01: 13_990_000
2025-01-01: 13_990_000
# Based on the legal code, we use 2017 value as the base
# and cpi_w (2026Q1 projection) for uprating
# 5,000,000 * 321.701 (2026Q1) / 236.854 (2017-01-01)
2026-01-01: 6_790_000

0 comments on commit dac320f

Please sign in to comment.