{
  "input": {
    "currency": "USD",
    "assets": [
      {
        "name": "Cash and investments",
        "amount": 100000
      },
      {
        "name": "Property",
        "amount": 200000
      }
    ],
    "liabilities": [
      {
        "name": "Mortgage and loans",
        "amount": 100000
      }
    ],
    "compareUS": false,
    "ageGroup": "all"
  },
  "result": {
    "value": 200000,
    "summary": "Assets minus outstanding liabilities, using the values you entered.",
    "metrics": {
      "totalAssets": 300000,
      "totalLiabilities": 100000,
      "debtToAssetsPercent": 33.33333333333333,
      "usPercentile": null,
      "percentileBound": "No US survey comparison selected",
      "surveyYear": 2022
    },
    "rows": [
      {
        "category": "Assets",
        "amount": 300000
      },
      {
        "category": "Liabilities",
        "amount": 100000
      },
      {
        "category": "Net worth",
        "amount": 200000
      }
    ],
    "unit": "USD",
    "status": "ok"
  }
}