{
  "input": {
    "currency": "USD",
    "mode": "calculate",
    "startValue": 10000,
    "endValue": 20000,
    "years": 10,
    "annualReturn": 7
  },
  "result": {
    "value": 7.177346253629316,
    "summary": "Compound annual growth rate from the starting and ending values; interim cash flows are excluded.",
    "metrics": {
      "totalReturn": 100,
      "absoluteGain": 10000
    },
    "unit": "%",
    "status": "ok"
  }
}