{
  "name": "currency-codes",
  "title": "ISO 4217 Currency Codes",
  "description": "ISO 4217 currency codes: current currencies (Table A.1) and historic denominations (Table A.3), sourced from SIX Interbank Clearing Ltd on behalf of ISO.",
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "https://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "keywords": [
    "iso",
    "iso-4217",
    "currency",
    "codes"
  ],
  "homepage": "http://www.iso.org/iso/currency_codes",
  "sources": [
    {
      "name": "SIX Interbank Clearing Ltd (on behalf of ISO)",
      "title": "SIX Interbank Clearing Ltd (on behalf of ISO)",
      "path": "https://www.six-group.com/en/products-services/financial-information/data-standards.html",
      "email": "office@currency-iso.org"
    }
  ],
  "contributors": [
    {
      "title": "Rufus Pollock",
      "email": "rufus.pollock@okfn.org",
      "role": "maintainer"
    },
    {
      "title": "Kristofer D. Kusano",
      "email": "kdkusano@gmail.com"
    }
  ],
  "resources": [
    {
      "path": "data/codes-all.csv",
      "name": "codes-all",
      "description": "Consolidated list of ISO 4217 current and historic currency codes, one row per country–currency pair.",
      "mimetype": "text/csv",
      "size": "16863",
      "schema": {
        "fields": [
          {
            "name": "Entity",
            "type": "string",
            "description": "Country or region name"
          },
          {
            "name": "Currency",
            "type": "string",
            "description": "Name of the currency"
          },
          {
            "name": "AlphabeticCode",
            "title": "Alphabetic Code",
            "type": "string",
            "description": "3 digit alphabetic code for the currency"
          },
          {
            "name": "NumericCode",
            "title": "Numeric Code",
            "type": "string",
            "description": "3 digit numeric code (zero-padded, e.g. '008')"
          },
          {
            "name": "MinorUnit",
            "title": "Minor Unit",
            "type": "string",
            "description": "Number of digits after the decimal separator; '-' for currencies with no minor unit defined"
          },
          {
            "name": "WithdrawalDate",
            "title": "Withdrawal Date",
            "type": "string",
            "description": "Date the currency was withdrawn; values may be a year-month (YYYY-MM) or a date range (e.g. '1990-07 to 1990-09'); empty for current currencies"
          }
        ]
      }
    }
  ],
  "collection": "reference-data"
}