{
  "title": "Ease of doing business index (1=most business-friendly regulations)",
  "name": "ic.bus.ease.xq",
  "worldbank": {
    "indicator": "ic.bus.ease.xq"
  },
  "readme": "Ease of doing business ranks economies from 1 to 190, with first place being the best. A high ranking (a low numerical rank) means that the regulatory environment is conducive to business operation. The index averages the countrys percentile rankings on 10 topics covered in the World Banks Doing Business. The ranking on each topic is the simple average of the percentile rankings on its component indicators.",
  "licenses": [
    {
      "name": "CC-BY-4.0"
    }
  ],
  "keywords": [
    "Climate Change",
    "Private Sector"
  ],
  "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": "Ease of doing business ranks economies from 1 to 190, with first place being the best. A high ranking (a low numerical rank) means that the regulatory environment is conducive to business operation. The index averages the countrys percentile rankings on 10 topics covered in the World Banks Doing Business. The ranking on each topic is the simple average of the percentile rankings on its component indicators."
          }
        ]
      }
    }
  ]
}