{
  "title": "Total debt service (% of exports of goods, services and primary income)",
  "name": "dt.tds.dect.ex.zs",
  "worldbank": {
    "indicator": "dt.tds.dect.ex.zs"
  },
  "readme": "Total debt service to exports of goods, services and primary income. Total debt service is the sum of principal repayments and interest actually paid in currency, goods, or services on long-term debt, interest paid on short-term debt, and repayments (repurchases and charges) to the IMF.",
  "licenses": [
    {
      "name": "CC-BY-4.0"
    }
  ],
  "keywords": [
    "Economy & Growth",
    "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 debt service to exports of goods, services and primary income. Total debt service is the sum of principal repayments and interest actually paid in currency, goods, or services on long-term debt, interest paid on short-term debt, and repayments (repurchases and charges) to the IMF."
          }
        ]
      }
    }
  ]
}