- Added the newly released PUB-2016 mortality tables (still in exposure draft).
- Changed the procedure to handle monthly updates to the IRS segment rates. New rates are now picked up from the IRS Notice (e.g. Notice 2025-21) instead of from these web sites:
-- IRS web site for minimum present value segment rates (is not timely updated).
-- IRS web site for pension plan funding segment rates (is not timely updated).
-- IRS web site listing segment rate notices (is not timely updated).
- The procedure for updating the following items has been completely revamped:
-- monthly updates to segment rates, treasury rates, yield curve rates, CPI values, etc.
-- annual updates for Social Security wages base, national average earnings, COLA
Rather than relying on the user to perform data downloads and “screen scrapes” from various websites, the process is now automated on an EAC computer. The data is contained in an Access database file that is uploaded to the EAC FTP server. In order to get the updates, the user needs to simply a button to download this one file -- no other work is performed on the user's computer. The download occurs very quickly, because the file is only 4.7KB.
- Added pension plan funding segment rates including associated functions, tables, and charts. Previously the add-in handed only the minimum present value segment rates.
- New function CCPIU returns the C-CPI-U All Urban Consumers (chained CPIU).
- New function HighAvg returns the highest value averaged over n-years from an array of values.
- New function SegRateARPA returns the Post-ARP/IIJA adjusted 24-month average segment rate under §430(h)(2).
- New function SegRatePPAMax returns the Post-ARP/IIJA unadjusted 24-month average segment rate under §430(h)(2).
- New function PVJL3 returns the present value of a joint life annuity for three lives (payments stop at the first death).
- Modified the functions Catchup and Catchup to add an optional age parameter.
- Faster Excel start-up! When Excel is launched, the add-in is automatically loaded. The add-in then does the following:
-- checks to see if there is a new version
-- checks to see if new segment rates are available (at the user's option this can be disabled)
-- loads the add-in's menu to Excel's menu
-- registers all of the EAC functions
All of this happens very quickly due to reduced file sizes and efforts to improve efficiency. - The SECURE 2.0 Act of 2022 (“SECURE 2.0”) that was signed into law on December 29, 2022 as part of the 2023 Consolidated Appropriations Act amended Code Section 414(v). Under this new provision, effective for the 2025 tax year, active participants aged 60 through 63 can contribute the greater of:
-- Catchup: $10,000 or 150% of the 2024 catch-up contribution limit (indexed).
-- CatchupSIMPLE: $5,000 or 150% of the 2024 simple catch-up contribution limit (indexed). - Corrected the calculation of IRALimit to be based on C-CPI-U instead of CPI-U.
- Removed changing the calculation mode to auto at startup. The calculation mode at startp will be set according to standard Excel protocol.