menu

Inherited IRA RMD Calculator

Overview

The following guide goes over the steps to use the Inherited IRA RMD Calculator for a GSAS account. This allows a user to calculate an estimated RMD for Beneficiary IRA and Inhertied IRA accounts.

Definitions

  • RMD stands for Required Minimum Distribution
  • RBD stands for Required Beginning Date

Beneficiary Types

Beneficiary TypebeneficiaryType
Spouse0
Non-spouse individual1
Non-spouse individual (Ill/Disabled)2
Non-spouse individual (No more than 10 years younger)3
Other Non-spouse individual4
Estate5
Charitable Organization6
Qualifying Trust7
Non-Qualifying Trust8
Minor Child of Account Owner9

Steps

Step 1 - Display the following disclosure to the advisor

Goldman Sachs Custody Solutions is not responsible for the accuracy or completeness of the information you provide, including what you determine to be your estimated Required Minimum Distribution (RMD) for the current year. Please check your records carefully before entering information into the calculator and keep in mind that these calculations are estimates only

Step 2 - Gather the following data points

  • accountBalance: Previous year-end account market value
  • beneficiaryDOB: Date of birth of the beneficiary, dd/mm/yyyy
  • beneficiaryType: The relationship of the beneficiary, use the Beneficiary Type table
  • deceasedDOB: Date of birth of the decedent, dd/mm/yyyy
  • deceasedDOD: Date of birth of the decedent, dd/mm/yyyy

Step 3 - Calculate the RMD results

Call the following endpoint to calculate the RMD. See example below for more details.

Endpoint: POST api/v2/rmd/calculate

Step 4 - Download the RMD Letter (optional)

Call the following endpoint to download the RMD letter. In addition to the data points gathered in step 2, you will need the GSAS account number and the decedent name for this call. See example below for more details.

Endpoint: POST /api/v2/rmd/accounts/{accountNumber}/calculate/save

Calculate RMD Example

Endpoint: POST api/v2/rmd/calculate

Payload:

accountBalance: "214320.79"
beneficiaryDOB: "01/01/2001"
beneficiaryType: "1"
deceasedDOB: "01/01/1910"
deceasedDOD: "01/01/1999"

Response:

{
    "rbdYear": 2025,
    "yearOfCompulsoryDistribution": 2025,
    "rmdAmount": 3595.99,
    "rmdDescription": "<p>Your 2025 RMD amount is $3,596. You are required to withdraw your RMD amount no later than  December 31, 2025. Failure to take at least the minimum distribution amount as required may result in IRS penalties.</p><p>Please note: the RMD amount is determined based on the information provided. If more than one retirement account was inherited, calculate the RMD amount for each account separately.</p><p>Please return to this calculator annually to determine the withdrawal amount for each year.</p>",
    "lifeExpectancyFactor": 59.6,
    "lifeExpectancyFactorDescription": "The single life expectancy factor for this year's distribution is 59.6",
    "deathBeforeRBD": false
}

Download RMD Letter Example

Endpoint: POST /api/v2/rmd/accounts/{accountNumber}/calculate/save

Example Request: POST /api/v2/rmd/accounts/RM9999123A/calculate/save

Payload:

accountBalance: "214320.79"
accountNumber: "RM9999123A"
beneficiaryDOB: "01/01/2001"
beneficiaryType: "1"
deceasedDOB: "01/01/1910"
deceasedDOD: "01/01/1999"
deceasedName: "John Smith"

Response:

{
    "rmdResponse": {
        "rbdYear": 2025,
        "yearOfCompulsoryDistribution": 2025,
        "rmdAmount": 3595.99,
        "rmdDescription": "<p>Your 2025 RMD amount is $3,596. You are required to withdraw your RMD amount no later than  December 31, 2025. Failure to take at least the minimum distribution amount as required may result in IRS penalties.</p><p>Please note: the RMD amount is determined based on the information provided. If more than one retirement account was inherited, calculate the RMD amount for each account separately.</p><p>Please return to this calculator annually to determine the withdrawal amount for each year.</p>",
        "lifeExpectancyFactor": 59.6,
        "lifeExpectancyFactorDescription": "The single life expectancy factor for this year's distribution is 59.6",
        "deathBeforeRBD": false
    },
    "pdfStream": 0KMDAwMftjfdht
}

GS DAP® is owned and operated by Goldman Sachs. This site is for informational purposes only and does not constitute an offer to provide, or the solicitation of an offer to provide access to or use of GS DAP®. Any subsequent commitment by Goldman Sachs to provide access to and / or use of GS DAP® would be subject to various conditions, including, amongst others, (i) satisfactory determination and legal review of the structure of any potential product or activity, (ii) receipt of all internal and external approvals (including potentially regulatory approvals); (iii) execution of any relevant documentation in a form satisfactory to Goldman Sachs; and (iv) completion of any relevant system / technology / platform build or adaptation required or desired to support the structure of any potential product or activity. All GS DAP® features may not be available in certain jurisdictions. Not all features of GS DAP® will apply to all use cases. Use of terms (e.g., "account") on GS DAP® are for convenience only and does not imply any regulatory or legal status by such term.
¹ Real-time data can be impacted by planned system maintenance, connectivity or availability issues stemming from related third-party service providers, or other intermittent or unplanned technology issues.
Transaction Banking services are offered by Goldman Sachs Bank USA (“GS Bank”) and its affiliates. GS Bank is a New York State chartered bank, a member of the Federal Reserve System and a Member FDIC. For additional information, please see Bank Regulatory Information.
Certain solutions and Institutional Services described herein are provided via our Marquee platform. The Marquee platform is for institutional and professional clients only. This site is for informational purposes only and does not constitute an offer to provide the Marquee platform services described, nor an offer to sell, or the solicitation of an offer to buy, any security. Some of the services and products described herein may not be available in certain jurisdictions or to certain types of clients. Please contact your Goldman Sachs sales representative with any questions. Any data or market information presented on the site is solely for illustrative purposes. There is no representation that any transaction can or could have been effected on such terms or at such prices. Please see https://www.goldmansachs.com/disclaimer/sec-div-disclaimers-for-electronic-comms.html for additional information.
Mosaic is a service mark of Goldman Sachs & Co. LLC. This service is made available in the United States by Goldman Sachs & Co. LLC and outside of the United States by Goldman Sachs International, or its local affiliates in accordance with applicable law and regulations. Goldman Sachs International and Goldman Sachs & Co. LLC are the distributors of the Goldman Sachs Funds. Depending upon the jurisdiction in which you are located, transactions in non-Goldman Sachs money market funds are affected by either Goldman Sachs & Co. LLC, a member of FINRA, SIPC and NYSE, or Goldman Sachs International. For additional information contact your Goldman Sachs representative. Goldman Sachs & Co. LLC, Goldman Sachs International, Goldman Sachs Liquidity Solutions, Goldman Sachs Asset Management, L.P., and the Goldman Sachs funds available through Goldman Sachs Liquidity Solutions and other affiliated entities, are under the common control of the Goldman Sachs Group, Inc.
© 2025 Goldman Sachs. All rights reserved.