{
  "tool_id": "inherited_ira_rmd",
  "slug": "inherited-ira-rmd-calculator",
  "path": "/inherited-ira-rmd-calculator/",
  "mode": "url_api",
  "api_usage": "GET https://aifinhub.io/api/inherited-ira-rmd-calculator/?<params>",
  "sample_input": {
    "tool": "inherited_ira_rmd_calculator",
    "inherited_balance": "500000",
    "beneficiary_age": "45",
    "account_growth_rate_percent": "6",
    "tax_rate_percent": "24"
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "inherited_balance": {
        "type": "number",
        "minimum": 0
      },
      "beneficiary_age": {
        "type": "number",
        "minimum": 1,
        "maximum": 100
      },
      "account_growth_rate_percent": {
        "type": "number",
        "minimum": 0,
        "maximum": 20
      },
      "tax_rate_percent": {
        "type": "number",
        "minimum": 0,
        "maximum": 60
      }
    },
    "required": [
      "inherited_balance",
      "beneficiary_age",
      "account_growth_rate_percent",
      "tax_rate_percent"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "primaryLabel": {
        "type": "string"
      },
      "primaryValue": {
        "type": "number"
      },
      "primaryFormat": {
        "type": "string"
      },
      "summary": {
        "type": "string"
      },
      "metrics": {
        "type": "array"
      },
      "warnings": {
        "type": "array"
      }
    }
  }
}
