{
  "input": {
    "currency": "USD",
    "principal": 10000,
    "months": 12,
    "monthlyContribution": 0,
    "annualReturn": 0,
    "mode": "after-tax",
    "monthlyWithdrawal": 0,
    "annualVolatility": 0,
    "annualFee": 0,
    "taxRate": 0,
    "inflationRate": 0,
    "contributionGrowth": 0,
    "paths": 1000,
    "seed": "44af4bef64b738ab"
  },
  "result": {
    "value": 10000,
    "summary": "Illustrative investment projection with the fee, tax and inflation assumptions you entered.",
    "metrics": {
      "nominal": 10000,
      "afterFee": 10000,
      "afterTax": 10000,
      "realValue": 10000,
      "contributions": 0,
      "withdrawals": 0,
      "withdrawalShortfall": 0,
      "fees": 0,
      "taxes": 0,
      "p5": 10000,
      "p25": 10000,
      "p50": 10000,
      "p75": 10000,
      "p95": 10000,
      "depletionProbability": 0
    },
    "rows": [
      {
        "month": 1,
        "afterTaxBalance": 10000
      },
      {
        "month": 2,
        "afterTaxBalance": 10000
      },
      {
        "month": 3,
        "afterTaxBalance": 10000
      },
      {
        "month": 4,
        "afterTaxBalance": 10000
      },
      {
        "month": 5,
        "afterTaxBalance": 10000
      },
      {
        "month": 6,
        "afterTaxBalance": 10000
      },
      {
        "month": 7,
        "afterTaxBalance": 10000
      },
      {
        "month": 8,
        "afterTaxBalance": 10000
      },
      {
        "month": 9,
        "afterTaxBalance": 10000
      },
      {
        "month": 10,
        "afterTaxBalance": 10000
      },
      {
        "month": 11,
        "afterTaxBalance": 10000
      },
      {
        "month": 12,
        "afterTaxBalance": 10000
      }
    ],
    "unit": "USD",
    "status": "ok"
  }
}