Ronan
feat: first commit
ec6dd69
raw
history blame
No virus
123 kB
# List include united nation member countries and dependents as Jersey,
# list might need to be completed
COUNTRIES = [
"Afghanistan",
"Albania",
"Algeria",
"Andorra",
"Angola",
"Antigua and Barbuda",
"Argentina",
"Armenia",
"Australia",
"Austria",
"Azerbaijan",
"Bahamas",
"Bahrain",
"Bangladesh",
"Barbados",
"Belarus",
"Belgium",
"Belize",
"Benin",
"Bhutan",
"Bolivia",
"Bosnia and Herzegovina",
"Botswana",
"Brazil",
"Brunei",
"Bulgaria",
"Burkina Faso",
"Burundi",
"Cabo Verde",
"Cayman Islands",
"Cambodia",
"Cameroon",
"Canada",
"Central African Republic",
"Chad",
"Chile",
"China",
"Colombia",
"Comoros",
"Congo",
"Costa Rica",
"Croatia",
"Cuba",
"Cyprus",
"Czechia (Czech Republic)",
"Democratic Republic of the Congo",
"Denmark",
"Djibouti",
"Dominica",
"Dominican Republic",
"Ecuador",
"Egypt",
"El Salvador",
"Equatorial Guinea",
"Eritrea",
"Estonia",
"Eswatini (fmr. 'Swaziland')",
"Ethiopia",
"Fiji",
"Finland",
"France",
"Gabon",
"Gambia",
"Georgia",
"Germany",
"Ghana",
"Greece",
"Grenada",
"Greenland",
"Guatemala",
"Guinea",
"Guinea-Bissau",
"Guyana",
"Haiti",
"Honduras",
"Hungary",
"Iceland",
"India",
"Indonesia",
"Iran",
"Iraq",
"Ireland",
"Israel",
"Italy",
"Jamaica",
"Japan",
"Jersey",
"Jordan",
"Kazakhstan",
"Kenya",
"Kiribati",
"Kuwait",
"Kyrgyzstan",
"Laos",
"Latvia",
"Lebanon",
"Lesotho",
"Liberia",
"Libya",
"Liechtenstein",
"Lithuania",
"Luxembourg",
"Madagascar",
"Malawi",
"Malaysia",
"Maldives",
"Mali",
"Malta",
"Marshall Islands",
"Mauritania",
"Mauritius",
"Mexico",
"Micronesia",
"Moldova",
"Monaco",
"Mongolia",
"Montenegro",
"Morocco",
"Mozambique",
"Myanmar (formerly Burma)",
"Namibia",
"Nauru",
"Nepal",
"Netherlands",
"New Zealand",
"Nicaragua",
"Niger",
"Nigeria",
"North Korea",
"North Macedonia (formerly Macedonia)",
"Norway",
"Oman",
"Pakistan",
"Palau",
"Panama",
"Papua New Guinea",
"Paraguay",
"Peru",
"Philippines",
"Poland",
"Portugal",
"Qatar",
"Romania",
"Russia",
"Rwanda",
"Saint Kitts and Nevis",
"Saint Lucia",
"Saint Vincent and the Grenadines",
"Samoa",
"San Marino",
"Sao Tome and Principe",
"Saudi Arabia",
"Senegal",
"Serbia",
"Seychelles",
"Sierra Leone",
"Singapore",
"Slovakia",
"Slovenia",
"Solomon Islands",
"Somalia",
"South Africa",
"South Korea",
"South Sudan",
"Spain",
"Sri Lanka",
"Sudan",
"Suriname",
"Sweden",
"Switzerland",
"Syria",
"Taiwan",
"Tajikistan",
"Tanzania",
"Thailand",
"Timor-Leste",
"Togo",
"Tonga",
"Trinidad and Tobago",
"Tunisia",
"Turkey",
"Turkmenistan",
"Tuvalu",
"Uganda",
"Ukraine",
"United Arab Emirates",
"United Kingdom",
"United States",
"Uruguay",
"Uzbekistan",
"Vanuatu",
"Venezuela",
"Vietnam",
"Yemen",
"Zambia",
"Zambia",
"Zimbabwe",
]
JURIDICTIONS = {
"Afghanistan": {
"Alpha-2 code": "AF",
"Alpha-3 code": "AFG",
"Numeric code": "4",
"Latitude (average)": "33",
"Longitude (average)": "65",
},
"Albania": {
"Alpha-2 code": "AL",
"Alpha-3 code": "ALB",
"Numeric code": "8",
"Latitude (average)": "41",
"Longitude (average)": "20",
},
"Algeria": {
"Alpha-2 code": "DZ",
"Alpha-3 code": "DZA",
"Numeric code": "12",
"Latitude (average)": "28",
"Longitude (average)": "3",
},
"American Samoa": {
"Alpha-2 code": "AS",
"Alpha-3 code": "ASM",
"Numeric code": "16",
"Latitude (average)": "-14.3333",
"Longitude (average)": "-170",
},
"Andorra": {
"Alpha-2 code": "AD",
"Alpha-3 code": "AND",
"Numeric code": "20",
"Latitude (average)": "42.5",
"Longitude (average)": "1.6",
},
"Angola": {
"Alpha-2 code": "AO",
"Alpha-3 code": "AGO",
"Numeric code": "24",
"Latitude (average)": "-12.5",
"Longitude (average)": "18.5",
},
"Anguilla": {
"Alpha-2 code": "AI",
"Alpha-3 code": "AIA",
"Numeric code": "660",
"Latitude (average)": "18.25",
"Longitude (average)": "-63.1667",
},
"Antarctica": {
"Alpha-2 code": "AQ",
"Alpha-3 code": "ATA",
"Numeric code": "10",
"Latitude (average)": "-90",
"Longitude (average)": "0",
},
"Antigua and Barbuda": {
"Alpha-2 code": "AG",
"Alpha-3 code": "ATG",
"Numeric code": "28",
"Latitude (average)": "17.05",
"Longitude (average)": "-61.8",
},
"Argentina": {
"Alpha-2 code": "AR",
"Alpha-3 code": "ARG",
"Numeric code": "32",
"Latitude (average)": "-34",
"Longitude (average)": "-64",
},
"Armenia": {
"Alpha-2 code": "AM",
"Alpha-3 code": "ARM",
"Numeric code": "51",
"Latitude (average)": "40",
"Longitude (average)": "45",
},
"Aruba": {
"Alpha-2 code": "AW",
"Alpha-3 code": "ABW",
"Numeric code": "533",
"Latitude (average)": "12.5",
"Longitude (average)": "-69.9667",
},
"Australia": {
"Alpha-2 code": "AU",
"Alpha-3 code": "AUS",
"Numeric code": "36",
"Latitude (average)": "-27",
"Longitude (average)": "133",
},
"Austria": {
"Alpha-2 code": "AT",
"Alpha-3 code": "AUT",
"Numeric code": "40",
"Latitude (average)": "47.3333",
"Longitude (average)": "13.3333",
},
"Azerbaijan": {
"Alpha-2 code": "AZ",
"Alpha-3 code": "AZE",
"Numeric code": "31",
"Latitude (average)": "40.5",
"Longitude (average)": "47.5",
},
"Bahamas": {
"Alpha-2 code": "BS",
"Alpha-3 code": "BHS",
"Numeric code": "44",
"Latitude (average)": "24.25",
"Longitude (average)": "-76",
},
"Bahrain": {
"Alpha-2 code": "BH",
"Alpha-3 code": "BHR",
"Numeric code": "48",
"Latitude (average)": "26",
"Longitude (average)": "50.55",
},
"Bangladesh": {
"Alpha-2 code": "BD",
"Alpha-3 code": "BGD",
"Numeric code": "50",
"Latitude (average)": "24",
"Longitude (average)": "90",
},
"Barbados": {
"Alpha-2 code": "BB",
"Alpha-3 code": "BRB",
"Numeric code": "52",
"Latitude (average)": "13.1667",
"Longitude (average)": "-59.5333",
},
"Belarus": {
"Alpha-2 code": "BY",
"Alpha-3 code": "BLR",
"Numeric code": "112",
"Latitude (average)": "53",
"Longitude (average)": "28",
},
"Belgium": {
"Alpha-2 code": "BE",
"Alpha-3 code": "BEL",
"Numeric code": "56",
"Latitude (average)": "50.8333",
"Longitude (average)": "4",
},
"Belize": {
"Alpha-2 code": "BZ",
"Alpha-3 code": "BLZ",
"Numeric code": "84",
"Latitude (average)": "17.25",
"Longitude (average)": "-88.75",
},
"Benin": {
"Alpha-2 code": "BJ",
"Alpha-3 code": "BEN",
"Numeric code": "204",
"Latitude (average)": "9.5",
"Longitude (average)": "2.25",
},
"Bermuda": {
"Alpha-2 code": "BM",
"Alpha-3 code": "BMU",
"Numeric code": "60",
"Latitude (average)": "32.3333",
"Longitude (average)": "-64.75",
},
"Bhutan": {
"Alpha-2 code": "BT",
"Alpha-3 code": "BTN",
"Numeric code": "64",
"Latitude (average)": "27.5",
"Longitude (average)": "90.5",
},
"Bolivia, Plurinational State of": {
"Alpha-2 code": "BO",
"Alpha-3 code": "BOL",
"Numeric code": "68",
"Latitude (average)": "-17",
"Longitude (average)": "-65",
},
"Bolivia": {
"Alpha-2 code": "BO",
"Alpha-3 code": "BOL",
"Numeric code": "68",
"Latitude (average)": "-17",
"Longitude (average)": "-65",
},
"Bosnia and Herzegovina": {
"Alpha-2 code": "BA",
"Alpha-3 code": "BIH",
"Numeric code": "70",
"Latitude (average)": "44",
"Longitude (average)": "18",
},
"Botswana": {
"Alpha-2 code": "BW",
"Alpha-3 code": "BWA",
"Numeric code": "72",
"Latitude (average)": "-22",
"Longitude (average)": "24",
},
"Bouvet Island": {
"Alpha-2 code": "BV",
"Alpha-3 code": "BVT",
"Numeric code": "74",
"Latitude (average)": "-54.4333",
"Longitude (average)": "3.4",
},
"Brazil": {
"Alpha-2 code": "BR",
"Alpha-3 code": "BRA",
"Numeric code": "76",
"Latitude (average)": "-10",
"Longitude (average)": "-55",
},
"British Indian Ocean Territory": {
"Alpha-2 code": "IO",
"Alpha-3 code": "IOT",
"Numeric code": "86",
"Latitude (average)": "-6",
"Longitude (average)": "71.5",
},
"Brunei Darussalam": {
"Alpha-2 code": "BN",
"Alpha-3 code": "BRN",
"Numeric code": "96",
"Latitude (average)": "4.5",
"Longitude (average)": "114.6667",
},
"Brunei": {
"Alpha-2 code": "BN",
"Alpha-3 code": "BRN",
"Numeric code": "96",
"Latitude (average)": "4.5",
"Longitude (average)": "114.6667",
},
"Bulgaria": {
"Alpha-2 code": "BG",
"Alpha-3 code": "BGR",
"Numeric code": "100",
"Latitude (average)": "43",
"Longitude (average)": "25",
},
"Burkina Faso": {
"Alpha-2 code": "BF",
"Alpha-3 code": "BFA",
"Numeric code": "854",
"Latitude (average)": "13",
"Longitude (average)": "-2",
},
"Burundi": {
"Alpha-2 code": "BI",
"Alpha-3 code": "BDI",
"Numeric code": "108",
"Latitude (average)": "-3.5",
"Longitude (average)": "30",
},
"Cambodia": {
"Alpha-2 code": "KH",
"Alpha-3 code": "KHM",
"Numeric code": "116",
"Latitude (average)": "13",
"Longitude (average)": "105",
},
"Cameroon": {
"Alpha-2 code": "CM",
"Alpha-3 code": "CMR",
"Numeric code": "120",
"Latitude (average)": "6",
"Longitude (average)": "12",
},
"Canada": {
"Alpha-2 code": "CA",
"Alpha-3 code": "CAN",
"Numeric code": "124",
"Latitude (average)": "60",
"Longitude (average)": "-95",
},
"Cape Verde": {
"Alpha-2 code": "CV",
"Alpha-3 code": "CPV",
"Numeric code": "132",
"Latitude (average)": "16",
"Longitude (average)": "-24",
},
"Cayman Islands": {
"Alpha-2 code": "KY",
"Alpha-3 code": "CYM",
"Numeric code": "136",
"Latitude (average)": "19.5",
"Longitude (average)": "-80.5",
},
"Central African Republic": {
"Alpha-2 code": "CF",
"Alpha-3 code": "CAF",
"Numeric code": "140",
"Latitude (average)": "7",
"Longitude (average)": "21",
},
"Chad": {
"Alpha-2 code": "TD",
"Alpha-3 code": "TCD",
"Numeric code": "148",
"Latitude (average)": "15",
"Longitude (average)": "19",
},
"Chile": {
"Alpha-2 code": "CL",
"Alpha-3 code": "CHL",
"Numeric code": "152",
"Latitude (average)": "-30",
"Longitude (average)": "-71",
},
"China": {
"Alpha-2 code": "CN",
"Alpha-3 code": "CHN",
"Numeric code": "156",
"Latitude (average)": "35",
"Longitude (average)": "105",
},
"Christmas Island": {
"Alpha-2 code": "CX",
"Alpha-3 code": "CXR",
"Numeric code": "162",
"Latitude (average)": "-10.5",
"Longitude (average)": "105.6667",
},
"Cocos (Keeling) Islands": {
"Alpha-2 code": "CC",
"Alpha-3 code": "CCK",
"Numeric code": "166",
"Latitude (average)": "-12.5",
"Longitude (average)": "96.8333",
},
"Colombia": {
"Alpha-2 code": "CO",
"Alpha-3 code": "COL",
"Numeric code": "170",
"Latitude (average)": "4",
"Longitude (average)": "-72",
},
"Comoros": {
"Alpha-2 code": "KM",
"Alpha-3 code": "COM",
"Numeric code": "174",
"Latitude (average)": "-12.1667",
"Longitude (average)": "44.25",
},
"Congo": {
"Alpha-2 code": "CG",
"Alpha-3 code": "COG",
"Numeric code": "178",
"Latitude (average)": "-1",
"Longitude (average)": "15",
},
"Congo, the Democratic Republic of the": {
"Alpha-2 code": "CD",
"Alpha-3 code": "COD",
"Numeric code": "180",
"Latitude (average)": "0",
"Longitude (average)": "25",
},
"Cook Islands": {
"Alpha-2 code": "CK",
"Alpha-3 code": "COK",
"Numeric code": "184",
"Latitude (average)": "-21.2333",
"Longitude (average)": "-159.7667",
},
"Costa Rica": {
"Alpha-2 code": "CR",
"Alpha-3 code": "CRI",
"Numeric code": "188",
"Latitude (average)": "10",
"Longitude (average)": "-84",
},
"Côte d'Ivoire": {
"Alpha-2 code": "CI",
"Alpha-3 code": "CIV",
"Numeric code": "384",
"Latitude (average)": "8",
"Longitude (average)": "-5",
},
"Ivory Coast": {
"Alpha-2 code": "CI",
"Alpha-3 code": "CIV",
"Numeric code": "384",
"Latitude (average)": "8",
"Longitude (average)": "-5",
},
"Croatia": {
"Alpha-2 code": "HR",
"Alpha-3 code": "HRV",
"Numeric code": "191",
"Latitude (average)": "45.1667",
"Longitude (average)": "15.5",
},
"Cuba": {
"Alpha-2 code": "CU",
"Alpha-3 code": "CUB",
"Numeric code": "192",
"Latitude (average)": "21.5",
"Longitude (average)": "-80",
},
"Cyprus": {
"Alpha-2 code": "CY",
"Alpha-3 code": "CYP",
"Numeric code": "196",
"Latitude (average)": "35",
"Longitude (average)": "33",
},
"Czech Republic": {
"Alpha-2 code": "CZ",
"Alpha-3 code": "CZE",
"Numeric code": "203",
"Latitude (average)": "49.75",
"Longitude (average)": "15.5",
},
"Denmark": {
"Alpha-2 code": "DK",
"Alpha-3 code": "DNK",
"Numeric code": "208",
"Latitude (average)": "56",
"Longitude (average)": "10",
},
"Djibouti": {
"Alpha-2 code": "DJ",
"Alpha-3 code": "DJI",
"Numeric code": "262",
"Latitude (average)": "11.5",
"Longitude (average)": "43",
},
"Dominica": {
"Alpha-2 code": "DM",
"Alpha-3 code": "DMA",
"Numeric code": "212",
"Latitude (average)": "15.4167",
"Longitude (average)": "-61.3333",
},
"Dominican Republic": {
"Alpha-2 code": "DO",
"Alpha-3 code": "DOM",
"Numeric code": "214",
"Latitude (average)": "19",
"Longitude (average)": "-70.6667",
},
"Ecuador": {
"Alpha-2 code": "EC",
"Alpha-3 code": "ECU",
"Numeric code": "218",
"Latitude (average)": "-2",
"Longitude (average)": "-77.5",
},
"Egypt": {
"Alpha-2 code": "EG",
"Alpha-3 code": "EGY",
"Numeric code": "818",
"Latitude (average)": "27",
"Longitude (average)": "30",
},
"El Salvador": {
"Alpha-2 code": "SV",
"Alpha-3 code": "SLV",
"Numeric code": "222",
"Latitude (average)": "13.8333",
"Longitude (average)": "-88.9167",
},
"Equatorial Guinea": {
"Alpha-2 code": "GQ",
"Alpha-3 code": "GNQ",
"Numeric code": "226",
"Latitude (average)": "2",
"Longitude (average)": "10",
},
"Eritrea": {
"Alpha-2 code": "ER",
"Alpha-3 code": "ERI",
"Numeric code": "232",
"Latitude (average)": "15",
"Longitude (average)": "39",
},
"Estonia": {
"Alpha-2 code": "EE",
"Alpha-3 code": "EST",
"Numeric code": "233",
"Latitude (average)": "59",
"Longitude (average)": "26",
},
"Ethiopia": {
"Alpha-2 code": "ET",
"Alpha-3 code": "ETH",
"Numeric code": "231",
"Latitude (average)": "8",
"Longitude (average)": "38",
},
"Falkland Islands (Malvinas)": {
"Alpha-2 code": "FK",
"Alpha-3 code": "FLK",
"Numeric code": "238",
"Latitude (average)": "-51.75",
"Longitude (average)": "-59",
},
"Faroe Islands": {
"Alpha-2 code": "FO",
"Alpha-3 code": "FRO",
"Numeric code": "234",
"Latitude (average)": "62",
"Longitude (average)": "-7",
},
"Fiji": {
"Alpha-2 code": "FJ",
"Alpha-3 code": "FJI",
"Numeric code": "242",
"Latitude (average)": "-18",
"Longitude (average)": "175",
},
"Finland": {
"Alpha-2 code": "FI",
"Alpha-3 code": "FIN",
"Numeric code": "246",
"Latitude (average)": "64",
"Longitude (average)": "26",
},
"France": {
"Alpha-2 code": "FR",
"Alpha-3 code": "FRA",
"Numeric code": "250",
"Latitude (average)": "46",
"Longitude (average)": "2",
},
"French Guiana": {
"Alpha-2 code": "GF",
"Alpha-3 code": "GUF",
"Numeric code": "254",
"Latitude (average)": "4",
"Longitude (average)": "-53",
},
"French Polynesia": {
"Alpha-2 code": "PF",
"Alpha-3 code": "PYF",
"Numeric code": "258",
"Latitude (average)": "-15",
"Longitude (average)": "-140",
},
"French Southern Territories": {
"Alpha-2 code": "TF",
"Alpha-3 code": "ATF",
"Numeric code": "260",
"Latitude (average)": "-43",
"Longitude (average)": "67",
},
"Gabon": {
"Alpha-2 code": "GA",
"Alpha-3 code": "GAB",
"Numeric code": "266",
"Latitude (average)": "-1",
"Longitude (average)": "11.75",
},
"Gambia": {
"Alpha-2 code": "GM",
"Alpha-3 code": "GMB",
"Numeric code": "270",
"Latitude (average)": "13.4667",
"Longitude (average)": "-16.5667",
},
"Georgia": {
"Alpha-2 code": "GE",
"Alpha-3 code": "GEO",
"Numeric code": "268",
"Latitude (average)": "42",
"Longitude (average)": "43.5",
},
"Germany": {
"Alpha-2 code": "DE",
"Alpha-3 code": "DEU",
"Numeric code": "276",
"Latitude (average)": "51",
"Longitude (average)": "9",
},
"Ghana": {
"Alpha-2 code": "GH",
"Alpha-3 code": "GHA",
"Numeric code": "288",
"Latitude (average)": "8",
"Longitude (average)": "-2",
},
"Gibraltar": {
"Alpha-2 code": "GI",
"Alpha-3 code": "GIB",
"Numeric code": "292",
"Latitude (average)": "36.1833",
"Longitude (average)": "-5.3667",
},
"Greece": {
"Alpha-2 code": "GR",
"Alpha-3 code": "GRC",
"Numeric code": "300",
"Latitude (average)": "39",
"Longitude (average)": "22",
},
"Greenland": {
"Alpha-2 code": "GL",
"Alpha-3 code": "GRL",
"Numeric code": "304",
"Latitude (average)": "72",
"Longitude (average)": "-40",
},
"Grenada": {
"Alpha-2 code": "GD",
"Alpha-3 code": "GRD",
"Numeric code": "308",
"Latitude (average)": "12.1167",
"Longitude (average)": "-61.6667",
},
"Guadeloupe": {
"Alpha-2 code": "GP",
"Alpha-3 code": "GLP",
"Numeric code": "312",
"Latitude (average)": "16.25",
"Longitude (average)": "-61.5833",
},
"Guam": {
"Alpha-2 code": "GU",
"Alpha-3 code": "GUM",
"Numeric code": "316",
"Latitude (average)": "13.4667",
"Longitude (average)": "144.7833",
},
"Guatemala": {
"Alpha-2 code": "GT",
"Alpha-3 code": "GTM",
"Numeric code": "320",
"Latitude (average)": "15.5",
"Longitude (average)": "-90.25",
},
"Guernsey": {
"Alpha-2 code": "GG",
"Alpha-3 code": "GGY",
"Numeric code": "831",
"Latitude (average)": "49.5",
"Longitude (average)": "-2.56",
},
"Guinea": {
"Alpha-2 code": "GN",
"Alpha-3 code": "GIN",
"Numeric code": "324",
"Latitude (average)": "11",
"Longitude (average)": "-10",
},
"Guinea-Bissau": {
"Alpha-2 code": "GW",
"Alpha-3 code": "GNB",
"Numeric code": "624",
"Latitude (average)": "12",
"Longitude (average)": "-15",
},
"Guyana": {
"Alpha-2 code": "GY",
"Alpha-3 code": "GUY",
"Numeric code": "328",
"Latitude (average)": "5",
"Longitude (average)": "-59",
},
"Haiti": {
"Alpha-2 code": "HT",
"Alpha-3 code": "HTI",
"Numeric code": "332",
"Latitude (average)": "19",
"Longitude (average)": "-72.4167",
},
"Heard Island and McDonald Islands": {
"Alpha-2 code": "HM",
"Alpha-3 code": "HMD",
"Numeric code": "334",
"Latitude (average)": "-53.1",
"Longitude (average)": "72.5167",
},
"Holy See (Vatican City State)": {
"Alpha-2 code": "VA",
"Alpha-3 code": "VAT",
"Numeric code": "336",
"Latitude (average)": "41.9",
"Longitude (average)": "12.45",
},
"Honduras": {
"Alpha-2 code": "HN",
"Alpha-3 code": "HND",
"Numeric code": "340",
"Latitude (average)": "15",
"Longitude (average)": "-86.5",
},
"Hong Kong": {
"Alpha-2 code": "HK",
"Alpha-3 code": "HKG",
"Numeric code": "344",
"Latitude (average)": "22.25",
"Longitude (average)": "114.1667",
},
"Hungary": {
"Alpha-2 code": "HU",
"Alpha-3 code": "HUN",
"Numeric code": "348",
"Latitude (average)": "47",
"Longitude (average)": "20",
},
"Iceland": {
"Alpha-2 code": "IS",
"Alpha-3 code": "ISL",
"Numeric code": "352",
"Latitude (average)": "65",
"Longitude (average)": "-18",
},
"India": {
"Alpha-2 code": "IN",
"Alpha-3 code": "IND",
"Numeric code": "356",
"Latitude (average)": "20",
"Longitude (average)": "77",
},
"Indonesia": {
"Alpha-2 code": "ID",
"Alpha-3 code": "IDN",
"Numeric code": "360",
"Latitude (average)": "-5",
"Longitude (average)": "120",
},
"Iran, Islamic Republic of": {
"Alpha-2 code": "IR",
"Alpha-3 code": "IRN",
"Numeric code": "364",
"Latitude (average)": "32",
"Longitude (average)": "53",
},
"Iraq": {
"Alpha-2 code": "IQ",
"Alpha-3 code": "IRQ",
"Numeric code": "368",
"Latitude (average)": "33",
"Longitude (average)": "44",
},
"Ireland": {
"Alpha-2 code": "IE",
"Alpha-3 code": "IRL",
"Numeric code": "372",
"Latitude (average)": "53",
"Longitude (average)": "-8",
},
"Isle of Man": {
"Alpha-2 code": "IM",
"Alpha-3 code": "IMN",
"Numeric code": "833",
"Latitude (average)": "54.23",
"Longitude (average)": "-4.55",
},
"Israel": {
"Alpha-2 code": "IL",
"Alpha-3 code": "ISR",
"Numeric code": "376",
"Latitude (average)": "31.5",
"Longitude (average)": "34.75",
},
"Italy": {
"Alpha-2 code": "IT",
"Alpha-3 code": "ITA",
"Numeric code": "380",
"Latitude (average)": "42.8333",
"Longitude (average)": "12.8333",
},
"Jamaica": {
"Alpha-2 code": "JM",
"Alpha-3 code": "JAM",
"Numeric code": "388",
"Latitude (average)": "18.25",
"Longitude (average)": "-77.5",
},
"Japan": {
"Alpha-2 code": "JP",
"Alpha-3 code": "JPN",
"Numeric code": "392",
"Latitude (average)": "36",
"Longitude (average)": "138",
},
"Jersey": {
"Alpha-2 code": "JE",
"Alpha-3 code": "JEY",
"Numeric code": "832",
"Latitude (average)": "49.21",
"Longitude (average)": "-2.13",
},
"Jordan": {
"Alpha-2 code": "JO",
"Alpha-3 code": "JOR",
"Numeric code": "400",
"Latitude (average)": "31",
"Longitude (average)": "36",
},
"Kazakhstan": {
"Alpha-2 code": "KZ",
"Alpha-3 code": "KAZ",
"Numeric code": "398",
"Latitude (average)": "48",
"Longitude (average)": "68",
},
"Kenya": {
"Alpha-2 code": "KE",
"Alpha-3 code": "KEN",
"Numeric code": "404",
"Latitude (average)": "1",
"Longitude (average)": "38",
},
"Kiribati": {
"Alpha-2 code": "KI",
"Alpha-3 code": "KIR",
"Numeric code": "296",
"Latitude (average)": "1.4167",
"Longitude (average)": "173",
},
"Korea, Democratic People's Republic of": {
"Alpha-2 code": "KP",
"Alpha-3 code": "PRK",
"Numeric code": "408",
"Latitude (average)": "40",
"Longitude (average)": "127",
},
"Korea, Republic of": {
"Alpha-2 code": "KR",
"Alpha-3 code": "KOR",
"Numeric code": "410",
"Latitude (average)": "37",
"Longitude (average)": "127.5",
},
"South Korea": {
"Alpha-2 code": "KR",
"Alpha-3 code": "KOR",
"Numeric code": "410",
"Latitude (average)": "37",
"Longitude (average)": "127.5",
},
"Kuwait": {
"Alpha-2 code": "KW",
"Alpha-3 code": "KWT",
"Numeric code": "414",
"Latitude (average)": "29.3375",
"Longitude (average)": "47.6581",
},
"Kyrgyzstan": {
"Alpha-2 code": "KG",
"Alpha-3 code": "KGZ",
"Numeric code": "417",
"Latitude (average)": "41",
"Longitude (average)": "75",
},
"Lao People's Democratic Republic": {
"Alpha-2 code": "LA",
"Alpha-3 code": "LAO",
"Numeric code": "418",
"Latitude (average)": "18",
"Longitude (average)": "105",
},
"Latvia": {
"Alpha-2 code": "LV",
"Alpha-3 code": "LVA",
"Numeric code": "428",
"Latitude (average)": "57",
"Longitude (average)": "25",
},
"Lebanon": {
"Alpha-2 code": "LB",
"Alpha-3 code": "LBN",
"Numeric code": "422",
"Latitude (average)": "33.8333",
"Longitude (average)": "35.8333",
},
"Lesotho": {
"Alpha-2 code": "LS",
"Alpha-3 code": "LSO",
"Numeric code": "426",
"Latitude (average)": "-29.5",
"Longitude (average)": "28.5",
},
"Liberia": {
"Alpha-2 code": "LR",
"Alpha-3 code": "LBR",
"Numeric code": "430",
"Latitude (average)": "6.5",
"Longitude (average)": "-9.5",
},
"Libya": {
"Alpha-2 code": "LY",
"Alpha-3 code": "LBY",
"Numeric code": "434",
"Latitude (average)": "25",
"Longitude (average)": "17",
},
"Liechtenstein": {
"Alpha-2 code": "LI",
"Alpha-3 code": "LIE",
"Numeric code": "438",
"Latitude (average)": "47.1667",
"Longitude (average)": "9.5333",
},
"Lithuania": {
"Alpha-2 code": "LT",
"Alpha-3 code": "LTU",
"Numeric code": "440",
"Latitude (average)": "56",
"Longitude (average)": "24",
},
"Luxembourg": {
"Alpha-2 code": "LU",
"Alpha-3 code": "LUX",
"Numeric code": "442",
"Latitude (average)": "49.75",
"Longitude (average)": "6.1667",
},
"Macao": {
"Alpha-2 code": "MO",
"Alpha-3 code": "MAC",
"Numeric code": "446",
"Latitude (average)": "22.1667",
"Longitude (average)": "113.55",
},
"Macedonia, the former Yugoslav Republic of": {
"Alpha-2 code": "MK",
"Alpha-3 code": "MKD",
"Numeric code": "807",
"Latitude (average)": "41.8333",
"Longitude (average)": "22",
},
"Madagascar": {
"Alpha-2 code": "MG",
"Alpha-3 code": "MDG",
"Numeric code": "450",
"Latitude (average)": "-20",
"Longitude (average)": "47",
},
"Malawi": {
"Alpha-2 code": "MW",
"Alpha-3 code": "MWI",
"Numeric code": "454",
"Latitude (average)": "-13.5",
"Longitude (average)": "34",
},
"Malaysia": {
"Alpha-2 code": "MY",
"Alpha-3 code": "MYS",
"Numeric code": "458",
"Latitude (average)": "2.5",
"Longitude (average)": "112.5",
},
"Maldives": {
"Alpha-2 code": "MV",
"Alpha-3 code": "MDV",
"Numeric code": "462",
"Latitude (average)": "3.25",
"Longitude (average)": "73",
},
"Mali": {
"Alpha-2 code": "ML",
"Alpha-3 code": "MLI",
"Numeric code": "466",
"Latitude (average)": "17",
"Longitude (average)": "-4",
},
"Malta": {
"Alpha-2 code": "MT",
"Alpha-3 code": "MLT",
"Numeric code": "470",
"Latitude (average)": "35.8333",
"Longitude (average)": "14.5833",
},
"Marshall Islands": {
"Alpha-2 code": "MH",
"Alpha-3 code": "MHL",
"Numeric code": "584",
"Latitude (average)": "9",
"Longitude (average)": "168",
},
"Martinique": {
"Alpha-2 code": "MQ",
"Alpha-3 code": "MTQ",
"Numeric code": "474",
"Latitude (average)": "14.6667",
"Longitude (average)": "-61",
},
"Mauritania": {
"Alpha-2 code": "MR",
"Alpha-3 code": "MRT",
"Numeric code": "478",
"Latitude (average)": "20",
"Longitude (average)": "-12",
},
"Mauritius": {
"Alpha-2 code": "MU",
"Alpha-3 code": "MUS",
"Numeric code": "480",
"Latitude (average)": "-20.2833",
"Longitude (average)": "57.55",
},
"Mayotte": {
"Alpha-2 code": "YT",
"Alpha-3 code": "MYT",
"Numeric code": "175",
"Latitude (average)": "-12.8333",
"Longitude (average)": "45.1667",
},
"Mexico": {
"Alpha-2 code": "MX",
"Alpha-3 code": "MEX",
"Numeric code": "484",
"Latitude (average)": "23",
"Longitude (average)": "-102",
},
"Micronesia, Federated States of": {
"Alpha-2 code": "FM",
"Alpha-3 code": "FSM",
"Numeric code": "583",
"Latitude (average)": "6.9167",
"Longitude (average)": "158.25",
},
"Moldova, Republic of": {
"Alpha-2 code": "MD",
"Alpha-3 code": "MDA",
"Numeric code": "498",
"Latitude (average)": "47",
"Longitude (average)": "29",
},
"Monaco": {
"Alpha-2 code": "MC",
"Alpha-3 code": "MCO",
"Numeric code": "492",
"Latitude (average)": "43.7333",
"Longitude (average)": "7.4",
},
"Mongolia": {
"Alpha-2 code": "MN",
"Alpha-3 code": "MNG",
"Numeric code": "496",
"Latitude (average)": "46",
"Longitude (average)": "105",
},
"Montenegro": {
"Alpha-2 code": "ME",
"Alpha-3 code": "MNE",
"Numeric code": "499",
"Latitude (average)": "42",
"Longitude (average)": "19",
},
"Montserrat": {
"Alpha-2 code": "MS",
"Alpha-3 code": "MSR",
"Numeric code": "500",
"Latitude (average)": "16.75",
"Longitude (average)": "-62.2",
},
"Morocco": {
"Alpha-2 code": "MA",
"Alpha-3 code": "MAR",
"Numeric code": "504",
"Latitude (average)": "32",
"Longitude (average)": "-5",
},
"Mozambique": {
"Alpha-2 code": "MZ",
"Alpha-3 code": "MOZ",
"Numeric code": "508",
"Latitude (average)": "-18.25",
"Longitude (average)": "35",
},
"Myanmar": {
"Alpha-2 code": "MM",
"Alpha-3 code": "MMR",
"Numeric code": "104",
"Latitude (average)": "22",
"Longitude (average)": "98",
},
"Burma": {
"Alpha-2 code": "MM",
"Alpha-3 code": "MMR",
"Numeric code": "104",
"Latitude (average)": "22",
"Longitude (average)": "98",
},
"Namibia": {
"Alpha-2 code": "NA",
"Alpha-3 code": "NAM",
"Numeric code": "516",
"Latitude (average)": "-22",
"Longitude (average)": "17",
},
"Nauru": {
"Alpha-2 code": "NR",
"Alpha-3 code": "NRU",
"Numeric code": "520",
"Latitude (average)": "-0.5333",
"Longitude (average)": "166.9167",
},
"Nepal": {
"Alpha-2 code": "NP",
"Alpha-3 code": "NPL",
"Numeric code": "524",
"Latitude (average)": "28",
"Longitude (average)": "84",
},
"Netherlands": {
"Alpha-2 code": "NL",
"Alpha-3 code": "NLD",
"Numeric code": "528",
"Latitude (average)": "52.5",
"Longitude (average)": "5.75",
},
"Netherlands Antilles": {
"Alpha-2 code": "AN",
"Alpha-3 code": "ANT",
"Numeric code": "530",
"Latitude (average)": "12.25",
"Longitude (average)": "-68.75",
},
"New Caledonia": {
"Alpha-2 code": "NC",
"Alpha-3 code": "NCL",
"Numeric code": "540",
"Latitude (average)": "-21.5",
"Longitude (average)": "165.5",
},
"New Zealand": {
"Alpha-2 code": "NZ",
"Alpha-3 code": "NZL",
"Numeric code": "554",
"Latitude (average)": "-41",
"Longitude (average)": "174",
},
"Nicaragua": {
"Alpha-2 code": "NI",
"Alpha-3 code": "NIC",
"Numeric code": "558",
"Latitude (average)": "13",
"Longitude (average)": "-85",
},
"Niger": {
"Alpha-2 code": "NE",
"Alpha-3 code": "NER",
"Numeric code": "562",
"Latitude (average)": "16",
"Longitude (average)": "8",
},
"Nigeria": {
"Alpha-2 code": "NG",
"Alpha-3 code": "NGA",
"Numeric code": "566",
"Latitude (average)": "10",
"Longitude (average)": "8",
},
"Niue": {
"Alpha-2 code": "NU",
"Alpha-3 code": "NIU",
"Numeric code": "570",
"Latitude (average)": "-19.0333",
"Longitude (average)": "-169.8667",
},
"Norfolk Island": {
"Alpha-2 code": "NF",
"Alpha-3 code": "NFK",
"Numeric code": "574",
"Latitude (average)": "-29.0333",
"Longitude (average)": "167.95",
},
"Northern Mariana Islands": {
"Alpha-2 code": "MP",
"Alpha-3 code": "MNP",
"Numeric code": "580",
"Latitude (average)": "15.2",
"Longitude (average)": "145.75",
},
"Norway": {
"Alpha-2 code": "NO",
"Alpha-3 code": "NOR",
"Numeric code": "578",
"Latitude (average)": "62",
"Longitude (average)": "10",
},
"Oman": {
"Alpha-2 code": "OM",
"Alpha-3 code": "OMN",
"Numeric code": "512",
"Latitude (average)": "21",
"Longitude (average)": "57",
},
"Pakistan": {
"Alpha-2 code": "PK",
"Alpha-3 code": "PAK",
"Numeric code": "586",
"Latitude (average)": "30",
"Longitude (average)": "70",
},
"Palau": {
"Alpha-2 code": "PW",
"Alpha-3 code": "PLW",
"Numeric code": "585",
"Latitude (average)": "7.5",
"Longitude (average)": "134.5",
},
"Palestinian Territory, Occupied": {
"Alpha-2 code": "PS",
"Alpha-3 code": "PSE",
"Numeric code": "275",
"Latitude (average)": "32",
"Longitude (average)": "35.25",
},
"Panama": {
"Alpha-2 code": "PA",
"Alpha-3 code": "PAN",
"Numeric code": "591",
"Latitude (average)": "9",
"Longitude (average)": "-80",
},
"Papua New Guinea": {
"Alpha-2 code": "PG",
"Alpha-3 code": "PNG",
"Numeric code": "598",
"Latitude (average)": "-6",
"Longitude (average)": "147",
},
"Paraguay": {
"Alpha-2 code": "PY",
"Alpha-3 code": "PRY",
"Numeric code": "600",
"Latitude (average)": "-23",
"Longitude (average)": "-58",
},
"Peru": {
"Alpha-2 code": "PE",
"Alpha-3 code": "PER",
"Numeric code": "604",
"Latitude (average)": "-10",
"Longitude (average)": "-76",
},
"Philippines": {
"Alpha-2 code": "PH",
"Alpha-3 code": "PHL",
"Numeric code": "608",
"Latitude (average)": "13",
"Longitude (average)": "122",
},
"Pitcairn": {
"Alpha-2 code": "PN",
"Alpha-3 code": "PCN",
"Numeric code": "612",
"Latitude (average)": "-24.7",
"Longitude (average)": "-127.4",
},
"Poland": {
"Alpha-2 code": "PL",
"Alpha-3 code": "POL",
"Numeric code": "616",
"Latitude (average)": "52",
"Longitude (average)": "20",
},
"Portugal": {
"Alpha-2 code": "PT",
"Alpha-3 code": "PRT",
"Numeric code": "620",
"Latitude (average)": "39.5",
"Longitude (average)": "-8",
},
"Puerto Rico": {
"Alpha-2 code": "PR",
"Alpha-3 code": "PRI",
"Numeric code": "630",
"Latitude (average)": "18.25",
"Longitude (average)": "-66.5",
},
"Qatar": {
"Alpha-2 code": "QA",
"Alpha-3 code": "QAT",
"Numeric code": "634",
"Latitude (average)": "25.5",
"Longitude (average)": "51.25",
},
"Réunion": {
"Alpha-2 code": "RE",
"Alpha-3 code": "REU",
"Numeric code": "638",
"Latitude (average)": "-21.1",
"Longitude (average)": "55.6",
},
"Romania": {
"Alpha-2 code": "RO",
"Alpha-3 code": "ROU",
"Numeric code": "642",
"Latitude (average)": "46",
"Longitude (average)": "25",
},
"Russian Federation": {
"Alpha-2 code": "RU",
"Alpha-3 code": "RUS",
"Numeric code": "643",
"Latitude (average)": "60",
"Longitude (average)": "100",
},
"Russia": {
"Alpha-2 code": "RU",
"Alpha-3 code": "RUS",
"Numeric code": "643",
"Latitude (average)": "60",
"Longitude (average)": "100",
},
"Rwanda": {
"Alpha-2 code": "RW",
"Alpha-3 code": "RWA",
"Numeric code": "646",
"Latitude (average)": "-2",
"Longitude (average)": "30",
},
"Saint Helena, Ascension and Tristan da Cunha": {
"Alpha-2 code": "SH",
"Alpha-3 code": "SHN",
"Numeric code": "654",
"Latitude (average)": "-15.9333",
"Longitude (average)": "-5.7",
},
"Saint Kitts and Nevis": {
"Alpha-2 code": "KN",
"Alpha-3 code": "KNA",
"Numeric code": "659",
"Latitude (average)": "17.3333",
"Longitude (average)": "-62.75",
},
"Saint Lucia": {
"Alpha-2 code": "LC",
"Alpha-3 code": "LCA",
"Numeric code": "662",
"Latitude (average)": "13.8833",
"Longitude (average)": "-61.1333",
},
"Saint Pierre and Miquelon": {
"Alpha-2 code": "PM",
"Alpha-3 code": "SPM",
"Numeric code": "666",
"Latitude (average)": "46.8333",
"Longitude (average)": "-56.3333",
},
"Saint Vincent and the Grenadines": {
"Alpha-2 code": "VC",
"Alpha-3 code": "VCT",
"Numeric code": "670",
"Latitude (average)": "13.25",
"Longitude (average)": "-61.2",
},
"Samoa": {
"Alpha-2 code": "WS",
"Alpha-3 code": "WSM",
"Numeric code": "882",
"Latitude (average)": "-13.5833",
"Longitude (average)": "-172.3333",
},
"San Marino": {
"Alpha-2 code": "SM",
"Alpha-3 code": "SMR",
"Numeric code": "674",
"Latitude (average)": "43.7667",
"Longitude (average)": "12.4167",
},
"Sao Tome and Principe": {
"Alpha-2 code": "ST",
"Alpha-3 code": "STP",
"Numeric code": "678",
"Latitude (average)": "1",
"Longitude (average)": "7",
},
"Saudi Arabia": {
"Alpha-2 code": "SA",
"Alpha-3 code": "SAU",
"Numeric code": "682",
"Latitude (average)": "25",
"Longitude (average)": "45",
},
"Senegal": {
"Alpha-2 code": "SN",
"Alpha-3 code": "SEN",
"Numeric code": "686",
"Latitude (average)": "14",
"Longitude (average)": "-14",
},
"Serbia": {
"Alpha-2 code": "RS",
"Alpha-3 code": "SRB",
"Numeric code": "688",
"Latitude (average)": "44",
"Longitude (average)": "21",
},
"Seychelles": {
"Alpha-2 code": "SC",
"Alpha-3 code": "SYC",
"Numeric code": "690",
"Latitude (average)": "-4.5833",
"Longitude (average)": "55.6667",
},
"Sierra Leone": {
"Alpha-2 code": "SL",
"Alpha-3 code": "SLE",
"Numeric code": "694",
"Latitude (average)": "8.5",
"Longitude (average)": "-11.5",
},
"Singapore": {
"Alpha-2 code": "SG",
"Alpha-3 code": "SGP",
"Numeric code": "702",
"Latitude (average)": "1.3667",
"Longitude (average)": "103.8",
},
"Slovakia": {
"Alpha-2 code": "SK",
"Alpha-3 code": "SVK",
"Numeric code": "703",
"Latitude (average)": "48.6667",
"Longitude (average)": "19.5",
},
"Slovenia": {
"Alpha-2 code": "SI",
"Alpha-3 code": "SVN",
"Numeric code": "705",
"Latitude (average)": "46",
"Longitude (average)": "15",
},
"Solomon Islands": {
"Alpha-2 code": "SB",
"Alpha-3 code": "SLB",
"Numeric code": "90",
"Latitude (average)": "-8",
"Longitude (average)": "159",
},
"Somalia": {
"Alpha-2 code": "SO",
"Alpha-3 code": "SOM",
"Numeric code": "706",
"Latitude (average)": "10",
"Longitude (average)": "49",
},
"South Africa": {
"Alpha-2 code": "ZA",
"Alpha-3 code": "ZAF",
"Numeric code": "710",
"Latitude (average)": "-29",
"Longitude (average)": "24",
},
"South Georgia and the South Sandwich Islands": {
"Alpha-2 code": "GS",
"Alpha-3 code": "SGS",
"Numeric code": "239",
"Latitude (average)": "-54.5",
"Longitude (average)": "-37",
},
"South Sudan": {
"Alpha-2 code": "SS",
"Alpha-3 code": "SSD",
"Numeric code": "728",
"Latitude (average)": "8",
"Longitude (average)": "30",
},
"Spain": {
"Alpha-2 code": "ES",
"Alpha-3 code": "ESP",
"Numeric code": "724",
"Latitude (average)": "40",
"Longitude (average)": "-4",
},
"Sri Lanka": {
"Alpha-2 code": "LK",
"Alpha-3 code": "LKA",
"Numeric code": "144",
"Latitude (average)": "7",
"Longitude (average)": "81",
},
"Sudan": {
"Alpha-2 code": "SD",
"Alpha-3 code": "SDN",
"Numeric code": "736",
"Latitude (average)": "15",
"Longitude (average)": "30",
},
"Suriname": {
"Alpha-2 code": "SR",
"Alpha-3 code": "SUR",
"Numeric code": "740",
"Latitude (average)": "4",
"Longitude (average)": "-56",
},
"Svalbard and Jan Mayen": {
"Alpha-2 code": "SJ",
"Alpha-3 code": "SJM",
"Numeric code": "744",
"Latitude (average)": "78",
"Longitude (average)": "20",
},
"Swaziland": {
"Alpha-2 code": "SZ",
"Alpha-3 code": "SWZ",
"Numeric code": "748",
"Latitude (average)": "-26.5",
"Longitude (average)": "31.5",
},
"Sweden": {
"Alpha-2 code": "SE",
"Alpha-3 code": "SWE",
"Numeric code": "752",
"Latitude (average)": "62",
"Longitude (average)": "15",
},
"Switzerland": {
"Alpha-2 code": "CH",
"Alpha-3 code": "CHE",
"Numeric code": "756",
"Latitude (average)": "47",
"Longitude (average)": "8",
},
"Syrian Arab Republic": {
"Alpha-2 code": "SY",
"Alpha-3 code": "SYR",
"Numeric code": "760",
"Latitude (average)": "35",
"Longitude (average)": "38",
},
"Taiwan, Province of China": {
"Alpha-2 code": "TW",
"Alpha-3 code": "TWN",
"Numeric code": "158",
"Latitude (average)": "23.5",
"Longitude (average)": "121",
},
"Taiwan": {
"Alpha-2 code": "TW",
"Alpha-3 code": "TWN",
"Numeric code": "158",
"Latitude (average)": "23.5",
"Longitude (average)": "121",
},
"Tajikistan": {
"Alpha-2 code": "TJ",
"Alpha-3 code": "TJK",
"Numeric code": "762",
"Latitude (average)": "39",
"Longitude (average)": "71",
},
"Tanzania, United Republic of": {
"Alpha-2 code": "TZ",
"Alpha-3 code": "TZA",
"Numeric code": "834",
"Latitude (average)": "-6",
"Longitude (average)": "35",
},
"Thailand": {
"Alpha-2 code": "TH",
"Alpha-3 code": "THA",
"Numeric code": "764",
"Latitude (average)": "15",
"Longitude (average)": "100",
},
"Timor-Leste": {
"Alpha-2 code": "TL",
"Alpha-3 code": "TLS",
"Numeric code": "626",
"Latitude (average)": "-8.55",
"Longitude (average)": "125.5167",
},
"Togo": {
"Alpha-2 code": "TG",
"Alpha-3 code": "TGO",
"Numeric code": "768",
"Latitude (average)": "8",
"Longitude (average)": "1.1667",
},
"Tokelau": {
"Alpha-2 code": "TK",
"Alpha-3 code": "TKL",
"Numeric code": "772",
"Latitude (average)": "-9",
"Longitude (average)": "-172",
},
"Tonga": {
"Alpha-2 code": "TO",
"Alpha-3 code": "TON",
"Numeric code": "776",
"Latitude (average)": "-20",
"Longitude (average)": "-175",
},
"Trinidad and Tobago": {
"Alpha-2 code": "TT",
"Alpha-3 code": "TTO",
"Numeric code": "780",
"Latitude (average)": "11",
"Longitude (average)": "-61",
},
"Tunisia": {
"Alpha-2 code": "TN",
"Alpha-3 code": "TUN",
"Numeric code": "788",
"Latitude (average)": "34",
"Longitude (average)": "9",
},
"Turkey": {
"Alpha-2 code": "TR",
"Alpha-3 code": "TUR",
"Numeric code": "792",
"Latitude (average)": "39",
"Longitude (average)": "35",
},
"Turkmenistan": {
"Alpha-2 code": "TM",
"Alpha-3 code": "TKM",
"Numeric code": "795",
"Latitude (average)": "40",
"Longitude (average)": "60",
},
"Turks and Caicos Islands": {
"Alpha-2 code": "TC",
"Alpha-3 code": "TCA",
"Numeric code": "796",
"Latitude (average)": "21.75",
"Longitude (average)": "-71.5833",
},
"Tuvalu": {
"Alpha-2 code": "TV",
"Alpha-3 code": "TUV",
"Numeric code": "798",
"Latitude (average)": "-8",
"Longitude (average)": "178",
},
"Uganda": {
"Alpha-2 code": "UG",
"Alpha-3 code": "UGA",
"Numeric code": "800",
"Latitude (average)": "1",
"Longitude (average)": "32",
},
"Ukraine": {
"Alpha-2 code": "UA",
"Alpha-3 code": "UKR",
"Numeric code": "804",
"Latitude (average)": "49",
"Longitude (average)": "32",
},
"United Arab Emirates": {
"Alpha-2 code": "AE",
"Alpha-3 code": "ARE",
"Numeric code": "784",
"Latitude (average)": "24",
"Longitude (average)": "54",
},
"United Kingdom": {
"Alpha-2 code": "GB",
"Alpha-3 code": "GBR",
"Numeric code": "826",
"Latitude (average)": "54",
"Longitude (average)": "-2",
},
"United States": {
"Alpha-2 code": "US",
"Alpha-3 code": "USA",
"Numeric code": "840",
"Latitude (average)": "38",
"Longitude (average)": "-97",
},
"United States Minor Outlying Islands": {
"Alpha-2 code": "UM",
"Alpha-3 code": "UMI",
"Numeric code": "581",
"Latitude (average)": "19.2833",
"Longitude (average)": "166.6",
},
"Uruguay": {
"Alpha-2 code": "UY",
"Alpha-3 code": "URY",
"Numeric code": "858",
"Latitude (average)": "-33",
"Longitude (average)": "-56",
},
"Uzbekistan": {
"Alpha-2 code": "UZ",
"Alpha-3 code": "UZB",
"Numeric code": "860",
"Latitude (average)": "41",
"Longitude (average)": "64",
},
"Vanuatu": {
"Alpha-2 code": "VU",
"Alpha-3 code": "VUT",
"Numeric code": "548",
"Latitude (average)": "-16",
"Longitude (average)": "167",
},
"Venezuela": {
"Alpha-2 code": "VE",
"Alpha-3 code": "VEN",
"Numeric code": "862",
"Latitude (average)": "8",
"Longitude (average)": "-66",
},
"Viet Nam": {
"Alpha-2 code": "VN",
"Alpha-3 code": "VNM",
"Numeric code": "704",
"Latitude (average)": "16",
"Longitude (average)": "106",
},
"Vietnam": {
"Alpha-2 code": "VN",
"Alpha-3 code": "VNM",
"Numeric code": "704",
"Latitude (average)": "16",
"Longitude (average)": "106",
},
"Virgin Islands, British": {
"Alpha-2 code": "VG",
"Alpha-3 code": "VGB",
"Numeric code": "92",
"Latitude (average)": "18.5",
"Longitude (average)": "-64.5",
},
"Virgin Islands, U.S.": {
"Alpha-2 code": "VI",
"Alpha-3 code": "VIR",
"Numeric code": "850",
"Latitude (average)": "18.3333",
"Longitude (average)": "-64.8333",
},
"Wallis and Futuna": {
"Alpha-2 code": "WF",
"Alpha-3 code": "WLF",
"Numeric code": "876",
"Latitude (average)": "-13.3",
"Longitude (average)": "-176.2",
},
"Western Sahara": {
"Alpha-2 code": "EH",
"Alpha-3 code": "ESH",
"Numeric code": "732",
"Latitude (average)": "24.5",
"Longitude (average)": "-13",
},
"Yemen": {
"Alpha-2 code": "YE",
"Alpha-3 code": "YEM",
"Numeric code": "887",
"Latitude (average)": "15",
"Longitude (average)": "48",
},
"Zambia": {
"Alpha-2 code": "ZM",
"Alpha-3 code": "ZMB",
"Numeric code": "894",
"Latitude (average)": "-15",
"Longitude (average)": "30",
},
"Zimbabwe": {
"Alpha-2 code": "ZW",
"Alpha-3 code": "ZWE",
"Numeric code": "716",
"Latitude (average)": "-20",
"Longitude (average)": "30",
},
}
CURRENCIES = {
"AFGHANISTAN": {
"Currency": "Afghani",
"AlphabeticCode": "AFA",
"NumericCode": "004",
"MinorUnit": "",
"WidthdrawalDate": "2003-01",
},
"ÅLAND ISLANDS": {
"Currency": "Markka",
"AlphabeticCode": "FIM",
"NumericCode": "246",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"ALBANIA": {
"Currency": "Old Lek",
"AlphabeticCode": "ALK",
"NumericCode": "008",
"MinorUnit": "",
"WidthdrawalDate": "1989-12",
},
"ALGERIA": {
"Currency": "Algerian Dinar",
"AlphabeticCode": "DZD",
"NumericCode": "012",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"AMERICAN SAMOA": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"ANDORRA": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"ANGOLA": {
"Currency": "Kwanza Reajustado",
"AlphabeticCode": "AOR",
"NumericCode": "982",
"MinorUnit": "",
"WidthdrawalDate": "2000-02",
},
"ANGUILLA": {
"Currency": "East Caribbean Dollar",
"AlphabeticCode": "XCD",
"NumericCode": "951",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"ANTARCTICA": {
"Currency": "No universal currency",
"AlphabeticCode": "",
"NumericCode": "",
"MinorUnit": "",
"WidthdrawalDate": "",
},
"ANTIGUA AND BARBUDA": {
"Currency": "East Caribbean Dollar",
"AlphabeticCode": "XCD",
"NumericCode": "951",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"ARGENTINA": {
"Currency": "Peso",
"AlphabeticCode": "ARY",
"NumericCode": "032",
"MinorUnit": "",
"WidthdrawalDate": "1989 to 1990",
},
"ARMENIA": {
"Currency": "Russian Ruble",
"AlphabeticCode": "RUR",
"NumericCode": "810",
"MinorUnit": "",
"WidthdrawalDate": "1994-08",
},
"ARUBA": {
"Currency": "Aruban Florin",
"AlphabeticCode": "AWG",
"NumericCode": "533",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"AUSTRALIA": {
"Currency": "Australian Dollar",
"AlphabeticCode": "AUD",
"NumericCode": "036",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"AUSTRIA": {
"Currency": "Schilling",
"AlphabeticCode": "ATS",
"NumericCode": "040",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"AZERBAIJAN": {
"Currency": "Russian Ruble",
"AlphabeticCode": "RUR",
"NumericCode": "810",
"MinorUnit": "",
"WidthdrawalDate": "1994-08",
},
"BAHAMAS (THE)": {
"Currency": "Bahamian Dollar",
"AlphabeticCode": "BSD",
"NumericCode": "044",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BAHRAIN": {
"Currency": "Bahraini Dinar",
"AlphabeticCode": "BHD",
"NumericCode": "048",
"MinorUnit": "3",
"WidthdrawalDate": "",
},
"BANGLADESH": {
"Currency": "Taka",
"AlphabeticCode": "BDT",
"NumericCode": "050",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BARBADOS": {
"Currency": "Barbados Dollar",
"AlphabeticCode": "BBD",
"NumericCode": "052",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BELARUS": {
"Currency": "Russian Ruble",
"AlphabeticCode": "RUR",
"NumericCode": "810",
"MinorUnit": "",
"WidthdrawalDate": "1994-06",
},
"BELGIUM": {
"Currency": "Financial Franc",
"AlphabeticCode": "BEL",
"NumericCode": "992",
"MinorUnit": "",
"WidthdrawalDate": "1990-03",
},
"BELIZE": {
"Currency": "Belize Dollar",
"AlphabeticCode": "BZD",
"NumericCode": "084",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BENIN": {
"Currency": "CFA Franc BCEAO",
"AlphabeticCode": "XOF",
"NumericCode": "952",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"BERMUDA": {
"Currency": "Bermudian Dollar",
"AlphabeticCode": "BMD",
"NumericCode": "060",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BHUTAN": {
"Currency": "Ngultrum",
"AlphabeticCode": "BTN",
"NumericCode": "064",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BOLIVIA (PLURINATIONAL STATE OF)": {
"Currency": "Mvdol",
"AlphabeticCode": "BOV",
"NumericCode": "984",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BONAIRE, SINT EUSTATIUS AND SABA": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BOSNIA AND HERZEGOVINA": {
"Currency": "Dinar",
"AlphabeticCode": "BAD",
"NumericCode": "070",
"MinorUnit": "",
"WidthdrawalDate": "1998-07",
},
"BOTSWANA": {
"Currency": "Pula",
"AlphabeticCode": "BWP",
"NumericCode": "072",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BOUVET ISLAND": {
"Currency": "Norwegian Krone",
"AlphabeticCode": "NOK",
"NumericCode": "578",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BRAZIL": {
"Currency": "Cruzeiro Real",
"AlphabeticCode": "BRR",
"NumericCode": "987",
"MinorUnit": "",
"WidthdrawalDate": "1994-07",
},
"BRITISH INDIAN OCEAN TERRITORY (THE)": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BRUNEI DARUSSALAM": {
"Currency": "Brunei Dollar",
"AlphabeticCode": "BND",
"NumericCode": "096",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"BULGARIA": {
"Currency": "Lev",
"AlphabeticCode": "BGL",
"NumericCode": "100",
"MinorUnit": "",
"WidthdrawalDate": "2003-11",
},
"BURKINA FASO": {
"Currency": "CFA Franc BCEAO",
"AlphabeticCode": "XOF",
"NumericCode": "952",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"BURUNDI": {
"Currency": "Burundi Franc",
"AlphabeticCode": "BIF",
"NumericCode": "108",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"CABO VERDE": {
"Currency": "Cabo Verde Escudo",
"AlphabeticCode": "CVE",
"NumericCode": "132",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"CAMBODIA": {
"Currency": "Riel",
"AlphabeticCode": "KHR",
"NumericCode": "116",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"CAMEROON": {
"Currency": "CFA Franc BEAC",
"AlphabeticCode": "XAF",
"NumericCode": "950",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"CANADA": {
"Currency": "Canadian Dollar",
"AlphabeticCode": "CAD",
"NumericCode": "124",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"CAYMAN ISLANDS (THE)": {
"Currency": "Cayman Islands Dollar",
"AlphabeticCode": "KYD",
"NumericCode": "136",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"CENTRAL AFRICAN REPUBLIC (THE)": {
"Currency": "CFA Franc BEAC",
"AlphabeticCode": "XAF",
"NumericCode": "950",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"CHAD": {
"Currency": "CFA Franc BEAC",
"AlphabeticCode": "XAF",
"NumericCode": "950",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"CHILE": {
"Currency": "Unidad de Fomento",
"AlphabeticCode": "CLF",
"NumericCode": "990",
"MinorUnit": "4",
"WidthdrawalDate": "",
},
"CHINA": {
"Currency": "Yuan Renminbi",
"AlphabeticCode": "CNY",
"NumericCode": "156",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"CHRISTMAS ISLAND": {
"Currency": "Australian Dollar",
"AlphabeticCode": "AUD",
"NumericCode": "036",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"COCOS (KEELING) ISLANDS (THE)": {
"Currency": "Australian Dollar",
"AlphabeticCode": "AUD",
"NumericCode": "036",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"COLOMBIA": {
"Currency": "Unidad de Valor Real",
"AlphabeticCode": "COU",
"NumericCode": "970",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"COMOROS (THE)": {
"Currency": "Comorian Franc ",
"AlphabeticCode": "KMF",
"NumericCode": "174",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"CONGO (THE DEMOCRATIC REPUBLIC OF THE)": {
"Currency": "Congolese Franc",
"AlphabeticCode": "CDF",
"NumericCode": "976",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"CONGO (THE)": {
"Currency": "CFA Franc BEAC",
"AlphabeticCode": "XAF",
"NumericCode": "950",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"COOK ISLANDS (THE)": {
"Currency": "New Zealand Dollar",
"AlphabeticCode": "NZD",
"NumericCode": "554",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"COSTA RICA": {
"Currency": "Costa Rican Colon",
"AlphabeticCode": "CRC",
"NumericCode": "188",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"CÔTE D'IVOIRE": {
"Currency": "CFA Franc BCEAO",
"AlphabeticCode": "XOF",
"NumericCode": "952",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"CROATIA": {
"Currency": "Croatian Kuna",
"AlphabeticCode": "HRK",
"NumericCode": "191",
"MinorUnit": "",
"WidthdrawalDate": "2015-06",
},
"CUBA": {
"Currency": "Peso Convertible",
"AlphabeticCode": "CUC",
"NumericCode": "931",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"CURAÇAO": {
"Currency": "Netherlands Antillean Guilder",
"AlphabeticCode": "ANG",
"NumericCode": "532",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"CYPRUS": {
"Currency": "Cyprus Pound",
"AlphabeticCode": "CYP",
"NumericCode": "196",
"MinorUnit": "",
"WidthdrawalDate": "2008-01",
},
"CZECHIA": {
"Currency": "Czech Koruna",
"AlphabeticCode": "CZK",
"NumericCode": "203",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"DENMARK": {
"Currency": "Danish Krone",
"AlphabeticCode": "DKK",
"NumericCode": "208",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"DJIBOUTI": {
"Currency": "Djibouti Franc",
"AlphabeticCode": "DJF",
"NumericCode": "262",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"DOMINICA": {
"Currency": "East Caribbean Dollar",
"AlphabeticCode": "XCD",
"NumericCode": "951",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"DOMINICAN REPUBLIC (THE)": {
"Currency": "Dominican Peso",
"AlphabeticCode": "DOP",
"NumericCode": "214",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"ECUADOR": {
"Currency": "Unidad de Valor Constante (UVC)",
"AlphabeticCode": "ECV",
"NumericCode": "983",
"MinorUnit": "",
"WidthdrawalDate": "2000-09",
},
"EGYPT": {
"Currency": "Egyptian Pound",
"AlphabeticCode": "EGP",
"NumericCode": "818",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"EL SALVADOR": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"EQUATORIAL GUINEA": {
"Currency": "Ekwele",
"AlphabeticCode": "GQE",
"NumericCode": "226",
"MinorUnit": "",
"WidthdrawalDate": "1986-06",
},
"ERITREA": {
"Currency": "Nakfa",
"AlphabeticCode": "ERN",
"NumericCode": "232",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"ESTONIA": {
"Currency": "Kroon",
"AlphabeticCode": "EEK",
"NumericCode": "233",
"MinorUnit": "",
"WidthdrawalDate": "2011-01",
},
"ESWATINI": {
"Currency": "Lilangeni",
"AlphabeticCode": "SZL",
"NumericCode": "748",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"ETHIOPIA": {
"Currency": "Ethiopian Birr",
"AlphabeticCode": "ETB",
"NumericCode": "230",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"EUROPEAN UNION": {
"Currency": "Euro",
"AlphabeticCode": "EUR",
"NumericCode": "978",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"FALKLAND ISLANDS (THE) [MALVINAS]": {
"Currency": "Falkland Islands Pound",
"AlphabeticCode": "FKP",
"NumericCode": "238",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"FAROE ISLANDS (THE)": {
"Currency": "Danish Krone",
"AlphabeticCode": "DKK",
"NumericCode": "208",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"FIJI": {
"Currency": "Fiji Dollar",
"AlphabeticCode": "FJD",
"NumericCode": "242",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"FINLAND": {
"Currency": "Markka",
"AlphabeticCode": "FIM",
"NumericCode": "246",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"FRANCE": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"FRENCH GUIANA": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"FRENCH POLYNESIA": {
"Currency": "CFP Franc",
"AlphabeticCode": "XPF",
"NumericCode": "953",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"FRENCH SOUTHERN TERRITORIES (THE)": {
"Currency": "Euro",
"AlphabeticCode": "EUR",
"NumericCode": "978",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"GABON": {
"Currency": "CFA Franc BEAC",
"AlphabeticCode": "XAF",
"NumericCode": "950",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"GAMBIA (THE)": {
"Currency": "Dalasi",
"AlphabeticCode": "GMD",
"NumericCode": "270",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"GEORGIA": {
"Currency": "Russian Ruble",
"AlphabeticCode": "RUR",
"NumericCode": "810",
"MinorUnit": "",
"WidthdrawalDate": "1994-04",
},
"GERMANY": {
"Currency": "Deutsche Mark",
"AlphabeticCode": "DEM",
"NumericCode": "276",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"GHANA": {
"Currency": "Ghana Cedi",
"AlphabeticCode": "GHP",
"NumericCode": "939",
"MinorUnit": "",
"WidthdrawalDate": "2007-06",
},
"GIBRALTAR": {
"Currency": "Gibraltar Pound",
"AlphabeticCode": "GIP",
"NumericCode": "292",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"GREECE": {
"Currency": "Drachma",
"AlphabeticCode": "GRD",
"NumericCode": "300",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"GREENLAND": {
"Currency": "Danish Krone",
"AlphabeticCode": "DKK",
"NumericCode": "208",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"GRENADA": {
"Currency": "East Caribbean Dollar",
"AlphabeticCode": "XCD",
"NumericCode": "951",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"GUADELOUPE": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"GUAM": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"GUATEMALA": {
"Currency": "Quetzal",
"AlphabeticCode": "GTQ",
"NumericCode": "320",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"GUERNSEY": {
"Currency": "Pound Sterling",
"AlphabeticCode": "GBP",
"NumericCode": "826",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"GUINEA": {
"Currency": "Syli",
"AlphabeticCode": "GNS",
"NumericCode": "324",
"MinorUnit": "",
"WidthdrawalDate": "1986-02",
},
"GUINEA-BISSAU": {
"Currency": "Guinea-Bissau Peso",
"AlphabeticCode": "GWP",
"NumericCode": "624",
"MinorUnit": "",
"WidthdrawalDate": "1997-05",
},
"GUYANA": {
"Currency": "Guyana Dollar",
"AlphabeticCode": "GYD",
"NumericCode": "328",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"HAITI": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"HEARD ISLAND AND McDONALD ISLANDS": {
"Currency": "Australian Dollar",
"AlphabeticCode": "AUD",
"NumericCode": "036",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"HOLY SEE (THE)": {
"Currency": "Euro",
"AlphabeticCode": "EUR",
"NumericCode": "978",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"HONDURAS": {
"Currency": "Lempira",
"AlphabeticCode": "HNL",
"NumericCode": "340",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"HONG KONG": {
"Currency": "Hong Kong Dollar",
"AlphabeticCode": "HKD",
"NumericCode": "344",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"HUNGARY": {
"Currency": "Forint",
"AlphabeticCode": "HUF",
"NumericCode": "348",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"ICELAND": {
"Currency": "Old Krona",
"AlphabeticCode": "ISJ",
"NumericCode": "352",
"MinorUnit": "",
"WidthdrawalDate": "1989 to 1990",
},
"INDIA": {
"Currency": "Indian Rupee",
"AlphabeticCode": "INR",
"NumericCode": "356",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"INDONESIA": {
"Currency": "Rupiah",
"AlphabeticCode": "IDR",
"NumericCode": "360",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"INTERNATIONAL MONETARY FUND (IMF)": {
"Currency": "SDR (Special Drawing Right)",
"AlphabeticCode": "XDR",
"NumericCode": "960",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"IRAN (ISLAMIC REPUBLIC OF)": {
"Currency": "Iranian Rial",
"AlphabeticCode": "IRR",
"NumericCode": "364",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"IRAQ": {
"Currency": "Iraqi Dinar",
"AlphabeticCode": "IQD",
"NumericCode": "368",
"MinorUnit": "3",
"WidthdrawalDate": "",
},
"IRELAND": {
"Currency": "Irish Pound",
"AlphabeticCode": "IEP",
"NumericCode": "372",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"ISLE OF MAN": {
"Currency": "Pound Sterling",
"AlphabeticCode": "GBP",
"NumericCode": "826",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"ISRAEL": {
"Currency": "Old Shekel",
"AlphabeticCode": "ILR",
"NumericCode": "376",
"MinorUnit": "",
"WidthdrawalDate": "1989 to 1990",
},
"ITALY": {
"Currency": "Italian Lira",
"AlphabeticCode": "ITL",
"NumericCode": "380",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"JAMAICA": {
"Currency": "Jamaican Dollar",
"AlphabeticCode": "JMD",
"NumericCode": "388",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"JAPAN": {
"Currency": "Yen",
"AlphabeticCode": "JPY",
"NumericCode": "392",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"JERSEY": {
"Currency": "Pound Sterling",
"AlphabeticCode": "GBP",
"NumericCode": "826",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"JORDAN": {
"Currency": "Jordanian Dinar",
"AlphabeticCode": "JOD",
"NumericCode": "400",
"MinorUnit": "3",
"WidthdrawalDate": "",
},
"KAZAKHSTAN": {
"Currency": "Russian Ruble",
"AlphabeticCode": "RUR",
"NumericCode": "810",
"MinorUnit": "",
"WidthdrawalDate": "1994-05",
},
"KENYA": {
"Currency": "Kenyan Shilling",
"AlphabeticCode": "KES",
"NumericCode": "404",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"KIRIBATI": {
"Currency": "Australian Dollar",
"AlphabeticCode": "AUD",
"NumericCode": "036",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"KOREA (THE DEMOCRATIC PEOPLE'S REPUBLIC OF)": {
"Currency": "North Korean Won",
"AlphabeticCode": "KPW",
"NumericCode": "408",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"KOREA (THE REPUBLIC OF)": {
"Currency": "Won",
"AlphabeticCode": "KRW",
"NumericCode": "410",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"KUWAIT": {
"Currency": "Kuwaiti Dinar",
"AlphabeticCode": "KWD",
"NumericCode": "414",
"MinorUnit": "3",
"WidthdrawalDate": "",
},
"KYRGYZSTAN": {
"Currency": "Russian Ruble",
"AlphabeticCode": "RUR",
"NumericCode": "810",
"MinorUnit": "",
"WidthdrawalDate": "1993-01",
},
"LAO PEOPLE'S DEMOCRATIC REPUBLIC (THE)": {
"Currency": "Lao Kip",
"AlphabeticCode": "LAK",
"NumericCode": "418",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"LATVIA": {
"Currency": "Latvian Ruble",
"AlphabeticCode": "LVR",
"NumericCode": "428",
"MinorUnit": "",
"WidthdrawalDate": "1994-12",
},
"LEBANON": {
"Currency": "Lebanese Pound",
"AlphabeticCode": "LBP",
"NumericCode": "422",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"LESOTHO": {
"Currency": "Financial Rand",
"AlphabeticCode": "ZAL",
"NumericCode": "991",
"MinorUnit": "",
"WidthdrawalDate": "1995-03",
},
"LIBERIA": {
"Currency": "Liberian Dollar",
"AlphabeticCode": "LRD",
"NumericCode": "430",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"LIBYA": {
"Currency": "Libyan Dinar",
"AlphabeticCode": "LYD",
"NumericCode": "434",
"MinorUnit": "3",
"WidthdrawalDate": "",
},
"LIECHTENSTEIN": {
"Currency": "Swiss Franc",
"AlphabeticCode": "CHF",
"NumericCode": "756",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"LITHUANIA": {
"Currency": "Talonas",
"AlphabeticCode": "LTT",
"NumericCode": "440",
"MinorUnit": "",
"WidthdrawalDate": "1993-07",
},
"LUXEMBOURG": {
"Currency": "Luxembourg Financial Franc",
"AlphabeticCode": "LUL",
"NumericCode": "988",
"MinorUnit": "",
"WidthdrawalDate": "1990-03",
},
"MACAO": {
"Currency": "Pataca",
"AlphabeticCode": "MOP",
"NumericCode": "446",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NORTH MACEDONIA": {
"Currency": "Denar",
"AlphabeticCode": "MKD",
"NumericCode": "807",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"MADAGASCAR": {
"Currency": "Malagasy Franc",
"AlphabeticCode": "MGF",
"NumericCode": "450",
"MinorUnit": "",
"WidthdrawalDate": "2004-12",
},
"MALAWI": {
"Currency": "Kwacha",
"AlphabeticCode": "MWK",
"NumericCode": "454",
"MinorUnit": "",
"WidthdrawalDate": "2016-02",
},
"MALAYSIA": {
"Currency": "Malaysian Ringgit",
"AlphabeticCode": "MYR",
"NumericCode": "458",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"MALDIVES": {
"Currency": "Maldive Rupee",
"AlphabeticCode": "MVQ",
"NumericCode": "462",
"MinorUnit": "",
"WidthdrawalDate": "1989-12",
},
"MALI": {
"Currency": "Mali Franc",
"AlphabeticCode": "MLF",
"NumericCode": "466",
"MinorUnit": "",
"WidthdrawalDate": "1984-11",
},
"MALTA": {
"Currency": "Maltese Pound",
"AlphabeticCode": "MTP",
"NumericCode": "470",
"MinorUnit": "",
"WidthdrawalDate": "1983-06",
},
"MARSHALL ISLANDS (THE)": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"MARTINIQUE": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"MAURITANIA": {
"Currency": "Ouguiya",
"AlphabeticCode": "MRO",
"NumericCode": "478",
"MinorUnit": "",
"WidthdrawalDate": "2017-12",
},
"MAURITIUS": {
"Currency": "Mauritius Rupee",
"AlphabeticCode": "MUR",
"NumericCode": "480",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"MAYOTTE": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"MEMBER COUNTRIES OF THE AFRICAN DEVELOPMENT BANK GROUP": {
"Currency": "ADB Unit of Account",
"AlphabeticCode": "XUA",
"NumericCode": "965",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"MEXICO": {
"Currency": "Mexican Peso",
"AlphabeticCode": "MXP",
"NumericCode": "484",
"MinorUnit": "",
"WidthdrawalDate": "1993-01",
},
"MICRONESIA (FEDERATED STATES OF)": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"MOLDOVA (THE REPUBLIC OF)": {
"Currency": "Moldovan Leu",
"AlphabeticCode": "MDL",
"NumericCode": "498",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"MONACO": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"MONGOLIA": {
"Currency": "Tugrik",
"AlphabeticCode": "MNT",
"NumericCode": "496",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"MONTENEGRO": {
"Currency": "Euro",
"AlphabeticCode": "EUR",
"NumericCode": "978",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"MONTSERRAT": {
"Currency": "East Caribbean Dollar",
"AlphabeticCode": "XCD",
"NumericCode": "951",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"MOROCCO": {
"Currency": "Moroccan Dirham",
"AlphabeticCode": "MAD",
"NumericCode": "504",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"MOZAMBIQUE": {
"Currency": "Mozambique Metical",
"AlphabeticCode": "MZM",
"NumericCode": "508",
"MinorUnit": "",
"WidthdrawalDate": "2006-06",
},
"MYANMAR": {
"Currency": "Kyat",
"AlphabeticCode": "MMK",
"NumericCode": "104",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NAMIBIA": {
"Currency": "Rand",
"AlphabeticCode": "ZAR",
"NumericCode": "710",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NAURU": {
"Currency": "Australian Dollar",
"AlphabeticCode": "AUD",
"NumericCode": "036",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NEPAL": {
"Currency": "Nepalese Rupee",
"AlphabeticCode": "NPR",
"NumericCode": "524",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NETHERLANDS (THE)": {
"Currency": "Euro",
"AlphabeticCode": "EUR",
"NumericCode": "978",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NEW CALEDONIA": {
"Currency": "CFP Franc",
"AlphabeticCode": "XPF",
"NumericCode": "953",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"NEW ZEALAND": {
"Currency": "New Zealand Dollar",
"AlphabeticCode": "NZD",
"NumericCode": "554",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NICARAGUA": {
"Currency": "Cordoba",
"AlphabeticCode": "NIC",
"NumericCode": "558",
"MinorUnit": "",
"WidthdrawalDate": "1990-10",
},
"NIGER (THE)": {
"Currency": "CFA Franc BCEAO",
"AlphabeticCode": "XOF",
"NumericCode": "952",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"NIGERIA": {
"Currency": "Naira",
"AlphabeticCode": "NGN",
"NumericCode": "566",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NIUE": {
"Currency": "New Zealand Dollar",
"AlphabeticCode": "NZD",
"NumericCode": "554",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NORFOLK ISLAND": {
"Currency": "Australian Dollar",
"AlphabeticCode": "AUD",
"NumericCode": "036",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NORTHERN MARIANA ISLANDS (THE)": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"NORWAY": {
"Currency": "Norwegian Krone",
"AlphabeticCode": "NOK",
"NumericCode": "578",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"OMAN": {
"Currency": "Rial Omani",
"AlphabeticCode": "OMR",
"NumericCode": "512",
"MinorUnit": "3",
"WidthdrawalDate": "",
},
"PAKISTAN": {
"Currency": "Pakistan Rupee",
"AlphabeticCode": "PKR",
"NumericCode": "586",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"PALAU": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"PALESTINE, STATE OF": {
"Currency": "No universal currency",
"AlphabeticCode": "",
"NumericCode": "",
"MinorUnit": "",
"WidthdrawalDate": "",
},
"PANAMA": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"PAPUA NEW GUINEA": {
"Currency": "Kina",
"AlphabeticCode": "PGK",
"NumericCode": "598",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"PARAGUAY": {
"Currency": "Guarani",
"AlphabeticCode": "PYG",
"NumericCode": "600",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"PERU": {
"Currency": "Sol",
"AlphabeticCode": "PES",
"NumericCode": "604",
"MinorUnit": "",
"WidthdrawalDate": "1986-02",
},
"PHILIPPINES (THE)": {
"Currency": "Philippine Peso",
"AlphabeticCode": "PHP",
"NumericCode": "608",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"PITCAIRN": {
"Currency": "New Zealand Dollar",
"AlphabeticCode": "NZD",
"NumericCode": "554",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"POLAND": {
"Currency": "Zloty",
"AlphabeticCode": "PLZ",
"NumericCode": "616",
"MinorUnit": "",
"WidthdrawalDate": "1997-01",
},
"PORTUGAL": {
"Currency": "Portuguese Escudo",
"AlphabeticCode": "PTE",
"NumericCode": "620",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"PUERTO RICO": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"QATAR": {
"Currency": "Qatari Rial",
"AlphabeticCode": "QAR",
"NumericCode": "634",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"RÉUNION": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"ROMANIA": {
"Currency": "New Romanian Leu ",
"AlphabeticCode": "RON",
"NumericCode": "946",
"MinorUnit": "",
"WidthdrawalDate": "2015-06",
},
"RUSSIAN FEDERATION (THE)": {
"Currency": "Russian Ruble",
"AlphabeticCode": "RUB",
"NumericCode": "643",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"RWANDA": {
"Currency": "Rwanda Franc",
"AlphabeticCode": "RWF",
"NumericCode": "646",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"SAINT BARTHÉLEMY": {
"Currency": "Euro",
"AlphabeticCode": "EUR",
"NumericCode": "978",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA": {
"Currency": "Saint Helena Pound",
"AlphabeticCode": "SHP",
"NumericCode": "654",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SAINT KITTS AND NEVIS": {
"Currency": "East Caribbean Dollar",
"AlphabeticCode": "XCD",
"NumericCode": "951",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SAINT LUCIA": {
"Currency": "East Caribbean Dollar",
"AlphabeticCode": "XCD",
"NumericCode": "951",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SAINT MARTIN (FRENCH PART)": {
"Currency": "Euro",
"AlphabeticCode": "EUR",
"NumericCode": "978",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SAINT PIERRE AND MIQUELON": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"SAINT VINCENT AND THE GRENADINES": {
"Currency": "East Caribbean Dollar",
"AlphabeticCode": "XCD",
"NumericCode": "951",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SAMOA": {
"Currency": "Tala",
"AlphabeticCode": "WST",
"NumericCode": "882",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SAN MARINO": {
"Currency": "Italian Lira",
"AlphabeticCode": "ITL",
"NumericCode": "380",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"SAO TOME AND PRINCIPE": {
"Currency": "Dobra",
"AlphabeticCode": "STD",
"NumericCode": "678",
"MinorUnit": "",
"WidthdrawalDate": "2017-12",
},
"SAUDI ARABIA": {
"Currency": "Saudi Riyal",
"AlphabeticCode": "SAR",
"NumericCode": "682",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SENEGAL": {
"Currency": "CFA Franc BCEAO",
"AlphabeticCode": "XOF",
"NumericCode": "952",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"SERBIA": {
"Currency": "Serbian Dinar",
"AlphabeticCode": "RSD",
"NumericCode": "941",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SEYCHELLES": {
"Currency": "Seychelles Rupee",
"AlphabeticCode": "SCR",
"NumericCode": "690",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SIERRA LEONE": {
"Currency": "Leone",
"AlphabeticCode": "SLL",
"NumericCode": "694",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SINGAPORE": {
"Currency": "Singapore Dollar",
"AlphabeticCode": "SGD",
"NumericCode": "702",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SINT MAARTEN (DUTCH PART)": {
"Currency": "Netherlands Antillean Guilder",
"AlphabeticCode": "ANG",
"NumericCode": "532",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
'SISTEMA UNITARIO DE COMPENSACION REGIONAL DE PAGOS "SUCRE"': {
"Currency": "Sucre",
"AlphabeticCode": "XSU",
"NumericCode": "994",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"SLOVAKIA": {
"Currency": "Slovak Koruna",
"AlphabeticCode": "SKK",
"NumericCode": "703",
"MinorUnit": "",
"WidthdrawalDate": "2009-01",
},
"SLOVENIA": {
"Currency": "Tolar",
"AlphabeticCode": "SIT",
"NumericCode": "705",
"MinorUnit": "",
"WidthdrawalDate": "2007-01",
},
"SOLOMON ISLANDS": {
"Currency": "Solomon Islands Dollar",
"AlphabeticCode": "SBD",
"NumericCode": "090",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SOMALIA": {
"Currency": "Somali Shilling",
"AlphabeticCode": "SOS",
"NumericCode": "706",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SOUTH AFRICA": {
"Currency": "Financial Rand",
"AlphabeticCode": "ZAL",
"NumericCode": "991",
"MinorUnit": "",
"WidthdrawalDate": "1995-03",
},
"SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS": {
"Currency": "No universal currency",
"AlphabeticCode": "",
"NumericCode": "",
"MinorUnit": "",
"WidthdrawalDate": "",
},
"SOUTH SUDAN": {
"Currency": "Sudanese Pound",
"AlphabeticCode": "SDG",
"NumericCode": "938",
"MinorUnit": "",
"WidthdrawalDate": "2012-09",
},
"SPAIN": {
"Currency": "Spanish Peseta",
"AlphabeticCode": "ESP",
"NumericCode": "724",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"SRI LANKA": {
"Currency": "Sri Lanka Rupee",
"AlphabeticCode": "LKR",
"NumericCode": "144",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SUDAN (THE)": {
"Currency": "Sudanese Pound",
"AlphabeticCode": "SDG",
"NumericCode": "938",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SURINAME": {
"Currency": "Surinam Guilder",
"AlphabeticCode": "SRG",
"NumericCode": "740",
"MinorUnit": "",
"WidthdrawalDate": "2003-12",
},
"SVALBARD AND JAN MAYEN": {
"Currency": "Norwegian Krone",
"AlphabeticCode": "NOK",
"NumericCode": "578",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SWEDEN": {
"Currency": "Swedish Krona",
"AlphabeticCode": "SEK",
"NumericCode": "752",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"SWITZERLAND": {
"Currency": "WIR Franc (for electronic)",
"AlphabeticCode": "CHC",
"NumericCode": "948",
"MinorUnit": "",
"WidthdrawalDate": "2004-11",
},
"SYRIAN ARAB REPUBLIC": {
"Currency": "Syrian Pound",
"AlphabeticCode": "SYP",
"NumericCode": "760",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"TAIWAN (PROVINCE OF CHINA)": {
"Currency": "New Taiwan Dollar",
"AlphabeticCode": "TWD",
"NumericCode": "901",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"TAJIKISTAN": {
"Currency": "Tajik Ruble",
"AlphabeticCode": "TJR",
"NumericCode": "762",
"MinorUnit": "",
"WidthdrawalDate": "2001-04",
},
"TANZANIA, UNITED REPUBLIC OF": {
"Currency": "Tanzanian Shilling",
"AlphabeticCode": "TZS",
"NumericCode": "834",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"THAILAND": {
"Currency": "Baht",
"AlphabeticCode": "THB",
"NumericCode": "764",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"TIMOR-LESTE": {
"Currency": "Timor Escudo",
"AlphabeticCode": "TPE",
"NumericCode": "626",
"MinorUnit": "",
"WidthdrawalDate": "2002-11",
},
"TOGO": {
"Currency": "CFA Franc BCEAO",
"AlphabeticCode": "XOF",
"NumericCode": "952",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"TOKELAU": {
"Currency": "New Zealand Dollar",
"AlphabeticCode": "NZD",
"NumericCode": "554",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"TONGA": {
"Currency": "Pa'anga",
"AlphabeticCode": "TOP",
"NumericCode": "776",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"TRINIDAD AND TOBAGO": {
"Currency": "Trinidad and Tobago Dollar",
"AlphabeticCode": "TTD",
"NumericCode": "780",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"TUNISIA": {
"Currency": "Tunisian Dinar",
"AlphabeticCode": "TND",
"NumericCode": "788",
"MinorUnit": "3",
"WidthdrawalDate": "",
},
"TURKEY": {
"Currency": "New Turkish Lira",
"AlphabeticCode": "TRY",
"NumericCode": "949",
"MinorUnit": "",
"WidthdrawalDate": "2009-01",
},
"TURKMENISTAN": {
"Currency": "Turkmenistan Manat",
"AlphabeticCode": "TMM",
"NumericCode": "795",
"MinorUnit": "",
"WidthdrawalDate": "2009-01",
},
"TURKS AND CAICOS ISLANDS (THE)": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"TUVALU": {
"Currency": "Australian Dollar",
"AlphabeticCode": "AUD",
"NumericCode": "036",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"UGANDA": {
"Currency": "Old Shilling",
"AlphabeticCode": "UGW",
"NumericCode": "800",
"MinorUnit": "",
"WidthdrawalDate": "1989 to 1990",
},
"UKRAINE": {
"Currency": "Karbovanet",
"AlphabeticCode": "UAK",
"NumericCode": "804",
"MinorUnit": "",
"WidthdrawalDate": "1996-09",
},
"UNITED ARAB EMIRATES (THE)": {
"Currency": "UAE Dirham",
"AlphabeticCode": "AED",
"NumericCode": "784",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND (THE)": {
"Currency": "Pound Sterling",
"AlphabeticCode": "GBP",
"NumericCode": "826",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"UNITED STATES MINOR OUTLYING ISLANDS (THE)": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"UNITED STATES OF AMERICA (THE)": {
"Currency": "US Dollar (Next day)",
"AlphabeticCode": "USN",
"NumericCode": "997",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"URUGUAY": {
"Currency": "Uruguayan Peso",
"AlphabeticCode": "UYP",
"NumericCode": "858",
"MinorUnit": "",
"WidthdrawalDate": "1993-03",
},
"UZBEKISTAN": {
"Currency": "Russian Ruble",
"AlphabeticCode": "RUR",
"NumericCode": "810",
"MinorUnit": "",
"WidthdrawalDate": "1994-07",
},
"VANUATU": {
"Currency": "Vatu",
"AlphabeticCode": "VUV",
"NumericCode": "548",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"VENEZUELA (BOLIVARIAN REPUBLIC OF)": {
"Currency": "Bolívar",
"AlphabeticCode": "VEF",
"NumericCode": "937",
"MinorUnit": "",
"WidthdrawalDate": "2018-08",
},
"VIET NAM": {
"Currency": "Dong",
"AlphabeticCode": "VND",
"NumericCode": "704",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"VIRGIN ISLANDS (BRITISH)": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"VIRGIN ISLANDS (U.S.)": {
"Currency": "US Dollar",
"AlphabeticCode": "USD",
"NumericCode": "840",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"WALLIS AND FUTUNA": {
"Currency": "CFP Franc",
"AlphabeticCode": "XPF",
"NumericCode": "953",
"MinorUnit": "0",
"WidthdrawalDate": "",
},
"WESTERN SAHARA": {
"Currency": "Moroccan Dirham",
"AlphabeticCode": "MAD",
"NumericCode": "504",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"YEMEN": {
"Currency": "Yemeni Rial",
"AlphabeticCode": "YER",
"NumericCode": "886",
"MinorUnit": "2",
"WidthdrawalDate": "",
},
"ZAMBIA": {
"Currency": "Zambian Kwacha",
"AlphabeticCode": "ZMK",
"NumericCode": "894",
"MinorUnit": "",
"WidthdrawalDate": "2012-12",
},
"ZIMBABWE": {
"Currency": "Zimbabwe Dollar",
"AlphabeticCode": "ZWR",
"NumericCode": "935",
"MinorUnit": "",
"WidthdrawalDate": "2009-06",
},
"ZZ01_Bond Markets Unit European_EURCO": {
"Currency": "Bond Markets Unit European Composite Unit (EURCO)",
"AlphabeticCode": "XBA",
"NumericCode": "955",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"ZZ02_Bond Markets Unit European_EMU-6": {
"Currency": "Bond Markets Unit European Monetary Unit (E.M.U.-6)",
"AlphabeticCode": "XBB",
"NumericCode": "956",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"ZZ03_Bond Markets Unit European_EUA-9": {
"Currency": "Bond Markets Unit European Unit of Account 9 (E.U.A.-9)",
"AlphabeticCode": "XBC",
"NumericCode": "957",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"ZZ04_Bond Markets Unit European_EUA-17": {
"Currency": "Bond Markets Unit European Unit of Account 17 (E.U.A.-17)",
"AlphabeticCode": "XBD",
"NumericCode": "958",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"ZZ06_Testing_Code": {
"Currency": "Codes specifically reserved for testing purposes",
"AlphabeticCode": "XTS",
"NumericCode": "963",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"ZZ07_No_Currency": {
"Currency": "The codes assigned for transactions where no currency is involved",
"AlphabeticCode": "XXX",
"NumericCode": "999",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"ZZ08_Gold": {
"Currency": "Gold",
"AlphabeticCode": "XAU",
"NumericCode": "959",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"ZZ09_Palladium": {
"Currency": "Palladium",
"AlphabeticCode": "XPD",
"NumericCode": "964",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"ZZ10_Platinum": {
"Currency": "Platinum",
"AlphabeticCode": "XPT",
"NumericCode": "962",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"ZZ11_Silver": {
"Currency": "Silver",
"AlphabeticCode": "XAG",
"NumericCode": "961",
"MinorUnit": "-",
"WidthdrawalDate": "",
},
"BOLIVIA": {
"Currency": "Peso boliviano",
"AlphabeticCode": "BOP",
"NumericCode": "068",
"MinorUnit": "",
"WidthdrawalDate": "1987-02",
},
"BURMA": {
"Currency": "Kyat",
"AlphabeticCode": "BUK",
"NumericCode": "104",
"MinorUnit": "",
"WidthdrawalDate": "1990-02",
},
"CZECHOSLOVAKIA": {
"Currency": "Koruna",
"AlphabeticCode": "CSK",
"NumericCode": "200",
"MinorUnit": "",
"WidthdrawalDate": "1993-03",
},
"EUROPEAN MONETARY CO-OPERATION FUND (EMCF)": {
"Currency": "European Currency Unit (E.C.U)",
"AlphabeticCode": "XEU",
"NumericCode": "954",
"MinorUnit": "",
"WidthdrawalDate": "1999-01",
},
"FRENCH SOUTHERN TERRITORIES": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"GERMAN DEMOCRATIC REPUBLIC": {
"Currency": "Mark der DDR",
"AlphabeticCode": "DDM",
"NumericCode": "278",
"MinorUnit": "",
"WidthdrawalDate": "1990-07 to 1990-09",
},
"HOLY SEE (VATICAN CITY STATE)": {
"Currency": "Italian Lira",
"AlphabeticCode": "ITL",
"NumericCode": "380",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"LAO": {
"Currency": "Pathet Lao Kip",
"AlphabeticCode": "LAJ",
"NumericCode": "418",
"MinorUnit": "",
"WidthdrawalDate": "1979-12",
},
"MOLDOVA, REPUBLIC OF": {
"Currency": "Russian Ruble",
"AlphabeticCode": "RUR",
"NumericCode": "810",
"MinorUnit": "",
"WidthdrawalDate": "1993-12",
},
"NETHERLANDS": {
"Currency": "Netherlands Guilder",
"AlphabeticCode": "NLG",
"NumericCode": "528",
"MinorUnit": "",
"WidthdrawalDate": "2002-03",
},
"NETHERLANDS ANTILLES": {
"Currency": "Netherlands Antillean Guilder",
"AlphabeticCode": "ANG",
"NumericCode": "532",
"MinorUnit": "",
"WidthdrawalDate": "2010-10",
},
"RUSSIAN FEDERATION": {
"Currency": "Russian Ruble",
"AlphabeticCode": "RUR",
"NumericCode": "810",
"MinorUnit": "",
"WidthdrawalDate": "2004-01",
},
"SAINT MARTIN": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "1999-01",
},
"SAINT-BARTHÉLEMY": {
"Currency": "French Franc",
"AlphabeticCode": "FRF",
"NumericCode": "250",
"MinorUnit": "",
"WidthdrawalDate": "1999-01",
},
"SERBIA AND MONTENEGRO": {
"Currency": "Euro",
"AlphabeticCode": "EUR",
"NumericCode": "978",
"MinorUnit": "",
"WidthdrawalDate": "2006-10",
},
"SOUTHERN RHODESIA": {
"Currency": "Rhodesian Dollar",
"AlphabeticCode": "RHD",
"NumericCode": "716",
"MinorUnit": "",
"WidthdrawalDate": "1978 to 1981",
},
"SUDAN": {
"Currency": "Sudanese Pound",
"AlphabeticCode": "SDP",
"NumericCode": "736",
"MinorUnit": "",
"WidthdrawalDate": "1998-06",
},
"SWAZILAND": {
"Currency": "Lilangeni",
"AlphabeticCode": "SZL",
"NumericCode": "748",
"MinorUnit": "",
"WidthdrawalDate": "2018-08",
},
"UNION OF SOVIET SOCIALIST REPUBLICS": {
"Currency": "Rouble",
"AlphabeticCode": "SUR",
"NumericCode": "810",
"MinorUnit": "",
"WidthdrawalDate": "1990-12",
},
"UNITED STATES": {
"Currency": "US Dollar (Same day)",
"AlphabeticCode": "USS",
"NumericCode": "998",
"MinorUnit": "",
"WidthdrawalDate": "2014-03",
},
"VENEZUELA": {
"Currency": "Bolivar Fuerte",
"AlphabeticCode": "VEF",
"NumericCode": "937",
"MinorUnit": "",
"WidthdrawalDate": "2011-12",
},
"VIETNAM": {
"Currency": "Old Dong",
"AlphabeticCode": "VNC",
"NumericCode": "704",
"MinorUnit": "",
"WidthdrawalDate": "1989-1990",
},
"YEMEN, DEMOCRATIC": {
"Currency": "Yemeni Dinar",
"AlphabeticCode": "YDD",
"NumericCode": "720",
"MinorUnit": "",
"WidthdrawalDate": "1991-09",
},
"YUGOSLAVIA": {
"Currency": "Yugoslavian Dinar",
"AlphabeticCode": "YUN",
"NumericCode": "890",
"MinorUnit": "",
"WidthdrawalDate": "1995-11",
},
"ZAIRE": {
"Currency": "Zaire",
"AlphabeticCode": "ZRZ",
"NumericCode": "180",
"MinorUnit": "",
"WidthdrawalDate": "1994-02",
},
"ZZ01_Gold-Franc": {
"Currency": "Gold-Franc",
"AlphabeticCode": "XFO",
"NumericCode": "",
"MinorUnit": "",
"WidthdrawalDate": "2006-10",
},
"ZZ02_RINET Funds Code": {
"Currency": "RINET Funds Code",
"AlphabeticCode": "XRE",
"NumericCode": "",
"MinorUnit": "",
"WidthdrawalDate": "1999-11",
},
"ZZ05_UIC-Franc": {
"Currency": "UIC-Franc",
"AlphabeticCode": "XFU",
"NumericCode": "",
"MinorUnit": "",
"WidthdrawalDate": "2013-11",
},
}
SECTORS = [
"Banking, Insurance & Financial Services",
"Biotechnology and Life Sciences",
"Business Services",
"Chemicals, Petroleum, Rubber & Plastic",
"Communications",
"Computer Software",
"Construction",
"Food & Tobacco Manufacturing",
"Industrial, Electric & Electronic Machinery",
"Leather, Stone, Clay & Glass products",
"Metals & Metal Products",
"Mining & Extraction",
"Miscellaneous Manufacturing",
"Other",
"Printing & Publishing",
"Property Services",
"Retail",
"Textiles & Clothing Manufacturing",
"Transport Manufacturing",
"Transport, Freight & Storage",
"Travel, Personal & Leisure",
"Utilities",
"Wholesale",
"Wood, Furniture & Paper Manufacturing",
]
COMPANIES = {
"Acciona": {"headquarter": "ESP", "sector": "Construction"},
"Acerinox": {"headquarter": "ESP", "sector": "Metals & Metal Products"},
"ACS": {"headquarter": "ESP", "sector": "Construction"},
"Adecco": {"headquarter": "CHE", "sector": "Business Services"},
"Adyen": {
"headquarter": "NLD",
"sector": "Banking, Insurance & Financial Services",
},
"Aegon": {
"headquarter": "NLD",
"sector": "Banking, Insurance & Financial Services",
},
"Ajinomoto": {"headquarter": "JPN", "sector": "Food & Tobacco Manufacturing"},
"AkerSolutions": {"headquarter": "NOR", "sector": "Business Services"},
"AkzoNobel": {
"headquarter": "NLD",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"Allianz": {
"headquarter": "DEU",
"sector": "Banking, Insurance & Financial Services",
},
"AmericaMovil": {"headquarter": "MEX", "sector": "Communications"},
"Amorepacific": {
"headquarter": "KOR",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"AngloAmerican": {"headquarter": "GBR", "sector": "Mining & Extraction"},
"Applus": {"headquarter": "ESP", "sector": "Business Services"},
"Aquafil": {
"headquarter": "ITA",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"ASTM": {"headquarter": "ITA", "sector": "Transport, Freight & Storage"},
"Atlantia": {"headquarter": "ITA", "sector": "Transport, Freight & Storage"},
"AutostradePerL'Italia": {
"headquarter": "ITA",
"sector": "Transport, Freight & Storage",
},
"AXA": {"headquarter": "FRA", "sector": "Banking, Insurance & Financial Services"},
"Barloworld": {"headquarter": "ZAF", "sector": "Wholesale"},
"BayWa": {"headquarter": "DEU", "sector": "Wholesale"},
"BHP": {"headquarter": "AUS", "sector": "Mining & Extraction"},
"Biocon": {
"headquarter": "IND",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"Bonava": {"headquarter": "SWE", "sector": "Construction"},
"BP": {"headquarter": "GBR", "sector": "Chemicals, Petroleum, Rubber & Plastic"},
"BT": {"headquarter": "GBR", "sector": "Communications"},
"BuzziUnicem": {
"headquarter": "ITA",
"sector": "Leather, Stone, Clay & Glass products",
},
"BWEnergy": {"headquarter": "BMU", "sector": "Mining & Extraction"},
"Canacol": {"headquarter": "CAN", "sector": "Mining & Extraction"},
"Castellum": {"headquarter": "SWE", "sector": "Property Services"},
"Cellnex": {"headquarter": "ESP", "sector": "Communications"},
"CELSA": {"headquarter": "ESP", "sector": "Metals & Metal Products"},
"Cembre": {
"headquarter": "ITA",
"sector": "Industrial, Electric & Electronic Machinery",
},
"Cipla": {"headquarter": "IND", "sector": "Chemicals, Petroleum, Rubber & Plastic"},
"Coloplast": {
"headquarter": "DNK",
"sector": "Industrial, Electric & Electronic Machinery",
},
"Corwin": {"headquarter": "SVK", "sector": "Property Services"},
"CSL": {"headquarter": "AUS", "sector": "Chemicals, Petroleum, Rubber & Plastic"},
"Cyient": {"headquarter": "IND", "sector": "Computer Software"},
"Diasorin": {
"headquarter": "ITA",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"Discovery": {
"headquarter": "ZAF",
"sector": "Banking, Insurance & Financial Services",
},
"DNO": {"headquarter": "NOR", "sector": "Mining & Extraction"},
"DSM": {"headquarter": "NLD", "sector": "Chemicals, Petroleum, Rubber & Plastic"},
"Dundee": {
"headquarter": "CAN",
"sector": "Banking, Insurance & Financial Services",
},
"Duratex": {
"headquarter": "BRA",
"sector": "Wood, Furniture & Paper Manufacturing",
},
"Ecopetrol": {"headquarter": "COL", "sector": "Mining & Extraction"},
"Eisai": {"headquarter": "JPN", "sector": "Chemicals, Petroleum, Rubber & Plastic"},
"ElCorteInglés": {"headquarter": "ESP", "sector": "Retail"},
"EmpresasCopec": {"headquarter": "CHL", "sector": "Retail"},
"Enagas": {"headquarter": "ESP", "sector": "Transport, Freight & Storage"},
"ENAV": {"headquarter": "ITA", "sector": "Transport, Freight & Storage"},
"Endesa": {"headquarter": "ESP", "sector": "Utilities"},
"Enel": {"headquarter": "ITA", "sector": "Utilities"},
"ENI": {"headquarter": "ITA", "sector": "Mining & Extraction"},
"Equinor": {"headquarter": "NOR", "sector": "Mining & Extraction"},
"ERG": {"headquarter": "ITA", "sector": "Chemicals, Petroleum, Rubber & Plastic"},
"Esprinet": {"headquarter": "ITA", "sector": "Business Services"},
"Essity": {"headquarter": "SWE", "sector": "Wholesale"},
"EVRAZ": {"headquarter": "GBR", "sector": "Mining & Extraction"},
"Exxaro": {"headquarter": "ZAF", "sector": "Mining & Extraction"},
"FalckRenewables": {"headquarter": "ITA", "sector": "Utilities"},
"FCFMinerals": {"headquarter": "PHL", "sector": "Mining & Extraction"},
"Fedrigoni": {
"headquarter": "ITA",
"sector": "Wood, Furniture & Paper Manufacturing",
},
"Feralpi": {"headquarter": "ITA", "sector": "Metals & Metal Products"},
"Ferrovial": {"headquarter": "ESP", "sector": "Construction"},
"FerrovieDelloStatoItaliane": {
"headquarter": "ITA",
"sector": "Transport, Freight & Storage",
},
"FILA": {"headquarter": "ITA", "sector": "Chemicals, Petroleum, Rubber & Plastic"},
"Finnair": {"headquarter": "FIN", "sector": "Transport, Freight & Storage"},
"Fortum": {"headquarter": "FIN", "sector": "Utilities"},
"Generali": {
"headquarter": "ITA",
"sector": "Banking, Insurance & Financial Services",
},
"GeoPark": {"headquarter": "BMU", "sector": "Mining & Extraction"},
"Grundfos": {
"headquarter": "DNK",
"sector": "Industrial, Electric & Electronic Machinery",
},
"GVS": {
"headquarter": "ITA",
"sector": "Industrial, Electric & Electronic Machinery",
},
"Heimstaden": {"headquarter": "SWE", "sector": "Property Services"},
"HessCorporation": {
"headquarter": "USA",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"Hydro": {"headquarter": "NOR", "sector": "Metals & Metal Products"},
"Iberdrola": {"headquarter": "ESP", "sector": "Utilities"},
"Iberostar": {"headquarter": "ESP", "sector": "Travel, Personal & Leisure"},
"IKEA": {"headquarter": "NLD", "sector": "Retail"},
"Inditex": {"headquarter": "ESP", "sector": "Textiles & Clothing Manufacturing"},
"Indra": {"headquarter": "ESP", "sector": "Business Services"},
"InPost": {"headquarter": "LUX", "sector": "Retail"},
"InsudPharma": {
"headquarter": "AUT",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"Interpump": {
"headquarter": "ITA",
"sector": "Industrial, Electric & Electronic Machinery",
},
"ItauUnibanco": {
"headquarter": "BRA",
"sector": "Banking, Insurance & Financial Services",
},
"Kesko": {"headquarter": "FIN", "sector": "Wholesale"},
"KPN": {"headquarter": "NLD", "sector": "Communications"},
"L&G": {"headquarter": "GBR", "sector": "Banking, Insurance & Financial Services"},
"Leonardo": {"headquarter": "ITA", "sector": "Transport Manufacturing"},
"LupinLimited": {
"headquarter": "IND",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"Lush": {"headquarter": "GBR", "sector": "Chemicals, Petroleum, Rubber & Plastic"},
"LU-VE": {
"headquarter": "ITA",
"sector": "Industrial, Electric & Electronic Machinery",
},
"MAPFRE": {
"headquarter": "ESP",
"sector": "Banking, Insurance & Financial Services",
},
"MegaHoldings": {
"headquarter": "TWN",
"sector": "Banking, Insurance & Financial Services",
},
"Meiji": {"headquarter": "JPN", "sector": "Food & Tobacco Manufacturing"},
"MeliaHotels": {"headquarter": "ESP", "sector": "Travel, Personal & Leisure"},
"MotorOilHellas": {
"headquarter": "GRC",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"Mundys": {"headquarter": "ITA", "sector": "Transport, Freight & Storage"},
"MunichRe": {
"headquarter": "DEU",
"sector": "Banking, Insurance & Financial Services",
},
"NationalGrid": {"headquarter": "GBR", "sector": "Utilities"},
"Nedbank": {
"headquarter": "ZAF",
"sector": "Banking, Insurance & Financial Services",
},
"Newmont": {"headquarter": "USA", "sector": "Mining & Extraction"},
"NH": {"headquarter": "ESP", "sector": "Travel, Personal & Leisure"},
"NN": {"headquarter": "NLD", "sector": "Banking, Insurance & Financial Services"},
"Nordgold": {"headquarter": "GBR", "sector": "Mining & Extraction"},
"NovoHoldings": {
"headquarter": "DNK",
"sector": "Banking, Insurance & Financial Services",
},
"NTT": {"headquarter": "JPN", "sector": "Computer Software"},
"OHLA": {"headquarter": "ESP", "sector": "Construction"},
"OldMutual": {
"headquarter": "ZAF",
"sector": "Banking, Insurance & Financial Services",
},
"Omron": {
"headquarter": "JPN",
"sector": "Industrial, Electric & Electronic Machinery",
},
"Orica": {"headquarter": "AUS", "sector": "Chemicals, Petroleum, Rubber & Plastic"},
"Ørsted": {"headquarter": "DNK", "sector": "Utilities"},
"OTB": {"headquarter": "ITA", "sector": "Textiles & Clothing Manufacturing"},
"Pandora": {"headquarter": "DNK", "sector": "Miscellaneous Manufacturing"},
"Panoro": {"headquarter": "NOR", "sector": "Mining & Extraction"},
"ParquesReunidos": {"headquarter": "ESP", "sector": "Travel, Personal & Leisure"},
"Pearson": {"headquarter": "GBR", "sector": "Printing & Publishing"},
"Philips": {
"headquarter": "NLD",
"sector": "Industrial, Electric & Electronic Machinery",
},
"Piaggio": {"headquarter": "ITA", "sector": "Transport Manufacturing"},
"Piquadro": {"headquarter": "ITA", "sector": "Retail"},
"Prisa": {"headquarter": "ESP", "sector": "Printing & Publishing"},
"Prudential": {
"headquarter": "GBR",
"sector": "Banking, Insurance & Financial Services",
},
"Prysmian": {"headquarter": "ITA", "sector": "Communications"},
"QIAGEN": {"headquarter": "NLD", "sector": "Biotechnology and Life Sciences"},
"Radici": {
"headquarter": "ITA",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"Randstad": {"headquarter": "NLD", "sector": "Business Services"},
"Recordati": {
"headquarter": "ITA",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"RedElectrica": {"headquarter": "ESP", "sector": "Utilities"},
"REPSOL": {"headquarter": "ESP", "sector": "Mining & Extraction"},
"RIOTINTO": {"headquarter": "AUS", "sector": "Mining & Extraction"},
"RoyalUnibrew": {"headquarter": "DNK", "sector": "Food & Tobacco Manufacturing"},
"SAES": {
"headquarter": "ITA",
"sector": "Industrial, Electric & Electronic Machinery",
},
"Saipem": {"headquarter": "ITA", "sector": "Mining & Extraction"},
"SGR": {"headquarter": "ITA", "sector": "Utilities"},
"SHELL": {"headquarter": "GBR", "sector": "Mining & Extraction"},
"SHV": {"headquarter": "NLD", "sector": "Wholesale"},
"Siltronic": {
"headquarter": "DEU",
"sector": "Industrial, Electric & Electronic Machinery",
},
"SJP": {"headquarter": "GBR", "sector": "Banking, Insurance & Financial Services"},
"SNAM": {"headquarter": "ITA", "sector": "Transport, Freight & Storage"},
"SOL": {"headquarter": "ITA", "sector": "Chemicals, Petroleum, Rubber & Plastic"},
"Sonoco": {"headquarter": "USA", "sector": "Wood, Furniture & Paper Manufacturing"},
"South32": {"headquarter": "AUS", "sector": "Mining & Extraction"},
"SSE": {"headquarter": "GBR", "sector": "Utilities"},
"SumitomoMetalMining": {"headquarter": "JPN", "sector": "Metals & Metal Products"},
"SwissLife": {
"headquarter": "CHE",
"sector": "Banking, Insurance & Financial Services",
},
"SwissRe": {
"headquarter": "CHE",
"sector": "Banking, Insurance & Financial Services",
},
"TeckResources": {"headquarter": "CAN", "sector": "Mining & Extraction"},
"Telefonica": {"headquarter": "ESP", "sector": "Communications"},
"Telenor": {"headquarter": "NOR", "sector": "Communications"},
"Terna": {"headquarter": "ITA", "sector": "Utilities"},
"TIM": {"headquarter": "ITA", "sector": "Communications"},
"Tinexta": {"headquarter": "ITA", "sector": "Business Services"},
"TKH": {"headquarter": "NLD", "sector": "Metals & Metal Products"},
"Tod's": {"headquarter": "ITA", "sector": "Textiles & Clothing Manufacturing"},
"TotalEnergies": {"headquarter": "FRA", "sector": "Mining & Extraction"},
"Unilever": {"headquarter": "GBR", "sector": "Food & Tobacco Manufacturing"},
"Uniper": {"headquarter": "DEU", "sector": "Utilities"},
"Usiminas": {"headquarter": "BRA", "sector": "Metals & Metal Products"},
"VanLanschotKempen": {
"headquarter": "NLD",
"sector": "Banking, Insurance & Financial Services",
},
"Vattenfall": {"headquarter": "SWE", "sector": "Utilities"},
"Vodacom": {"headquarter": "ZAF", "sector": "Communications"},
"VODAFONE": {"headquarter": "GBR", "sector": "Communications"},
"Vopak": {"headquarter": "NLD", "sector": "Transport, Freight & Storage"},
"VR": {"headquarter": "FIN", "sector": "Transport, Freight & Storage"},
"Wesfarmers": {
"headquarter": "AUS",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"Yara": {"headquarter": "NOR", "sector": "Mining & Extraction"},
"Yokohama": {
"headquarter": "JPN",
"sector": "Chemicals, Petroleum, Rubber & Plastic",
},
"Other": {"headquarter": "", "sector": ""},
}