-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Estate Tax Credit Exemption 2026 #5399
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5399 +/- ##
==========================================
- Coverage 99.12% 99.03% -0.10%
==========================================
Files 2592 2632 +40
Lines 37707 38274 +567
Branches 162 165 +3
==========================================
+ Hits 37378 37905 +527
- Misses 297 335 +38
- Partials 32 34 +2 ☔ View full report in Codecov by Sentry. |
2025-01-01: 13_990_000 | ||
2025-01-01: 13_990_000 | ||
# use 2017 value as base and cpi_w (2026Q1 projection) for uprating | ||
2026-01-01: 7_460_000 # amount = 5490000 * 321.701 (2026Q1) / 236.854 (2017-01-01) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be 5000000 * 321.701 (2026Q1) / 236.854 (2017-01-01)
Since law states to replace the 2017 value with 5,000,000
Fixes #5171