{
  "title": "Total reserves (includes gold, current US$)",
  "name": "fi.res.totl.cd",
  "worldbank": {
    "indicator": "fi.res.totl.cd"
  },
  "readme": "Total reserves comprise holdings of monetary gold, special drawing rights, reserves of IMF members held by the IMF, and holdings of foreign exchange under the control of monetary authorities. The gold component of these reserves is valued at year-end (December 31) London prices. Data are in current U.S. dollars.",
  "licenses": [
    {
      "name": "CC-BY-4.0"
    }
  ],
  "keywords": [
    "Economy & Growth",
    "Financial Sector ",
    "External Debt"
  ],
  "resources": [
    {
      "name": "data",
      "title": "Indicator data",
      "path": "data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          {
            "name": "Country Name",
            "type": "string",
            "description": "Country or Region name"
          },
          {
            "name": "Country Code",
            "type": "string",
            "description": "ISO 3-digit ISO code extended to include regional codes e.g. EUR, ARB etc"
          },
          {
            "name": "Year",
            "type": "year",
            "description": "Year"
          },
          {
            "name": "Value",
            "type": "number",
            "description": "Total reserves comprise holdings of monetary gold, special drawing rights, reserves of IMF members held by the IMF, and holdings of foreign exchange under the control of monetary authorities. The gold component of these reserves is valued at year-end (December 31) London prices. Data are in current U.S. dollars."
          }
        ]
      }
    }
  ]
}