From 657f83b62ce5908a41c7f0a031ae770ea746b32d Mon Sep 17 00:00:00 2001 From: LouisSzeto Date: Mon, 4 Nov 2024 20:10:33 +0800 Subject: [PATCH] only include countries --- Common/Data/Countries.cs | 1273 + Common/Data/Custom/EODHD/EODHD.Countries.cs | 1279 - Common/Data/Custom/EODHD/EODHD.Events.cs | 7160 --- Common/Data/Custom/EODHD/EODHD.Frequency.cs | 54 - .../Custom/EODHD/EODHD.MacroIndicators.cs | 40616 ---------------- 5 files changed, 1273 insertions(+), 49109 deletions(-) create mode 100644 Common/Data/Countries.cs delete mode 100644 Common/Data/Custom/EODHD/EODHD.Countries.cs delete mode 100644 Common/Data/Custom/EODHD/EODHD.Events.cs delete mode 100644 Common/Data/Custom/EODHD/EODHD.Frequency.cs delete mode 100644 Common/Data/Custom/EODHD/EODHD.MacroIndicators.cs diff --git a/Common/Data/Countries.cs b/Common/Data/Countries.cs new file mode 100644 index 000000000000..576b1d3fbf11 --- /dev/null +++ b/Common/Data/Countries.cs @@ -0,0 +1,1273 @@ +/* + * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. + * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ + +namespace QuantConnect.Data +{ + /// + /// The Countries class contains all countries normalized for your convenience + /// + public static class Countries + { + /// + /// Afghanistan + /// + public const string Afghanistan = "AFG"; + + /// + /// Aland Islands + /// + public const string AlandIslands = "ALA"; + + /// + /// Albania + /// + public const string Albania = "ALB"; + + /// + /// Algeria + /// + public const string Algeria = "DZA"; + + /// + /// American Samoa + /// + public const string AmericanSamoa = "ASM"; + + /// + /// Andorra + /// + public const string Andorra = "AND"; + + /// + /// Angola + /// + public const string Angola = "AGO"; + + /// + /// Anguilla + /// + public const string Anguilla = "AIA"; + + /// + /// Antarctica + /// + public const string Antarctica = "ATA"; + + /// + /// Antigua and Barbuda + /// + public const string AntiguaAndBarbuda = "ATG"; + + /// + /// Argentina + /// + public const string Argentina = "ARG"; + + /// + /// Armenia + /// + public const string Armenia = "ARM"; + + /// + /// Aruba + /// + public const string Aruba = "ABW"; + + /// + /// Australia + /// + public const string Australia = "AUS"; + + /// + /// Austria + /// + public const string Austria = "AUT"; + + /// + /// Azerbaijan + /// + public const string Azerbaijan = "AZE"; + + /// + /// Bahamas + /// + public const string Bahamas = "BHS"; + + /// + /// Bahrain + /// + public const string Bahrain = "BHR"; + + /// + /// Bangladesh + /// + public const string Bangladesh = "BGD"; + + /// + /// Barbados + /// + public const string Barbados = "BRB"; + + /// + /// Belarus + /// + public const string Belarus = "BLR"; + + /// + /// Belgium + /// + public const string Belgium = "BEL"; + + /// + /// Belize + /// + public const string Belize = "BLZ"; + + /// + /// Benin + /// + public const string Benin = "BEN"; + + /// + /// Bermuda + /// + public const string Bermuda = "BMU"; + + /// + /// Bhutan + /// + public const string Bhutan = "BTN"; + + /// + /// Bolivia + /// + public const string Bolivia = "BOL"; + + /// + /// Bonaire + /// + public const string Bonaire = "BES"; + + /// + /// Bosnia and Herzegovina + /// + public const string BosniaAndHerzegovina = "BIH"; + + /// + /// Botswana + /// + public const string Botswana = "BWA"; + + /// + /// Bouvet Island + /// + public const string BouvetIsland = "BVT"; + + /// + /// Brazil + /// + public const string Brazil = "BRA"; + + /// + /// British Indian Ocean Territory + /// + public const string BritishIndianOceanTerritory = "IOT"; + + /// + /// Brunei Darussalam + /// + public const string BruneiDarussalam = "BRN"; + + /// + /// Bulgaria + /// + public const string Bulgaria = "BGR"; + + /// + /// Burkina Faso + /// + public const string BurkinaFaso = "BFA"; + + /// + /// Burundi + /// + public const string Burundi = "BDI"; + + /// + /// Cabo Verde + /// + public const string CaboVerde = "CPV"; + + /// + /// Cambodia + /// + public const string Cambodia = "KHM"; + + /// + /// Cameroon + /// + public const string Cameroon = "CMR"; + + /// + /// Canada + /// + public const string Canada = "CAN"; + + /// + /// Cayman Islands + /// + public const string CaymanIslands = "CYM"; + + /// + /// Central African Republic + /// + public const string CentralAfricanRepublic = "CAF"; + + /// + /// Chad + /// + public const string Chad = "TCD"; + + /// + /// Chile + /// + public const string Chile = "CHL"; + + /// + /// China + /// + public const string China = "CHN"; + + /// + /// Christmas Island + /// + public const string ChristmasIsland = "CXR"; + + /// + /// Cocos Keeling Islands + /// + public const string CocosKeelingIslands = "CCK"; + + /// + /// Colombia + /// + public const string Colombia = "COL"; + + /// + /// Comoros + /// + public const string Comoros = "COM"; + + /// + /// Democratic Republic of Congo + /// + public const string DemocraticRepublicOfCongo = "COD"; + + /// + /// Congo + /// + public const string Congo = "COG"; + + /// + /// Cook Islands + /// + public const string CookIslands = "COK"; + + /// + /// Costa Rica + /// + public const string CostaRica = "CRI"; + + /// + /// Ivory Coast + /// + public const string IvoryCoast = "CIV"; + + /// + /// Croatia + /// + public const string Croatia = "HRV"; + + /// + /// Cuba + /// + public const string Cuba = "CUB"; + + /// + /// Curaçao + /// + public const string Curaçao = "CUW"; + + /// + /// Cyprus + /// + public const string Cyprus = "CYP"; + + /// + /// Czechia + /// + public const string Czechia = "CZE"; + + /// + /// Denmark + /// + public const string Denmark = "DNK"; + + /// + /// Djibouti + /// + public const string Djibouti = "DJI"; + + /// + /// Dominica + /// + public const string Dominica = "DMA"; + + /// + /// Dominican Republic + /// + public const string DominicanRepublic = "DOM"; + + /// + /// Ecuador + /// + public const string Ecuador = "ECU"; + + /// + /// Egypt + /// + public const string Egypt = "EGY"; + + /// + /// El Salvador + /// + public const string ElSalvador = "SLV"; + + /// + /// Equatorial Guinea + /// + public const string EquatorialGuinea = "GNQ"; + + /// + /// Eritrea + /// + public const string Eritrea = "ERI"; + + /// + /// Estonia + /// + public const string Estonia = "EST"; + + /// + /// Eswatini + /// + public const string Eswatini = "SWZ"; + + /// + /// Ethiopia + /// + public const string Ethiopia = "ETH"; + + /// + /// Falkland Islands + /// + public const string FalklandIslands = "FLK"; + + /// + /// Faroe Islands + /// + public const string FaroeIslands = "FRO"; + + /// + /// Fiji + /// + public const string Fiji = "FJI"; + + /// + /// Finland + /// + public const string Finland = "FIN"; + + /// + /// France + /// + public const string France = "FRA"; + + /// + /// French Guiana + /// + public const string FrenchGuiana = "GUF"; + + /// + /// French Polynesia + /// + public const string FrenchPolynesia = "PYF"; + + /// + /// French Southern Territories + /// + public const string FrenchSouthernTerritories = "ATF"; + + /// + /// Gabon + /// + public const string Gabon = "GAB"; + + /// + /// Gambia + /// + public const string Gambia = "GMB"; + + /// + /// Georgia + /// + public const string Georgia = "GEO"; + + /// + /// Germany + /// + public const string Germany = "DEU"; + + /// + /// Ghana + /// + public const string Ghana = "GHA"; + + /// + /// Gibraltar + /// + public const string Gibraltar = "GIB"; + + /// + /// Greece + /// + public const string Greece = "GRC"; + + /// + /// Greenland + /// + public const string Greenland = "GRL"; + + /// + /// Grenada + /// + public const string Grenada = "GRD"; + + /// + /// Guadeloupe + /// + public const string Guadeloupe = "GLP"; + + /// + /// Guam + /// + public const string Guam = "GUM"; + + /// + /// Guatemala + /// + public const string Guatemala = "GTM"; + + /// + /// Guernsey + /// + public const string Guernsey = "GGY"; + + /// + /// Guinea + /// + public const string Guinea = "GIN"; + + /// + /// Guinea-Bissau + /// + public const string GuineaBissau = "GNB"; + + /// + /// Guyana + /// + public const string Guyana = "GUY"; + + /// + /// Haiti + /// + public const string Haiti = "HTI"; + + /// + /// Heard Island and McDonald Islands + /// + public const string HeardIslandAndMcdonaldIslands = "HMD"; + + /// + /// Holy See + /// + public const string HolySee = "VAT"; + + /// + /// Honduras + /// + public const string Honduras = "HND"; + + /// + /// Hong Kong + /// + public const string HongKong = "HKG"; + + /// + /// Hungary + /// + public const string Hungary = "HUN"; + + /// + /// Iceland + /// + public const string Iceland = "ISL"; + + /// + /// India + /// + public const string India = "IND"; + + /// + /// Indonesia + /// + public const string Indonesia = "IDN"; + + /// + /// Iran + /// + public const string Iran = "IRN"; + + /// + /// Iraq + /// + public const string Iraq = "IRQ"; + + /// + /// Ireland + /// + public const string Ireland = "IRL"; + + /// + /// Isle of Man + /// + public const string IsleOfMan = "IMN"; + + /// + /// Israel + /// + public const string Israel = "ISR"; + + /// + /// Italy + /// + public const string Italy = "ITA"; + + /// + /// Jamaica + /// + public const string Jamaica = "JAM"; + + /// + /// Japan + /// + public const string Japan = "JPN"; + + /// + /// Jersey + /// + public const string Jersey = "JEY"; + + /// + /// Jordan + /// + public const string Jordan = "JOR"; + + /// + /// Kazakhstan + /// + public const string Kazakhstan = "KAZ"; + + /// + /// Kenya + /// + public const string Kenya = "KEN"; + + /// + /// Kiribati + /// + public const string Kiribati = "KIR"; + + /// + /// North Korea + /// + public const string NorthKorea = "PRK"; + + /// + /// Korea + /// + public const string Korea = "KOR"; + + /// + /// Kuwait + /// + public const string Kuwait = "KWT"; + + /// + /// Kyrgyzstan + /// + public const string Kyrgyzstan = "KGZ"; + + /// + /// Laos + /// + public const string Laos = "LAO"; + + /// + /// Latvia + /// + public const string Latvia = "LVA"; + + /// + /// Lebanon + /// + public const string Lebanon = "LBN"; + + /// + /// Lesotho + /// + public const string Lesotho = "LSO"; + + /// + /// Liberia + /// + public const string Liberia = "LBR"; + + /// + /// Libya + /// + public const string Libya = "LBY"; + + /// + /// Liechtenstein + /// + public const string Liechtenstein = "LIE"; + + /// + /// Lithuania + /// + public const string Lithuania = "LTU"; + + /// + /// Luxembourg + /// + public const string Luxembourg = "LUX"; + + /// + /// Macao + /// + public const string Macao = "MAC"; + + /// + /// Madagascar + /// + public const string Madagascar = "MDG"; + + /// + /// Malawi + /// + public const string Malawi = "MWI"; + + /// + /// Malaysia + /// + public const string Malaysia = "MYS"; + + /// + /// Maldives + /// + public const string Maldives = "MDV"; + + /// + /// Mali + /// + public const string Mali = "MLI"; + + /// + /// Malta + /// + public const string Malta = "MLT"; + + /// + /// Marshall Islands + /// + public const string MarshallIslands = "MHL"; + + /// + /// Martinique + /// + public const string Martinique = "MTQ"; + + /// + /// Mauritania + /// + public const string Mauritania = "MRT"; + + /// + /// Mauritius + /// + public const string Mauritius = "MUS"; + + /// + /// Mayotte + /// + public const string Mayotte = "MYT"; + + /// + /// Mexico + /// + public const string Mexico = "MEX"; + + /// + /// Micronesia + /// + public const string Micronesia = "FSM"; + + /// + /// Moldova + /// + public const string Moldova = "MDA"; + + /// + /// Monaco + /// + public const string Monaco = "MCO"; + + /// + /// Mongolia + /// + public const string Mongolia = "MNG"; + + /// + /// Montenegro + /// + public const string Montenegro = "MNE"; + + /// + /// Montserrat + /// + public const string Montserrat = "MSR"; + + /// + /// Morocco + /// + public const string Morocco = "MAR"; + + /// + /// Mozambique + /// + public const string Mozambique = "MOZ"; + + /// + /// Myanmar + /// + public const string Myanmar = "MMR"; + + /// + /// Namibia + /// + public const string Namibia = "NAM"; + + /// + /// Nauru + /// + public const string Nauru = "NRU"; + + /// + /// Nepal + /// + public const string Nepal = "NPL"; + + /// + /// Netherlands + /// + public const string Netherlands = "NLD"; + + /// + /// New Caledonia + /// + public const string NewCaledonia = "NCL"; + + /// + /// New Zealand + /// + public const string NewZealand = "NZL"; + + /// + /// Nicaragua + /// + public const string Nicaragua = "NIC"; + + /// + /// Niger + /// + public const string Niger = "NER"; + + /// + /// Nigeria + /// + public const string Nigeria = "NGA"; + + /// + /// Niue + /// + public const string Niue = "NIU"; + + /// + /// Norfolk Island + /// + public const string NorfolkIsland = "NFK"; + + /// + /// North Macedonia + /// + public const string NorthMacedonia = "MKD"; + + /// + /// Northern Mariana Islands + /// + public const string NorthernMarianaIslands = "MNP"; + + /// + /// Norway + /// + public const string Norway = "NOR"; + + /// + /// Oman + /// + public const string Oman = "OMN"; + + /// + /// Pakistan + /// + public const string Pakistan = "PAK"; + + /// + /// Palau + /// + public const string Palau = "PLW"; + + /// + /// Palestine + /// + public const string Palestine = "PSE"; + + /// + /// Panama + /// + public const string Panama = "PAN"; + + /// + /// Papua New Guinea + /// + public const string PapuaNewGuinea = "PNG"; + + /// + /// Paraguay + /// + public const string Paraguay = "PRY"; + + /// + /// Peru + /// + public const string Peru = "PER"; + + /// + /// Philippines + /// + public const string Philippines = "PHL"; + + /// + /// Pitcairn + /// + public const string Pitcairn = "PCN"; + + /// + /// Poland + /// + public const string Poland = "POL"; + + /// + /// Portugal + /// + public const string Portugal = "PRT"; + + /// + /// Puerto Rico + /// + public const string PuertoRico = "PRI"; + + /// + /// Qatar + /// + public const string Qatar = "QAT"; + + /// + /// Reunion + /// + public const string Reunion = "REU"; + + /// + /// Romania + /// + public const string Romania = "ROU"; + + /// + /// Russia + /// + public const string Russia = "RUS"; + + /// + /// Rwanda + /// + public const string Rwanda = "RWA"; + + /// + /// Saint Barthélemy + /// + public const string SaintBarthélemy = "BLM"; + + /// + /// Saint Helena + /// + public const string SaintHelena = "SHN"; + + /// + /// Saint Kitts and Nevis + /// + public const string SaintKittsAndNevis = "KNA"; + + /// + /// Saint Lucia + /// + public const string SaintLucia = "LCA"; + + /// + /// Saint Martin French part + /// + public const string SaintMartinFrenchPart = "MAF"; + + /// + /// Saint Pierre and Miquelon + /// + public const string SaintPierreAndMiquelon = "SPM"; + + /// + /// Saint Vincent and the Grenadines + /// + public const string SaintVincentAndTheGrenadines = "VCT"; + + /// + /// Samoa + /// + public const string Samoa = "WSM"; + + /// + /// San Marino + /// + public const string SanMarino = "SMR"; + + /// + /// Sao Tome and Principe + /// + public const string SaoTomeAndPrincipe = "STP"; + + /// + /// Saudi Arabia + /// + public const string SaudiArabia = "SAU"; + + /// + /// Senegal + /// + public const string Senegal = "SEN"; + + /// + /// Serbia + /// + public const string Serbia = "SRB"; + + /// + /// Seychelles + /// + public const string Seychelles = "SYC"; + + /// + /// Sierra Leone + /// + public const string SierraLeone = "SLE"; + + /// + /// Singapore + /// + public const string Singapore = "SGP"; + + /// + /// Sint Maarten Dutch part + /// + public const string SintMaartenDutchPart = "SXM"; + + /// + /// Slovakia + /// + public const string Slovakia = "SVK"; + + /// + /// Slovenia + /// + public const string Slovenia = "SVN"; + + /// + /// Solomon Islands + /// + public const string SolomonIslands = "SLB"; + + /// + /// Somalia + /// + public const string Somalia = "SOM"; + + /// + /// South Africa + /// + public const string SouthAfrica = "ZAF"; + + /// + /// South Georgia and the South Sandwich Islands + /// + public const string SouthGeorgiaAndTheSouthSandwichIslands = "SGS"; + + /// + /// South Sudan + /// + public const string SouthSudan = "SSD"; + + /// + /// Spain + /// + public const string Spain = "ESP"; + + /// + /// Sri Lanka + /// + public const string SriLanka = "LKA"; + + /// + /// Sudan + /// + public const string Sudan = "SDN"; + + /// + /// Suriname + /// + public const string Suriname = "SUR"; + + /// + /// Svalbard + /// + public const string Svalbard = "SJM"; + + /// + /// Sweden + /// + public const string Sweden = "SWE"; + + /// + /// Switzerland + /// + public const string Switzerland = "CHE"; + + /// + /// Syria + /// + public const string Syria = "SYR"; + + /// + /// Taiwan + /// + public const string Taiwan = "TWN"; + + /// + /// Tajikistan + /// + public const string Tajikistan = "TJK"; + + /// + /// Tanzania + /// + public const string Tanzania = "TZA"; + + /// + /// Thailand + /// + public const string Thailand = "THA"; + + /// + /// Timor-Leste + /// + public const string TimorLeste = "TLS"; + + /// + /// Togo + /// + public const string Togo = "TGO"; + + /// + /// Tokelau + /// + public const string Tokelau = "TKL"; + + /// + /// Tonga + /// + public const string Tonga = "TON"; + + /// + /// Trinidad and Tobago + /// + public const string TrinidadAndTobago = "TTO"; + + /// + /// Tunisia + /// + public const string Tunisia = "TUN"; + + /// + /// Turkey + /// + public const string Turkey = "TUR"; + + /// + /// Turkmenistan + /// + public const string Turkmenistan = "TKM"; + + /// + /// Turks and Caicos Islands + /// + public const string TurksAndCaicosIslands = "TCA"; + + /// + /// Tuvalu + /// + public const string Tuvalu = "TUV"; + + /// + /// Uganda + /// + public const string Uganda = "UGA"; + + /// + /// Ukraine + /// + public const string Ukraine = "UKR"; + + /// + /// United Arab Emirates + /// + public const string UnitedArabEmirates = "ARE"; + + /// + /// United Kingdom + /// + public const string UnitedKingdom = "GBR"; + + /// + /// United States Minor Outlying Islands + /// + public const string UnitedStatesMinorOutlyingIslands = "UMI"; + + /// + /// United States + /// + public const string UnitedStates = "USA"; + + /// + /// European Union + /// + public const string EuropeanUnion = "EUR"; + + /// + /// Uruguay + /// + public const string Uruguay = "URY"; + + /// + /// Uzbekistan + /// + public const string Uzbekistan = "UZB"; + + /// + /// Vanuatu + /// + public const string Vanuatu = "VUT"; + + /// + /// Venezuela + /// + public const string Venezuela = "VEN"; + + /// + /// Vietnam + /// + public const string Vietnam = "VNM"; + + /// + /// Virgin Islands British + /// + public const string VirginIslandsBritish = "VGB"; + + /// + /// Virgin Islands US + /// + public const string VirginIslandsUs = "VIR"; + + /// + /// Wallis and Futuna + /// + public const string WallisAndFutuna = "WLF"; + + /// + /// Western Sahara + /// + public const string WesternSahara = "ESH"; + + /// + /// Yemen + /// + public const string Yemen = "YEM"; + + /// + /// Zambia + /// + public const string Zambia = "ZMB"; + + /// + /// Zimbabwe + /// + public const string Zimbabwe = "ZWE"; + } +} \ No newline at end of file diff --git a/Common/Data/Custom/EODHD/EODHD.Countries.cs b/Common/Data/Custom/EODHD/EODHD.Countries.cs deleted file mode 100644 index 56650f199c94..000000000000 --- a/Common/Data/Custom/EODHD/EODHD.Countries.cs +++ /dev/null @@ -1,1279 +0,0 @@ -/* - * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. - * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ - -namespace QuantConnect.DataSource -{ - /// - /// EODHD static class contains shortcut definitions - /// - public static partial class EODHD - { - /// - /// The Countries class contains all countries normalized for your convenience - /// - public static class Countries - { - /// - /// Afghanistan - /// - public const string Afghanistan = "AFG"; - - /// - /// Aland Islands - /// - public const string AlandIslands = "ALA"; - - /// - /// Albania - /// - public const string Albania = "ALB"; - - /// - /// Algeria - /// - public const string Algeria = "DZA"; - - /// - /// American Samoa - /// - public const string AmericanSamoa = "ASM"; - - /// - /// Andorra - /// - public const string Andorra = "AND"; - - /// - /// Angola - /// - public const string Angola = "AGO"; - - /// - /// Anguilla - /// - public const string Anguilla = "AIA"; - - /// - /// Antarctica - /// - public const string Antarctica = "ATA"; - - /// - /// Antigua and Barbuda - /// - public const string AntiguaAndBarbuda = "ATG"; - - /// - /// Argentina - /// - public const string Argentina = "ARG"; - - /// - /// Armenia - /// - public const string Armenia = "ARM"; - - /// - /// Aruba - /// - public const string Aruba = "ABW"; - - /// - /// Australia - /// - public const string Australia = "AUS"; - - /// - /// Austria - /// - public const string Austria = "AUT"; - - /// - /// Azerbaijan - /// - public const string Azerbaijan = "AZE"; - - /// - /// Bahamas - /// - public const string Bahamas = "BHS"; - - /// - /// Bahrain - /// - public const string Bahrain = "BHR"; - - /// - /// Bangladesh - /// - public const string Bangladesh = "BGD"; - - /// - /// Barbados - /// - public const string Barbados = "BRB"; - - /// - /// Belarus - /// - public const string Belarus = "BLR"; - - /// - /// Belgium - /// - public const string Belgium = "BEL"; - - /// - /// Belize - /// - public const string Belize = "BLZ"; - - /// - /// Benin - /// - public const string Benin = "BEN"; - - /// - /// Bermuda - /// - public const string Bermuda = "BMU"; - - /// - /// Bhutan - /// - public const string Bhutan = "BTN"; - - /// - /// Bolivia - /// - public const string Bolivia = "BOL"; - - /// - /// Bonaire - /// - public const string Bonaire = "BES"; - - /// - /// Bosnia and Herzegovina - /// - public const string BosniaAndHerzegovina = "BIH"; - - /// - /// Botswana - /// - public const string Botswana = "BWA"; - - /// - /// Bouvet Island - /// - public const string BouvetIsland = "BVT"; - - /// - /// Brazil - /// - public const string Brazil = "BRA"; - - /// - /// British Indian Ocean Territory - /// - public const string BritishIndianOceanTerritory = "IOT"; - - /// - /// Brunei Darussalam - /// - public const string BruneiDarussalam = "BRN"; - - /// - /// Bulgaria - /// - public const string Bulgaria = "BGR"; - - /// - /// Burkina Faso - /// - public const string BurkinaFaso = "BFA"; - - /// - /// Burundi - /// - public const string Burundi = "BDI"; - - /// - /// Cabo Verde - /// - public const string CaboVerde = "CPV"; - - /// - /// Cambodia - /// - public const string Cambodia = "KHM"; - - /// - /// Cameroon - /// - public const string Cameroon = "CMR"; - - /// - /// Canada - /// - public const string Canada = "CAN"; - - /// - /// Cayman Islands - /// - public const string CaymanIslands = "CYM"; - - /// - /// Central African Republic - /// - public const string CentralAfricanRepublic = "CAF"; - - /// - /// Chad - /// - public const string Chad = "TCD"; - - /// - /// Chile - /// - public const string Chile = "CHL"; - - /// - /// China - /// - public const string China = "CHN"; - - /// - /// Christmas Island - /// - public const string ChristmasIsland = "CXR"; - - /// - /// Cocos Keeling Islands - /// - public const string CocosKeelingIslands = "CCK"; - - /// - /// Colombia - /// - public const string Colombia = "COL"; - - /// - /// Comoros - /// - public const string Comoros = "COM"; - - /// - /// Democratic Republic of Congo - /// - public const string DemocraticRepublicOfCongo = "COD"; - - /// - /// Congo - /// - public const string Congo = "COG"; - - /// - /// Cook Islands - /// - public const string CookIslands = "COK"; - - /// - /// Costa Rica - /// - public const string CostaRica = "CRI"; - - /// - /// Ivory Coast - /// - public const string IvoryCoast = "CIV"; - - /// - /// Croatia - /// - public const string Croatia = "HRV"; - - /// - /// Cuba - /// - public const string Cuba = "CUB"; - - /// - /// Curaçao - /// - public const string Curaçao = "CUW"; - - /// - /// Cyprus - /// - public const string Cyprus = "CYP"; - - /// - /// Czechia - /// - public const string Czechia = "CZE"; - - /// - /// Denmark - /// - public const string Denmark = "DNK"; - - /// - /// Djibouti - /// - public const string Djibouti = "DJI"; - - /// - /// Dominica - /// - public const string Dominica = "DMA"; - - /// - /// Dominican Republic - /// - public const string DominicanRepublic = "DOM"; - - /// - /// Ecuador - /// - public const string Ecuador = "ECU"; - - /// - /// Egypt - /// - public const string Egypt = "EGY"; - - /// - /// El Salvador - /// - public const string ElSalvador = "SLV"; - - /// - /// Equatorial Guinea - /// - public const string EquatorialGuinea = "GNQ"; - - /// - /// Eritrea - /// - public const string Eritrea = "ERI"; - - /// - /// Estonia - /// - public const string Estonia = "EST"; - - /// - /// Eswatini - /// - public const string Eswatini = "SWZ"; - - /// - /// Ethiopia - /// - public const string Ethiopia = "ETH"; - - /// - /// Falkland Islands - /// - public const string FalklandIslands = "FLK"; - - /// - /// Faroe Islands - /// - public const string FaroeIslands = "FRO"; - - /// - /// Fiji - /// - public const string Fiji = "FJI"; - - /// - /// Finland - /// - public const string Finland = "FIN"; - - /// - /// France - /// - public const string France = "FRA"; - - /// - /// French Guiana - /// - public const string FrenchGuiana = "GUF"; - - /// - /// French Polynesia - /// - public const string FrenchPolynesia = "PYF"; - - /// - /// French Southern Territories - /// - public const string FrenchSouthernTerritories = "ATF"; - - /// - /// Gabon - /// - public const string Gabon = "GAB"; - - /// - /// Gambia - /// - public const string Gambia = "GMB"; - - /// - /// Georgia - /// - public const string Georgia = "GEO"; - - /// - /// Germany - /// - public const string Germany = "DEU"; - - /// - /// Ghana - /// - public const string Ghana = "GHA"; - - /// - /// Gibraltar - /// - public const string Gibraltar = "GIB"; - - /// - /// Greece - /// - public const string Greece = "GRC"; - - /// - /// Greenland - /// - public const string Greenland = "GRL"; - - /// - /// Grenada - /// - public const string Grenada = "GRD"; - - /// - /// Guadeloupe - /// - public const string Guadeloupe = "GLP"; - - /// - /// Guam - /// - public const string Guam = "GUM"; - - /// - /// Guatemala - /// - public const string Guatemala = "GTM"; - - /// - /// Guernsey - /// - public const string Guernsey = "GGY"; - - /// - /// Guinea - /// - public const string Guinea = "GIN"; - - /// - /// Guinea-Bissau - /// - public const string GuineaBissau = "GNB"; - - /// - /// Guyana - /// - public const string Guyana = "GUY"; - - /// - /// Haiti - /// - public const string Haiti = "HTI"; - - /// - /// Heard Island and McDonald Islands - /// - public const string HeardIslandAndMcdonaldIslands = "HMD"; - - /// - /// Holy See - /// - public const string HolySee = "VAT"; - - /// - /// Honduras - /// - public const string Honduras = "HND"; - - /// - /// Hong Kong - /// - public const string HongKong = "HKG"; - - /// - /// Hungary - /// - public const string Hungary = "HUN"; - - /// - /// Iceland - /// - public const string Iceland = "ISL"; - - /// - /// India - /// - public const string India = "IND"; - - /// - /// Indonesia - /// - public const string Indonesia = "IDN"; - - /// - /// Iran - /// - public const string Iran = "IRN"; - - /// - /// Iraq - /// - public const string Iraq = "IRQ"; - - /// - /// Ireland - /// - public const string Ireland = "IRL"; - - /// - /// Isle of Man - /// - public const string IsleOfMan = "IMN"; - - /// - /// Israel - /// - public const string Israel = "ISR"; - - /// - /// Italy - /// - public const string Italy = "ITA"; - - /// - /// Jamaica - /// - public const string Jamaica = "JAM"; - - /// - /// Japan - /// - public const string Japan = "JPN"; - - /// - /// Jersey - /// - public const string Jersey = "JEY"; - - /// - /// Jordan - /// - public const string Jordan = "JOR"; - - /// - /// Kazakhstan - /// - public const string Kazakhstan = "KAZ"; - - /// - /// Kenya - /// - public const string Kenya = "KEN"; - - /// - /// Kiribati - /// - public const string Kiribati = "KIR"; - - /// - /// North Korea - /// - public const string NorthKorea = "PRK"; - - /// - /// Korea - /// - public const string Korea = "KOR"; - - /// - /// Kuwait - /// - public const string Kuwait = "KWT"; - - /// - /// Kyrgyzstan - /// - public const string Kyrgyzstan = "KGZ"; - - /// - /// Laos - /// - public const string Laos = "LAO"; - - /// - /// Latvia - /// - public const string Latvia = "LVA"; - - /// - /// Lebanon - /// - public const string Lebanon = "LBN"; - - /// - /// Lesotho - /// - public const string Lesotho = "LSO"; - - /// - /// Liberia - /// - public const string Liberia = "LBR"; - - /// - /// Libya - /// - public const string Libya = "LBY"; - - /// - /// Liechtenstein - /// - public const string Liechtenstein = "LIE"; - - /// - /// Lithuania - /// - public const string Lithuania = "LTU"; - - /// - /// Luxembourg - /// - public const string Luxembourg = "LUX"; - - /// - /// Macao - /// - public const string Macao = "MAC"; - - /// - /// Madagascar - /// - public const string Madagascar = "MDG"; - - /// - /// Malawi - /// - public const string Malawi = "MWI"; - - /// - /// Malaysia - /// - public const string Malaysia = "MYS"; - - /// - /// Maldives - /// - public const string Maldives = "MDV"; - - /// - /// Mali - /// - public const string Mali = "MLI"; - - /// - /// Malta - /// - public const string Malta = "MLT"; - - /// - /// Marshall Islands - /// - public const string MarshallIslands = "MHL"; - - /// - /// Martinique - /// - public const string Martinique = "MTQ"; - - /// - /// Mauritania - /// - public const string Mauritania = "MRT"; - - /// - /// Mauritius - /// - public const string Mauritius = "MUS"; - - /// - /// Mayotte - /// - public const string Mayotte = "MYT"; - - /// - /// Mexico - /// - public const string Mexico = "MEX"; - - /// - /// Micronesia - /// - public const string Micronesia = "FSM"; - - /// - /// Moldova - /// - public const string Moldova = "MDA"; - - /// - /// Monaco - /// - public const string Monaco = "MCO"; - - /// - /// Mongolia - /// - public const string Mongolia = "MNG"; - - /// - /// Montenegro - /// - public const string Montenegro = "MNE"; - - /// - /// Montserrat - /// - public const string Montserrat = "MSR"; - - /// - /// Morocco - /// - public const string Morocco = "MAR"; - - /// - /// Mozambique - /// - public const string Mozambique = "MOZ"; - - /// - /// Myanmar - /// - public const string Myanmar = "MMR"; - - /// - /// Namibia - /// - public const string Namibia = "NAM"; - - /// - /// Nauru - /// - public const string Nauru = "NRU"; - - /// - /// Nepal - /// - public const string Nepal = "NPL"; - - /// - /// Netherlands - /// - public const string Netherlands = "NLD"; - - /// - /// New Caledonia - /// - public const string NewCaledonia = "NCL"; - - /// - /// New Zealand - /// - public const string NewZealand = "NZL"; - - /// - /// Nicaragua - /// - public const string Nicaragua = "NIC"; - - /// - /// Niger - /// - public const string Niger = "NER"; - - /// - /// Nigeria - /// - public const string Nigeria = "NGA"; - - /// - /// Niue - /// - public const string Niue = "NIU"; - - /// - /// Norfolk Island - /// - public const string NorfolkIsland = "NFK"; - - /// - /// North Macedonia - /// - public const string NorthMacedonia = "MKD"; - - /// - /// Northern Mariana Islands - /// - public const string NorthernMarianaIslands = "MNP"; - - /// - /// Norway - /// - public const string Norway = "NOR"; - - /// - /// Oman - /// - public const string Oman = "OMN"; - - /// - /// Pakistan - /// - public const string Pakistan = "PAK"; - - /// - /// Palau - /// - public const string Palau = "PLW"; - - /// - /// Palestine - /// - public const string Palestine = "PSE"; - - /// - /// Panama - /// - public const string Panama = "PAN"; - - /// - /// Papua New Guinea - /// - public const string PapuaNewGuinea = "PNG"; - - /// - /// Paraguay - /// - public const string Paraguay = "PRY"; - - /// - /// Peru - /// - public const string Peru = "PER"; - - /// - /// Philippines - /// - public const string Philippines = "PHL"; - - /// - /// Pitcairn - /// - public const string Pitcairn = "PCN"; - - /// - /// Poland - /// - public const string Poland = "POL"; - - /// - /// Portugal - /// - public const string Portugal = "PRT"; - - /// - /// Puerto Rico - /// - public const string PuertoRico = "PRI"; - - /// - /// Qatar - /// - public const string Qatar = "QAT"; - - /// - /// Reunion - /// - public const string Reunion = "REU"; - - /// - /// Romania - /// - public const string Romania = "ROU"; - - /// - /// Russia - /// - public const string Russia = "RUS"; - - /// - /// Rwanda - /// - public const string Rwanda = "RWA"; - - /// - /// Saint Barthélemy - /// - public const string SaintBarthélemy = "BLM"; - - /// - /// Saint Helena - /// - public const string SaintHelena = "SHN"; - - /// - /// Saint Kitts and Nevis - /// - public const string SaintKittsAndNevis = "KNA"; - - /// - /// Saint Lucia - /// - public const string SaintLucia = "LCA"; - - /// - /// Saint Martin French part - /// - public const string SaintMartinFrenchPart = "MAF"; - - /// - /// Saint Pierre and Miquelon - /// - public const string SaintPierreAndMiquelon = "SPM"; - - /// - /// Saint Vincent and the Grenadines - /// - public const string SaintVincentAndTheGrenadines = "VCT"; - - /// - /// Samoa - /// - public const string Samoa = "WSM"; - - /// - /// San Marino - /// - public const string SanMarino = "SMR"; - - /// - /// Sao Tome and Principe - /// - public const string SaoTomeAndPrincipe = "STP"; - - /// - /// Saudi Arabia - /// - public const string SaudiArabia = "SAU"; - - /// - /// Senegal - /// - public const string Senegal = "SEN"; - - /// - /// Serbia - /// - public const string Serbia = "SRB"; - - /// - /// Seychelles - /// - public const string Seychelles = "SYC"; - - /// - /// Sierra Leone - /// - public const string SierraLeone = "SLE"; - - /// - /// Singapore - /// - public const string Singapore = "SGP"; - - /// - /// Sint Maarten Dutch part - /// - public const string SintMaartenDutchPart = "SXM"; - - /// - /// Slovakia - /// - public const string Slovakia = "SVK"; - - /// - /// Slovenia - /// - public const string Slovenia = "SVN"; - - /// - /// Solomon Islands - /// - public const string SolomonIslands = "SLB"; - - /// - /// Somalia - /// - public const string Somalia = "SOM"; - - /// - /// South Africa - /// - public const string SouthAfrica = "ZAF"; - - /// - /// South Georgia and the South Sandwich Islands - /// - public const string SouthGeorgiaAndTheSouthSandwichIslands = "SGS"; - - /// - /// South Sudan - /// - public const string SouthSudan = "SSD"; - - /// - /// Spain - /// - public const string Spain = "ESP"; - - /// - /// Sri Lanka - /// - public const string SriLanka = "LKA"; - - /// - /// Sudan - /// - public const string Sudan = "SDN"; - - /// - /// Suriname - /// - public const string Suriname = "SUR"; - - /// - /// Svalbard - /// - public const string Svalbard = "SJM"; - - /// - /// Sweden - /// - public const string Sweden = "SWE"; - - /// - /// Switzerland - /// - public const string Switzerland = "CHE"; - - /// - /// Syria - /// - public const string Syria = "SYR"; - - /// - /// Taiwan - /// - public const string Taiwan = "TWN"; - - /// - /// Tajikistan - /// - public const string Tajikistan = "TJK"; - - /// - /// Tanzania - /// - public const string Tanzania = "TZA"; - - /// - /// Thailand - /// - public const string Thailand = "THA"; - - /// - /// Timor-Leste - /// - public const string TimorLeste = "TLS"; - - /// - /// Togo - /// - public const string Togo = "TGO"; - - /// - /// Tokelau - /// - public const string Tokelau = "TKL"; - - /// - /// Tonga - /// - public const string Tonga = "TON"; - - /// - /// Trinidad and Tobago - /// - public const string TrinidadAndTobago = "TTO"; - - /// - /// Tunisia - /// - public const string Tunisia = "TUN"; - - /// - /// Turkey - /// - public const string Turkey = "TUR"; - - /// - /// Turkmenistan - /// - public const string Turkmenistan = "TKM"; - - /// - /// Turks and Caicos Islands - /// - public const string TurksAndCaicosIslands = "TCA"; - - /// - /// Tuvalu - /// - public const string Tuvalu = "TUV"; - - /// - /// Uganda - /// - public const string Uganda = "UGA"; - - /// - /// Ukraine - /// - public const string Ukraine = "UKR"; - - /// - /// United Arab Emirates - /// - public const string UnitedArabEmirates = "ARE"; - - /// - /// United Kingdom - /// - public const string UnitedKingdom = "GBR"; - - /// - /// United States Minor Outlying Islands - /// - public const string UnitedStatesMinorOutlyingIslands = "UMI"; - - /// - /// United States - /// - public const string UnitedStates = "USA"; - - /// - /// European Union - /// - public const string EuropeanUnion = "EUR"; - - /// - /// Uruguay - /// - public const string Uruguay = "URY"; - - /// - /// Uzbekistan - /// - public const string Uzbekistan = "UZB"; - - /// - /// Vanuatu - /// - public const string Vanuatu = "VUT"; - - /// - /// Venezuela - /// - public const string Venezuela = "VEN"; - - /// - /// Vietnam - /// - public const string Vietnam = "VNM"; - - /// - /// Virgin Islands British - /// - public const string VirginIslandsBritish = "VGB"; - - /// - /// Virgin Islands US - /// - public const string VirginIslandsUs = "VIR"; - - /// - /// Wallis and Futuna - /// - public const string WallisAndFutuna = "WLF"; - - /// - /// Western Sahara - /// - public const string WesternSahara = "ESH"; - - /// - /// Yemen - /// - public const string Yemen = "YEM"; - - /// - /// Zambia - /// - public const string Zambia = "ZMB"; - - /// - /// Zimbabwe - /// - public const string Zimbabwe = "ZWE"; - } - } -} \ No newline at end of file diff --git a/Common/Data/Custom/EODHD/EODHD.Events.cs b/Common/Data/Custom/EODHD/EODHD.Events.cs deleted file mode 100644 index be68b2a01028..000000000000 --- a/Common/Data/Custom/EODHD/EODHD.Events.cs +++ /dev/null @@ -1,7160 +0,0 @@ -/* - * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. - * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ - -namespace QuantConnect.DataSource -{ - /// - /// EODHD static class contains shortcut definitions - /// - public static partial class EODHD - { - /// - /// The Events class contains all events normalized for your convenience - /// - public static class Events - { - /// - /// Angola - /// - public static class Angola - { - /// - /// Inflation Rate - /// - public const string InflationRate = "AGO/inflation rate"; - } - - /// - /// Argentina - /// - public static class Argentina - { - /// - /// Inflation Rate - /// - public const string InflationRate = "ARG/inflation rate"; - /// - /// Retail Sales - /// - public const string RetailSales = "ARG/retail sales"; - } - - /// - /// Armenia - /// - public static class Armenia - { - /// - /// Construction Output - /// - public const string ConstructionOutput = "ARM/construction output"; - /// - /// Economic Activity - /// - public const string EconomicActivity = "ARM/economic activity"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "ARM/industrial production"; - /// - /// Ppi - /// - public const string Ppi = "ARM/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "ARM/retail sales"; - } - - /// - /// Australia - /// - public static class Australia - { - /// - /// Aig Performance Industry Index - /// - public const string AigPerformanceIndustryIndex = "AUS/aig performance industry index"; - /// - /// Aig Performance Manufacturing Index - /// - public const string AigPerformanceManufacturingIndex = "AUS/aig performance manufacturing index"; - /// - /// Aig Performance Services Index - /// - public const string AigPerformanceServicesIndex = "AUS/aig performance services index"; - /// - /// Anz Indeed Job Ads - /// - public const string AnzIndeedJobAds = "AUS/anz indeed job ads"; - /// - /// Anz Job Advertisements - /// - public const string AnzJobAdvertisements = "AUS/anz job advertisements"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "AUS/balance of trade"; - /// - /// Building Permits - /// - public const string BuildingPermits = "AUS/building permits"; - /// - /// Business Inventories - /// - public const string BusinessInventories = "AUS/business inventories"; - /// - /// Commbank Composite Purchasing Managers Index - /// - public const string CommbankCompositePurchasingManagersIndex = "AUS/commbank composite purchasing managers index"; - /// - /// Commbank Manufacturing Purchasing Managers Index - /// - public const string CommbankManufacturingPurchasingManagersIndex = "AUS/commbank manufacturing purchasing managers index"; - /// - /// Commbank Services Purchasing Managers Index - /// - public const string CommbankServicesPurchasingManagersIndex = "AUS/commbank services purchasing managers index"; - /// - /// Commodity Prices - /// - public const string CommodityPrices = "AUS/commodity prices"; - /// - /// Company Gross Profits - /// - public const string CompanyGrossProfits = "AUS/company gross profits"; - /// - /// Construction Work Done - /// - public const string ConstructionWorkDone = "AUS/construction work done"; - /// - /// Consumer Inflation Expectations - /// - public const string ConsumerInflationExpectations = "AUS/consumer inflation expectations"; - /// - /// Corelogic Dwelling Prices - /// - public const string CorelogicDwellingPrices = "AUS/corelogic dwelling prices"; - /// - /// Current Account - /// - public const string CurrentAccount = "AUS/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "AUS/easter monday"; - /// - /// Employment Change - /// - public const string EmploymentChange = "AUS/employment change"; - /// - /// Export Prices - /// - public const string ExportPrices = "AUS/export prices"; - /// - /// Exports - /// - public const string Exports = "AUS/exports"; - /// - /// Full Time Employment Change - /// - public const string FullTimeEmploymentChange = "AUS/full time employment change"; - /// - /// Gdp Capital Expenditure - /// - public const string GdpCapitalExpenditure = "AUS/gdp capital expenditure"; - /// - /// Gdp Consumption - /// - public const string GdpConsumption = "AUS/gdp consumption"; - /// - /// Gdp Deflator - /// - public const string GdpDeflator = "AUS/gdp deflator"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "AUS/gdp growth rate"; - /// - /// Hia New Home Sales - /// - public const string HiaNewHomeSales = "AUS/hia new home sales"; - /// - /// Home Loans - /// - public const string HomeLoans = "AUS/home loans"; - /// - /// House Price Index - /// - public const string HousePriceIndex = "AUS/house price index"; - /// - /// Housing Credit - /// - public const string HousingCredit = "AUS/housing credit"; - /// - /// Import Prices - /// - public const string ImportPrices = "AUS/import prices"; - /// - /// Imports - /// - public const string Imports = "AUS/imports"; - /// - /// Inflation Rate - /// - public const string InflationRate = "AUS/inflation rate"; - /// - /// Investment Lending For Homes - /// - public const string InvestmentLendingForHomes = "AUS/investment lending for homes"; - /// - /// Judo Bank Composite Purchasing Managers Index - /// - public const string JudoBankCompositePurchasingManagersIndex = "AUS/judo bank composite purchasing managers index"; - /// - /// Judo Bank Manufacturing Purchasing Managers Index - /// - public const string JudoBankManufacturingPurchasingManagersIndex = "AUS/judo bank manufacturing purchasing managers index"; - /// - /// Judo Bank Services Purchasing Managers Index - /// - public const string JudoBankServicesPurchasingManagersIndex = "AUS/judo bank services purchasing managers index"; - /// - /// Markit Composite Purchasing Managers Index - /// - public const string MarkitCompositePurchasingManagersIndex = "AUS/markit composite purchasing managers index"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "AUS/markit manufacturing purchasing managers index"; - /// - /// Markit Services Purchasing Managers Index - /// - public const string MarkitServicesPurchasingManagersIndex = "AUS/markit services purchasing managers index"; - /// - /// Monthly Consumer Price Index Indicators - /// - public const string MonthlyConsumerPriceIndexIndicators = "AUS/monthly consumer price index indicators"; - /// - /// Nab Business Confidence - /// - public const string NabBusinessConfidence = "AUS/nab business confidence"; - /// - /// Part Time Employment Change - /// - public const string PartTimeEmploymentChange = "AUS/part time employment change"; - /// - /// Participation Rate - /// - public const string ParticipationRate = "AUS/participation rate"; - /// - /// Plant Machinery Capital Expenditure - /// - public const string PlantMachineryCapitalExpenditure = "AUS/plant machinery capital expenditure"; - /// - /// Ppi - /// - public const string Ppi = "AUS/ppi"; - /// - /// Private Capital Expenditure - /// - public const string PrivateCapitalExpenditure = "AUS/private capital expenditure"; - /// - /// Private House Approvals - /// - public const string PrivateHouseApprovals = "AUS/private house approvals"; - /// - /// Private Sector Credit - /// - public const string PrivateSectorCredit = "AUS/private sector credit"; - /// - /// Rba Bulletin - /// - public const string RbaBulletin = "AUS/rba bulletin"; - /// - /// Rba Bullock Speech - /// - public const string RbaBullockSpeech = "AUS/rba bullock speech"; - /// - /// Rba Chart Pack - /// - public const string RbaChartPack = "AUS/rba chart pack"; - /// - /// Rba Connolly Speech - /// - public const string RbaConnollySpeech = "AUS/rba connolly speech"; - /// - /// Rba Debelle Speech - /// - public const string RbaDebelleSpeech = "AUS/rba debelle speech"; - /// - /// Rba Ellis Speech - /// - public const string RbaEllisSpeech = "AUS/rba ellis speech"; - /// - /// Rba Financial Stability Review - /// - public const string RbaFinancialStabilityReview = "AUS/rba financial stability review"; - /// - /// Rba Gov Lowe Speech - /// - public const string RbaGovLoweSpeech = "AUS/rba gov lowe speech"; - /// - /// Rba Interest Rate Decision - /// - public const string RbaInterestRateDecision = "AUS/rba interest rate decision"; - /// - /// Rba Jones Speech - /// - public const string RbaJonesSpeech = "AUS/rba jones speech"; - /// - /// Rba Kearns Speech - /// - public const string RbaKearnsSpeech = "AUS/rba kearns speech"; - /// - /// Rba Kent Speech - /// - public const string RbaKentSpeech = "AUS/rba kent speech"; - /// - /// Rba Meeting Minutes - /// - public const string RbaMeetingMinutes = "AUS/rba meeting minutes"; - /// - /// Rba Payments System Board Meeting - /// - public const string RbaPaymentsSystemBoardMeeting = "AUS/rba payments system board meeting"; - /// - /// Rba Statement On Monetary Policy - /// - public const string RbaStatementOnMonetaryPolicy = "AUS/rba statement on monetary policy"; - /// - /// Rba Trimmed Mean Consumer Price Index - /// - public const string RbaTrimmedMeanConsumerPriceIndex = "AUS/rba trimmed mean consumer price index"; - /// - /// Rba Weighted Mean Consumer Price Index - /// - public const string RbaWeightedMeanConsumerPriceIndex = "AUS/rba weighted mean consumer price index"; - /// - /// Rba Weighted Median Consumer Price Index - /// - public const string RbaWeightedMedianConsumerPriceIndex = "AUS/rba weighted median consumer price index"; - /// - /// Retail Sales - /// - public const string RetailSales = "AUS/retail sales"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "AUS/sandp global composite purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "AUS/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "AUS/sandp global services purchasing managers index"; - /// - /// Td Melbourne Institute Inflation Gauge - /// - public const string TdMelbourneInstituteInflationGauge = "AUS/td melbourne institute inflation gauge"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "AUS/unemployment rate"; - /// - /// Wage Price Index - /// - public const string WagePriceIndex = "AUS/wage price index"; - /// - /// Westpac Consumer Confidence - /// - public const string WestpacConsumerConfidence = "AUS/westpac consumer confidence"; - /// - /// Westpac Consumer Confidence Change - /// - public const string WestpacConsumerConfidenceChange = "AUS/westpac consumer confidence change"; - /// - /// Westpac Leading Index - /// - public const string WestpacLeadingIndex = "AUS/westpac leading index"; - } - - /// - /// Austria - /// - public static class Austria - { - /// - /// Business Confidence - /// - public const string BusinessConfidence = "AUT/business confidence"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "AUT/consumer confidence"; - /// - /// Current Account - /// - public const string CurrentAccount = "AUT/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "AUT/easter monday"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "AUT/gdp growth rate"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "AUT/harmonized inflation rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "AUT/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "AUT/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "AUT/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "AUT/retail sales"; - /// - /// Unemployed Persons - /// - public const string UnemployedPersons = "AUT/unemployed persons"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "AUT/unemployment rate"; - /// - /// Wholesale Prices - /// - public const string WholesalePrices = "AUT/wholesale prices"; - } - - /// - /// Belgium - /// - public static class Belgium - { - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "BEL/balance of trade"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "BEL/business confidence"; - /// - /// Construction Output - /// - public const string ConstructionOutput = "BEL/construction output"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "BEL/consumer confidence"; - /// - /// Current Account - /// - public const string CurrentAccount = "BEL/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "BEL/easter monday"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "BEL/gdp growth rate"; - /// - /// Gdp Growth Rate Qoq Adv - /// - public const string GdpGrowthRateQoqAdv = "BEL/gdp growth rate qoq adv"; - /// - /// Gdp Growth Rate Yoy Adv - /// - public const string GdpGrowthRateYoyAdv = "BEL/gdp growth rate yoy adv"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "BEL/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "BEL/inflation rate"; - /// - /// New Car Registrations - /// - public const string NewCarRegistrations = "BEL/new car registrations"; - /// - /// Ppi - /// - public const string Ppi = "BEL/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "BEL/retail sales"; - } - - /// - /// Bangladesh - /// - public static class Bangladesh - { - /// - /// Inflation Rate - /// - public const string InflationRate = "BGD/inflation rate"; - } - - /// - /// Bulgaria - /// - public static class Bulgaria - { - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "BGR/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "BGR/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "BGR/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "BGR/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "BGR/retail sales"; - } - - /// - /// Bosniaandherzegovina - /// - public static class BosniaAndHerzegovina - { - /// - /// Inflation Rate - /// - public const string InflationRate = "BIH/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "BIH/ppi"; - } - - /// - /// Brazil - /// - public static class Brazil - { - /// - /// 2 Year Ltn Auction - /// - public const string TwoYearLtnAuction = "BRA/2 year ltn auction"; - /// - /// 6 Month Ltn Auction - /// - public const string SixMonthLtnAuction = "BRA/6 month ltn auction"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "BRA/balance of trade"; - /// - /// Bank Lending - /// - public const string BankLending = "BRA/bank lending"; - /// - /// Bcb Copom Meeting Minutes - /// - public const string BcbCopomMeetingMinutes = "BRA/bcb copom meeting minutes"; - /// - /// Bcb Focus Market Readout - /// - public const string BcbFocusMarketReadout = "BRA/bcb focus market readout"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "BRA/business confidence"; - /// - /// Car Production - /// - public const string CarProduction = "BRA/car production"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "BRA/consumer confidence"; - /// - /// Current Account - /// - public const string CurrentAccount = "BRA/current account"; - /// - /// Federal Tax Revenues - /// - public const string FederalTaxRevenues = "BRA/federal tax revenues"; - /// - /// Fgv Consumer Confidence - /// - public const string FgvConsumerConfidence = "BRA/fgv consumer confidence"; - /// - /// Foreign Direct Investment - /// - public const string ForeignDirectInvestment = "BRA/foreign direct investment"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "BRA/gdp growth rate"; - /// - /// Gross Debt To Gdp - /// - public const string GrossDebtToGdp = "BRA/gross debt to gdp"; - /// - /// Ibc Br Economic Activity - /// - public const string IbcBrEconomicActivity = "BRA/ibc br economic activity"; - /// - /// Igp M Inflation - /// - public const string IgpMInflation = "BRA/igp m inflation"; - /// - /// Independence Day - /// - public const string IndependenceDay = "BRA/independence day"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "BRA/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "BRA/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "BRA/interest rate decision"; - /// - /// Ipc Fipe Inflation - /// - public const string IpcFipeInflation = "BRA/ipc fipe inflation"; - /// - /// Ipca Mid Month Consumer Price Index - /// - public const string IpcaMidMonthConsumerPriceIndex = "BRA/ipca mid month consumer price index"; - /// - /// Markit Composite Purchasing Managers Index - /// - public const string MarkitCompositePurchasingManagersIndex = "BRA/markit composite purchasing managers index"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "BRA/markit manufacturing purchasing managers index"; - /// - /// Markit Services Purchasing Managers Index - /// - public const string MarkitServicesPurchasingManagersIndex = "BRA/markit services purchasing managers index"; - /// - /// Net Payrolls - /// - public const string NetPayrolls = "BRA/net payrolls"; - /// - /// New Car Registrations - /// - public const string NewCarRegistrations = "BRA/new car registrations"; - /// - /// Nominal Budget Balance - /// - public const string NominalBudgetBalance = "BRA/nominal budget balance"; - /// - /// Our Lady Of Aparecida Day - /// - public const string OurLadyOfAparecidaDay = "BRA/our lady of aparecida day"; - /// - /// Ppi - /// - public const string Ppi = "BRA/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "BRA/retail sales"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "BRA/sandp global composite purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "BRA/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "BRA/sandp global services purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "BRA/unemployment rate"; - } - - /// - /// Canada - /// - public static class Canada - { - /// - /// 2 Year Bond Auction - /// - public const string TwoYearBondAuction = "CAN/2 year bond auction"; - /// - /// 30 Year Bond Auction - /// - public const string ThirtyYearBondAuction = "CAN/30 year bond auction"; - /// - /// 5 Year Bond Auction - /// - public const string FiveYearBondAuction = "CAN/5 year bond auction"; - /// - /// Adp Employment Change - /// - public const string AdpEmploymentChange = "CAN/adp employment change"; - /// - /// Average Hourly Wages - /// - public const string AverageHourlyWages = "CAN/average hourly wages"; - /// - /// Average Weekly Earnings - /// - public const string AverageWeeklyEarnings = "CAN/average weekly earnings"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "CAN/balance of trade"; - /// - /// Bank Of Canada Beaudry Speech - /// - public const string BankOfCanadaBeaudrySpeech = "CAN/bank of canada beaudry speech"; - /// - /// Bank Of Canada Business Outlook Survey - /// - public const string BankOfCanadaBusinessOutlookSurvey = "CAN/bank of canada business outlook survey"; - /// - /// Bank Of Canada Gov Macklem Speech - /// - public const string BankOfCanadaGovMacklemSpeech = "CAN/bank of canada gov macklem speech"; - /// - /// Bank Of Canada Gov Poloz Speech - /// - public const string BankOfCanadaGovPolozSpeech = "CAN/bank of canada gov poloz speech"; - /// - /// Bank Of Canada Gov Rogers Speech - /// - public const string BankOfCanadaGovRogersSpeech = "CAN/bank of canada gov rogers speech"; - /// - /// Bank Of Canada Interest Rate Decision - /// - public const string BankOfCanadaInterestRateDecision = "CAN/bank of canada interest rate decision"; - /// - /// Bank Of Canada Lane Speech - /// - public const string BankOfCanadaLaneSpeech = "CAN/bank of canada lane speech"; - /// - /// Bank Of Canada Monetary Policy Report - /// - public const string BankOfCanadaMonetaryPolicyReport = "CAN/bank of canada monetary policy report"; - /// - /// Bank Of Canada Press Conference - /// - public const string BankOfCanadaPressConference = "CAN/bank of canada press conference"; - /// - /// Bank Of Canada Schembri Speech - /// - public const string BankOfCanadaSchembriSpeech = "CAN/bank of canada schembri speech"; - /// - /// Bank Of Canada Summary Of Deliberations - /// - public const string BankOfCanadaSummaryOfDeliberations = "CAN/bank of canada summary of deliberations"; - /// - /// Bank Of Canada Wilkins Speech - /// - public const string BankOfCanadaWilkinsSpeech = "CAN/bank of canada wilkins speech"; - /// - /// Budget Balance - /// - public const string BudgetBalance = "CAN/budget balance"; - /// - /// Building Permits - /// - public const string BuildingPermits = "CAN/building permits"; - /// - /// Capacity Utilization - /// - public const string CapacityUtilization = "CAN/capacity utilization"; - /// - /// Cfib Business Barometer - /// - public const string CfibBusinessBarometer = "CAN/cfib business barometer"; - /// - /// Civic Holiday - /// - public const string CivicHoliday = "CAN/civic holiday"; - /// - /// Consumer Price Index Median - /// - public const string ConsumerPriceIndexMedian = "CAN/consumer price index median"; - /// - /// Consumer Price Index Trimmed Mean - /// - public const string ConsumerPriceIndexTrimmedMean = "CAN/consumer price index trimmed mean"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "CAN/core inflation rate"; - /// - /// Current Account - /// - public const string CurrentAccount = "CAN/current account"; - /// - /// Employment Change - /// - public const string EmploymentChange = "CAN/employment change"; - /// - /// Exports - /// - public const string Exports = "CAN/exports"; - /// - /// Family Day - /// - public const string FamilyDay = "CAN/family day"; - /// - /// Foreign Securities Purchases - /// - public const string ForeignSecuritiesPurchases = "CAN/foreign securities purchases"; - /// - /// Foreign Securities Purchases By Canadians - /// - public const string ForeignSecuritiesPurchasesByCanadians = "CAN/foreign securities purchases by canadians"; - /// - /// Full Time Employment Change - /// - public const string FullTimeEmploymentChange = "CAN/full time employment change"; - /// - /// Gdp - /// - public const string Gdp = "CAN/gdp"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "CAN/gdp growth rate"; - /// - /// Gdp Growth Rate Annualized - /// - public const string GdpGrowthRateAnnualized = "CAN/gdp growth rate annualized"; - /// - /// Gdp Implicit Price - /// - public const string GdpImplicitPrice = "CAN/gdp implicit price"; - /// - /// Housing Starts - /// - public const string HousingStarts = "CAN/housing starts"; - /// - /// Imports - /// - public const string Imports = "CAN/imports"; - /// - /// Inflation Rate - /// - public const string InflationRate = "CAN/inflation rate"; - /// - /// Ivey Purchasing Managers Index Seasonally Adjusted - /// - public const string IveyPurchasingManagersIndexSeasonallyAdjusted = "CAN/ivey purchasing managers index seasonally adjusted"; - /// - /// Labor Day - /// - public const string LaborDay = "CAN/labor day"; - /// - /// Labor Productivity - /// - public const string LaborProductivity = "CAN/labor productivity"; - /// - /// Manufacturing Sales - /// - public const string ManufacturingSales = "CAN/manufacturing sales"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "CAN/markit manufacturing purchasing managers index"; - /// - /// New Housing Price Index - /// - public const string NewHousingPriceIndex = "CAN/new housing price index"; - /// - /// New Motor Vehicle Sales - /// - public const string NewMotorVehicleSales = "CAN/new motor vehicle sales"; - /// - /// New Years Day - /// - public const string NewYearsDay = "CAN/new years day"; - /// - /// Part Time Employment Change - /// - public const string PartTimeEmploymentChange = "CAN/part time employment change"; - /// - /// Participation Rate - /// - public const string ParticipationRate = "CAN/participation rate"; - /// - /// Ppi - /// - public const string Ppi = "CAN/ppi"; - /// - /// Raw Materials Price Index - /// - public const string RawMaterialsPriceIndex = "CAN/raw materials price index"; - /// - /// Retail Sales - /// - public const string RetailSales = "CAN/retail sales"; - /// - /// Retail Sales Excluding Autos - /// - public const string RetailSalesExcludingAutos = "CAN/retail sales excluding autos"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "CAN/sandp global composite purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "CAN/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "CAN/sandp global services purchasing managers index"; - /// - /// Senior Loan Officer Survey - /// - public const string SeniorLoanOfficerSurvey = "CAN/senior loan officer survey"; - /// - /// Thanksgiving Day - /// - public const string ThanksgivingDay = "CAN/thanksgiving day"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "CAN/unemployment rate"; - /// - /// Victoria Day - /// - public const string VictoriaDay = "CAN/victoria day"; - /// - /// Wholesale Sales - /// - public const string WholesaleSales = "CAN/wholesale sales"; - } - - /// - /// Switzerland - /// - public static class Switzerland - { - /// - /// Current Account - /// - public const string CurrentAccount = "CHE/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "CHE/easter monday"; - /// - /// Economic Sentiment Index - /// - public const string EconomicSentimentIndex = "CHE/economic sentiment index"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "CHE/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "CHE/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "CHE/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "CHE/inflation rate"; - /// - /// Kof Leading Indicators - /// - public const string KofLeadingIndicators = "CHE/kof leading indicators"; - /// - /// Non Farm Payrolls - /// - public const string NonFarmPayrolls = "CHE/non farm payrolls"; - /// - /// Pentecost Monday - /// - public const string PentecostMonday = "CHE/pentecost monday"; - /// - /// Procure Ch Manufacturing Purchasing Managers Index - /// - public const string ProcureChManufacturingPurchasingManagersIndex = "CHE/procure ch manufacturing purchasing managers index"; - /// - /// Producer And Import Prices - /// - public const string ProducerAndImportPrices = "CHE/producer and import prices"; - /// - /// Retail Sales - /// - public const string RetailSales = "CHE/retail sales"; - /// - /// Seco Economic Forecasts - /// - public const string SecoEconomicForecasts = "CHE/seco economic forecasts"; - /// - /// Snb Chair Jordan Speech - /// - public const string SnbChairJordanSpeech = "CHE/snb chair jordan speech"; - /// - /// Snb Interest Rate Decision - /// - public const string SnbInterestRateDecision = "CHE/snb interest rate decision"; - /// - /// Snb Jordan Speech - /// - public const string SnbJordanSpeech = "CHE/snb jordan speech"; - /// - /// Snb Press Conference - /// - public const string SnbPressConference = "CHE/snb press conference"; - /// - /// Snb Quarterly Bulletin - /// - public const string SnbQuarterlyBulletin = "CHE/snb quarterly bulletin"; - /// - /// St Berchtold - /// - public const string StBerchtold = "CHE/st berchtold"; - /// - /// Svme Manufacturing Purchasing Managers Index - /// - public const string SvmeManufacturingPurchasingManagersIndex = "CHE/svme manufacturing purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "CHE/unemployment rate"; - /// - /// World Economic Forum Annual Meeting - /// - public const string WorldEconomicForumAnnualMeeting = "CHE/world economic forum annual meeting"; - } - - /// - /// Chile - /// - public static class Chile - { - /// - /// Inflation Rate - /// - public const string InflationRate = "CHL/inflation rate"; - /// - /// Retail Sales - /// - public const string RetailSales = "CHL/retail sales"; - } - - /// - /// China - /// - public static class China - { - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "CHN/balance of trade"; - /// - /// Caixin Composite Purchasing Managers Index - /// - public const string CaixinCompositePurchasingManagersIndex = "CHN/caixin composite purchasing managers index"; - /// - /// Caixin Manufacturing Purchasing Managers Index - /// - public const string CaixinManufacturingPurchasingManagersIndex = "CHN/caixin manufacturing purchasing managers index"; - /// - /// Caixin Services Purchasing Managers Index - /// - public const string CaixinServicesPurchasingManagersIndex = "CHN/caixin services purchasing managers index"; - /// - /// Current Account - /// - public const string CurrentAccount = "CHN/current account"; - /// - /// Exports - /// - public const string Exports = "CHN/exports"; - /// - /// Fdi - /// - public const string Fdi = "CHN/fdi"; - /// - /// Fixed Asset Investment - /// - public const string FixedAssetInvestment = "CHN/fixed asset investment"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "CHN/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "CHN/gdp growth rate"; - /// - /// House Price Index - /// - public const string HousePriceIndex = "CHN/house price index"; - /// - /// Imports - /// - public const string Imports = "CHN/imports"; - /// - /// Industrial Capacity Utilization - /// - public const string IndustrialCapacityUtilization = "CHN/industrial capacity utilization"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "CHN/industrial production"; - /// - /// Industrial Profits - /// - public const string IndustrialProfits = "CHN/industrial profits"; - /// - /// Inflation Rate - /// - public const string InflationRate = "CHN/inflation rate"; - /// - /// Loan Prime Rate 1Y - /// - public const string LoanPrimeRate1Y = "CHN/loan prime rate 1y"; - /// - /// Loan Prime Rate 5Y - /// - public const string LoanPrimeRate5Y = "CHN/loan prime rate 5y"; - /// - /// M2 Money Supply - /// - public const string M2MoneySupply = "CHN/m2 money supply"; - /// - /// May Day - /// - public const string MayDay = "CHN/may day"; - /// - /// National Day Golden Week - /// - public const string NationalDayGoldenWeek = "CHN/national day golden week"; - /// - /// National Peoples Congress - /// - public const string NationalPeoplesCongress = "CHN/national peoples congress"; - /// - /// Nbs General Purchasing Managers Index - /// - public const string NbsGeneralPurchasingManagersIndex = "CHN/nbs general purchasing managers index"; - /// - /// Nbs Manufacturing Purchasing Managers Index - /// - public const string NbsManufacturingPurchasingManagersIndex = "CHN/nbs manufacturing purchasing managers index"; - /// - /// Nbs Non Manufacturing Purchasing Managers Index - /// - public const string NbsNonManufacturingPurchasingManagersIndex = "CHN/nbs non manufacturing purchasing managers index"; - /// - /// Nbs Press Conference - /// - public const string NbsPressConference = "CHN/nbs press conference"; - /// - /// New Years Day - /// - public const string NewYearsDay = "CHN/new years day"; - /// - /// New Yuan Loans - /// - public const string NewYuanLoans = "CHN/new yuan loans"; - /// - /// Non Manufacturing Purchasing Managers Index - /// - public const string NonManufacturingPurchasingManagersIndex = "CHN/non manufacturing purchasing managers index"; - /// - /// Outstanding Loan Growth - /// - public const string OutstandingLoanGrowth = "CHN/outstanding loan growth"; - /// - /// Pboc 1 Year Mlf Announcement - /// - public const string PbocOneYearMlfAnnouncement = "CHN/pboc 1 year mlf announcement"; - /// - /// Ppi - /// - public const string Ppi = "CHN/ppi"; - /// - /// Qingming Festival - /// - public const string QingmingFestival = "CHN/qingming festival"; - /// - /// Retail Sales - /// - public const string RetailSales = "CHN/retail sales"; - /// - /// Total Social Financing - /// - public const string TotalSocialFinancing = "CHN/total social financing"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "CHN/unemployment rate"; - /// - /// Vehicle Sales - /// - public const string VehicleSales = "CHN/vehicle sales"; - } - - /// - /// Ivorycoast - /// - public static class IvoryCoast - { - /// - /// Inflation Rate - /// - public const string InflationRate = "CIV/inflation rate"; - } - - /// - /// Colombia - /// - public static class Colombia - { - /// - /// Business Confidence - /// - public const string BusinessConfidence = "COL/business confidence"; - /// - /// Cement Production - /// - public const string CementProduction = "COL/cement production"; - /// - /// Columbus Day - /// - public const string ColumbusDay = "COL/columbus day"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "COL/consumer confidence"; - /// - /// Corpus Christi - /// - public const string CorpusChristi = "COL/corpus christi"; - /// - /// Davivienda Manufacturing Purchasing Managers Index - /// - public const string DaviviendaManufacturingPurchasingManagersIndex = "COL/davivienda manufacturing purchasing managers index"; - /// - /// Epiphany - /// - public const string Epiphany = "COL/epiphany"; - /// - /// Exports - /// - public const string Exports = "COL/exports"; - /// - /// Feast Of Saint Peter And Saint Paul - /// - public const string FeastOfSaintPeterAndSaintPaul = "COL/feast of saint peter and saint paul"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "COL/gdp growth rate"; - /// - /// Imports - /// - public const string Imports = "COL/imports"; - /// - /// Independence Of Cartagena - /// - public const string IndependenceOfCartagena = "COL/independence of cartagena"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "COL/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "COL/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "COL/interest rate decision"; - /// - /// Ise Economic Activity - /// - public const string IseEconomicActivity = "COL/ise economic activity"; - /// - /// Monetary Policy Minutes - /// - public const string MonetaryPolicyMinutes = "COL/monetary policy minutes"; - /// - /// Ppi - /// - public const string Ppi = "COL/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "COL/retail sales"; - /// - /// Sacred Heart - /// - public const string SacredHeart = "COL/sacred heart"; - /// - /// Saint Josephs Day - /// - public const string SaintJosephsDay = "COL/saint josephs day"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "COL/unemployment rate"; - } - - /// - /// Cyprus - /// - public static class Cyprus - { - /// - /// Construction Output - /// - public const string ConstructionOutput = "CYP/construction output"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "CYP/consumer confidence"; - /// - /// Current Account - /// - public const string CurrentAccount = "CYP/current account"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "CYP/gdp growth rate"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "CYP/harmonized inflation rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "CYP/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "CYP/inflation rate"; - /// - /// Retail Sales - /// - public const string RetailSales = "CYP/retail sales"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "CYP/unemployment rate"; - /// - /// Wage Growth - /// - public const string WageGrowth = "CYP/wage growth"; - } - - /// - /// Czechia - /// - public static class Czechia - { - /// - /// Cnb Interest Rate Decision - /// - public const string CnbInterestRateDecision = "CZE/cnb interest rate decision"; - /// - /// Construction Output - /// - public const string ConstructionOutput = "CZE/construction output"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "CZE/consumer confidence"; - /// - /// Cpi - /// - public const string Cpi = "CZE/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "CZE/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "CZE/easter monday"; - /// - /// External Debt - /// - public const string ExternalDebt = "CZE/external debt"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "CZE/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "CZE/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "CZE/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "CZE/inflation rate"; - /// - /// M3 Money Supply - /// - public const string M3MoneySupply = "CZE/m3 money supply"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "CZE/markit manufacturing purchasing managers index"; - /// - /// Ppi - /// - public const string Ppi = "CZE/ppi"; - /// - /// Real Wages - /// - public const string RealWages = "CZE/real wages"; - /// - /// Retail Sales - /// - public const string RetailSales = "CZE/retail sales"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "CZE/sandp global manufacturing purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "CZE/unemployment rate"; - } - - /// - /// Germany - /// - public static class Germany - { - /// - /// 12 Month Bubill Auction - /// - public const string TwelveMonthBubillAuction = "DEU/12 month bubill auction"; - /// - /// 15 Year Bund Auction - /// - public const string FifteenYearBundAuction = "DEU/15 year bund auction"; - /// - /// 2 Year Schatz Auction - /// - public const string TwoYearSchatzAuction = "DEU/2 year schatz auction"; - /// - /// 3 Month Bubill Auction - /// - public const string ThreeMonthBubillAuction = "DEU/3 month bubill auction"; - /// - /// 30 Year Bund Auction - /// - public const string ThirtyYearBundAuction = "DEU/30 year bund auction"; - /// - /// 5 Year Bobl Auction - /// - public const string FiveYearBoblAuction = "DEU/5 year bobl auction"; - /// - /// 7 Year Bund Auction - /// - public const string SevenYearBundAuction = "DEU/7 year bund auction"; - /// - /// 9 Month Bubill Auction - /// - public const string NineMonthBubillAuction = "DEU/9 month bubill auction"; - /// - /// Baden Wuerttemberg Consumer Price Index - /// - public const string BadenWuerttembergConsumerPriceIndex = "DEU/baden wuerttemberg consumer price index"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "DEU/balance of trade"; - /// - /// Balance Of Trade Seasonally Adjusted - /// - public const string BalanceOfTradeSeasonallyAdjusted = "DEU/balance of trade seasonally adjusted"; - /// - /// Bavaria Consumer Price Index - /// - public const string BavariaConsumerPriceIndex = "DEU/bavaria consumer price index"; - /// - /// Brandenburg Consumer Price Index - /// - public const string BrandenburgConsumerPriceIndex = "DEU/brandenburg consumer price index"; - /// - /// Bundesbank Balz Speech - /// - public const string BundesbankBalzSpeech = "DEU/bundesbank balz speech"; - /// - /// Bundesbank Beermann Speech - /// - public const string BundesbankBeermannSpeech = "DEU/bundesbank beermann speech"; - /// - /// Bundesbank Buch Speech - /// - public const string BundesbankBuchSpeech = "DEU/bundesbank buch speech"; - /// - /// Bundesbank Mauderer Speech - /// - public const string BundesbankMaudererSpeech = "DEU/bundesbank mauderer speech"; - /// - /// Bundesbank Monthly Report - /// - public const string BundesbankMonthlyReport = "DEU/bundesbank monthly report"; - /// - /// Bundesbank Nagel Speech - /// - public const string BundesbankNagelSpeech = "DEU/bundesbank nagel speech"; - /// - /// Bundesbank President Nagel Speech - /// - public const string BundesbankPresidentNagelSpeech = "DEU/bundesbank president nagel speech"; - /// - /// Bundesbank Weidmann Speech - /// - public const string BundesbankWeidmannSpeech = "DEU/bundesbank weidmann speech"; - /// - /// Bundesbank Wuermeling Speech - /// - public const string BundesbankWuermelingSpeech = "DEU/bundesbank wuermeling speech"; - /// - /// Construction Purchasing Managers Index - /// - public const string ConstructionPurchasingManagersIndex = "DEU/construction purchasing managers index"; - /// - /// Cpi - /// - public const string Cpi = "DEU/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "DEU/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "DEU/easter monday"; - /// - /// Exports - /// - public const string Exports = "DEU/exports"; - /// - /// Exports Mom Seasonally Adjusted - /// - public const string ExportsMomSeasonallyAdjusted = "DEU/exports mom seasonally adjusted"; - /// - /// Factory Orders - /// - public const string FactoryOrders = "DEU/factory orders"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "DEU/gdp growth rate"; - /// - /// Gfk Consumer Confidence - /// - public const string GfkConsumerConfidence = "DEU/gfk consumer confidence"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "DEU/harmonized inflation rate"; - /// - /// Hcob Composite Purchasing Managers Index - /// - public const string HcobCompositePurchasingManagersIndex = "DEU/hcob composite purchasing managers index"; - /// - /// Hcob Construction Purchasing Managers Index - /// - public const string HcobConstructionPurchasingManagersIndex = "DEU/hcob construction purchasing managers index"; - /// - /// Hcob Manufacturing Purchasing Managers Index - /// - public const string HcobManufacturingPurchasingManagersIndex = "DEU/hcob manufacturing purchasing managers index"; - /// - /// Hcob Services Purchasing Managers Index - /// - public const string HcobServicesPurchasingManagersIndex = "DEU/hcob services purchasing managers index"; - /// - /// Hesse Consumer Price Index - /// - public const string HesseConsumerPriceIndex = "DEU/hesse consumer price index"; - /// - /// Ifo Business Climate - /// - public const string IfoBusinessClimate = "DEU/ifo business climate"; - /// - /// Ifo Current Conditions - /// - public const string IfoCurrentConditions = "DEU/ifo current conditions"; - /// - /// Ifo Expectations - /// - public const string IfoExpectations = "DEU/ifo expectations"; - /// - /// Import Prices - /// - public const string ImportPrices = "DEU/import prices"; - /// - /// Imports - /// - public const string Imports = "DEU/imports"; - /// - /// Imports Mom Seasonally Adjusted - /// - public const string ImportsMomSeasonallyAdjusted = "DEU/imports mom seasonally adjusted"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "DEU/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "DEU/inflation rate"; - /// - /// Markit Composite Purchasing Managers Index - /// - public const string MarkitCompositePurchasingManagersIndex = "DEU/markit composite purchasing managers index"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "DEU/markit manufacturing purchasing managers index"; - /// - /// Markit Services Purchasing Managers Index - /// - public const string MarkitServicesPurchasingManagersIndex = "DEU/markit services purchasing managers index"; - /// - /// New Car Registrations - /// - public const string NewCarRegistrations = "DEU/new car registrations"; - /// - /// New Years Day - /// - public const string NewYearsDay = "DEU/new years day"; - /// - /// North Rhine Westphalia Consumer Price Index - /// - public const string NorthRhineWestphaliaConsumerPriceIndex = "DEU/north rhine westphalia consumer price index"; - /// - /// Ppi - /// - public const string Ppi = "DEU/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "DEU/retail sales"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "DEU/sandp global composite purchasing managers index"; - /// - /// Sandp Global Construction Purchasing Managers Index - /// - public const string SandpGlobalConstructionPurchasingManagersIndex = "DEU/sandp global construction purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "DEU/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "DEU/sandp global services purchasing managers index"; - /// - /// Saxony Consumer Price Index - /// - public const string SaxonyConsumerPriceIndex = "DEU/saxony consumer price index"; - /// - /// Unemployed Persons - /// - public const string UnemployedPersons = "DEU/unemployed persons"; - /// - /// Unemployment Change - /// - public const string UnemploymentChange = "DEU/unemployment change"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "DEU/unemployment rate"; - /// - /// Unemployment Rate Harmonized - /// - public const string UnemploymentRateHarmonized = "DEU/unemployment rate harmonized"; - /// - /// Wholesale Prices - /// - public const string WholesalePrices = "DEU/wholesale prices"; - /// - /// Zew Current Conditions - /// - public const string ZewCurrentConditions = "DEU/zew current conditions"; - /// - /// Zew Economic Sentiment Index - /// - public const string ZewEconomicSentimentIndex = "DEU/zew economic sentiment index"; - } - - /// - /// Denmark - /// - public static class Denmark - { - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "DNK/consumer confidence"; - /// - /// Cpi - /// - public const string Cpi = "DNK/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "DNK/current account"; - /// - /// Dilf Manufacturing Purchasing Managers Index - /// - public const string DilfManufacturingPurchasingManagersIndex = "DNK/dilf manufacturing purchasing managers index"; - /// - /// Easter Monday - /// - public const string EasterMonday = "DNK/easter monday"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "DNK/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "DNK/gdp growth rate"; - /// - /// Gdp Growth Rate Qoq Adv - /// - public const string GdpGrowthRateQoqAdv = "DNK/gdp growth rate qoq adv"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "DNK/harmonized inflation rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "DNK/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "DNK/inflation rate"; - /// - /// Manufacturing Production - /// - public const string ManufacturingProduction = "DNK/manufacturing production"; - /// - /// New Years Day - /// - public const string NewYearsDay = "DNK/new years day"; - /// - /// Retail Sales - /// - public const string RetailSales = "DNK/retail sales"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "DNK/unemployment rate"; - } - - /// - /// Dominicanrepublic - /// - public static class DominicanRepublic - { - /// - /// Inflation Rate - /// - public const string InflationRate = "DOM/inflation rate"; - } - - /// - /// Ecuador - /// - public static class Ecuador - { - /// - /// Inflation Rate - /// - public const string InflationRate = "ECU/inflation rate"; - } - - /// - /// Egypt - /// - public static class Egypt - { - /// - /// Inflation Rate - /// - public const string InflationRate = "EGY/inflation rate"; - } - - /// - /// Spain - /// - public static class Spain - { - /// - /// 12 Month Letras Auction - /// - public const string TwelveMonthLetrasAuction = "ESP/12 month letras auction"; - /// - /// 15 Year Obligacion Auction - /// - public const string FifteenYearObligacionAuction = "ESP/15 year obligacion auction"; - /// - /// 3 Month Letras Auction - /// - public const string ThreeMonthLetrasAuction = "ESP/3 month letras auction"; - /// - /// 3 Year Bonos Auction - /// - public const string ThreeYearBonosAuction = "ESP/3 year bonos auction"; - /// - /// 30 Year Obligacion Auction - /// - public const string ThirtyYearObligacionAuction = "ESP/30 year obligacion auction"; - /// - /// 5 Year Bonos Auction - /// - public const string FiveYearBonosAuction = "ESP/5 year bonos auction"; - /// - /// 50 Year Obligacion Auction - /// - public const string FiftyYearObligacionAuction = "ESP/50 year obligacion auction"; - /// - /// 6 Month Letras Auction - /// - public const string SixMonthLetrasAuction = "ESP/6 month letras auction"; - /// - /// 7 Year Obligacion Auction - /// - public const string SevenYearObligacionAuction = "ESP/7 year obligacion auction"; - /// - /// 9 Month Letras Auction - /// - public const string NineMonthLetrasAuction = "ESP/9 month letras auction"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "ESP/balance of trade"; - /// - /// Bonos Auction - /// - public const string BonosAuction = "ESP/bonos auction"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "ESP/business confidence"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "ESP/consumer confidence"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "ESP/core inflation rate"; - /// - /// Cpi - /// - public const string Cpi = "ESP/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "ESP/current account"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "ESP/gdp growth rate"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "ESP/harmonized inflation rate"; - /// - /// Hcob Composite Purchasing Managers Index - /// - public const string HcobCompositePurchasingManagersIndex = "ESP/hcob composite purchasing managers index"; - /// - /// Hcob Manufacturing Purchasing Managers Index - /// - public const string HcobManufacturingPurchasingManagersIndex = "ESP/hcob manufacturing purchasing managers index"; - /// - /// Hcob Services Purchasing Managers Index - /// - public const string HcobServicesPurchasingManagersIndex = "ESP/hcob services purchasing managers index"; - /// - /// Index Linked Obligacion Auction - /// - public const string IndexLinkedObligacionAuction = "ESP/index linked obligacion auction"; - /// - /// Industrial Orders - /// - public const string IndustrialOrders = "ESP/industrial orders"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "ESP/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "ESP/inflation rate"; - /// - /// Markit Composite Purchasing Managers Index - /// - public const string MarkitCompositePurchasingManagersIndex = "ESP/markit composite purchasing managers index"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "ESP/markit manufacturing purchasing managers index"; - /// - /// Markit Services Purchasing Managers Index - /// - public const string MarkitServicesPurchasingManagersIndex = "ESP/markit services purchasing managers index"; - /// - /// New Car Sales - /// - public const string NewCarSales = "ESP/new car sales"; - /// - /// Obligacion Auction - /// - public const string ObligacionAuction = "ESP/obligacion auction"; - /// - /// Ppi - /// - public const string Ppi = "ESP/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "ESP/retail sales"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "ESP/sandp global composite purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "ESP/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "ESP/sandp global services purchasing managers index"; - /// - /// Tourist Arrivals - /// - public const string TouristArrivals = "ESP/tourist arrivals"; - /// - /// Unemployment Change - /// - public const string UnemploymentChange = "ESP/unemployment change"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "ESP/unemployment rate"; - } - - /// - /// Estonia - /// - public static class Estonia - { - /// - /// Cpi - /// - public const string Cpi = "EST/cpi"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "EST/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "EST/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "EST/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "EST/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "EST/retail sales"; - } - - /// - /// Europeanunion - /// - public static class EuropeanUnion - { - /// - /// 3 Month Bill Auction - /// - public const string ThreeMonthBillAuction = "EUR/3 month bill auction"; - /// - /// 3 Year Bond Auction - /// - public const string ThreeYearBondAuction = "EUR/3 year bond auction"; - /// - /// 5 Year Bond Auction - /// - public const string FiveYearBondAuction = "EUR/5 year bond auction"; - /// - /// 6 Month Bill Auction - /// - public const string SixMonthBillAuction = "EUR/6 month bill auction"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "EUR/balance of trade"; - /// - /// Construction Output - /// - public const string ConstructionOutput = "EUR/construction output"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "EUR/consumer confidence"; - /// - /// Consumer Inflation Expectations - /// - public const string ConsumerInflationExpectations = "EUR/consumer inflation expectations"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "EUR/core inflation rate"; - /// - /// Cpi - /// - public const string Cpi = "EUR/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "EUR/current account"; - /// - /// Current Account Seasonally Adjusted - /// - public const string CurrentAccountSeasonallyAdjusted = "EUR/current account seasonally adjusted"; - /// - /// Deposit Facility Rate - /// - public const string DepositFacilityRate = "EUR/deposit facility rate"; - /// - /// Ecb Af Jochnick Speech - /// - public const string EcbAfJochnickSpeech = "EUR/ecb af jochnick speech"; - /// - /// Ecb Bank Lending Survey - /// - public const string EcbBankLendingSurvey = "EUR/ecb bank lending survey"; - /// - /// Ecb Buch Speech - /// - public const string EcbBuchSpeech = "EUR/ecb buch speech"; - /// - /// Ecb Cipollone Speech - /// - public const string EcbCipolloneSpeech = "EUR/ecb cipollone speech"; - /// - /// Ecb Cur Speech - /// - public const string EcbCurSpeech = "EUR/ecb cur speech"; - /// - /// Ecb De Guindos Speech - /// - public const string EcbDeGuindosSpeech = "EUR/ecb de guindos speech"; - /// - /// Ecb Economic Bulletin - /// - public const string EcbEconomicBulletin = "EUR/ecb economic bulletin"; - /// - /// Ecb Elderson Speech - /// - public const string EcbEldersonSpeech = "EUR/ecb elderson speech"; - /// - /// Ecb Enria Speech - /// - public const string EcbEnriaSpeech = "EUR/ecb enria speech"; - /// - /// Ecb Fernandez Bollo Speech - /// - public const string EcbFernandezBolloSpeech = "EUR/ecb fernandez bollo speech"; - /// - /// Ecb Financial Stability Review - /// - public const string EcbFinancialStabilityReview = "EUR/ecb financial stability review"; - /// - /// Ecb Forum On Central Banking - /// - public const string EcbForumOnCentralBanking = "EUR/ecb forum on central banking"; - /// - /// Ecb General Council Meeting - /// - public const string EcbGeneralCouncilMeeting = "EUR/ecb general council meeting"; - /// - /// Ecb Guindos Speech - /// - public const string EcbGuindosSpeech = "EUR/ecb guindos speech"; - /// - /// Ecb Hakkarainen Speech - /// - public const string EcbHakkarainenSpeech = "EUR/ecb hakkarainen speech"; - /// - /// Ecb Interest Rate Decision - /// - public const string EcbInterestRateDecision = "EUR/ecb interest rate decision"; - /// - /// Ecb Jochnick Speech - /// - public const string EcbJochnickSpeech = "EUR/ecb jochnick speech"; - /// - /// Ecb Lane Speech - /// - public const string EcbLaneSpeech = "EUR/ecb lane speech"; - /// - /// Ecb Lautenschlger Speech - /// - public const string EcbLautenschlgerSpeech = "EUR/ecb lautenschlger speech"; - /// - /// Ecb Mccaul Speech - /// - public const string EcbMccaulSpeech = "EUR/ecb mccaul speech"; - /// - /// Ecb Mersch Speech - /// - public const string EcbMerschSpeech = "EUR/ecb mersch speech"; - /// - /// Ecb Monetary Policy Meeting Accounts - /// - public const string EcbMonetaryPolicyMeetingAccounts = "EUR/ecb monetary policy meeting accounts"; - /// - /// Ecb Non Monetary Policy Meeting - /// - public const string EcbNonMonetaryPolicyMeeting = "EUR/ecb non monetary policy meeting"; - /// - /// Ecb Panetta Speech - /// - public const string EcbPanettaSpeech = "EUR/ecb panetta speech"; - /// - /// Ecb Praet Speech - /// - public const string EcbPraetSpeech = "EUR/ecb praet speech"; - /// - /// Ecb President Draghi Speech - /// - public const string EcbPresidentDraghiSpeech = "EUR/ecb president draghi speech"; - /// - /// Ecb President Lagarde Speech - /// - public const string EcbPresidentLagardeSpeech = "EUR/ecb president lagarde speech"; - /// - /// Ecb Press Conference - /// - public const string EcbPressConference = "EUR/ecb press conference"; - /// - /// Ecb Schnabel Speech - /// - public const string EcbSchnabelSpeech = "EUR/ecb schnabel speech"; - /// - /// Ecb Survey Of Professional Forecasters - /// - public const string EcbSurveyOfProfessionalForecasters = "EUR/ecb survey of professional forecasters"; - /// - /// Ecb Tuominen Speech - /// - public const string EcbTuominenSpeech = "EUR/ecb tuominen speech"; - /// - /// Ecofin Meeting - /// - public const string EcofinMeeting = "EUR/ecofin meeting"; - /// - /// Economic Sentiment - /// - public const string EconomicSentiment = "EUR/economic sentiment"; - /// - /// Employment Change - /// - public const string EmploymentChange = "EUR/employment change"; - /// - /// Eu Bonds Auction - /// - public const string EuBondsAuction = "EUR/eu bonds auction"; - /// - /// Eurogroup Meeting - /// - public const string EurogroupMeeting = "EUR/eurogroup meeting"; - /// - /// Eurogroup Video Conference - /// - public const string EurogroupVideoConference = "EUR/eurogroup video conference"; - /// - /// European Commission Forecasts - /// - public const string EuropeanCommissionForecasts = "EUR/european commission forecasts"; - /// - /// European Council Meeting - /// - public const string EuropeanCouncilMeeting = "EUR/european council meeting"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "EUR/gdp growth rate"; - /// - /// Gdp Growth Rate Qoq 3Rd - /// - public const string GdpGrowthRateQoq3Rd = "EUR/gdp growth rate qoq 3rd"; - /// - /// Gdp Growth Rate Yoy 3Rd - /// - public const string GdpGrowthRateYoy3Rd = "EUR/gdp growth rate yoy 3rd"; - /// - /// Government Debt To Gdp - /// - public const string GovernmentDebtToGdp = "EUR/government debt to gdp"; - /// - /// Hcob Composite Purchasing Managers Index - /// - public const string HcobCompositePurchasingManagersIndex = "EUR/hcob composite purchasing managers index"; - /// - /// Hcob Construction Purchasing Managers Index - /// - public const string HcobConstructionPurchasingManagersIndex = "EUR/hcob construction purchasing managers index"; - /// - /// Hcob Manufacturing Purchasing Managers Index - /// - public const string HcobManufacturingPurchasingManagersIndex = "EUR/hcob manufacturing purchasing managers index"; - /// - /// Hcob Services Purchasing Managers Index - /// - public const string HcobServicesPurchasingManagersIndex = "EUR/hcob services purchasing managers index"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "EUR/industrial production"; - /// - /// Industrial Sentiment - /// - public const string IndustrialSentiment = "EUR/industrial sentiment"; - /// - /// Inflation Rate - /// - public const string InflationRate = "EUR/inflation rate"; - /// - /// Labor Costs Index - /// - public const string LaborCostsIndex = "EUR/labor costs index"; - /// - /// Loan Growth - /// - public const string LoanGrowth = "EUR/loan growth"; - /// - /// Loans To Companies - /// - public const string LoansToCompanies = "EUR/loans to companies"; - /// - /// Loans To Households - /// - public const string LoansToHouseholds = "EUR/loans to households"; - /// - /// M3 Money Supply - /// - public const string M3MoneySupply = "EUR/m3 money supply"; - /// - /// Marginal Lending Rate - /// - public const string MarginalLendingRate = "EUR/marginal lending rate"; - /// - /// Markit Composite Purchasing Managers Index - /// - public const string MarkitCompositePurchasingManagersIndex = "EUR/markit composite purchasing managers index"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "EUR/markit manufacturing purchasing managers index"; - /// - /// Markit Services Purchasing Managers Index - /// - public const string MarkitServicesPurchasingManagersIndex = "EUR/markit services purchasing managers index"; - /// - /// New Car Registrations - /// - public const string NewCarRegistrations = "EUR/new car registrations"; - /// - /// Ppi - /// - public const string Ppi = "EUR/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "EUR/retail sales"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "EUR/sandp global composite purchasing managers index"; - /// - /// Sandp Global Construction Purchasing Managers Index - /// - public const string SandpGlobalConstructionPurchasingManagersIndex = "EUR/sandp global construction purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "EUR/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "EUR/sandp global services purchasing managers index"; - /// - /// Selling Price Expectations - /// - public const string SellingPriceExpectations = "EUR/selling price expectations"; - /// - /// Services Sentiment - /// - public const string ServicesSentiment = "EUR/services sentiment"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "EUR/unemployment rate"; - /// - /// Wage Growth - /// - public const string WageGrowth = "EUR/wage growth"; - /// - /// Zew Economic Sentiment Index - /// - public const string ZewEconomicSentimentIndex = "EUR/zew economic sentiment index"; - } - - /// - /// Finland - /// - public static class Finland - { - /// - /// Business Confidence - /// - public const string BusinessConfidence = "FIN/business confidence"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "FIN/consumer confidence"; - /// - /// Current Account - /// - public const string CurrentAccount = "FIN/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "FIN/easter monday"; - /// - /// Export Prices - /// - public const string ExportPrices = "FIN/export prices"; - /// - /// Gdp - /// - public const string Gdp = "FIN/gdp"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "FIN/gdp growth rate"; - /// - /// Import Prices - /// - public const string ImportPrices = "FIN/import prices"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "FIN/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "FIN/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "FIN/ppi"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "FIN/unemployment rate"; - } - - /// - /// France - /// - public static class France - { - /// - /// 12 Month Btf Auction - /// - public const string TwelveMonthBtfAuction = "FRA/12 month btf auction"; - /// - /// 20 Year Oat Auction - /// - public const string TwentyYearOatAuction = "FRA/20 year oat auction"; - /// - /// 3 Month Btf Auction - /// - public const string ThreeMonthBtfAuction = "FRA/3 month btf auction"; - /// - /// 3 Year Btan Auction - /// - public const string ThreeYearBtanAuction = "FRA/3 year btan auction"; - /// - /// 3 Year Oat Auction - /// - public const string ThreeYearOatAuction = "FRA/3 year oat auction"; - /// - /// 30 Year Oat Auction - /// - public const string ThirtyYearOatAuction = "FRA/30 year oat auction"; - /// - /// 5 Year Btan Auction - /// - public const string FiveYearBtanAuction = "FRA/5 year btan auction"; - /// - /// 5 Year Oat Auction - /// - public const string FiveYearOatAuction = "FRA/5 year oat auction"; - /// - /// 6 Month Btf Auction - /// - public const string SixMonthBtfAuction = "FRA/6 month btf auction"; - /// - /// Assumption Of Mary - /// - public const string AssumptionOfMary = "FRA/assumption of mary"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "FRA/balance of trade"; - /// - /// Budget Balance - /// - public const string BudgetBalance = "FRA/budget balance"; - /// - /// Business Climate Indicators - /// - public const string BusinessClimateIndicators = "FRA/business climate indicators"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "FRA/business confidence"; - /// - /// Construction Purchasing Managers Index - /// - public const string ConstructionPurchasingManagersIndex = "FRA/construction purchasing managers index"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "FRA/consumer confidence"; - /// - /// Current Account - /// - public const string CurrentAccount = "FRA/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "FRA/easter monday"; - /// - /// Exports - /// - public const string Exports = "FRA/exports"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "FRA/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "FRA/gdp growth rate"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "FRA/harmonized inflation rate"; - /// - /// Hcob Composite Purchasing Managers Index - /// - public const string HcobCompositePurchasingManagersIndex = "FRA/hcob composite purchasing managers index"; - /// - /// Hcob Construction Purchasing Managers Index - /// - public const string HcobConstructionPurchasingManagersIndex = "FRA/hcob construction purchasing managers index"; - /// - /// Hcob Manufacturing Purchasing Managers Index - /// - public const string HcobManufacturingPurchasingManagersIndex = "FRA/hcob manufacturing purchasing managers index"; - /// - /// Hcob Services Purchasing Managers Index - /// - public const string HcobServicesPurchasingManagersIndex = "FRA/hcob services purchasing managers index"; - /// - /// Household Consumption - /// - public const string HouseholdConsumption = "FRA/household consumption"; - /// - /// Iea Oil Market Report - /// - public const string IeaOilMarketReport = "FRA/iea oil market report"; - /// - /// Imports - /// - public const string Imports = "FRA/imports"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "FRA/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "FRA/inflation rate"; - /// - /// Jobseekers Total - /// - public const string JobseekersTotal = "FRA/jobseekers total"; - /// - /// Markit Composite Purchasing Managers Index - /// - public const string MarkitCompositePurchasingManagersIndex = "FRA/markit composite purchasing managers index"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "FRA/markit manufacturing purchasing managers index"; - /// - /// Markit Services Purchasing Managers Index - /// - public const string MarkitServicesPurchasingManagersIndex = "FRA/markit services purchasing managers index"; - /// - /// New Car Registrations - /// - public const string NewCarRegistrations = "FRA/new car registrations"; - /// - /// Non Farm Payrolls - /// - public const string NonFarmPayrolls = "FRA/non farm payrolls"; - /// - /// Ppi - /// - public const string Ppi = "FRA/ppi"; - /// - /// Private Non Farm Payrolls - /// - public const string PrivateNonFarmPayrolls = "FRA/private non farm payrolls"; - /// - /// Retail Sales - /// - public const string RetailSales = "FRA/retail sales"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "FRA/sandp global composite purchasing managers index"; - /// - /// Sandp Global Construction Purchasing Managers Index - /// - public const string SandpGlobalConstructionPurchasingManagersIndex = "FRA/sandp global construction purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "FRA/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "FRA/sandp global services purchasing managers index"; - /// - /// Unemployment Benefit Claims - /// - public const string UnemploymentBenefitClaims = "FRA/unemployment benefit claims"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "FRA/unemployment rate"; - } - - /// - /// Unitedkingdom - /// - public static class UnitedKingdom - { - /// - /// 3 Year Treasury Gilt Auction - /// - public const string ThreeYearTreasuryGiltAuction = "GBR/3 year treasury gilt auction"; - /// - /// 30 Year Treasury Gilt Auction - /// - public const string ThirtyYearTreasuryGiltAuction = "GBR/30 year treasury gilt auction"; - /// - /// 5 Year Treasury Gilt Auction - /// - public const string FiveYearTreasuryGiltAuction = "GBR/5 year treasury gilt auction"; - /// - /// Average Earnings Excluding Bonus - /// - public const string AverageEarningsExcludingBonus = "GBR/average earnings excluding bonus"; - /// - /// Average Earnings Including Bonus - /// - public const string AverageEarningsIncludingBonus = "GBR/average earnings including bonus"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "GBR/balance of trade"; - /// - /// Bank Of England Breeden Speech - /// - public const string BankOfEnglandBreedenSpeech = "GBR/bank of england breeden speech"; - /// - /// Bank Of England Broadbent Speech - /// - public const string BankOfEnglandBroadbentSpeech = "GBR/bank of england broadbent speech"; - /// - /// Bank Of England Consumer Credit - /// - public const string BankOfEnglandConsumerCredit = "GBR/bank of england consumer credit"; - /// - /// Bank Of England Cunliffe Speech - /// - public const string BankOfEnglandCunliffeSpeech = "GBR/bank of england cunliffe speech"; - /// - /// Bank Of England Dhingra Speech - /// - public const string BankOfEnglandDhingraSpeech = "GBR/bank of england dhingra speech"; - /// - /// Bank Of England Fpc Meeting - /// - public const string BankOfEnglandFpcMeeting = "GBR/bank of england fpc meeting"; - /// - /// Bank Of England Gov Bailey Speech - /// - public const string BankOfEnglandGovBaileySpeech = "GBR/bank of england gov bailey speech"; - /// - /// Bank Of England Gov Carney Speech - /// - public const string BankOfEnglandGovCarneySpeech = "GBR/bank of england gov carney speech"; - /// - /// Bank Of England Haldane Speech - /// - public const string BankOfEnglandHaldaneSpeech = "GBR/bank of england haldane speech"; - /// - /// Bank Of England Haskel Speech - /// - public const string BankOfEnglandHaskelSpeech = "GBR/bank of england haskel speech"; - /// - /// Bank Of England Interest Rate Decision - /// - public const string BankOfEnglandInterestRateDecision = "GBR/bank of england interest rate decision"; - /// - /// Bank Of England L Mann Speech - /// - public const string BankOfEnglandLMannSpeech = "GBR/bank of england l mann speech"; - /// - /// Bank Of England Mann Speech - /// - public const string BankOfEnglandMannSpeech = "GBR/bank of england mann speech"; - /// - /// Bank Of England Monetary Policy Report - /// - public const string BankOfEnglandMonetaryPolicyReport = "GBR/bank of england monetary policy report"; - /// - /// Bank Of England Mpc Vote Cut - /// - public const string BankOfEnglandMpcVoteCut = "GBR/bank of england mpc vote cut"; - /// - /// Bank Of England Mpc Vote Hike - /// - public const string BankOfEnglandMpcVoteHike = "GBR/bank of england mpc vote hike"; - /// - /// Bank Of England Mpc Vote Unchanged - /// - public const string BankOfEnglandMpcVoteUnchanged = "GBR/bank of england mpc vote unchanged"; - /// - /// Bank Of England Pill Speech - /// - public const string BankOfEnglandPillSpeech = "GBR/bank of england pill speech"; - /// - /// Bank Of England Quantitative Easing - /// - public const string BankOfEnglandQuantitativeEasing = "GBR/bank of england quantitative easing"; - /// - /// Bank Of England Quarterly Bulletin - /// - public const string BankOfEnglandQuarterlyBulletin = "GBR/bank of england quarterly bulletin"; - /// - /// Bank Of England Ramsden Speech - /// - public const string BankOfEnglandRamsdenSpeech = "GBR/bank of england ramsden speech"; - /// - /// Bank Of England Saunders Speech - /// - public const string BankOfEnglandSaundersSpeech = "GBR/bank of england saunders speech"; - /// - /// Bank Of England Tenreyro Speech - /// - public const string BankOfEnglandTenreyroSpeech = "GBR/bank of england tenreyro speech"; - /// - /// Bank Of England Vlieghe Speech - /// - public const string BankOfEnglandVliegheSpeech = "GBR/bank of england vlieghe speech"; - /// - /// Bank Of England Woods Speech - /// - public const string BankOfEnglandWoodsSpeech = "GBR/bank of england woods speech"; - /// - /// Bba Mortgage Rate - /// - public const string BbaMortgageRate = "GBR/bba mortgage rate"; - /// - /// Brc Retail Sales Monitor - /// - public const string BrcRetailSalesMonitor = "GBR/brc retail sales monitor"; - /// - /// Business Investment - /// - public const string BusinessInvestment = "GBR/business investment"; - /// - /// Car Production - /// - public const string CarProduction = "GBR/car production"; - /// - /// Cbi Business Optimism Index - /// - public const string CbiBusinessOptimismIndex = "GBR/cbi business optimism index"; - /// - /// Cbi Distributive Trades - /// - public const string CbiDistributiveTrades = "GBR/cbi distributive trades"; - /// - /// Cbi Industrial Trends Orders - /// - public const string CbiIndustrialTrendsOrders = "GBR/cbi industrial trends orders"; - /// - /// Claimant Count Change - /// - public const string ClaimantCountChange = "GBR/claimant count change"; - /// - /// Construction Orders - /// - public const string ConstructionOrders = "GBR/construction orders"; - /// - /// Construction Output - /// - public const string ConstructionOutput = "GBR/construction output"; - /// - /// Construction Purchasing Managers Index - /// - public const string ConstructionPurchasingManagersIndex = "GBR/construction purchasing managers index"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "GBR/core inflation rate"; - /// - /// Current Account - /// - public const string CurrentAccount = "GBR/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "GBR/easter monday"; - /// - /// Employment Change - /// - public const string EmploymentChange = "GBR/employment change"; - /// - /// Gdp - /// - public const string Gdp = "GBR/gdp"; - /// - /// Gdp 3 Month Average - /// - public const string GdpThreeMonthAverage = "GBR/gdp 3 month average"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "GBR/gdp growth rate"; - /// - /// Gfk Consumer Confidence - /// - public const string GfkConsumerConfidence = "GBR/gfk consumer confidence"; - /// - /// Goods Trade Balance - /// - public const string GoodsTradeBalance = "GBR/goods trade balance"; - /// - /// Goods Trade Balance Non Eu - /// - public const string GoodsTradeBalanceNonEu = "GBR/goods trade balance non eu"; - /// - /// Halifax House Price Index - /// - public const string HalifaxHousePriceIndex = "GBR/halifax house price index"; - /// - /// Hmrc Payrolls Change - /// - public const string HmrcPayrollsChange = "GBR/hmrc payrolls change"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "GBR/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "GBR/inflation rate"; - /// - /// Labor Productivity - /// - public const string LaborProductivity = "GBR/labor productivity"; - /// - /// Late Summer Bank Holiday - /// - public const string LateSummerBankHoliday = "GBR/late summer bank holiday"; - /// - /// M4 Money Supply - /// - public const string M4MoneySupply = "GBR/m4 money supply"; - /// - /// Manufacturing Production - /// - public const string ManufacturingProduction = "GBR/manufacturing production"; - /// - /// Markit Cips Composite Purchasing Managers Index - /// - public const string MarkitCipsCompositePurchasingManagersIndex = "GBR/markit cips composite purchasing managers index"; - /// - /// Markit Cips Manufacturing Purchasing Managers Index - /// - public const string MarkitCipsManufacturingPurchasingManagersIndex = "GBR/markit cips manufacturing purchasing managers index"; - /// - /// Markit Cips Uk Services Purchasing Managers Index - /// - public const string MarkitCipsUkServicesPurchasingManagersIndex = "GBR/markit cips uk services purchasing managers index"; - /// - /// Monetary Policy Report - /// - public const string MonetaryPolicyReport = "GBR/monetary policy report"; - /// - /// Mortgage Approvals - /// - public const string MortgageApprovals = "GBR/mortgage approvals"; - /// - /// Mortgage Lending - /// - public const string MortgageLending = "GBR/mortgage lending"; - /// - /// Mpc Meeting Minutes - /// - public const string MpcMeetingMinutes = "GBR/mpc meeting minutes"; - /// - /// Nationwide Housing Prices - /// - public const string NationwideHousingPrices = "GBR/nationwide housing prices"; - /// - /// Net Lending To Individuals - /// - public const string NetLendingToIndividuals = "GBR/net lending to individuals"; - /// - /// New Car Sales - /// - public const string NewCarSales = "GBR/new car sales"; - /// - /// Niesr Monthly Gdp Tracker - /// - public const string NiesrMonthlyGdpTracker = "GBR/niesr monthly gdp tracker"; - /// - /// Producer Price Index Core Output - /// - public const string ProducerPriceIndexCoreOutput = "GBR/producer price index core output"; - /// - /// Producer Price Index Input - /// - public const string ProducerPriceIndexInput = "GBR/producer price index input"; - /// - /// Producer Price Index Output - /// - public const string ProducerPriceIndexOutput = "GBR/producer price index output"; - /// - /// Public Sector Net Borrowing - /// - public const string PublicSectorNetBorrowing = "GBR/public sector net borrowing"; - /// - /// Public Sector Net Borrowing Excluding Banks - /// - public const string PublicSectorNetBorrowingExcludingBanks = "GBR/public sector net borrowing excluding banks"; - /// - /// Retail Price Index - /// - public const string RetailPriceIndex = "GBR/retail price index"; - /// - /// Retail Sales - /// - public const string RetailSales = "GBR/retail sales"; - /// - /// Retail Sales Excluding Fuel - /// - public const string RetailSalesExcludingFuel = "GBR/retail sales excluding fuel"; - /// - /// Rics House Price Balance - /// - public const string RicsHousePriceBalance = "GBR/rics house price balance"; - /// - /// Sandp Global Cips Composite Purchasing Managers Index - /// - public const string SandpGlobalCipsCompositePurchasingManagersIndex = "GBR/sandp global cips composite purchasing managers index"; - /// - /// Sandp Global Cips Construction Purchasing Managers Index - /// - public const string SandpGlobalCipsConstructionPurchasingManagersIndex = "GBR/sandp global cips construction purchasing managers index"; - /// - /// Sandp Global Cips Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalCipsManufacturingPurchasingManagersIndex = "GBR/sandp global cips manufacturing purchasing managers index"; - /// - /// Sandp Global Cips Services Purchasing Managers Index - /// - public const string SandpGlobalCipsServicesPurchasingManagersIndex = "GBR/sandp global cips services purchasing managers index"; - /// - /// Sandp Global Cips Uk Services Purchasing Managers Index - /// - public const string SandpGlobalCipsUkServicesPurchasingManagersIndex = "GBR/sandp global cips uk services purchasing managers index"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "GBR/sandp global composite purchasing managers index"; - /// - /// Sandp Global Construction Purchasing Managers Index - /// - public const string SandpGlobalConstructionPurchasingManagersIndex = "GBR/sandp global construction purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "GBR/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "GBR/sandp global services purchasing managers index"; - /// - /// Spring Bank Holiday - /// - public const string SpringBankHoliday = "GBR/spring bank holiday"; - /// - /// Uk Finance Mortgage Approvals - /// - public const string UkFinanceMortgageApprovals = "GBR/uk finance mortgage approvals"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "GBR/unemployment rate"; - } - - /// - /// Georgia - /// - public static class Georgia - { - /// - /// Inflation Rate - /// - public const string InflationRate = "GEO/inflation rate"; - } - - /// - /// Greece - /// - public static class Greece - { - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "GRC/consumer confidence"; - /// - /// Current Account - /// - public const string CurrentAccount = "GRC/current account"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "GRC/gdp growth rate"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "GRC/harmonized inflation rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "GRC/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "GRC/inflation rate"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "GRC/markit manufacturing purchasing managers index"; - /// - /// Orthodox Easter Monday - /// - public const string OrthodoxEasterMonday = "GRC/orthodox easter monday"; - /// - /// Ppi - /// - public const string Ppi = "GRC/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "GRC/retail sales"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "GRC/sandp global manufacturing purchasing managers index"; - /// - /// Total Credit - /// - public const string TotalCredit = "GRC/total credit"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "GRC/unemployment rate"; - } - - /// - /// Hongkong - /// - public static class HongKong - { - /// - /// Business Confidence - /// - public const string BusinessConfidence = "HKG/business confidence"; - /// - /// Current Account - /// - public const string CurrentAccount = "HKG/current account"; - /// - /// Exports - /// - public const string Exports = "HKG/exports"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "HKG/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "HKG/gdp growth rate"; - /// - /// Gdp Growth Rate Qoq Adv - /// - public const string GdpGrowthRateQoqAdv = "HKG/gdp growth rate qoq adv"; - /// - /// Gdp Growth Rate Yoy Adv - /// - public const string GdpGrowthRateYoyAdv = "HKG/gdp growth rate yoy adv"; - /// - /// Imports - /// - public const string Imports = "HKG/imports"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "HKG/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "HKG/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "HKG/interest rate decision"; - /// - /// Markit Purchasing Managers Index - /// - public const string MarkitPurchasingManagersIndex = "HKG/markit purchasing managers index"; - /// - /// Retail Sales - /// - public const string RetailSales = "HKG/retail sales"; - /// - /// Sandp Global Purchasing Managers Index - /// - public const string SandpGlobalPurchasingManagersIndex = "HKG/sandp global purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "HKG/unemployment rate"; - } - - /// - /// Croatia - /// - public static class Croatia - { - /// - /// Inflation Rate - /// - public const string InflationRate = "HRV/inflation rate"; - /// - /// Retail Sales - /// - public const string RetailSales = "HRV/retail sales"; - } - - /// - /// Hungary - /// - public static class Hungary - { - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "HUN/balance of trade"; - /// - /// Budget Balance - /// - public const string BudgetBalance = "HUN/budget balance"; - /// - /// Construction Output - /// - public const string ConstructionOutput = "HUN/construction output"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "HUN/core inflation rate"; - /// - /// Current Account - /// - public const string CurrentAccount = "HUN/current account"; - /// - /// Deposit Interest Rate - /// - public const string DepositInterestRate = "HUN/deposit interest rate"; - /// - /// Easter Monday - /// - public const string EasterMonday = "HUN/easter monday"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "HUN/gdp growth rate"; - /// - /// Gross Wage - /// - public const string GrossWage = "HUN/gross wage"; - /// - /// Halpim Manufacturing Purchasing Managers Index - /// - public const string HalpimManufacturingPurchasingManagersIndex = "HUN/halpim manufacturing purchasing managers index"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "HUN/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "HUN/inflation rate"; - /// - /// Inflation Report - /// - public const string InflationReport = "HUN/inflation report"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "HUN/interest rate decision"; - /// - /// Monetary Policy Meeting Minutes - /// - public const string MonetaryPolicyMeetingMinutes = "HUN/monetary policy meeting minutes"; - /// - /// Ppi - /// - public const string Ppi = "HUN/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "HUN/retail sales"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "HUN/unemployment rate"; - } - - /// - /// Indonesia - /// - public static class Indonesia - { - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "IDN/balance of trade"; - /// - /// Car Sales - /// - public const string CarSales = "IDN/car sales"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "IDN/consumer confidence"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "IDN/core inflation rate"; - /// - /// Current Account - /// - public const string CurrentAccount = "IDN/current account"; - /// - /// Deposit Facility Rate - /// - public const string DepositFacilityRate = "IDN/deposit facility rate"; - /// - /// Exports - /// - public const string Exports = "IDN/exports"; - /// - /// Foreign Direct Investment - /// - public const string ForeignDirectInvestment = "IDN/foreign direct investment"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "IDN/foreign exchange reserves"; - /// - /// Full Year Gdp Growth - /// - public const string FullYearGdpGrowth = "IDN/full year gdp growth"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "IDN/gdp growth rate"; - /// - /// Imports - /// - public const string Imports = "IDN/imports"; - /// - /// Inflation Rate - /// - public const string InflationRate = "IDN/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "IDN/interest rate decision"; - /// - /// Lending Facility Rate - /// - public const string LendingFacilityRate = "IDN/lending facility rate"; - /// - /// Loan Growth - /// - public const string LoanGrowth = "IDN/loan growth"; - /// - /// M2 Money Supply - /// - public const string M2MoneySupply = "IDN/m2 money supply"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "IDN/markit manufacturing purchasing managers index"; - /// - /// Motorbike Sales - /// - public const string MotorbikeSales = "IDN/motorbike sales"; - /// - /// Property Price Index - /// - public const string PropertyPriceIndex = "IDN/property price index"; - /// - /// Retail Sales - /// - public const string RetailSales = "IDN/retail sales"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "IDN/sandp global manufacturing purchasing managers index"; - /// - /// Tourist Arrivals - /// - public const string TouristArrivals = "IDN/tourist arrivals"; - } - - /// - /// India - /// - public static class India - { - /// - /// Bank Loan Growth - /// - public const string BankLoanGrowth = "IND/bank loan growth"; - /// - /// Cash Reserve Ratio - /// - public const string CashReserveRatio = "IND/cash reserve ratio"; - /// - /// Current Account - /// - public const string CurrentAccount = "IND/current account"; - /// - /// Deposit Growth - /// - public const string DepositGrowth = "IND/deposit growth"; - /// - /// Exports - /// - public const string Exports = "IND/exports"; - /// - /// External Debt - /// - public const string ExternalDebt = "IND/external debt"; - /// - /// Fiscal Year Gdp Growth - /// - public const string FiscalYearGdpGrowth = "IND/fiscal year gdp growth"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "IND/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "IND/gdp growth rate"; - /// - /// Government Budget Value - /// - public const string GovernmentBudgetValue = "IND/government budget value"; - /// - /// Hsbc Composite Purchasing Managers Index - /// - public const string HsbcCompositePurchasingManagersIndex = "IND/hsbc composite purchasing managers index"; - /// - /// Hsbc Manufacturing Purchasing Managers Index - /// - public const string HsbcManufacturingPurchasingManagersIndex = "IND/hsbc manufacturing purchasing managers index"; - /// - /// Hsbc Services Purchasing Managers Index - /// - public const string HsbcServicesPurchasingManagersIndex = "IND/hsbc services purchasing managers index"; - /// - /// Imports - /// - public const string Imports = "IND/imports"; - /// - /// Independence Day - /// - public const string IndependenceDay = "IND/independence day"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "IND/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "IND/inflation rate"; - /// - /// Infrastructure Output - /// - public const string InfrastructureOutput = "IND/infrastructure output"; - /// - /// M3 Money Supply - /// - public const string M3MoneySupply = "IND/m3 money supply"; - /// - /// Manufacturing Production - /// - public const string ManufacturingProduction = "IND/manufacturing production"; - /// - /// Markit Composite Purchasing Managers Index - /// - public const string MarkitCompositePurchasingManagersIndex = "IND/markit composite purchasing managers index"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "IND/markit manufacturing purchasing managers index"; - /// - /// Markit Services Purchasing Managers Index - /// - public const string MarkitServicesPurchasingManagersIndex = "IND/markit services purchasing managers index"; - /// - /// Monetary Policy Meeting Minutes - /// - public const string MonetaryPolicyMeetingMinutes = "IND/monetary policy meeting minutes"; - /// - /// Nikkei Services Purchasing Managers Index - /// - public const string NikkeiServicesPurchasingManagersIndex = "IND/nikkei services purchasing managers index"; - /// - /// Passenger Vehicles Sales - /// - public const string PassengerVehiclesSales = "IND/passenger vehicles sales"; - /// - /// Rbi Interest Rate Decision - /// - public const string RbiInterestRateDecision = "IND/rbi interest rate decision"; - /// - /// Reverse Repo Rate - /// - public const string ReverseRepoRate = "IND/reverse repo rate"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "IND/sandp global composite purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "IND/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "IND/sandp global services purchasing managers index"; - /// - /// Wpi Food - /// - public const string WpiFood = "IND/wpi food"; - /// - /// Wpi Food Index - /// - public const string WpiFoodIndex = "IND/wpi food index"; - /// - /// Wpi Fuel - /// - public const string WpiFuel = "IND/wpi fuel"; - /// - /// Wpi Inflation - /// - public const string WpiInflation = "IND/wpi inflation"; - /// - /// Wpi Manufacturing - /// - public const string WpiManufacturing = "IND/wpi manufacturing"; - } - - /// - /// Ireland - /// - public static class Ireland - { - /// - /// Aib Manufacturing Purchasing Managers Index - /// - public const string AibManufacturingPurchasingManagersIndex = "IRL/aib manufacturing purchasing managers index"; - /// - /// Aib Services Purchasing Managers Index - /// - public const string AibServicesPurchasingManagersIndex = "IRL/aib services purchasing managers index"; - /// - /// August Bank Holiday - /// - public const string AugustBankHoliday = "IRL/august bank holiday"; - /// - /// Average Weekly Earnings - /// - public const string AverageWeeklyEarnings = "IRL/average weekly earnings"; - /// - /// Construction Output - /// - public const string ConstructionOutput = "IRL/construction output"; - /// - /// Construction Purchasing Managers Index - /// - public const string ConstructionPurchasingManagersIndex = "IRL/construction purchasing managers index"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "IRL/consumer confidence"; - /// - /// Cpi - /// - public const string Cpi = "IRL/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "IRL/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "IRL/easter monday"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "IRL/gdp growth rate"; - /// - /// Gnp - /// - public const string Gnp = "IRL/gnp"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "IRL/harmonized inflation rate"; - /// - /// Household Saving Ratio - /// - public const string HouseholdSavingRatio = "IRL/household saving ratio"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "IRL/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "IRL/inflation rate"; - /// - /// June Bank Holiday - /// - public const string JuneBankHoliday = "IRL/june bank holiday"; - /// - /// Residential Property Prices - /// - public const string ResidentialPropertyPrices = "IRL/residential property prices"; - /// - /// Retail Sales - /// - public const string RetailSales = "IRL/retail sales"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "IRL/unemployment rate"; - /// - /// Wholesale Prices - /// - public const string WholesalePrices = "IRL/wholesale prices"; - } - - /// - /// Iceland - /// - public static class Iceland - { - /// - /// Inflation Rate - /// - public const string InflationRate = "ISL/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "ISL/ppi"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "ISL/unemployment rate"; - } - - /// - /// Israel - /// - public static class Israel - { - /// - /// Budget Balance - /// - public const string BudgetBalance = "ISR/budget balance"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "ISR/business confidence"; - /// - /// Composite Economic Index - /// - public const string CompositeEconomicIndex = "ISR/composite economic index"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "ISR/consumer confidence"; - /// - /// Current Account - /// - public const string CurrentAccount = "ISR/current account"; - /// - /// Exports - /// - public const string Exports = "ISR/exports"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "ISR/foreign exchange reserves"; - /// - /// Gdp Growth Annualized - /// - public const string GdpGrowthAnnualized = "ISR/gdp growth annualized"; - /// - /// Gdp Growth Annualized 3Rd - /// - public const string GdpGrowthAnnualized3Rd = "ISR/gdp growth annualized 3rd"; - /// - /// Gdp Growth Annualized First - /// - public const string GdpGrowthAnnualizedFirst = "ISR/gdp growth annualized first"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "ISR/gdp growth rate"; - /// - /// Gdp Growth Rate Qoq 2St - /// - public const string GdpGrowthRateQoq2St = "ISR/gdp growth rate qoq 2st"; - /// - /// Gdp Growth Rate Qoq 3Rd - /// - public const string GdpGrowthRateQoq3Rd = "ISR/gdp growth rate qoq 3rd"; - /// - /// Gdp Growth Rate Qoq First - /// - public const string GdpGrowthRateQoqFirst = "ISR/gdp growth rate qoq first"; - /// - /// Imports - /// - public const string Imports = "ISR/imports"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "ISR/industrial production"; - /// - /// Inflation Expectations - /// - public const string InflationExpectations = "ISR/inflation expectations"; - /// - /// Inflation Rate - /// - public const string InflationRate = "ISR/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "ISR/interest rate decision"; - /// - /// M1 Money Supply - /// - public const string M1MoneySupply = "ISR/m1 money supply"; - /// - /// Manufacturing Production - /// - public const string ManufacturingProduction = "ISR/manufacturing production"; - /// - /// Manufacturing Purchasing Managers Index - /// - public const string ManufacturingPurchasingManagersIndex = "ISR/manufacturing purchasing managers index"; - /// - /// Tourist Arrivals - /// - public const string TouristArrivals = "ISR/tourist arrivals"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "ISR/unemployment rate"; - /// - /// Yom Kippur - /// - public const string YomKippur = "ISR/yom kippur"; - } - - /// - /// Italy - /// - public static class Italy - { - /// - /// 15 Year Btp Auction - /// - public const string FifteenYearBtpAuction = "ITA/15 year btp auction"; - /// - /// 2 Year Btp Short Term Auction - /// - public const string TwoYearBtpShortTermAuction = "ITA/2 year btp short term auction"; - /// - /// 20 Year Btp Auction - /// - public const string TwentyYearBtpAuction = "ITA/20 year btp auction"; - /// - /// 3 Year Btp Auction - /// - public const string ThreeYearBtpAuction = "ITA/3 year btp auction"; - /// - /// 30 Year Btp Auction - /// - public const string ThirtyYearBtpAuction = "ITA/30 year btp auction"; - /// - /// 5 Year Btp Auction - /// - public const string FiveYearBtpAuction = "ITA/5 year btp auction"; - /// - /// 5 Year Btpi Auction - /// - public const string FiveYearBtpiAuction = "ITA/5 year btpi auction"; - /// - /// 6 Month Bot Auction - /// - public const string SixMonthBotAuction = "ITA/6 month bot auction"; - /// - /// 7 Year Btp Auction - /// - public const string SevenYearBtpAuction = "ITA/7 year btp auction"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "ITA/balance of trade"; - /// - /// Btp Index Linked Auction - /// - public const string BtpIndexLinkedAuction = "ITA/btp index linked auction"; - /// - /// Btp Short Term - /// - public const string BtpShortTerm = "ITA/btp short term"; - /// - /// Btp Short Term Auction - /// - public const string BtpShortTermAuction = "ITA/btp short term auction"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "ITA/business confidence"; - /// - /// Construction Output - /// - public const string ConstructionOutput = "ITA/construction output"; - /// - /// Construction Purchasing Managers Index - /// - public const string ConstructionPurchasingManagersIndex = "ITA/construction purchasing managers index"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "ITA/consumer confidence"; - /// - /// Cpi - /// - public const string Cpi = "ITA/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "ITA/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "ITA/easter monday"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "ITA/gdp growth rate"; - /// - /// Gdp Growth Rate Qoq Adv - /// - public const string GdpGrowthRateQoqAdv = "ITA/gdp growth rate qoq adv"; - /// - /// Gdp Growth Rate Yoy Adv - /// - public const string GdpGrowthRateYoyAdv = "ITA/gdp growth rate yoy adv"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "ITA/harmonized inflation rate"; - /// - /// Hcob Composite Purchasing Managers Index - /// - public const string HcobCompositePurchasingManagersIndex = "ITA/hcob composite purchasing managers index"; - /// - /// Hcob Construction Purchasing Managers Index - /// - public const string HcobConstructionPurchasingManagersIndex = "ITA/hcob construction purchasing managers index"; - /// - /// Hcob Manufacturing Purchasing Managers Index - /// - public const string HcobManufacturingPurchasingManagersIndex = "ITA/hcob manufacturing purchasing managers index"; - /// - /// Hcob Services Purchasing Managers Index - /// - public const string HcobServicesPurchasingManagersIndex = "ITA/hcob services purchasing managers index"; - /// - /// Industrial Orders - /// - public const string IndustrialOrders = "ITA/industrial orders"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "ITA/industrial production"; - /// - /// Industrial Sales - /// - public const string IndustrialSales = "ITA/industrial sales"; - /// - /// Inflation Rate - /// - public const string InflationRate = "ITA/inflation rate"; - /// - /// Liberation Day - /// - public const string LiberationDay = "ITA/liberation day"; - /// - /// Markit Adaci Manufacturing Purchasing Managers Index - /// - public const string MarkitAdaciManufacturingPurchasingManagersIndex = "ITA/markit adaci manufacturing purchasing managers index"; - /// - /// Markit Adaci Services Purchasing Managers Index - /// - public const string MarkitAdaciServicesPurchasingManagersIndex = "ITA/markit adaci services purchasing managers index"; - /// - /// Markit Ihs Composite Purchasing Managers Index - /// - public const string MarkitIhsCompositePurchasingManagersIndex = "ITA/markit ihs composite purchasing managers index"; - /// - /// Markit Ihs Manufacturing Purchasing Managers Index - /// - public const string MarkitIhsManufacturingPurchasingManagersIndex = "ITA/markit ihs manufacturing purchasing managers index"; - /// - /// Markit Ihs Services Purchasing Managers Index - /// - public const string MarkitIhsServicesPurchasingManagersIndex = "ITA/markit ihs services purchasing managers index"; - /// - /// New Car Registrations - /// - public const string NewCarRegistrations = "ITA/new car registrations"; - /// - /// Ppi - /// - public const string Ppi = "ITA/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "ITA/retail sales"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "ITA/sandp global composite purchasing managers index"; - /// - /// Sandp Global Construction Purchasing Managers Index - /// - public const string SandpGlobalConstructionPurchasingManagersIndex = "ITA/sandp global construction purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "ITA/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "ITA/sandp global services purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "ITA/unemployment rate"; - } - - /// - /// Japan - /// - public static class Japan - { - /// - /// 2 Year Jgb Auction - /// - public const string TwoYearJgbAuction = "JPN/2 year jgb auction"; - /// - /// 3 Month Bill Auction - /// - public const string ThreeMonthBillAuction = "JPN/3 month bill auction"; - /// - /// 30 Year Jgb Auction - /// - public const string ThirtyYearJgbAuction = "JPN/30 year jgb auction"; - /// - /// 40 Year Jgb Auction - /// - public const string FortyYearJgbAuction = "JPN/40 year jgb auction"; - /// - /// 5 Year Jgb Auction - /// - public const string FiveYearJgbAuction = "JPN/5 year jgb auction"; - /// - /// 52 Week Bill Auction - /// - public const string FiftyTwoWeekBillAuction = "JPN/52 week bill auction"; - /// - /// 6 Month Bill Auction - /// - public const string SixMonthBillAuction = "JPN/6 month bill auction"; - /// - /// Average Cash Earnings - /// - public const string AverageCashEarnings = "JPN/average cash earnings"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "JPN/balance of trade"; - /// - /// Bank Lending - /// - public const string BankLending = "JPN/bank lending"; - /// - /// Bank Of Japan Adachi Speech - /// - public const string BankOfJapanAdachiSpeech = "JPN/bank of japan adachi speech"; - /// - /// Bank Of Japan Amamiya Speech - /// - public const string BankOfJapanAmamiyaSpeech = "JPN/bank of japan amamiya speech"; - /// - /// Bank Of Japan Gov Kuroda Speech - /// - public const string BankOfJapanGovKurodaSpeech = "JPN/bank of japan gov kuroda speech"; - /// - /// Bank Of Japan Gov Ueda Speech - /// - public const string BankOfJapanGovUedaSpeech = "JPN/bank of japan gov ueda speech"; - /// - /// Bank Of Japan Interest Rate Decision - /// - public const string BankOfJapanInterestRateDecision = "JPN/bank of japan interest rate decision"; - /// - /// Bank Of Japan Kataoka Speech - /// - public const string BankOfJapanKataokaSpeech = "JPN/bank of japan kataoka speech"; - /// - /// Bank Of Japan Kuroda Speech - /// - public const string BankOfJapanKurodaSpeech = "JPN/bank of japan kuroda speech"; - /// - /// Bank Of Japan Monetary Policy Meeting Minutes - /// - public const string BankOfJapanMonetaryPolicyMeetingMinutes = "JPN/bank of japan monetary policy meeting minutes"; - /// - /// Bank Of Japan Nakamura Speech - /// - public const string BankOfJapanNakamuraSpeech = "JPN/bank of japan nakamura speech"; - /// - /// Bank Of Japan Quarterly Outlook Report - /// - public const string BankOfJapanQuarterlyOutlookReport = "JPN/bank of japan quarterly outlook report"; - /// - /// Bank Of Japan Summary Of Opinions - /// - public const string BankOfJapanSummaryOfOpinions = "JPN/bank of japan summary of opinions"; - /// - /// Bank Of Japan Suzuki Speech - /// - public const string BankOfJapanSuzukiSpeech = "JPN/bank of japan suzuki speech"; - /// - /// Business Survey Index Large Manufacturing - /// - public const string BusinessSurveyIndexLargeManufacturing = "JPN/business survey index large manufacturing"; - /// - /// Capacity Utilization - /// - public const string CapacityUtilization = "JPN/capacity utilization"; - /// - /// Capital Spending - /// - public const string CapitalSpending = "JPN/capital spending"; - /// - /// Coincident Index - /// - public const string CoincidentIndex = "JPN/coincident index"; - /// - /// Coming Of Age Day - /// - public const string ComingOfAgeDay = "JPN/coming of age day"; - /// - /// Constitution Memorial Day - /// - public const string ConstitutionMemorialDay = "JPN/constitution memorial day"; - /// - /// Construction Orders - /// - public const string ConstructionOrders = "JPN/construction orders"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "JPN/consumer confidence"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "JPN/core inflation rate"; - /// - /// Current Account - /// - public const string CurrentAccount = "JPN/current account"; - /// - /// Eco Watchers Survey Current - /// - public const string EcoWatchersSurveyCurrent = "JPN/eco watchers survey current"; - /// - /// Eco Watchers Survey Outlook - /// - public const string EcoWatchersSurveyOutlook = "JPN/eco watchers survey outlook"; - /// - /// Exports - /// - public const string Exports = "JPN/exports"; - /// - /// Foreign Bond Investment - /// - public const string ForeignBondInvestment = "JPN/foreign bond investment"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "JPN/foreign exchange reserves"; - /// - /// Gdp Capital Expenditure - /// - public const string GdpCapitalExpenditure = "JPN/gdp capital expenditure"; - /// - /// Gdp External Demand - /// - public const string GdpExternalDemand = "JPN/gdp external demand"; - /// - /// Gdp Growth Annualized - /// - public const string GdpGrowthAnnualized = "JPN/gdp growth annualized"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "JPN/gdp growth rate"; - /// - /// Gdp Price Index - /// - public const string GdpPriceIndex = "JPN/gdp price index"; - /// - /// Gdp Private Consumption - /// - public const string GdpPrivateConsumption = "JPN/gdp private consumption"; - /// - /// Greenery Day - /// - public const string GreeneryDay = "JPN/greenery day"; - /// - /// Household Spending - /// - public const string HouseholdSpending = "JPN/household spending"; - /// - /// Housing Starts - /// - public const string HousingStarts = "JPN/housing starts"; - /// - /// Imports - /// - public const string Imports = "JPN/imports"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "JPN/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "JPN/inflation rate"; - /// - /// Inflation Rate Excluding Food And Energy - /// - public const string InflationRateExcludingFoodAndEnergy = "JPN/inflation rate excluding food and energy"; - /// - /// Jibun Bank Composite Purchasing Managers Index - /// - public const string JibunBankCompositePurchasingManagersIndex = "JPN/jibun bank composite purchasing managers index"; - /// - /// Jibun Bank Manufacturing Purchasing Managers Index - /// - public const string JibunBankManufacturingPurchasingManagersIndex = "JPN/jibun bank manufacturing purchasing managers index"; - /// - /// Jibun Bank Services Purchasing Managers Index - /// - public const string JibunBankServicesPurchasingManagersIndex = "JPN/jibun bank services purchasing managers index"; - /// - /// Jobs Applications Ratio - /// - public const string JobsApplicationsRatio = "JPN/jobs applications ratio"; - /// - /// Leading Economic Index - /// - public const string LeadingEconomicIndex = "JPN/leading economic index"; - /// - /// Machine Tool Orders - /// - public const string MachineToolOrders = "JPN/machine tool orders"; - /// - /// Machinery Orders - /// - public const string MachineryOrders = "JPN/machinery orders"; - /// - /// Mountain Day - /// - public const string MountainDay = "JPN/mountain day"; - /// - /// New Years Day - /// - public const string NewYearsDay = "JPN/new years day"; - /// - /// Nikkei Manufacturing Purchasing Managers Index - /// - public const string NikkeiManufacturingPurchasingManagersIndex = "JPN/nikkei manufacturing purchasing managers index"; - /// - /// Nikkei Services Purchasing Managers Index - /// - public const string NikkeiServicesPurchasingManagersIndex = "JPN/nikkei services purchasing managers index"; - /// - /// Overtime Pay - /// - public const string OvertimePay = "JPN/overtime pay"; - /// - /// Ppi - /// - public const string Ppi = "JPN/ppi"; - /// - /// Respect For The Aged Day - /// - public const string RespectForTheAgedDay = "JPN/respect for the aged day"; - /// - /// Retail Sales - /// - public const string RetailSales = "JPN/retail sales"; - /// - /// Reuters Tankan Index - /// - public const string ReutersTankanIndex = "JPN/reuters tankan index"; - /// - /// Showa Day - /// - public const string ShowaDay = "JPN/showa day"; - /// - /// Stock Investment By Foreigners - /// - public const string StockInvestmentByForeigners = "JPN/stock investment by foreigners"; - /// - /// Tankan All Large Industry Capital Expenditure - /// - public const string TankanAllLargeIndustryCapitalExpenditure = "JPN/tankan all large industry capital expenditure"; - /// - /// Tankan Large Manufacturing Index - /// - public const string TankanLargeManufacturingIndex = "JPN/tankan large manufacturing index"; - /// - /// Tankan Large Manufacturing Outlook - /// - public const string TankanLargeManufacturingOutlook = "JPN/tankan large manufacturing outlook"; - /// - /// Tankan Large Non Manufacturing Index - /// - public const string TankanLargeNonManufacturingIndex = "JPN/tankan large non manufacturing index"; - /// - /// Tankan Non Manufacturing Outlook - /// - public const string TankanNonManufacturingOutlook = "JPN/tankan non manufacturing outlook"; - /// - /// Tankan Small Manufacturing Index - /// - public const string TankanSmallManufacturingIndex = "JPN/tankan small manufacturing index"; - /// - /// Tertiary Industry Index - /// - public const string TertiaryIndustryIndex = "JPN/tertiary industry index"; - /// - /// The Emperors Birthday - /// - public const string TheEmperorsBirthday = "JPN/the emperors birthday"; - /// - /// Tokyo Consumer Price Index - /// - public const string TokyoConsumerPriceIndex = "JPN/tokyo consumer price index"; - /// - /// Tokyo Consumer Price Index Excluding Food And Energy - /// - public const string TokyoConsumerPriceIndexExcludingFoodAndEnergy = "JPN/tokyo consumer price index excluding food and energy"; - /// - /// Tokyo Core Consumer Price Index - /// - public const string TokyoCoreConsumerPriceIndex = "JPN/tokyo core consumer price index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "JPN/unemployment rate"; - } - - /// - /// Kazakhstan - /// - public static class Kazakhstan - { - /// - /// Inflation Rate - /// - public const string InflationRate = "KAZ/inflation rate"; - } - - /// - /// Kyrgyzstan - /// - public static class Kyrgyzstan - { - /// - /// Ppi - /// - public const string Ppi = "KGZ/ppi"; - } - - /// - /// Korea - /// - public static class Korea - { - /// - /// Business Confidence - /// - public const string BusinessConfidence = "KOR/business confidence"; - /// - /// Construction Output - /// - public const string ConstructionOutput = "KOR/construction output"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "KOR/consumer confidence"; - /// - /// Cpi - /// - public const string Cpi = "KOR/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "KOR/current account"; - /// - /// Export Prices - /// - public const string ExportPrices = "KOR/export prices"; - /// - /// Exports - /// - public const string Exports = "KOR/exports"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "KOR/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "KOR/gdp growth rate"; - /// - /// Gdp Growth Rate Qoq Adv - /// - public const string GdpGrowthRateQoqAdv = "KOR/gdp growth rate qoq adv"; - /// - /// Gdp Growth Rate Yoy Adv - /// - public const string GdpGrowthRateYoyAdv = "KOR/gdp growth rate yoy adv"; - /// - /// Import Prices - /// - public const string ImportPrices = "KOR/import prices"; - /// - /// Imports - /// - public const string Imports = "KOR/imports"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "KOR/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "KOR/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "KOR/interest rate decision"; - /// - /// Manufacturing Production - /// - public const string ManufacturingProduction = "KOR/manufacturing production"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "KOR/markit manufacturing purchasing managers index"; - /// - /// Nikkei Manufacturing Purchasing Managers Index - /// - public const string NikkeiManufacturingPurchasingManagersIndex = "KOR/nikkei manufacturing purchasing managers index"; - /// - /// Ppi - /// - public const string Ppi = "KOR/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "KOR/retail sales"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "KOR/sandp global manufacturing purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "KOR/unemployment rate"; - } - - /// - /// Kuwait - /// - public static class Kuwait - { - /// - /// Private Bank Lending - /// - public const string PrivateBankLending = "KWT/private bank lending"; - } - - /// - /// Lithuania - /// - public static class Lithuania - { - /// - /// Cpi - /// - public const string Cpi = "LTU/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "LTU/current account"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "LTU/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "LTU/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "LTU/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "LTU/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "LTU/retail sales"; - } - - /// - /// Luxembourg - /// - public static class Luxembourg - { - /// - /// Business Confidence - /// - public const string BusinessConfidence = "LUX/business confidence"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "LUX/consumer confidence"; - /// - /// Current Account - /// - public const string CurrentAccount = "LUX/current account"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "LUX/gdp growth rate"; - /// - /// Inflation Rate - /// - public const string InflationRate = "LUX/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "LUX/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "LUX/retail sales"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "LUX/unemployment rate"; - } - - /// - /// Latvia - /// - public static class Latvia - { - /// - /// Cpi - /// - public const string Cpi = "LVA/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "LVA/current account"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "LVA/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "LVA/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "LVA/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "LVA/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "LVA/retail sales"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "LVA/unemployment rate"; - } - - /// - /// Macao - /// - public static class Macao - { - /// - /// Inflation Rate - /// - public const string InflationRate = "MAC/inflation rate"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "MAC/unemployment rate"; - } - - /// - /// Moldova - /// - public static class Moldova - { - /// - /// Inflation Rate - /// - public const string InflationRate = "MDA/inflation rate"; - } - - /// - /// Mexico - /// - public static class Mexico - { - /// - /// Aggregate Demand - /// - public const string AggregateDemand = "MEX/aggregate demand"; - /// - /// Auto Production - /// - public const string AutoProduction = "MEX/auto production"; - /// - /// Birth Of Benito Jurez - /// - public const string BirthOfBenitoJurez = "MEX/birth of benito jurez"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "MEX/business confidence"; - /// - /// Constitution Day - /// - public const string ConstitutionDay = "MEX/constitution day"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "MEX/consumer confidence"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "MEX/core inflation rate"; - /// - /// Current Account - /// - public const string CurrentAccount = "MEX/current account"; - /// - /// Economic Activity - /// - public const string EconomicActivity = "MEX/economic activity"; - /// - /// Fiscal Balance - /// - public const string FiscalBalance = "MEX/fiscal balance"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "MEX/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "MEX/gdp growth rate"; - /// - /// Gross Fixed Investment - /// - public const string GrossFixedInvestment = "MEX/gross fixed investment"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "MEX/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "MEX/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "MEX/interest rate decision"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "MEX/markit manufacturing purchasing managers index"; - /// - /// Mid Month Core Inflation Rate - /// - public const string MidMonthCoreInflationRate = "MEX/mid month core inflation rate"; - /// - /// Mid Month Inflation Rate - /// - public const string MidMonthInflationRate = "MEX/mid month inflation rate"; - /// - /// Monetary Policy Meeting Minutes - /// - public const string MonetaryPolicyMeetingMinutes = "MEX/monetary policy meeting minutes"; - /// - /// Private Spending - /// - public const string PrivateSpending = "MEX/private spending"; - /// - /// Retail Sales - /// - public const string RetailSales = "MEX/retail sales"; - /// - /// Revolution Day - /// - public const string RevolutionDay = "MEX/revolution day"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "MEX/sandp global manufacturing purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "MEX/unemployment rate"; - } - - /// - /// Malta - /// - public static class Malta - { - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "MLT/consumer confidence"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "MLT/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "MLT/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "MLT/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "MLT/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "MLT/retail sales"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "MLT/unemployment rate"; - } - - /// - /// Montenegro - /// - public static class Montenegro - { - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "MNE/harmonized inflation rate"; - /// - /// Inflation Rate - /// - public const string InflationRate = "MNE/inflation rate"; - /// - /// Retail Sales - /// - public const string RetailSales = "MNE/retail sales"; - /// - /// Tourist Arrivals - /// - public const string TouristArrivals = "MNE/tourist arrivals"; - } - - /// - /// Malaysia - /// - public static class Malaysia - { - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "MYS/gdp growth rate"; - /// - /// Inflation Rate - /// - public const string InflationRate = "MYS/inflation rate"; - /// - /// Leading Index - /// - public const string LeadingIndex = "MYS/leading index"; - } - - /// - /// Netherlands - /// - public static class Netherlands - { - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "NLD/consumer confidence"; - /// - /// Cpi - /// - public const string Cpi = "NLD/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "NLD/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "NLD/easter monday"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "NLD/gdp growth rate"; - /// - /// Household Consumption - /// - public const string HouseholdConsumption = "NLD/household consumption"; - /// - /// Inflation Rate - /// - public const string InflationRate = "NLD/inflation rate"; - /// - /// Manufacturing Production - /// - public const string ManufacturingProduction = "NLD/manufacturing production"; - /// - /// Nevi Manufacturing Purchasing Managers Index - /// - public const string NeviManufacturingPurchasingManagersIndex = "NLD/nevi manufacturing purchasing managers index"; - /// - /// Retail Sales - /// - public const string RetailSales = "NLD/retail sales"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "NLD/unemployment rate"; - } - - /// - /// Norway - /// - public static class Norway - { - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "NOR/consumer confidence"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "NOR/core inflation rate"; - /// - /// Cpi - /// - public const string Cpi = "NOR/cpi"; - /// - /// Dnb Manufacturing Purchasing Managers Index - /// - public const string DnbManufacturingPurchasingManagersIndex = "NOR/dnb manufacturing purchasing managers index"; - /// - /// Easter Monday - /// - public const string EasterMonday = "NOR/easter monday"; - /// - /// Gdp - /// - public const string Gdp = "NOR/gdp"; - /// - /// Gdp Growth Mainland - /// - public const string GdpGrowthMainland = "NOR/gdp growth mainland"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "NOR/gdp growth rate"; - /// - /// Gdp Mainland - /// - public const string GdpMainland = "NOR/gdp mainland"; - /// - /// House Price Index - /// - public const string HousePriceIndex = "NOR/house price index"; - /// - /// Household Consumption - /// - public const string HouseholdConsumption = "NOR/household consumption"; - /// - /// Industrial Confidence - /// - public const string IndustrialConfidence = "NOR/industrial confidence"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "NOR/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "NOR/inflation rate"; - /// - /// Loan Growth - /// - public const string LoanGrowth = "NOR/loan growth"; - /// - /// Manufacturing Production - /// - public const string ManufacturingProduction = "NOR/manufacturing production"; - /// - /// Nima Manufacturing Purchasing Managers Index - /// - public const string NimaManufacturingPurchasingManagersIndex = "NOR/nima manufacturing purchasing managers index"; - /// - /// Norges Bank Interest Rate Decision - /// - public const string NorgesBankInterestRateDecision = "NOR/norges bank interest rate decision"; - /// - /// Norges Bank Interest Rate Decison - /// - public const string NorgesBankInterestRateDecison = "NOR/norges bank interest rate decison"; - /// - /// Norges Bank Monetary Policy Report - /// - public const string NorgesBankMonetaryPolicyReport = "NOR/norges bank monetary policy report"; - /// - /// Norges Bank Press Conference - /// - public const string NorgesBankPressConference = "NOR/norges bank press conference"; - /// - /// Ppi - /// - public const string Ppi = "NOR/ppi"; - /// - /// Registered Jobless Rate - /// - public const string RegisteredJoblessRate = "NOR/registered jobless rate"; - /// - /// Retail Sales - /// - public const string RetailSales = "NOR/retail sales"; - /// - /// Unemployed Persons - /// - public const string UnemployedPersons = "NOR/unemployed persons"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "NOR/unemployment rate"; - } - - /// - /// Newzealand - /// - public static class NewZealand - { - /// - /// Anz Business Confidence - /// - public const string AnzBusinessConfidence = "NZL/anz business confidence"; - /// - /// Anz Roy Morgan Consumer Confidence - /// - public const string AnzRoyMorganConsumerConfidence = "NZL/anz roy morgan consumer confidence"; - /// - /// Anzac Day - /// - public const string AnzacDay = "NZL/anzac day"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "NZL/balance of trade"; - /// - /// Building Permits - /// - public const string BuildingPermits = "NZL/building permits"; - /// - /// Business Inflation Expectations - /// - public const string BusinessInflationExpectations = "NZL/business inflation expectations"; - /// - /// Business Nz Purchasing Managers Index - /// - public const string BusinessNzPurchasingManagersIndex = "NZL/business nz purchasing managers index"; - /// - /// Composite Nz Pci - /// - public const string CompositeNzPci = "NZL/composite nz pci"; - /// - /// Credit Card Spending - /// - public const string CreditCardSpending = "NZL/credit card spending"; - /// - /// Current Account - /// - public const string CurrentAccount = "NZL/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "NZL/easter monday"; - /// - /// Electronic Retail Card Spending - /// - public const string ElectronicRetailCardSpending = "NZL/electronic retail card spending"; - /// - /// Employment Change - /// - public const string EmploymentChange = "NZL/employment change"; - /// - /// Export Prices - /// - public const string ExportPrices = "NZL/export prices"; - /// - /// Exports - /// - public const string Exports = "NZL/exports"; - /// - /// Food Inflation - /// - public const string FoodInflation = "NZL/food inflation"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "NZL/gdp growth rate"; - /// - /// Global Dairy Trade Price Index - /// - public const string GlobalDairyTradePriceIndex = "NZL/global dairy trade price index"; - /// - /// Import Prices - /// - public const string ImportPrices = "NZL/import prices"; - /// - /// Imports - /// - public const string Imports = "NZL/imports"; - /// - /// Inflation Rate - /// - public const string InflationRate = "NZL/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "NZL/interest rate decision"; - /// - /// Labor Costs Index - /// - public const string LaborCostsIndex = "NZL/labor costs index"; - /// - /// Labor Day - /// - public const string LaborDay = "NZL/labor day"; - /// - /// Manufacturing Sales - /// - public const string ManufacturingSales = "NZL/manufacturing sales"; - /// - /// New Years Day - /// - public const string NewYearsDay = "NZL/new years day"; - /// - /// Nzier Business Confidence - /// - public const string NzierBusinessConfidence = "NZL/nzier business confidence"; - /// - /// Nzier Capacity Utilization - /// - public const string NzierCapacityUtilization = "NZL/nzier capacity utilization"; - /// - /// Participation Rate - /// - public const string ParticipationRate = "NZL/participation rate"; - /// - /// Producer Price Index Input - /// - public const string ProducerPriceIndexInput = "NZL/producer price index input"; - /// - /// Producer Price Index Output - /// - public const string ProducerPriceIndexOutput = "NZL/producer price index output"; - /// - /// Rbnz Financial Stability Report - /// - public const string RbnzFinancialStabilityReport = "NZL/rbnz financial stability report"; - /// - /// Rbnz Interest Rate Decision - /// - public const string RbnzInterestRateDecision = "NZL/rbnz interest rate decision"; - /// - /// Rbnz Press Conference - /// - public const string RbnzPressConference = "NZL/rbnz press conference"; - /// - /// Retail Sales - /// - public const string RetailSales = "NZL/retail sales"; - /// - /// Services Nz Performance Of Services Index - /// - public const string ServicesNzPerformanceOfServicesIndex = "NZL/services nz performance of services index"; - /// - /// Terms Of Trade - /// - public const string TermsOfTrade = "NZL/terms of trade"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "NZL/unemployment rate"; - /// - /// Visitor Arrivals - /// - public const string VisitorArrivals = "NZL/visitor arrivals"; - /// - /// Waitangi Day - /// - public const string WaitangiDay = "NZL/waitangi day"; - /// - /// Westpac Consumer Confidence - /// - public const string WestpacConsumerConfidence = "NZL/westpac consumer confidence"; - } - - /// - /// Oman - /// - public static class Oman - { - /// - /// Inflation Rate - /// - public const string InflationRate = "OMN/inflation rate"; - /// - /// Total Credit - /// - public const string TotalCredit = "OMN/total credit"; - } - - /// - /// Pakistan - /// - public static class Pakistan - { - /// - /// Inflation Rate - /// - public const string InflationRate = "PAK/inflation rate"; - } - - /// - /// Philippines - /// - public static class Philippines - { - /// - /// Budget Balance - /// - public const string BudgetBalance = "PHL/budget balance"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "PHL/business confidence"; - /// - /// Cash Remittances - /// - public const string CashRemittances = "PHL/cash remittances"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "PHL/consumer confidence"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "PHL/core inflation rate"; - /// - /// Exports - /// - public const string Exports = "PHL/exports"; - /// - /// Foreign Direct Investment - /// - public const string ForeignDirectInvestment = "PHL/foreign direct investment"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "PHL/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "PHL/gdp growth rate"; - /// - /// Imports - /// - public const string Imports = "PHL/imports"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "PHL/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "PHL/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "PHL/interest rate decision"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "PHL/markit manufacturing purchasing managers index"; - /// - /// National Heroes Day - /// - public const string NationalHeroesDay = "PHL/national heroes day"; - /// - /// Ppi - /// - public const string Ppi = "PHL/ppi"; - /// - /// Retail Price Index - /// - public const string RetailPriceIndex = "PHL/retail price index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "PHL/sandp global manufacturing purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "PHL/unemployment rate"; - } - - /// - /// Poland - /// - public static class Poland - { - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "POL/core inflation rate"; - /// - /// Corporate Sector Wages - /// - public const string CorporateSectorWages = "POL/corporate sector wages"; - /// - /// Current Account - /// - public const string CurrentAccount = "POL/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "POL/easter monday"; - /// - /// Employment Growth - /// - public const string EmploymentGrowth = "POL/employment growth"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "POL/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "POL/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "POL/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "POL/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "POL/interest rate decision"; - /// - /// M3 Money Supply - /// - public const string M3MoneySupply = "POL/m3 money supply"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "POL/markit manufacturing purchasing managers index"; - /// - /// Monetary Policy Meeting Minutes - /// - public const string MonetaryPolicyMeetingMinutes = "POL/monetary policy meeting minutes"; - /// - /// Ppi - /// - public const string Ppi = "POL/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "POL/retail sales"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "POL/sandp global manufacturing purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "POL/unemployment rate"; - } - - /// - /// Portugal - /// - public static class Portugal - { - /// - /// Budget Balance - /// - public const string BudgetBalance = "PRT/budget balance"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "PRT/business confidence"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "PRT/consumer confidence"; - /// - /// Cpi - /// - public const string Cpi = "PRT/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "PRT/current account"; - /// - /// Economic Activity - /// - public const string EconomicActivity = "PRT/economic activity"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "PRT/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "PRT/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "PRT/inflation rate"; - /// - /// Liberty Day - /// - public const string LibertyDay = "PRT/liberty day"; - /// - /// Ppi - /// - public const string Ppi = "PRT/ppi"; - /// - /// Private Consumption - /// - public const string PrivateConsumption = "PRT/private consumption"; - /// - /// Retail Sales - /// - public const string RetailSales = "PRT/retail sales"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "PRT/unemployment rate"; - } - - /// - /// Qatar - /// - public static class Qatar - { - /// - /// Total Credit Growth - /// - public const string TotalCreditGrowth = "QAT/total credit growth"; - } - - /// - /// Romania - /// - public static class Romania - { - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "ROU/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "ROU/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "ROU/inflation rate"; - /// - /// Retail Sales - /// - public const string RetailSales = "ROU/retail sales"; - } - - /// - /// Russia - /// - public static class Russia - { - /// - /// Cbr Press Conference - /// - public const string CbrPressConference = "RUS/cbr press conference"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "RUS/consumer confidence"; - /// - /// Corporate Profits - /// - public const string CorporateProfits = "RUS/corporate profits"; - /// - /// Current Account - /// - public const string CurrentAccount = "RUS/current account"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "RUS/foreign exchange reserves"; - /// - /// Gdp - /// - public const string Gdp = "RUS/gdp"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "RUS/gdp growth rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "RUS/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "RUS/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "RUS/interest rate decision"; - /// - /// International Womens Day - /// - public const string InternationalWomensDay = "RUS/international womens day"; - /// - /// M2 Money Supply - /// - public const string M2MoneySupply = "RUS/m2 money supply"; - /// - /// Markit Composite Purchasing Managers Index - /// - public const string MarkitCompositePurchasingManagersIndex = "RUS/markit composite purchasing managers index"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "RUS/markit manufacturing purchasing managers index"; - /// - /// Markit Services Purchasing Managers Index - /// - public const string MarkitServicesPurchasingManagersIndex = "RUS/markit services purchasing managers index"; - /// - /// Monetary Policy Report - /// - public const string MonetaryPolicyReport = "RUS/monetary policy report"; - /// - /// Orthodox Christmas Day - /// - public const string OrthodoxChristmasDay = "RUS/orthodox christmas day"; - /// - /// Ppi - /// - public const string Ppi = "RUS/ppi"; - /// - /// Real Wage Growth - /// - public const string RealWageGrowth = "RUS/real wage growth"; - /// - /// Retail Sales - /// - public const string RetailSales = "RUS/retail sales"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "RUS/sandp global composite purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "RUS/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "RUS/sandp global services purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "RUS/unemployment rate"; - /// - /// Vehicle Sales - /// - public const string VehicleSales = "RUS/vehicle sales"; - /// - /// Victory Day - /// - public const string VictoryDay = "RUS/victory day"; - } - - /// - /// Saudiarabia - /// - public static class SaudiArabia - { - /// - /// Exports - /// - public const string Exports = "SAU/exports"; - /// - /// Imports - /// - public const string Imports = "SAU/imports"; - /// - /// Inflation Rate - /// - public const string InflationRate = "SAU/inflation rate"; - } - - /// - /// Singapore - /// - public static class Singapore - { - /// - /// 6 Month Bill Auction - /// - public const string SixMonthBillAuction = "SGP/6 month bill auction"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "SGP/balance of trade"; - /// - /// Bank Lending - /// - public const string BankLending = "SGP/bank lending"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "SGP/business confidence"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "SGP/core inflation rate"; - /// - /// Cpi - /// - public const string Cpi = "SGP/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "SGP/current account"; - /// - /// Export Prices - /// - public const string ExportPrices = "SGP/export prices"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "SGP/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "SGP/gdp growth rate"; - /// - /// Gdp Growth Rate Qoq Adv - /// - public const string GdpGrowthRateQoqAdv = "SGP/gdp growth rate qoq adv"; - /// - /// Gdp Growth Rate Yoy Adv - /// - public const string GdpGrowthRateYoyAdv = "SGP/gdp growth rate yoy adv"; - /// - /// Hari Raya Puasa - /// - public const string HariRayaPuasa = "SGP/hari raya puasa"; - /// - /// Import Prices - /// - public const string ImportPrices = "SGP/import prices"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "SGP/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "SGP/inflation rate"; - /// - /// Markit Purchasing Managers Index - /// - public const string MarkitPurchasingManagersIndex = "SGP/markit purchasing managers index"; - /// - /// Mas 12 Week Bill Auction - /// - public const string MasTwelveWeekBillAuction = "SGP/mas 12 week bill auction"; - /// - /// Mas 4 Week Bill Auction - /// - public const string MasFourWeekBillAuction = "SGP/mas 4 week bill auction"; - /// - /// Mas12 - /// - public const string Mas12 = "SGP/mas12"; - /// - /// Mas4 - /// - public const string Mas4 = "SGP/mas4"; - /// - /// Monetary Policy Statement - /// - public const string MonetaryPolicyStatement = "SGP/monetary policy statement"; - /// - /// National Day - /// - public const string NationalDay = "SGP/national day"; - /// - /// Non Oil Exports - /// - public const string NonOilExports = "SGP/non oil exports"; - /// - /// Ppi - /// - public const string Ppi = "SGP/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "SGP/retail sales"; - /// - /// Sandp Global Purchasing Managers Index - /// - public const string SandpGlobalPurchasingManagersIndex = "SGP/sandp global purchasing managers index"; - /// - /// Sipmm Manufacturing Purchasing Managers Index - /// - public const string SipmmManufacturingPurchasingManagersIndex = "SGP/sipmm manufacturing purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "SGP/unemployment rate"; - /// - /// Ura Property Index - /// - public const string UraPropertyIndex = "SGP/ura property index"; - } - - /// - /// Elsalvador - /// - public static class ElSalvador - { - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "SLV/gdp growth rate"; - /// - /// Inflation Rate - /// - public const string InflationRate = "SLV/inflation rate"; - } - - /// - /// Somalia - /// - public static class Somalia - { - /// - /// Inflation Rate - /// - public const string InflationRate = "SOM/inflation rate"; - } - - /// - /// Serbia - /// - public static class Serbia - { - /// - /// Inflation Rate - /// - public const string InflationRate = "SRB/inflation rate"; - } - - /// - /// Slovakia - /// - public static class Slovakia - { - /// - /// Construction Output - /// - public const string ConstructionOutput = "SVK/construction output"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "SVK/consumer confidence"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "SVK/core inflation rate"; - /// - /// Cpi - /// - public const string Cpi = "SVK/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "SVK/current account"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "SVK/gdp growth rate"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "SVK/harmonized inflation rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "SVK/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "SVK/inflation rate"; - /// - /// Real Wages - /// - public const string RealWages = "SVK/real wages"; - /// - /// Retail Sales - /// - public const string RetailSales = "SVK/retail sales"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "SVK/unemployment rate"; - } - - /// - /// Slovenia - /// - public static class Slovenia - { - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "SVN/consumer confidence"; - /// - /// Cpi - /// - public const string Cpi = "SVN/cpi"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "SVN/gdp growth rate"; - /// - /// Harmonized Inflation Rate - /// - public const string HarmonizedInflationRate = "SVN/harmonized inflation rate"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "SVN/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "SVN/inflation rate"; - /// - /// Ppi - /// - public const string Ppi = "SVN/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "SVN/retail sales"; - /// - /// Tourist Arrivals - /// - public const string TouristArrivals = "SVN/tourist arrivals"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "SVN/unemployment rate"; - } - - /// - /// Sweden - /// - public static class Sweden - { - /// - /// Business Confidence - /// - public const string BusinessConfidence = "SWE/business confidence"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "SWE/consumer confidence"; - /// - /// Consumer Inflation Expectations - /// - public const string ConsumerInflationExpectations = "SWE/consumer inflation expectations"; - /// - /// Cpi - /// - public const string Cpi = "SWE/cpi"; - /// - /// Cpif - /// - public const string Cpif = "SWE/cpif"; - /// - /// Current Account - /// - public const string CurrentAccount = "SWE/current account"; - /// - /// Easter Monday - /// - public const string EasterMonday = "SWE/easter monday"; - /// - /// Employed Persons - /// - public const string EmployedPersons = "SWE/employed persons"; - /// - /// Exports - /// - public const string Exports = "SWE/exports"; - /// - /// Gdp - /// - public const string Gdp = "SWE/gdp"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "SWE/gdp growth rate"; - /// - /// House Price Index - /// - public const string HousePriceIndex = "SWE/house price index"; - /// - /// Household Consumption - /// - public const string HouseholdConsumption = "SWE/household consumption"; - /// - /// Household Lending Growth - /// - public const string HouseholdLendingGrowth = "SWE/household lending growth"; - /// - /// Imports - /// - public const string Imports = "SWE/imports"; - /// - /// Industrial Inventories - /// - public const string IndustrialInventories = "SWE/industrial inventories"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "SWE/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "SWE/inflation rate"; - /// - /// Monetary Policy Meeting Minutes - /// - public const string MonetaryPolicyMeetingMinutes = "SWE/monetary policy meeting minutes"; - /// - /// Monetary Policy Report - /// - public const string MonetaryPolicyReport = "SWE/monetary policy report"; - /// - /// New Orders - /// - public const string NewOrders = "SWE/new orders"; - /// - /// Ppi - /// - public const string Ppi = "SWE/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "SWE/retail sales"; - /// - /// Riksbank Rate Decision - /// - public const string RiksbankRateDecision = "SWE/riksbank rate decision"; - /// - /// Services Purchasing Managers Index - /// - public const string ServicesPurchasingManagersIndex = "SWE/services purchasing managers index"; - /// - /// Swedbank Manufacturing Purchasing Managers Index - /// - public const string SwedbankManufacturingPurchasingManagersIndex = "SWE/swedbank manufacturing purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "SWE/unemployment rate"; - } - - /// - /// Thailand - /// - public static class Thailand - { - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "THA/balance of trade"; - /// - /// Business Confidence - /// - public const string BusinessConfidence = "THA/business confidence"; - /// - /// Coincident Index - /// - public const string CoincidentIndex = "THA/coincident index"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "THA/consumer confidence"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "THA/core inflation rate"; - /// - /// Cpi - /// - public const string Cpi = "THA/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "THA/current account"; - /// - /// Exports - /// - public const string Exports = "THA/exports"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "THA/foreign exchange reserves"; - /// - /// Full Year Gdp Growth - /// - public const string FullYearGdpGrowth = "THA/full year gdp growth"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "THA/gdp growth rate"; - /// - /// Imports - /// - public const string Imports = "THA/imports"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "THA/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "THA/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "THA/interest rate decision"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "THA/markit manufacturing purchasing managers index"; - /// - /// New Car Sales - /// - public const string NewCarSales = "THA/new car sales"; - /// - /// Private Consumption - /// - public const string PrivateConsumption = "THA/private consumption"; - /// - /// Private Investment - /// - public const string PrivateInvestment = "THA/private investment"; - /// - /// Retail Sales - /// - public const string RetailSales = "THA/retail sales"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "THA/sandp global manufacturing purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "THA/unemployment rate"; - } - - /// - /// Timorleste - /// - public static class TimorLeste - { - /// - /// Inflation Rate - /// - public const string InflationRate = "TLS/inflation rate"; - } - - /// - /// Turkey - /// - public static class Turkey - { - /// - /// Auto Sales - /// - public const string AutoSales = "TUR/auto sales"; - /// - /// Capacity Utilization - /// - public const string CapacityUtilization = "TUR/capacity utilization"; - /// - /// Exports - /// - public const string Exports = "TUR/exports"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "TUR/foreign exchange reserves"; - /// - /// Imports - /// - public const string Imports = "TUR/imports"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "TUR/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "TUR/inflation rate"; - /// - /// Mpc Meeting Summary - /// - public const string MpcMeetingSummary = "TUR/mpc meeting summary"; - /// - /// Overnight Borrowing Rate - /// - public const string OvernightBorrowingRate = "TUR/overnight borrowing rate"; - /// - /// Overnight Lending Rate - /// - public const string OvernightLendingRate = "TUR/overnight lending rate"; - /// - /// Ppi - /// - public const string Ppi = "TUR/ppi"; - /// - /// Retail Sales - /// - public const string RetailSales = "TUR/retail sales"; - /// - /// Tcmb Interest Rate Decision - /// - public const string TcmbInterestRateDecision = "TUR/tcmb interest rate decision"; - } - - /// - /// Taiwan - /// - public static class Taiwan - { - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "TWN/consumer confidence"; - /// - /// Export Orders - /// - public const string ExportOrders = "TWN/export orders"; - /// - /// Exports - /// - public const string Exports = "TWN/exports"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "TWN/foreign exchange reserves"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "TWN/gdp growth rate"; - /// - /// Gdp Growth Rate Yoy Adv - /// - public const string GdpGrowthRateYoyAdv = "TWN/gdp growth rate yoy adv"; - /// - /// Imports - /// - public const string Imports = "TWN/imports"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "TWN/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "TWN/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "TWN/interest rate decision"; - /// - /// M2 Money Supply - /// - public const string M2MoneySupply = "TWN/m2 money supply"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "TWN/markit manufacturing purchasing managers index"; - /// - /// New Years Day - /// - public const string NewYearsDay = "TWN/new years day"; - /// - /// Nikkei Manufacturing Purchasing Managers Index - /// - public const string NikkeiManufacturingPurchasingManagersIndex = "TWN/nikkei manufacturing purchasing managers index"; - /// - /// Retail Sales - /// - public const string RetailSales = "TWN/retail sales"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "TWN/sandp global manufacturing purchasing managers index"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "TWN/unemployment rate"; - /// - /// Wholesale Prices - /// - public const string WholesalePrices = "TWN/wholesale prices"; - } - - /// - /// Ukraine - /// - public static class Ukraine - { - /// - /// Inflation Rate - /// - public const string InflationRate = "UKR/inflation rate"; - } - - /// - /// Unitedstates - /// - public static class UnitedStates - { - /// - /// 105 Day Bill Auction - /// - public const string OneHundredAndFiveDayBillAuction = "USA/105 day bill auction"; - /// - /// 119 Day Bill Auction - /// - public const string OneHundredAndNineteenDayBillAuction = "USA/119 day bill auction"; - /// - /// 15 Year Mortgage Rate - /// - public const string FifteenYearMortgageRate = "USA/15 year mortgage rate"; - /// - /// 154 Day Bill Auction - /// - public const string OneHundredAndFiftyFourDayBillAuction = "USA/154 day bill auction"; - /// - /// 17 Week Bill Auction - /// - public const string SeventeenWeekBillAuction = "USA/17 week bill auction"; - /// - /// 2 Year Frn Auction - /// - public const string TwoYearFrnAuction = "USA/2 year frn auction"; - /// - /// 2 Year Note Auction - /// - public const string TwoYearNoteAuction = "USA/2 year note auction"; - /// - /// 20 Year Bond Auction - /// - public const string TwentyYearBondAuction = "USA/20 year bond auction"; - /// - /// 3 Month Bill Auction - /// - public const string ThreeMonthBillAuction = "USA/3 month bill auction"; - /// - /// 3 Year Note Auction - /// - public const string ThreeYearNoteAuction = "USA/3 year note auction"; - /// - /// 30 Year Bond Auction - /// - public const string ThirtyYearBondAuction = "USA/30 year bond auction"; - /// - /// 30 Year Mortgage Rate - /// - public const string ThirtyYearMortgageRate = "USA/30 year mortgage rate"; - /// - /// 30 Year Tips Auction - /// - public const string ThirtyYearTipsAuction = "USA/30 year tips auction"; - /// - /// 4 Week Bill Auction - /// - public const string FourWeekBillAuction = "USA/4 week bill auction"; - /// - /// 42 Day Bill Auction - /// - public const string FortyTwoDayBillAuction = "USA/42 day bill auction"; - /// - /// 5 Year Note Auction - /// - public const string FiveYearNoteAuction = "USA/5 year note auction"; - /// - /// 5 Year Tips Auction - /// - public const string FiveYearTipsAuction = "USA/5 year tips auction"; - /// - /// 52 Week Bill Auction - /// - public const string FiftyTwoWeekBillAuction = "USA/52 week bill auction"; - /// - /// 6 Month Bill Auction - /// - public const string SixMonthBillAuction = "USA/6 month bill auction"; - /// - /// 7 Year Note Auction - /// - public const string SevenYearNoteAuction = "USA/7 year note auction"; - /// - /// 8 Week Bill Auction - /// - public const string EightWeekBillAuction = "USA/8 week bill auction"; - /// - /// Adp Employment Change - /// - public const string AdpEmploymentChange = "USA/adp employment change"; - /// - /// Api Weekly Crude Stock Change - /// - public const string ApiWeeklyCrudeStockChange = "USA/api weekly crude stock change"; - /// - /// Average Hourly Earnings - /// - public const string AverageHourlyEarnings = "USA/average hourly earnings"; - /// - /// Average Weekly Hours - /// - public const string AverageWeeklyHours = "USA/average weekly hours"; - /// - /// Baker Hughes Oil Rig Count - /// - public const string BakerHughesOilRigCount = "USA/baker hughes oil rig count"; - /// - /// Baker Hughes Total Rigs Count - /// - public const string BakerHughesTotalRigsCount = "USA/baker hughes total rigs count"; - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "USA/balance of trade"; - /// - /// Building Permits - /// - public const string BuildingPermits = "USA/building permits"; - /// - /// Business Inventories - /// - public const string BusinessInventories = "USA/business inventories"; - /// - /// Capacity Utilization - /// - public const string CapacityUtilization = "USA/capacity utilization"; - /// - /// Cb Consumer Confidence - /// - public const string CbConsumerConfidence = "USA/cb consumer confidence"; - /// - /// Cb Leading Economic Index - /// - public const string CbLeadingEconomicIndex = "USA/cb leading economic index"; - /// - /// Central Bank Balance Sheet - /// - public const string CentralBankBalanceSheet = "USA/central bank balance sheet"; - /// - /// Challenger Job Cuts - /// - public const string ChallengerJobCuts = "USA/challenger job cuts"; - /// - /// Chicago Fed National Activity Index - /// - public const string ChicagoFedNationalActivityIndex = "USA/chicago fed national activity index"; - /// - /// Chicago Purchasing Managers Index - /// - public const string ChicagoPurchasingManagersIndex = "USA/chicago purchasing managers index"; - /// - /// Columbus Day - /// - public const string ColumbusDay = "USA/columbus day"; - /// - /// Construction Spending - /// - public const string ConstructionSpending = "USA/construction spending"; - /// - /// Consumer Credit Change - /// - public const string ConsumerCreditChange = "USA/consumer credit change"; - /// - /// Consumer Inflation Expectations - /// - public const string ConsumerInflationExpectations = "USA/consumer inflation expectations"; - /// - /// Consumer Price Index Seasonally Adjusted - /// - public const string ConsumerPriceIndexSeasonallyAdjusted = "USA/consumer price index seasonally adjusted"; - /// - /// Continuing Jobless Claims - /// - public const string ContinuingJoblessClaims = "USA/continuing jobless claims"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "USA/core inflation rate"; - /// - /// Core Personal Consumption Expenditure Price Index - /// - public const string CorePersonalConsumptionExpenditurePriceIndex = "USA/core personal consumption expenditure price index"; - /// - /// Core Personal Consumption Expenditure Price Index Qoq Adv - /// - public const string CorePersonalConsumptionExpenditurePriceIndexQoqAdv = "USA/core personal consumption expenditure price index qoq adv"; - /// - /// Core Producer Price Index - /// - public const string CoreProducerPriceIndex = "USA/core producer price index"; - /// - /// Corporate Profits - /// - public const string CorporateProfits = "USA/corporate profits"; - /// - /// Cpi - /// - public const string Cpi = "USA/cpi"; - /// - /// Current Account - /// - public const string CurrentAccount = "USA/current account"; - /// - /// Dallas Fed Manufacturing Index - /// - public const string DallasFedManufacturingIndex = "USA/dallas fed manufacturing index"; - /// - /// Dallas Fed Services Index - /// - public const string DallasFedServicesIndex = "USA/dallas fed services index"; - /// - /// Dallas Fed Services Revenues Index - /// - public const string DallasFedServicesRevenuesIndex = "USA/dallas fed services revenues index"; - /// - /// Durable Goods Orders - /// - public const string DurableGoodsOrders = "USA/durable goods orders"; - /// - /// Durable Goods Orders Excluding Defense - /// - public const string DurableGoodsOrdersExcludingDefense = "USA/durable goods orders excluding defense"; - /// - /// Durable Goods Orders Excluding Transp - /// - public const string DurableGoodsOrdersExcludingTransp = "USA/durable goods orders excluding transp"; - /// - /// Eia Crude Oil Imports Change - /// - public const string EiaCrudeOilImportsChange = "USA/eia crude oil imports change"; - /// - /// Eia Crude Oil Stocks Change - /// - public const string EiaCrudeOilStocksChange = "USA/eia crude oil stocks change"; - /// - /// Eia Cushing Crude Oil Stocks Change - /// - public const string EiaCushingCrudeOilStocksChange = "USA/eia cushing crude oil stocks change"; - /// - /// Eia Distillate Fuel Production Change - /// - public const string EiaDistillateFuelProductionChange = "USA/eia distillate fuel production change"; - /// - /// Eia Distillate Stocks Change - /// - public const string EiaDistillateStocksChange = "USA/eia distillate stocks change"; - /// - /// Eia Gasoline Production Change - /// - public const string EiaGasolineProductionChange = "USA/eia gasoline production change"; - /// - /// Eia Gasoline Stocks Change - /// - public const string EiaGasolineStocksChange = "USA/eia gasoline stocks change"; - /// - /// Eia Heating Oil Stocks Change - /// - public const string EiaHeatingOilStocksChange = "USA/eia heating oil stocks change"; - /// - /// Eia Natural Gas Stocks Change - /// - public const string EiaNaturalGasStocksChange = "USA/eia natural gas stocks change"; - /// - /// Eia Refinery Crude Runs Change - /// - public const string EiaRefineryCrudeRunsChange = "USA/eia refinery crude runs change"; - /// - /// Employment Costs Benefits - /// - public const string EmploymentCostsBenefits = "USA/employment costs benefits"; - /// - /// Employment Costs Index - /// - public const string EmploymentCostsIndex = "USA/employment costs index"; - /// - /// Employment Costs Wages - /// - public const string EmploymentCostsWages = "USA/employment costs wages"; - /// - /// Existing Home Sales - /// - public const string ExistingHomeSales = "USA/existing home sales"; - /// - /// Export Prices - /// - public const string ExportPrices = "USA/export prices"; - /// - /// Exports - /// - public const string Exports = "USA/exports"; - /// - /// Factory Orders - /// - public const string FactoryOrders = "USA/factory orders"; - /// - /// Factory Orders Excluding Transportation - /// - public const string FactoryOrdersExcludingTransportation = "USA/factory orders excluding transportation"; - /// - /// Fed Balance Sheet - /// - public const string FedBalanceSheet = "USA/fed balance sheet"; - /// - /// Fed Barkin Speech - /// - public const string FedBarkinSpeech = "USA/fed barkin speech"; - /// - /// Fed Barkins Speech - /// - public const string FedBarkinsSpeech = "USA/fed barkins speech"; - /// - /// Fed Barr Speech - /// - public const string FedBarrSpeech = "USA/fed barr speech"; - /// - /// Fed Beige Book - /// - public const string FedBeigeBook = "USA/fed beige book"; - /// - /// Fed Bostic Speech - /// - public const string FedBosticSpeech = "USA/fed bostic speech"; - /// - /// Fed Bowman Speech - /// - public const string FedBowmanSpeech = "USA/fed bowman speech"; - /// - /// Fed Brainard Speech - /// - public const string FedBrainardSpeech = "USA/fed brainard speech"; - /// - /// Fed Bullard Speech - /// - public const string FedBullardSpeech = "USA/fed bullard speech"; - /// - /// Fed Chair Powell Speech - /// - public const string FedChairPowellSpeech = "USA/fed chair powell speech"; - /// - /// Fed Chair Powell Testimony - /// - public const string FedChairPowellTestimony = "USA/fed chair powell testimony"; - /// - /// Fed Clarida Speech - /// - public const string FedClaridaSpeech = "USA/fed clarida speech"; - /// - /// Fed Collins Speech - /// - public const string FedCollinsSpeech = "USA/fed collins speech"; - /// - /// Fed Cook Speech - /// - public const string FedCookSpeech = "USA/fed cook speech"; - /// - /// Fed Daly Speech - /// - public const string FedDalySpeech = "USA/fed daly speech"; - /// - /// Fed Evans Speech - /// - public const string FedEvansSpeech = "USA/fed evans speech"; - /// - /// Fed George Speech - /// - public const string FedGeorgeSpeech = "USA/fed george speech"; - /// - /// Fed Goolsbee Speech - /// - public const string FedGoolsbeeSpeech = "USA/fed goolsbee speech"; - /// - /// Fed Harker Speech - /// - public const string FedHarkerSpeech = "USA/fed harker speech"; - /// - /// Fed Interest Rate Decision - /// - public const string FedInterestRateDecision = "USA/fed interest rate decision"; - /// - /// Fed Jefferson Speech - /// - public const string FedJeffersonSpeech = "USA/fed jefferson speech"; - /// - /// Fed Kaplan Speech - /// - public const string FedKaplanSpeech = "USA/fed kaplan speech"; - /// - /// Fed Kashkari Speech - /// - public const string FedKashkariSpeech = "USA/fed kashkari speech"; - /// - /// Fed Kugler Speech - /// - public const string FedKuglerSpeech = "USA/fed kugler speech"; - /// - /// Fed Logan Speech - /// - public const string FedLoganSpeech = "USA/fed logan speech"; - /// - /// Fed Mester Speech - /// - public const string FedMesterSpeech = "USA/fed mester speech"; - /// - /// Fed Press Conference - /// - public const string FedPressConference = "USA/fed press conference"; - /// - /// Fed Quarles Speech - /// - public const string FedQuarlesSpeech = "USA/fed quarles speech"; - /// - /// Fed Rosengren Speech - /// - public const string FedRosengrenSpeech = "USA/fed rosengren speech"; - /// - /// Fed Waller Speech - /// - public const string FedWallerSpeech = "USA/fed waller speech"; - /// - /// Fed Williams Speech - /// - public const string FedWilliamsSpeech = "USA/fed williams speech"; - /// - /// Fomc Economic Projections - /// - public const string FomcEconomicProjections = "USA/fomc economic projections"; - /// - /// Fomc Minutes - /// - public const string FomcMinutes = "USA/fomc minutes"; - /// - /// Foreign Bond Investment - /// - public const string ForeignBondInvestment = "USA/foreign bond investment"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "USA/gdp growth rate"; - /// - /// Gdp Growth Rate Qoq Adv - /// - public const string GdpGrowthRateQoqAdv = "USA/gdp growth rate qoq adv"; - /// - /// Gdp Price Index - /// - public const string GdpPriceIndex = "USA/gdp price index"; - /// - /// Gdp Price Index Qoq Adv - /// - public const string GdpPriceIndexQoqAdv = "USA/gdp price index qoq adv"; - /// - /// Gdp Sales - /// - public const string GdpSales = "USA/gdp sales"; - /// - /// Gdp Sales Qoq Adv - /// - public const string GdpSalesQoqAdv = "USA/gdp sales qoq adv"; - /// - /// Goods Trade Balance - /// - public const string GoodsTradeBalance = "USA/goods trade balance"; - /// - /// Goods Trade Balance Adv - /// - public const string GoodsTradeBalanceAdv = "USA/goods trade balance adv"; - /// - /// Government Payrolls - /// - public const string GovernmentPayrolls = "USA/government payrolls"; - /// - /// House Price Index - /// - public const string HousePriceIndex = "USA/house price index"; - /// - /// Housing Starts - /// - public const string HousingStarts = "USA/housing starts"; - /// - /// Ibd Tipp Economic Optimism - /// - public const string IbdTippEconomicOptimism = "USA/ibd tipp economic optimism"; - /// - /// Imf World Bank Spring Meetings - /// - public const string ImfWorldBankSpringMeetings = "USA/imf world bank spring meetings"; - /// - /// Imf World Bank Virtual Annual Meeting - /// - public const string ImfWorldBankVirtualAnnualMeeting = "USA/imf world bank virtual annual meeting"; - /// - /// Import Prices - /// - public const string ImportPrices = "USA/import prices"; - /// - /// Imports - /// - public const string Imports = "USA/imports"; - /// - /// Independence Day - /// - public const string IndependenceDay = "USA/independence day"; - /// - /// Industrial Production - /// - public const string IndustrialProduction = "USA/industrial production"; - /// - /// Inflation Rate - /// - public const string InflationRate = "USA/inflation rate"; - /// - /// Initial Jobless Claims - /// - public const string InitialJoblessClaims = "USA/initial jobless claims"; - /// - /// Interest Rate Projection 3Rd Yr - /// - public const string InterestRateProjection3RdYr = "USA/interest rate projection 3rd yr"; - /// - /// Interest Rate Projection Current - /// - public const string InterestRateProjectionCurrent = "USA/interest rate projection current"; - /// - /// Interest Rate Projection First Yr - /// - public const string InterestRateProjectionFirstYr = "USA/interest rate projection first yr"; - /// - /// Interest Rate Projection Longer - /// - public const string InterestRateProjectionLonger = "USA/interest rate projection longer"; - /// - /// Interest Rate Projection Second Yr - /// - public const string InterestRateProjectionSecondYr = "USA/interest rate projection second yr"; - /// - /// International Monetary Market Date - /// - public const string InternationalMonetaryMarketDate = "USA/international monetary market date"; - /// - /// Ism Manufacturing Employment - /// - public const string IsmManufacturingEmployment = "USA/ism manufacturing employment"; - /// - /// Ism Manufacturing New Orders - /// - public const string IsmManufacturingNewOrders = "USA/ism manufacturing new orders"; - /// - /// Ism Manufacturing Prices - /// - public const string IsmManufacturingPrices = "USA/ism manufacturing prices"; - /// - /// Ism Manufacturing Purchasing Managers Index - /// - public const string IsmManufacturingPurchasingManagersIndex = "USA/ism manufacturing purchasing managers index"; - /// - /// Ism New York Index - /// - public const string IsmNewYorkIndex = "USA/ism new york index"; - /// - /// Ism Non Manufacturing Business Activity - /// - public const string IsmNonManufacturingBusinessActivity = "USA/ism non manufacturing business activity"; - /// - /// Ism Non Manufacturing Employment - /// - public const string IsmNonManufacturingEmployment = "USA/ism non manufacturing employment"; - /// - /// Ism Non Manufacturing New Orders - /// - public const string IsmNonManufacturingNewOrders = "USA/ism non manufacturing new orders"; - /// - /// Ism Non Manufacturing Prices - /// - public const string IsmNonManufacturingPrices = "USA/ism non manufacturing prices"; - /// - /// Ism Non Manufacturing Purchasing Managers Index - /// - public const string IsmNonManufacturingPurchasingManagersIndex = "USA/ism non manufacturing purchasing managers index"; - /// - /// Ism Services Business Activity - /// - public const string IsmServicesBusinessActivity = "USA/ism services business activity"; - /// - /// Ism Services Employment - /// - public const string IsmServicesEmployment = "USA/ism services employment"; - /// - /// Ism Services New Orders - /// - public const string IsmServicesNewOrders = "USA/ism services new orders"; - /// - /// Ism Services Prices - /// - public const string IsmServicesPrices = "USA/ism services prices"; - /// - /// Ism Services Purchasing Managers Index - /// - public const string IsmServicesPurchasingManagersIndex = "USA/ism services purchasing managers index"; - /// - /// Jobless Claims 4 Week Average - /// - public const string JoblessClaimsFourWeekAverage = "USA/jobless claims 4 week average"; - /// - /// Jolts Job Openings - /// - public const string JoltsJobOpenings = "USA/jolts job openings"; - /// - /// Jolts Job Quits - /// - public const string JoltsJobQuits = "USA/jolts job quits"; - /// - /// Kansas Fed Composite Index - /// - public const string KansasFedCompositeIndex = "USA/kansas fed composite index"; - /// - /// Kansas Fed Manufacturing Index - /// - public const string KansasFedManufacturingIndex = "USA/kansas fed manufacturing index"; - /// - /// Labor Day - /// - public const string LaborDay = "USA/labor day"; - /// - /// Lmi Logistics Managers Index - /// - public const string LmiLogisticsManagersIndex = "USA/lmi logistics managers index"; - /// - /// Lmi Logistics Managers Index Current - /// - public const string LmiLogisticsManagersIndexCurrent = "USA/lmi logistics managers index current"; - /// - /// Loan Officer Survey - /// - public const string LoanOfficerSurvey = "USA/loan officer survey"; - /// - /// Manufacturing Payrolls - /// - public const string ManufacturingPayrolls = "USA/manufacturing payrolls"; - /// - /// Manufacturing Production - /// - public const string ManufacturingProduction = "USA/manufacturing production"; - /// - /// Markit Composite Purchasing Managers Index - /// - public const string MarkitCompositePurchasingManagersIndex = "USA/markit composite purchasing managers index"; - /// - /// Markit Manufacturing Purchasing Managers Index - /// - public const string MarkitManufacturingPurchasingManagersIndex = "USA/markit manufacturing purchasing managers index"; - /// - /// Markit Services Purchasing Managers Index - /// - public const string MarkitServicesPurchasingManagersIndex = "USA/markit services purchasing managers index"; - /// - /// Martin Luther King Jr Day - /// - public const string MartinLutherKingJrDay = "USA/martin luther king jr day"; - /// - /// Mba 30 Year Mortgage Rate - /// - public const string MbaThirtyYearMortgageRate = "USA/mba 30 year mortgage rate"; - /// - /// Mba Mortgage Applications - /// - public const string MbaMortgageApplications = "USA/mba mortgage applications"; - /// - /// Mba Mortgage Market Index - /// - public const string MbaMortgageMarketIndex = "USA/mba mortgage market index"; - /// - /// Mba Mortgage Refinance Index - /// - public const string MbaMortgageRefinanceIndex = "USA/mba mortgage refinance index"; - /// - /// Mba Purchase Index - /// - public const string MbaPurchaseIndex = "USA/mba purchase index"; - /// - /// Memorial Day - /// - public const string MemorialDay = "USA/memorial day"; - /// - /// Michigan 5 Year Inflation Expectations - /// - public const string MichiganFiveYearInflationExpectations = "USA/michigan 5 year inflation expectations"; - /// - /// Michigan Consumer Expectations - /// - public const string MichiganConsumerExpectations = "USA/michigan consumer expectations"; - /// - /// Michigan Consumer Sentiment - /// - public const string MichiganConsumerSentiment = "USA/michigan consumer sentiment"; - /// - /// Michigan Current Conditions - /// - public const string MichiganCurrentConditions = "USA/michigan current conditions"; - /// - /// Michigan Inflation Expectations - /// - public const string MichiganInflationExpectations = "USA/michigan inflation expectations"; - /// - /// Money Supply - /// - public const string MoneySupply = "USA/money supply"; - /// - /// Monthly Budget Statement - /// - public const string MonthlyBudgetStatement = "USA/monthly budget statement"; - /// - /// Nahb Housing Market Index - /// - public const string NahbHousingMarketIndex = "USA/nahb housing market index"; - /// - /// Net Long Term Tic Flows - /// - public const string NetLongTermTicFlows = "USA/net long term tic flows"; - /// - /// New Home Sales - /// - public const string NewHomeSales = "USA/new home sales"; - /// - /// Nfib Business Optimism Index - /// - public const string NfibBusinessOptimismIndex = "USA/nfib business optimism index"; - /// - /// Non Defense Goods Orders Excluding Air - /// - public const string NonDefenseGoodsOrdersExcludingAir = "USA/non defense goods orders excluding air"; - /// - /// Non Farm Payrolls - /// - public const string NonFarmPayrolls = "USA/non farm payrolls"; - /// - /// Non Farm Payrolls Private - /// - public const string NonFarmPayrollsPrivate = "USA/non farm payrolls private"; - /// - /// Non Farm Productivity - /// - public const string NonFarmProductivity = "USA/non farm productivity"; - /// - /// Nopa Crush Report - /// - public const string NopaCrushReport = "USA/nopa crush report"; - /// - /// Ny Empire State Manufacturing Index - /// - public const string NyEmpireStateManufacturingIndex = "USA/ny empire state manufacturing index"; - /// - /// Ny Fed Treasury Purchases 0 To 2 25 Yrs - /// - public const string NyFedTreasuryPurchasesZeroToTwoTwentyFiveYrs = "USA/ny fed treasury purchases 0 to 2 25 yrs"; - /// - /// Ny Fed Treasury Purchases 10 To 22 5 Yrs - /// - public const string NyFedTreasuryPurchasesTenToTwentyTwoFiveYrs = "USA/ny fed treasury purchases 10 to 22 5 yrs"; - /// - /// Ny Fed Treasury Purchases 2 25 To 4 5 Yrs - /// - public const string NyFedTreasuryPurchasesTwoTwentyFiveToFourFiveYrs = "USA/ny fed treasury purchases 2 25 to 4 5 yrs"; - /// - /// Ny Fed Treasury Purchases 22 5 To 30 Yrs - /// - public const string NyFedTreasuryPurchasesTwentyTwoFiveToThirtyYrs = "USA/ny fed treasury purchases 22 5 to 30 yrs"; - /// - /// Ny Fed Treasury Purchases 4 5 To 7 Yrs - /// - public const string NyFedTreasuryPurchasesFourFiveToSevenYrs = "USA/ny fed treasury purchases 4 5 to 7 yrs"; - /// - /// Ny Fed Treasury Purchases 7 To 10 Yrs - /// - public const string NyFedTreasuryPurchasesSevenToTenYrs = "USA/ny fed treasury purchases 7 to 10 yrs"; - /// - /// Ny Fed Treasury Purchases Tips 1 To 7 5 Yrs - /// - public const string NyFedTreasuryPurchasesTipsOneToSevenFiveYrs = "USA/ny fed treasury purchases tips 1 to 7 5 yrs"; - /// - /// Ny Fed Treasury Purchases Tips 7 5 To 30 Yrs - /// - public const string NyFedTreasuryPurchasesTipsSevenFiveToThirtyYrs = "USA/ny fed treasury purchases tips 7 5 to 30 yrs"; - /// - /// Overall Net Capital Flows - /// - public const string OverallNetCapitalFlows = "USA/overall net capital flows"; - /// - /// Participation Rate - /// - public const string ParticipationRate = "USA/participation rate"; - /// - /// Pending Home Sales - /// - public const string PendingHomeSales = "USA/pending home sales"; - /// - /// Personal Consumption Expenditure Price Index - /// - public const string PersonalConsumptionExpenditurePriceIndex = "USA/personal consumption expenditure price index"; - /// - /// Personal Consumption Expenditure Price Index Qoq Adv - /// - public const string PersonalConsumptionExpenditurePriceIndexQoqAdv = "USA/personal consumption expenditure price index qoq adv"; - /// - /// Personal Income - /// - public const string PersonalIncome = "USA/personal income"; - /// - /// Personal Spending - /// - public const string PersonalSpending = "USA/personal spending"; - /// - /// Philadelphia Fed Manufacturing Index - /// - public const string PhiladelphiaFedManufacturingIndex = "USA/philadelphia fed manufacturing index"; - /// - /// Philly Fed Business Conditions - /// - public const string PhillyFedBusinessConditions = "USA/philly fed business conditions"; - /// - /// Philly Fed Capital Expenditure Index - /// - public const string PhillyFedCapitalExpenditureIndex = "USA/philly fed capital expenditure index"; - /// - /// Philly Fed Employment - /// - public const string PhillyFedEmployment = "USA/philly fed employment"; - /// - /// Philly Fed New Orders - /// - public const string PhillyFedNewOrders = "USA/philly fed new orders"; - /// - /// Philly Fed Prices Paid - /// - public const string PhillyFedPricesPaid = "USA/philly fed prices paid"; - /// - /// Ppi - /// - public const string Ppi = "USA/ppi"; - /// - /// Producer Price Index Excluding Food Energy And Trade - /// - public const string ProducerPriceIndexExcludingFoodEnergyAndTrade = "USA/producer price index excluding food energy and trade"; - /// - /// Quarterly Grain Stocks Corn - /// - public const string QuarterlyGrainStocksCorn = "USA/quarterly grain stocks corn"; - /// - /// Quarterly Grain Stocks Soy - /// - public const string QuarterlyGrainStocksSoy = "USA/quarterly grain stocks soy"; - /// - /// Quarterly Grain Stocks Wheat - /// - public const string QuarterlyGrainStocksWheat = "USA/quarterly grain stocks wheat"; - /// - /// Rcm Tipp Economic Optimism Index - /// - public const string RcmTippEconomicOptimismIndex = "USA/rcm tipp economic optimism index"; - /// - /// Real Consumer Spending - /// - public const string RealConsumerSpending = "USA/real consumer spending"; - /// - /// Real Consumer Spending Qoq Adv - /// - public const string RealConsumerSpendingQoqAdv = "USA/real consumer spending qoq adv"; - /// - /// Redbook - /// - public const string Redbook = "USA/redbook"; - /// - /// Retail Inventories Excluding Autos - /// - public const string RetailInventoriesExcludingAutos = "USA/retail inventories excluding autos"; - /// - /// Retail Inventories Excluding Autos Mom Adv - /// - public const string RetailInventoriesExcludingAutosMomAdv = "USA/retail inventories excluding autos mom adv"; - /// - /// Retail Sales - /// - public const string RetailSales = "USA/retail sales"; - /// - /// Retail Sales Excluding Autos - /// - public const string RetailSalesExcludingAutos = "USA/retail sales excluding autos"; - /// - /// Retail Sales Excluding Gas Autos - /// - public const string RetailSalesExcludingGasAutos = "USA/retail sales excluding gas autos"; - /// - /// Richmond Fed Manufacturing Index - /// - public const string RichmondFedManufacturingIndex = "USA/richmond fed manufacturing index"; - /// - /// Richmond Fed Manufacturing Shipments Index - /// - public const string RichmondFedManufacturingShipmentsIndex = "USA/richmond fed manufacturing shipments index"; - /// - /// Richmond Fed Services Index - /// - public const string RichmondFedServicesIndex = "USA/richmond fed services index"; - /// - /// Sandp Case Shiller Home Price - /// - public const string SandpCaseShillerHomePrice = "USA/sandp case shiller home price"; - /// - /// Sandp Global Composite Purchasing Managers Index - /// - public const string SandpGlobalCompositePurchasingManagersIndex = "USA/sandp global composite purchasing managers index"; - /// - /// Sandp Global Manufacturing Purchasing Managers Index - /// - public const string SandpGlobalManufacturingPurchasingManagersIndex = "USA/sandp global manufacturing purchasing managers index"; - /// - /// Sandp Global Services Purchasing Managers Index - /// - public const string SandpGlobalServicesPurchasingManagersIndex = "USA/sandp global services purchasing managers index"; - /// - /// Total Vehicle Sales - /// - public const string TotalVehicleSales = "USA/total vehicle sales"; - /// - /// Treasury Refunding Announcement - /// - public const string TreasuryRefundingAnnouncement = "USA/treasury refunding announcement"; - /// - /// U 6 Unemployment Rate - /// - public const string USixUnemploymentRate = "USA/u 6 unemployment rate"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "USA/unemployment rate"; - /// - /// Unit Labor Costs - /// - public const string UnitLaborCosts = "USA/unit labor costs"; - /// - /// Us China Trade Talks - /// - public const string UsChinaTradeTalks = "USA/us china trade talks"; - /// - /// Used Car Prices - /// - public const string UsedCarPrices = "USA/used car prices"; - /// - /// Wasde Report - /// - public const string WasdeReport = "USA/wasde report"; - /// - /// Washingtons Birthday - /// - public const string WashingtonsBirthday = "USA/washingtons birthday"; - /// - /// Wholesale Inventories - /// - public const string WholesaleInventories = "USA/wholesale inventories"; - /// - /// Wholesale Inventories Mom Adv - /// - public const string WholesaleInventoriesMomAdv = "USA/wholesale inventories mom adv"; - /// - /// World Bank Imf Annual Meeting - /// - public const string WorldBankImfAnnualMeeting = "USA/world bank imf annual meeting"; - } - - /// - /// Southafrica - /// - public static class SouthAfrica - { - /// - /// Balance Of Trade - /// - public const string BalanceOfTrade = "ZAF/balance of trade"; - /// - /// Budget Balance - /// - public const string BudgetBalance = "ZAF/budget balance"; - /// - /// Consumer Confidence - /// - public const string ConsumerConfidence = "ZAF/consumer confidence"; - /// - /// Core Inflation Rate - /// - public const string CoreInflationRate = "ZAF/core inflation rate"; - /// - /// Current Account - /// - public const string CurrentAccount = "ZAF/current account"; - /// - /// Foreign Exchange Reserves - /// - public const string ForeignExchangeReserves = "ZAF/foreign exchange reserves"; - /// - /// Freedom Day - /// - public const string FreedomDay = "ZAF/freedom day"; - /// - /// Gdp Growth Rate - /// - public const string GdpGrowthRate = "ZAF/gdp growth rate"; - /// - /// Gold Production - /// - public const string GoldProduction = "ZAF/gold production"; - /// - /// Human Rights Day - /// - public const string HumanRightsDay = "ZAF/human rights day"; - /// - /// Inflation Rate - /// - public const string InflationRate = "ZAF/inflation rate"; - /// - /// Interest Rate Decision - /// - public const string InterestRateDecision = "ZAF/interest rate decision"; - /// - /// Leading Business Cycle Indicators - /// - public const string LeadingBusinessCycleIndicators = "ZAF/leading business cycle indicators"; - /// - /// M3 Money Supply - /// - public const string M3MoneySupply = "ZAF/m3 money supply"; - /// - /// Manufacturing Production - /// - public const string ManufacturingProduction = "ZAF/manufacturing production"; - /// - /// Markit Ihs Purchasing Managers Index - /// - public const string MarkitIhsPurchasingManagersIndex = "ZAF/markit ihs purchasing managers index"; - /// - /// Mining Production - /// - public const string MiningProduction = "ZAF/mining production"; - /// - /// National Womens Day - /// - public const string NationalWomensDay = "ZAF/national womens day"; - /// - /// Ppi - /// - public const string Ppi = "ZAF/ppi"; - /// - /// Prime Overdraft Rate - /// - public const string PrimeOverdraftRate = "ZAF/prime overdraft rate"; - /// - /// Private Sector Credit - /// - public const string PrivateSectorCredit = "ZAF/private sector credit"; - /// - /// Retail Sales - /// - public const string RetailSales = "ZAF/retail sales"; - /// - /// Sacci Business Confidence - /// - public const string SacciBusinessConfidence = "ZAF/sacci business confidence"; - /// - /// Sandp Global Purchasing Managers Index - /// - public const string SandpGlobalPurchasingManagersIndex = "ZAF/sandp global purchasing managers index"; - /// - /// Standard Bank Purchasing Managers Index - /// - public const string StandardBankPurchasingManagersIndex = "ZAF/standard bank purchasing managers index"; - /// - /// Total New Vehicle Sales - /// - public const string TotalNewVehicleSales = "ZAF/total new vehicle sales"; - /// - /// Unemployed Persons - /// - public const string UnemployedPersons = "ZAF/unemployed persons"; - /// - /// Unemployment Rate - /// - public const string UnemploymentRate = "ZAF/unemployment rate"; - } - - /// - /// Zambia - /// - public static class Zambia - { - /// - /// Inflation Rate - /// - public const string InflationRate = "ZMB/inflation rate"; - } - } - } -} \ No newline at end of file diff --git a/Common/Data/Custom/EODHD/EODHD.Frequency.cs b/Common/Data/Custom/EODHD/EODHD.Frequency.cs deleted file mode 100644 index 1629f8a25e6e..000000000000 --- a/Common/Data/Custom/EODHD/EODHD.Frequency.cs +++ /dev/null @@ -1,54 +0,0 @@ -/* - * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. - * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ - -namespace QuantConnect.DataSource -{ - /// - /// EODHD static class contains shortcut definitions - /// - public static partial class EODHD - { - /// - /// Frequency of indicators - /// - public enum Frequency - { - /// - /// Annually - /// - Annual, - /// - /// Quarterly - /// - Quarter, - /// - /// Monthly - /// - Month, - /// - /// Weekly - /// - Week, - /// - /// Daily - /// - Day, - /// - /// Unknown - /// - Unknown - } - } -} \ No newline at end of file diff --git a/Common/Data/Custom/EODHD/EODHD.MacroIndicators.cs b/Common/Data/Custom/EODHD/EODHD.MacroIndicators.cs deleted file mode 100644 index 66b9c302cacf..000000000000 --- a/Common/Data/Custom/EODHD/EODHD.MacroIndicators.cs +++ /dev/null @@ -1,40616 +0,0 @@ -/* - * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. - * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. -*/ - -namespace QuantConnect.DataSource -{ - /// - /// EODHD static class contains shortcut definitions - /// - public static partial class EODHD - { - /// - /// The MacroIndicators class contains all macro indicators normalized for your convenience - /// - public static class MacroIndicators - { - /// - /// Afghanistan - /// - public static class Afghanistan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "AFG/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "AFG/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "AFG/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "AFG/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "AFG/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "AFG/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "AFG/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "AFG/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "AFG/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "AFG/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "AFG/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "AFG/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "AFG/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "AFG/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "AFG/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "AFG/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "AFG/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "AFG/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "AFG/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "AFG/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "AFG/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "AFG/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "AFG/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "AFG/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "AFG/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "AFG/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "AFG/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "AFG/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "AFG/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "AFG/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "AFG/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "AFG/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "AFG/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "AFG/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "AFG/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "AFG/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "AFG/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "AFG/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "AFG/unemployment_total_percent"; - } - - /// - /// Aland Islands - /// - public static class AlandIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ALA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ALA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ALA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ALA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ALA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ALA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ALA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ALA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ALA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ALA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ALA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ALA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ALA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ALA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ALA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ALA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ALA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ALA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ALA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ALA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ALA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ALA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ALA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ALA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ALA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ALA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ALA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ALA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ALA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ALA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ALA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ALA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ALA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ALA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ALA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ALA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ALA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ALA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ALA/unemployment_total_percent"; - } - - /// - /// Albania - /// - public static class Albania - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ALB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ALB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ALB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ALB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ALB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ALB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ALB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ALB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ALB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ALB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ALB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ALB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ALB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ALB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ALB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ALB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ALB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ALB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ALB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ALB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ALB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ALB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ALB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ALB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ALB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ALB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ALB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ALB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ALB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ALB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ALB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ALB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ALB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ALB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ALB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ALB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ALB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ALB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ALB/unemployment_total_percent"; - } - - /// - /// Algeria - /// - public static class Algeria - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "DZA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "DZA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "DZA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "DZA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "DZA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "DZA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "DZA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "DZA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "DZA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "DZA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "DZA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "DZA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "DZA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "DZA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "DZA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "DZA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "DZA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "DZA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "DZA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "DZA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "DZA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "DZA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "DZA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "DZA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "DZA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "DZA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "DZA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "DZA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "DZA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "DZA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "DZA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "DZA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "DZA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "DZA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "DZA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "DZA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "DZA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "DZA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "DZA/unemployment_total_percent"; - } - - /// - /// American Samoa - /// - public static class AmericanSamoa - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ASM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ASM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ASM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ASM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ASM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ASM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ASM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ASM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ASM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ASM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ASM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ASM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ASM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ASM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ASM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ASM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ASM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ASM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ASM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ASM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ASM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ASM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ASM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ASM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ASM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ASM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ASM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ASM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ASM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ASM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ASM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ASM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ASM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ASM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ASM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ASM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ASM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ASM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ASM/unemployment_total_percent"; - } - - /// - /// Andorra - /// - public static class Andorra - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "AND/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "AND/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "AND/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "AND/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "AND/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "AND/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "AND/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "AND/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "AND/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "AND/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "AND/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "AND/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "AND/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "AND/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "AND/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "AND/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "AND/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "AND/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "AND/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "AND/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "AND/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "AND/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "AND/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "AND/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "AND/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "AND/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "AND/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "AND/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "AND/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "AND/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "AND/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "AND/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "AND/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "AND/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "AND/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "AND/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "AND/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "AND/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "AND/unemployment_total_percent"; - } - - /// - /// Angola - /// - public static class Angola - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "AGO/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "AGO/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "AGO/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "AGO/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "AGO/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "AGO/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "AGO/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "AGO/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "AGO/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "AGO/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "AGO/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "AGO/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "AGO/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "AGO/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "AGO/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "AGO/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "AGO/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "AGO/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "AGO/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "AGO/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "AGO/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "AGO/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "AGO/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "AGO/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "AGO/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "AGO/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "AGO/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "AGO/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "AGO/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "AGO/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "AGO/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "AGO/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "AGO/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "AGO/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "AGO/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "AGO/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "AGO/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "AGO/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "AGO/unemployment_total_percent"; - } - - /// - /// Anguilla - /// - public static class Anguilla - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "AIA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "AIA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "AIA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "AIA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "AIA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "AIA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "AIA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "AIA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "AIA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "AIA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "AIA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "AIA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "AIA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "AIA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "AIA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "AIA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "AIA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "AIA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "AIA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "AIA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "AIA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "AIA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "AIA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "AIA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "AIA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "AIA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "AIA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "AIA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "AIA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "AIA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "AIA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "AIA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "AIA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "AIA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "AIA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "AIA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "AIA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "AIA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "AIA/unemployment_total_percent"; - } - - /// - /// Antarctica - /// - public static class Antarctica - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ATA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ATA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ATA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ATA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ATA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ATA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ATA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ATA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ATA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ATA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ATA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ATA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ATA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ATA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ATA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ATA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ATA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ATA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ATA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ATA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ATA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ATA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ATA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ATA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ATA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ATA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ATA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ATA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ATA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ATA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ATA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ATA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ATA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ATA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ATA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ATA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ATA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ATA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ATA/unemployment_total_percent"; - } - - /// - /// Antigua and Barbuda - /// - public static class AntiguaAndBarbuda - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ATG/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ATG/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ATG/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ATG/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ATG/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ATG/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ATG/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ATG/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ATG/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ATG/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ATG/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ATG/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ATG/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ATG/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ATG/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ATG/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ATG/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ATG/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ATG/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ATG/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ATG/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ATG/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ATG/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ATG/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ATG/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ATG/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ATG/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ATG/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ATG/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ATG/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ATG/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ATG/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ATG/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ATG/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ATG/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ATG/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ATG/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ATG/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ATG/unemployment_total_percent"; - } - - /// - /// Argentina - /// - public static class Argentina - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ARG/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ARG/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ARG/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ARG/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ARG/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ARG/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ARG/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ARG/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ARG/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ARG/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ARG/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ARG/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ARG/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ARG/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ARG/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ARG/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ARG/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ARG/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ARG/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ARG/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ARG/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ARG/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ARG/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ARG/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ARG/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ARG/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ARG/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ARG/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ARG/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ARG/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ARG/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ARG/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ARG/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ARG/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ARG/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ARG/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ARG/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ARG/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ARG/unemployment_total_percent"; - } - - /// - /// Armenia - /// - public static class Armenia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ARM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ARM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ARM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ARM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ARM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ARM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ARM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ARM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ARM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ARM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ARM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ARM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ARM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ARM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ARM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ARM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ARM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ARM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ARM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ARM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ARM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ARM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ARM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ARM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ARM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ARM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ARM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ARM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ARM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ARM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ARM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ARM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ARM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ARM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ARM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ARM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ARM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ARM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ARM/unemployment_total_percent"; - } - - /// - /// Aruba - /// - public static class Aruba - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ABW/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ABW/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ABW/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ABW/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ABW/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ABW/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ABW/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ABW/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ABW/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ABW/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ABW/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ABW/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ABW/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ABW/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ABW/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ABW/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ABW/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ABW/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ABW/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ABW/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ABW/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ABW/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ABW/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ABW/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ABW/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ABW/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ABW/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ABW/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ABW/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ABW/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ABW/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ABW/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ABW/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ABW/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ABW/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ABW/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ABW/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ABW/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ABW/unemployment_total_percent"; - } - - /// - /// Australia - /// - public static class Australia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "AUS/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "AUS/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "AUS/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "AUS/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "AUS/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "AUS/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "AUS/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "AUS/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "AUS/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "AUS/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "AUS/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "AUS/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "AUS/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "AUS/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "AUS/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "AUS/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "AUS/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "AUS/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "AUS/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "AUS/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "AUS/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "AUS/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "AUS/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "AUS/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "AUS/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "AUS/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "AUS/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "AUS/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "AUS/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "AUS/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "AUS/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "AUS/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "AUS/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "AUS/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "AUS/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "AUS/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "AUS/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "AUS/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "AUS/unemployment_total_percent"; - } - - /// - /// Austria - /// - public static class Austria - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "AUT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "AUT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "AUT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "AUT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "AUT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "AUT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "AUT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "AUT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "AUT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "AUT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "AUT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "AUT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "AUT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "AUT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "AUT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "AUT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "AUT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "AUT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "AUT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "AUT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "AUT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "AUT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "AUT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "AUT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "AUT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "AUT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "AUT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "AUT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "AUT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "AUT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "AUT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "AUT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "AUT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "AUT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "AUT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "AUT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "AUT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "AUT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "AUT/unemployment_total_percent"; - } - - /// - /// Azerbaijan - /// - public static class Azerbaijan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "AZE/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "AZE/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "AZE/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "AZE/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "AZE/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "AZE/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "AZE/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "AZE/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "AZE/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "AZE/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "AZE/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "AZE/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "AZE/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "AZE/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "AZE/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "AZE/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "AZE/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "AZE/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "AZE/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "AZE/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "AZE/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "AZE/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "AZE/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "AZE/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "AZE/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "AZE/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "AZE/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "AZE/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "AZE/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "AZE/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "AZE/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "AZE/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "AZE/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "AZE/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "AZE/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "AZE/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "AZE/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "AZE/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "AZE/unemployment_total_percent"; - } - - /// - /// Bahamas - /// - public static class Bahamas - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BHS/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BHS/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BHS/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BHS/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BHS/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BHS/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BHS/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BHS/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BHS/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BHS/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BHS/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BHS/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BHS/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BHS/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BHS/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BHS/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BHS/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BHS/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BHS/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BHS/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BHS/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BHS/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BHS/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BHS/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BHS/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BHS/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BHS/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BHS/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BHS/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BHS/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BHS/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BHS/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BHS/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BHS/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BHS/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BHS/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BHS/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BHS/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BHS/unemployment_total_percent"; - } - - /// - /// Bahrain - /// - public static class Bahrain - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BHR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BHR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BHR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BHR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BHR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BHR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BHR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BHR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BHR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BHR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BHR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BHR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BHR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BHR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BHR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BHR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BHR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BHR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BHR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BHR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BHR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BHR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BHR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BHR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BHR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BHR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BHR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BHR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BHR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BHR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BHR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BHR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BHR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BHR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BHR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BHR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BHR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BHR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BHR/unemployment_total_percent"; - } - - /// - /// Bangladesh - /// - public static class Bangladesh - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BGD/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BGD/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BGD/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BGD/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BGD/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BGD/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BGD/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BGD/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BGD/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BGD/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BGD/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BGD/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BGD/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BGD/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BGD/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BGD/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BGD/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BGD/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BGD/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BGD/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BGD/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BGD/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BGD/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BGD/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BGD/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BGD/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BGD/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BGD/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BGD/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BGD/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BGD/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BGD/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BGD/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BGD/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BGD/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BGD/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BGD/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BGD/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BGD/unemployment_total_percent"; - } - - /// - /// Barbados - /// - public static class Barbados - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BRB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BRB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BRB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BRB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BRB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BRB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BRB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BRB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BRB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BRB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BRB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BRB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BRB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BRB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BRB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BRB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BRB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BRB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BRB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BRB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BRB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BRB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BRB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BRB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BRB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BRB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BRB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BRB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BRB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BRB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BRB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BRB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BRB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BRB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BRB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BRB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BRB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BRB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BRB/unemployment_total_percent"; - } - - /// - /// Belarus - /// - public static class Belarus - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BLR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BLR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BLR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BLR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BLR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BLR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BLR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BLR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BLR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BLR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BLR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BLR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BLR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BLR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BLR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BLR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BLR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BLR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BLR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BLR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BLR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BLR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BLR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BLR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BLR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BLR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BLR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BLR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BLR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BLR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BLR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BLR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BLR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BLR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BLR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BLR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BLR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BLR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BLR/unemployment_total_percent"; - } - - /// - /// Belgium - /// - public static class Belgium - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BEL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BEL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BEL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BEL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BEL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BEL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BEL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BEL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BEL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BEL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BEL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BEL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BEL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BEL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BEL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BEL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BEL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BEL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BEL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BEL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BEL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BEL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BEL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BEL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BEL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BEL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BEL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BEL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BEL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BEL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BEL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BEL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BEL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BEL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BEL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BEL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BEL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BEL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BEL/unemployment_total_percent"; - } - - /// - /// Belize - /// - public static class Belize - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BLZ/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BLZ/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BLZ/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BLZ/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BLZ/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BLZ/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BLZ/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BLZ/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BLZ/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BLZ/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BLZ/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BLZ/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BLZ/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BLZ/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BLZ/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BLZ/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BLZ/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BLZ/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BLZ/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BLZ/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BLZ/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BLZ/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BLZ/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BLZ/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BLZ/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BLZ/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BLZ/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BLZ/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BLZ/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BLZ/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BLZ/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BLZ/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BLZ/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BLZ/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BLZ/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BLZ/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BLZ/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BLZ/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BLZ/unemployment_total_percent"; - } - - /// - /// Benin - /// - public static class Benin - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BEN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BEN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BEN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BEN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BEN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BEN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BEN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BEN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BEN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BEN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BEN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BEN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BEN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BEN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BEN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BEN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BEN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BEN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BEN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BEN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BEN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BEN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BEN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BEN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BEN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BEN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BEN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BEN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BEN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BEN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BEN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BEN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BEN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BEN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BEN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BEN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BEN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BEN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BEN/unemployment_total_percent"; - } - - /// - /// Bermuda - /// - public static class Bermuda - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BMU/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BMU/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BMU/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BMU/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BMU/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BMU/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BMU/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BMU/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BMU/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BMU/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BMU/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BMU/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BMU/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BMU/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BMU/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BMU/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BMU/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BMU/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BMU/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BMU/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BMU/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BMU/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BMU/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BMU/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BMU/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BMU/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BMU/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BMU/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BMU/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BMU/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BMU/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BMU/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BMU/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BMU/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BMU/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BMU/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BMU/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BMU/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BMU/unemployment_total_percent"; - } - - /// - /// Bhutan - /// - public static class Bhutan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BTN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BTN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BTN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BTN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BTN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BTN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BTN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BTN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BTN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BTN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BTN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BTN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BTN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BTN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BTN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BTN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BTN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BTN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BTN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BTN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BTN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BTN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BTN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BTN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BTN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BTN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BTN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BTN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BTN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BTN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BTN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BTN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BTN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BTN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BTN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BTN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BTN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BTN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BTN/unemployment_total_percent"; - } - - /// - /// Bolivia - /// - public static class Bolivia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BOL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BOL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BOL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BOL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BOL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BOL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BOL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BOL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BOL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BOL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BOL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BOL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BOL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BOL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BOL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BOL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BOL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BOL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BOL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BOL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BOL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BOL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BOL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BOL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BOL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BOL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BOL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BOL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BOL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BOL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BOL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BOL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BOL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BOL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BOL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BOL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BOL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BOL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BOL/unemployment_total_percent"; - } - - /// - /// Bonaire - /// - public static class Bonaire - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BES/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BES/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BES/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BES/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BES/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BES/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BES/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BES/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BES/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BES/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BES/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BES/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BES/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BES/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BES/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BES/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BES/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BES/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BES/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BES/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BES/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BES/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BES/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BES/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BES/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BES/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BES/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BES/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BES/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BES/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BES/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BES/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BES/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BES/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BES/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BES/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BES/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BES/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BES/unemployment_total_percent"; - } - - /// - /// Bosnia and Herzegovina - /// - public static class BosniaAndHerzegovina - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BIH/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BIH/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BIH/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BIH/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BIH/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BIH/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BIH/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BIH/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BIH/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BIH/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BIH/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BIH/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BIH/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BIH/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BIH/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BIH/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BIH/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BIH/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BIH/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BIH/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BIH/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BIH/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BIH/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BIH/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BIH/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BIH/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BIH/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BIH/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BIH/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BIH/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BIH/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BIH/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BIH/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BIH/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BIH/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BIH/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BIH/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BIH/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BIH/unemployment_total_percent"; - } - - /// - /// Botswana - /// - public static class Botswana - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BWA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BWA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BWA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BWA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BWA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BWA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BWA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BWA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BWA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BWA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BWA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BWA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BWA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BWA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BWA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BWA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BWA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BWA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BWA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BWA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BWA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BWA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BWA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BWA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BWA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BWA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BWA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BWA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BWA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BWA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BWA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BWA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BWA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BWA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BWA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BWA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BWA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BWA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BWA/unemployment_total_percent"; - } - - /// - /// Bouvet Island - /// - public static class BouvetIsland - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BVT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BVT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BVT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BVT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BVT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BVT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BVT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BVT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BVT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BVT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BVT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BVT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BVT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BVT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BVT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BVT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BVT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BVT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BVT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BVT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BVT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BVT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BVT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BVT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BVT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BVT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BVT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BVT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BVT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BVT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BVT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BVT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BVT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BVT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BVT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BVT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BVT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BVT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BVT/unemployment_total_percent"; - } - - /// - /// Brazil - /// - public static class Brazil - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BRA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BRA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BRA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BRA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BRA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BRA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BRA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BRA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BRA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BRA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BRA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BRA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BRA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BRA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BRA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BRA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BRA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BRA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BRA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BRA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BRA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BRA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BRA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BRA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BRA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BRA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BRA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BRA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BRA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BRA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BRA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BRA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BRA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BRA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BRA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BRA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BRA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BRA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BRA/unemployment_total_percent"; - } - - /// - /// British Indian Ocean Territory - /// - public static class BritishIndianOceanTerritory - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "IOT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "IOT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "IOT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "IOT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "IOT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "IOT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "IOT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "IOT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "IOT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "IOT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "IOT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "IOT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "IOT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "IOT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "IOT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "IOT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "IOT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "IOT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "IOT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "IOT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "IOT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "IOT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "IOT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "IOT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "IOT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "IOT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "IOT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "IOT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "IOT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "IOT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "IOT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "IOT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "IOT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "IOT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "IOT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "IOT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "IOT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "IOT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "IOT/unemployment_total_percent"; - } - - /// - /// Brunei Darussalam - /// - public static class BruneiDarussalam - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BRN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BRN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BRN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BRN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BRN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BRN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BRN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BRN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BRN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BRN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BRN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BRN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BRN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BRN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BRN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BRN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BRN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BRN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BRN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BRN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BRN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BRN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BRN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BRN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BRN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BRN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BRN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BRN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BRN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BRN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BRN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BRN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BRN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BRN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BRN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BRN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BRN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BRN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BRN/unemployment_total_percent"; - } - - /// - /// Bulgaria - /// - public static class Bulgaria - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BGR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BGR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BGR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BGR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BGR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BGR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BGR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BGR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BGR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BGR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BGR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BGR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BGR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BGR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BGR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BGR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BGR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BGR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BGR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BGR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BGR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BGR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BGR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BGR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BGR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BGR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BGR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BGR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BGR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BGR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BGR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BGR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BGR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BGR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BGR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BGR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BGR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BGR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BGR/unemployment_total_percent"; - } - - /// - /// Burkina Faso - /// - public static class BurkinaFaso - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BFA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BFA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BFA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BFA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BFA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BFA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BFA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BFA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BFA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BFA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BFA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BFA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BFA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BFA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BFA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BFA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BFA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BFA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BFA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BFA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BFA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BFA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BFA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BFA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BFA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BFA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BFA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BFA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BFA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BFA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BFA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BFA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BFA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BFA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BFA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BFA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BFA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BFA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BFA/unemployment_total_percent"; - } - - /// - /// Burundi - /// - public static class Burundi - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BDI/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BDI/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BDI/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BDI/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BDI/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BDI/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BDI/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BDI/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BDI/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BDI/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BDI/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BDI/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BDI/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BDI/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BDI/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BDI/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BDI/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BDI/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BDI/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BDI/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BDI/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BDI/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BDI/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BDI/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BDI/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BDI/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BDI/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BDI/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BDI/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BDI/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BDI/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BDI/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BDI/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BDI/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BDI/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BDI/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BDI/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BDI/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BDI/unemployment_total_percent"; - } - - /// - /// Cabo Verde - /// - public static class CaboVerde - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CPV/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CPV/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CPV/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CPV/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CPV/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CPV/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CPV/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CPV/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CPV/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CPV/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CPV/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CPV/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CPV/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CPV/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CPV/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CPV/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CPV/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CPV/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CPV/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CPV/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CPV/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CPV/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CPV/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CPV/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CPV/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CPV/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CPV/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CPV/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CPV/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CPV/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CPV/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CPV/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CPV/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CPV/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CPV/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CPV/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CPV/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CPV/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CPV/unemployment_total_percent"; - } - - /// - /// Cambodia - /// - public static class Cambodia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "KHM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "KHM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "KHM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "KHM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "KHM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "KHM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "KHM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "KHM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "KHM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "KHM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "KHM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "KHM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "KHM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "KHM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "KHM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "KHM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "KHM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "KHM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "KHM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "KHM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "KHM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "KHM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "KHM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "KHM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "KHM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "KHM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "KHM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "KHM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "KHM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "KHM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "KHM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "KHM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "KHM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "KHM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "KHM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "KHM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "KHM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "KHM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "KHM/unemployment_total_percent"; - } - - /// - /// Cameroon - /// - public static class Cameroon - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CMR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CMR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CMR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CMR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CMR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CMR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CMR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CMR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CMR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CMR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CMR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CMR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CMR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CMR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CMR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CMR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CMR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CMR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CMR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CMR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CMR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CMR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CMR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CMR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CMR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CMR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CMR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CMR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CMR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CMR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CMR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CMR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CMR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CMR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CMR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CMR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CMR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CMR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CMR/unemployment_total_percent"; - } - - /// - /// Canada - /// - public static class Canada - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CAN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CAN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CAN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CAN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CAN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CAN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CAN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CAN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CAN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CAN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CAN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CAN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CAN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CAN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CAN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CAN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CAN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CAN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CAN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CAN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CAN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CAN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CAN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CAN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CAN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CAN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CAN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CAN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CAN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CAN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CAN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CAN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CAN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CAN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CAN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CAN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CAN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CAN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CAN/unemployment_total_percent"; - } - - /// - /// Cayman Islands - /// - public static class CaymanIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CYM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CYM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CYM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CYM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CYM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CYM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CYM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CYM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CYM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CYM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CYM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CYM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CYM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CYM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CYM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CYM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CYM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CYM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CYM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CYM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CYM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CYM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CYM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CYM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CYM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CYM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CYM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CYM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CYM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CYM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CYM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CYM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CYM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CYM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CYM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CYM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CYM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CYM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CYM/unemployment_total_percent"; - } - - /// - /// Central African Republic - /// - public static class CentralAfricanRepublic - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CAF/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CAF/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CAF/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CAF/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CAF/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CAF/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CAF/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CAF/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CAF/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CAF/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CAF/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CAF/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CAF/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CAF/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CAF/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CAF/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CAF/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CAF/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CAF/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CAF/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CAF/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CAF/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CAF/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CAF/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CAF/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CAF/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CAF/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CAF/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CAF/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CAF/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CAF/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CAF/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CAF/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CAF/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CAF/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CAF/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CAF/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CAF/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CAF/unemployment_total_percent"; - } - - /// - /// Chad - /// - public static class Chad - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TCD/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TCD/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TCD/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TCD/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TCD/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TCD/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TCD/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TCD/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TCD/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TCD/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TCD/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TCD/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TCD/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TCD/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TCD/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TCD/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TCD/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TCD/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TCD/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TCD/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TCD/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TCD/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TCD/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TCD/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TCD/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TCD/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TCD/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TCD/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TCD/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TCD/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TCD/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TCD/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TCD/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TCD/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TCD/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TCD/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TCD/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TCD/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TCD/unemployment_total_percent"; - } - - /// - /// Chile - /// - public static class Chile - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CHL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CHL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CHL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CHL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CHL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CHL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CHL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CHL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CHL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CHL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CHL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CHL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CHL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CHL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CHL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CHL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CHL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CHL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CHL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CHL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CHL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CHL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CHL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CHL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CHL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CHL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CHL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CHL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CHL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CHL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CHL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CHL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CHL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CHL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CHL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CHL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CHL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CHL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CHL/unemployment_total_percent"; - } - - /// - /// China - /// - public static class China - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CHN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CHN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CHN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CHN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CHN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CHN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CHN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CHN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CHN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CHN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CHN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CHN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CHN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CHN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CHN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CHN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CHN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CHN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CHN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CHN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CHN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CHN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CHN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CHN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CHN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CHN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CHN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CHN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CHN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CHN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CHN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CHN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CHN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CHN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CHN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CHN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CHN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CHN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CHN/unemployment_total_percent"; - } - - /// - /// Christmas Island - /// - public static class ChristmasIsland - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CXR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CXR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CXR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CXR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CXR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CXR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CXR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CXR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CXR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CXR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CXR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CXR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CXR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CXR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CXR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CXR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CXR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CXR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CXR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CXR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CXR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CXR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CXR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CXR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CXR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CXR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CXR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CXR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CXR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CXR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CXR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CXR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CXR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CXR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CXR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CXR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CXR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CXR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CXR/unemployment_total_percent"; - } - - /// - /// Cocos Keeling Islands - /// - public static class CocosKeelingIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CCK/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CCK/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CCK/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CCK/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CCK/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CCK/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CCK/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CCK/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CCK/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CCK/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CCK/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CCK/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CCK/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CCK/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CCK/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CCK/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CCK/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CCK/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CCK/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CCK/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CCK/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CCK/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CCK/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CCK/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CCK/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CCK/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CCK/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CCK/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CCK/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CCK/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CCK/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CCK/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CCK/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CCK/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CCK/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CCK/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CCK/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CCK/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CCK/unemployment_total_percent"; - } - - /// - /// Colombia - /// - public static class Colombia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "COL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "COL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "COL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "COL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "COL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "COL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "COL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "COL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "COL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "COL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "COL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "COL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "COL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "COL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "COL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "COL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "COL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "COL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "COL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "COL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "COL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "COL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "COL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "COL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "COL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "COL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "COL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "COL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "COL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "COL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "COL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "COL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "COL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "COL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "COL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "COL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "COL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "COL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "COL/unemployment_total_percent"; - } - - /// - /// Comoros - /// - public static class Comoros - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "COM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "COM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "COM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "COM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "COM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "COM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "COM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "COM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "COM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "COM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "COM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "COM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "COM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "COM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "COM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "COM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "COM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "COM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "COM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "COM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "COM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "COM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "COM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "COM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "COM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "COM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "COM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "COM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "COM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "COM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "COM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "COM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "COM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "COM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "COM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "COM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "COM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "COM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "COM/unemployment_total_percent"; - } - - /// - /// Democratic Republic of Congo - /// - public static class DemocraticRepublicOfCongo - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "COD/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "COD/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "COD/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "COD/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "COD/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "COD/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "COD/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "COD/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "COD/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "COD/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "COD/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "COD/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "COD/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "COD/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "COD/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "COD/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "COD/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "COD/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "COD/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "COD/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "COD/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "COD/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "COD/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "COD/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "COD/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "COD/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "COD/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "COD/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "COD/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "COD/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "COD/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "COD/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "COD/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "COD/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "COD/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "COD/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "COD/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "COD/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "COD/unemployment_total_percent"; - } - - /// - /// Congo - /// - public static class Congo - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "COG/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "COG/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "COG/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "COG/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "COG/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "COG/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "COG/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "COG/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "COG/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "COG/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "COG/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "COG/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "COG/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "COG/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "COG/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "COG/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "COG/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "COG/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "COG/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "COG/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "COG/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "COG/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "COG/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "COG/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "COG/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "COG/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "COG/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "COG/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "COG/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "COG/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "COG/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "COG/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "COG/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "COG/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "COG/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "COG/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "COG/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "COG/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "COG/unemployment_total_percent"; - } - - /// - /// Cook Islands - /// - public static class CookIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "COK/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "COK/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "COK/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "COK/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "COK/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "COK/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "COK/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "COK/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "COK/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "COK/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "COK/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "COK/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "COK/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "COK/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "COK/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "COK/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "COK/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "COK/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "COK/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "COK/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "COK/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "COK/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "COK/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "COK/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "COK/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "COK/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "COK/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "COK/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "COK/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "COK/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "COK/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "COK/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "COK/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "COK/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "COK/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "COK/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "COK/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "COK/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "COK/unemployment_total_percent"; - } - - /// - /// Costa Rica - /// - public static class CostaRica - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CRI/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CRI/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CRI/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CRI/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CRI/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CRI/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CRI/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CRI/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CRI/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CRI/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CRI/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CRI/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CRI/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CRI/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CRI/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CRI/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CRI/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CRI/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CRI/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CRI/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CRI/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CRI/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CRI/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CRI/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CRI/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CRI/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CRI/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CRI/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CRI/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CRI/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CRI/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CRI/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CRI/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CRI/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CRI/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CRI/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CRI/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CRI/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CRI/unemployment_total_percent"; - } - - /// - /// Ivory Coast - /// - public static class IvoryCoast - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CIV/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CIV/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CIV/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CIV/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CIV/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CIV/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CIV/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CIV/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CIV/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CIV/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CIV/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CIV/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CIV/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CIV/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CIV/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CIV/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CIV/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CIV/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CIV/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CIV/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CIV/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CIV/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CIV/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CIV/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CIV/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CIV/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CIV/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CIV/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CIV/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CIV/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CIV/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CIV/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CIV/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CIV/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CIV/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CIV/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CIV/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CIV/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CIV/unemployment_total_percent"; - } - - /// - /// Croatia - /// - public static class Croatia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "HRV/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "HRV/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "HRV/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "HRV/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "HRV/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "HRV/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "HRV/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "HRV/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "HRV/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "HRV/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "HRV/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "HRV/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "HRV/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "HRV/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "HRV/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "HRV/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "HRV/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "HRV/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "HRV/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "HRV/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "HRV/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "HRV/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "HRV/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "HRV/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "HRV/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "HRV/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "HRV/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "HRV/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "HRV/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "HRV/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "HRV/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "HRV/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "HRV/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "HRV/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "HRV/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "HRV/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "HRV/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "HRV/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "HRV/unemployment_total_percent"; - } - - /// - /// Cuba - /// - public static class Cuba - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CUB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CUB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CUB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CUB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CUB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CUB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CUB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CUB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CUB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CUB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CUB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CUB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CUB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CUB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CUB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CUB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CUB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CUB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CUB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CUB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CUB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CUB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CUB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CUB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CUB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CUB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CUB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CUB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CUB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CUB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CUB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CUB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CUB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CUB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CUB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CUB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CUB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CUB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CUB/unemployment_total_percent"; - } - - /// - /// Curaçao - /// - public static class Curaçao - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CUW/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CUW/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CUW/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CUW/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CUW/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CUW/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CUW/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CUW/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CUW/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CUW/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CUW/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CUW/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CUW/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CUW/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CUW/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CUW/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CUW/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CUW/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CUW/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CUW/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CUW/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CUW/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CUW/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CUW/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CUW/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CUW/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CUW/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CUW/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CUW/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CUW/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CUW/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CUW/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CUW/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CUW/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CUW/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CUW/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CUW/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CUW/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CUW/unemployment_total_percent"; - } - - /// - /// Cyprus - /// - public static class Cyprus - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CYP/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CYP/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CYP/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CYP/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CYP/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CYP/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CYP/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CYP/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CYP/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CYP/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CYP/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CYP/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CYP/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CYP/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CYP/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CYP/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CYP/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CYP/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CYP/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CYP/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CYP/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CYP/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CYP/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CYP/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CYP/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CYP/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CYP/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CYP/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CYP/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CYP/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CYP/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CYP/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CYP/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CYP/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CYP/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CYP/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CYP/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CYP/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CYP/unemployment_total_percent"; - } - - /// - /// Czechia - /// - public static class Czechia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CZE/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CZE/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CZE/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CZE/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CZE/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CZE/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CZE/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CZE/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CZE/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CZE/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CZE/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CZE/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CZE/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CZE/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CZE/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CZE/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CZE/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CZE/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CZE/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CZE/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CZE/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CZE/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CZE/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CZE/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CZE/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CZE/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CZE/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CZE/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CZE/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CZE/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CZE/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CZE/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CZE/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CZE/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CZE/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CZE/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CZE/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CZE/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CZE/unemployment_total_percent"; - } - - /// - /// Denmark - /// - public static class Denmark - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "DNK/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "DNK/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "DNK/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "DNK/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "DNK/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "DNK/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "DNK/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "DNK/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "DNK/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "DNK/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "DNK/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "DNK/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "DNK/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "DNK/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "DNK/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "DNK/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "DNK/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "DNK/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "DNK/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "DNK/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "DNK/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "DNK/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "DNK/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "DNK/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "DNK/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "DNK/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "DNK/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "DNK/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "DNK/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "DNK/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "DNK/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "DNK/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "DNK/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "DNK/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "DNK/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "DNK/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "DNK/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "DNK/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "DNK/unemployment_total_percent"; - } - - /// - /// Djibouti - /// - public static class Djibouti - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "DJI/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "DJI/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "DJI/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "DJI/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "DJI/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "DJI/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "DJI/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "DJI/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "DJI/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "DJI/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "DJI/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "DJI/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "DJI/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "DJI/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "DJI/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "DJI/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "DJI/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "DJI/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "DJI/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "DJI/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "DJI/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "DJI/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "DJI/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "DJI/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "DJI/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "DJI/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "DJI/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "DJI/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "DJI/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "DJI/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "DJI/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "DJI/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "DJI/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "DJI/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "DJI/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "DJI/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "DJI/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "DJI/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "DJI/unemployment_total_percent"; - } - - /// - /// Dominica - /// - public static class Dominica - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "DMA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "DMA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "DMA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "DMA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "DMA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "DMA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "DMA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "DMA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "DMA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "DMA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "DMA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "DMA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "DMA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "DMA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "DMA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "DMA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "DMA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "DMA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "DMA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "DMA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "DMA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "DMA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "DMA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "DMA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "DMA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "DMA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "DMA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "DMA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "DMA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "DMA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "DMA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "DMA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "DMA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "DMA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "DMA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "DMA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "DMA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "DMA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "DMA/unemployment_total_percent"; - } - - /// - /// Dominican Republic - /// - public static class DominicanRepublic - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "DOM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "DOM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "DOM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "DOM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "DOM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "DOM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "DOM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "DOM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "DOM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "DOM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "DOM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "DOM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "DOM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "DOM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "DOM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "DOM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "DOM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "DOM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "DOM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "DOM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "DOM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "DOM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "DOM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "DOM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "DOM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "DOM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "DOM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "DOM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "DOM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "DOM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "DOM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "DOM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "DOM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "DOM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "DOM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "DOM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "DOM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "DOM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "DOM/unemployment_total_percent"; - } - - /// - /// Ecuador - /// - public static class Ecuador - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ECU/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ECU/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ECU/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ECU/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ECU/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ECU/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ECU/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ECU/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ECU/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ECU/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ECU/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ECU/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ECU/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ECU/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ECU/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ECU/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ECU/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ECU/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ECU/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ECU/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ECU/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ECU/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ECU/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ECU/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ECU/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ECU/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ECU/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ECU/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ECU/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ECU/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ECU/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ECU/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ECU/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ECU/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ECU/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ECU/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ECU/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ECU/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ECU/unemployment_total_percent"; - } - - /// - /// Egypt - /// - public static class Egypt - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "EGY/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "EGY/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "EGY/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "EGY/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "EGY/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "EGY/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "EGY/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "EGY/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "EGY/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "EGY/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "EGY/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "EGY/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "EGY/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "EGY/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "EGY/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "EGY/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "EGY/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "EGY/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "EGY/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "EGY/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "EGY/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "EGY/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "EGY/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "EGY/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "EGY/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "EGY/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "EGY/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "EGY/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "EGY/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "EGY/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "EGY/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "EGY/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "EGY/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "EGY/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "EGY/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "EGY/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "EGY/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "EGY/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "EGY/unemployment_total_percent"; - } - - /// - /// El Salvador - /// - public static class ElSalvador - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SLV/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SLV/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SLV/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SLV/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SLV/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SLV/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SLV/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SLV/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SLV/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SLV/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SLV/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SLV/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SLV/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SLV/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SLV/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SLV/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SLV/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SLV/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SLV/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SLV/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SLV/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SLV/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SLV/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SLV/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SLV/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SLV/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SLV/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SLV/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SLV/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SLV/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SLV/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SLV/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SLV/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SLV/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SLV/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SLV/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SLV/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SLV/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SLV/unemployment_total_percent"; - } - - /// - /// Equatorial Guinea - /// - public static class EquatorialGuinea - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GNQ/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GNQ/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GNQ/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GNQ/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GNQ/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GNQ/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GNQ/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GNQ/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GNQ/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GNQ/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GNQ/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GNQ/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GNQ/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GNQ/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GNQ/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GNQ/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GNQ/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GNQ/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GNQ/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GNQ/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GNQ/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GNQ/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GNQ/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GNQ/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GNQ/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GNQ/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GNQ/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GNQ/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GNQ/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GNQ/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GNQ/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GNQ/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GNQ/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GNQ/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GNQ/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GNQ/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GNQ/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GNQ/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GNQ/unemployment_total_percent"; - } - - /// - /// Eritrea - /// - public static class Eritrea - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ERI/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ERI/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ERI/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ERI/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ERI/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ERI/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ERI/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ERI/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ERI/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ERI/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ERI/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ERI/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ERI/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ERI/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ERI/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ERI/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ERI/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ERI/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ERI/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ERI/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ERI/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ERI/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ERI/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ERI/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ERI/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ERI/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ERI/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ERI/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ERI/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ERI/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ERI/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ERI/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ERI/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ERI/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ERI/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ERI/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ERI/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ERI/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ERI/unemployment_total_percent"; - } - - /// - /// Estonia - /// - public static class Estonia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "EST/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "EST/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "EST/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "EST/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "EST/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "EST/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "EST/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "EST/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "EST/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "EST/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "EST/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "EST/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "EST/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "EST/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "EST/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "EST/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "EST/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "EST/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "EST/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "EST/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "EST/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "EST/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "EST/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "EST/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "EST/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "EST/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "EST/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "EST/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "EST/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "EST/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "EST/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "EST/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "EST/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "EST/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "EST/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "EST/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "EST/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "EST/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "EST/unemployment_total_percent"; - } - - /// - /// Eswatini - /// - public static class Eswatini - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SWZ/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SWZ/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SWZ/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SWZ/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SWZ/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SWZ/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SWZ/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SWZ/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SWZ/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SWZ/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SWZ/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SWZ/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SWZ/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SWZ/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SWZ/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SWZ/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SWZ/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SWZ/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SWZ/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SWZ/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SWZ/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SWZ/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SWZ/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SWZ/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SWZ/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SWZ/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SWZ/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SWZ/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SWZ/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SWZ/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SWZ/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SWZ/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SWZ/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SWZ/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SWZ/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SWZ/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SWZ/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SWZ/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SWZ/unemployment_total_percent"; - } - - /// - /// Ethiopia - /// - public static class Ethiopia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ETH/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ETH/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ETH/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ETH/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ETH/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ETH/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ETH/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ETH/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ETH/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ETH/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ETH/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ETH/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ETH/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ETH/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ETH/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ETH/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ETH/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ETH/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ETH/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ETH/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ETH/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ETH/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ETH/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ETH/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ETH/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ETH/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ETH/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ETH/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ETH/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ETH/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ETH/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ETH/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ETH/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ETH/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ETH/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ETH/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ETH/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ETH/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ETH/unemployment_total_percent"; - } - - /// - /// Falkland Islands - /// - public static class FalklandIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "FLK/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "FLK/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "FLK/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "FLK/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "FLK/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "FLK/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "FLK/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "FLK/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "FLK/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "FLK/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "FLK/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "FLK/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "FLK/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "FLK/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "FLK/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "FLK/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "FLK/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "FLK/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "FLK/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "FLK/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "FLK/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "FLK/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "FLK/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "FLK/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "FLK/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "FLK/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "FLK/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "FLK/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "FLK/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "FLK/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "FLK/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "FLK/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "FLK/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "FLK/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "FLK/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "FLK/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "FLK/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "FLK/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "FLK/unemployment_total_percent"; - } - - /// - /// Faroe Islands - /// - public static class FaroeIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "FRO/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "FRO/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "FRO/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "FRO/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "FRO/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "FRO/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "FRO/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "FRO/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "FRO/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "FRO/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "FRO/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "FRO/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "FRO/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "FRO/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "FRO/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "FRO/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "FRO/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "FRO/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "FRO/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "FRO/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "FRO/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "FRO/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "FRO/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "FRO/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "FRO/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "FRO/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "FRO/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "FRO/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "FRO/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "FRO/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "FRO/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "FRO/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "FRO/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "FRO/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "FRO/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "FRO/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "FRO/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "FRO/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "FRO/unemployment_total_percent"; - } - - /// - /// Fiji - /// - public static class Fiji - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "FJI/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "FJI/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "FJI/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "FJI/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "FJI/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "FJI/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "FJI/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "FJI/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "FJI/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "FJI/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "FJI/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "FJI/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "FJI/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "FJI/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "FJI/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "FJI/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "FJI/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "FJI/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "FJI/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "FJI/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "FJI/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "FJI/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "FJI/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "FJI/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "FJI/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "FJI/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "FJI/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "FJI/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "FJI/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "FJI/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "FJI/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "FJI/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "FJI/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "FJI/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "FJI/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "FJI/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "FJI/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "FJI/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "FJI/unemployment_total_percent"; - } - - /// - /// Finland - /// - public static class Finland - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "FIN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "FIN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "FIN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "FIN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "FIN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "FIN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "FIN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "FIN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "FIN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "FIN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "FIN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "FIN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "FIN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "FIN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "FIN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "FIN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "FIN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "FIN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "FIN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "FIN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "FIN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "FIN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "FIN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "FIN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "FIN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "FIN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "FIN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "FIN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "FIN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "FIN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "FIN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "FIN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "FIN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "FIN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "FIN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "FIN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "FIN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "FIN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "FIN/unemployment_total_percent"; - } - - /// - /// France - /// - public static class France - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "FRA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "FRA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "FRA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "FRA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "FRA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "FRA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "FRA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "FRA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "FRA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "FRA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "FRA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "FRA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "FRA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "FRA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "FRA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "FRA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "FRA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "FRA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "FRA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "FRA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "FRA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "FRA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "FRA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "FRA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "FRA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "FRA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "FRA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "FRA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "FRA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "FRA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "FRA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "FRA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "FRA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "FRA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "FRA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "FRA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "FRA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "FRA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "FRA/unemployment_total_percent"; - } - - /// - /// French Guiana - /// - public static class FrenchGuiana - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GUF/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GUF/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GUF/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GUF/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GUF/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GUF/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GUF/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GUF/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GUF/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GUF/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GUF/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GUF/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GUF/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GUF/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GUF/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GUF/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GUF/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GUF/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GUF/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GUF/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GUF/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GUF/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GUF/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GUF/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GUF/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GUF/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GUF/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GUF/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GUF/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GUF/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GUF/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GUF/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GUF/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GUF/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GUF/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GUF/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GUF/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GUF/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GUF/unemployment_total_percent"; - } - - /// - /// French Polynesia - /// - public static class FrenchPolynesia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PYF/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PYF/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PYF/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PYF/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PYF/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PYF/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PYF/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PYF/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PYF/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PYF/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PYF/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PYF/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PYF/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PYF/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PYF/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PYF/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PYF/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PYF/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PYF/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PYF/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PYF/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PYF/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PYF/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PYF/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PYF/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PYF/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PYF/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PYF/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PYF/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PYF/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PYF/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PYF/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PYF/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PYF/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PYF/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PYF/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PYF/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PYF/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PYF/unemployment_total_percent"; - } - - /// - /// French Southern Territories - /// - public static class FrenchSouthernTerritories - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ATF/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ATF/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ATF/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ATF/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ATF/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ATF/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ATF/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ATF/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ATF/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ATF/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ATF/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ATF/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ATF/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ATF/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ATF/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ATF/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ATF/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ATF/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ATF/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ATF/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ATF/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ATF/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ATF/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ATF/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ATF/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ATF/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ATF/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ATF/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ATF/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ATF/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ATF/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ATF/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ATF/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ATF/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ATF/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ATF/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ATF/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ATF/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ATF/unemployment_total_percent"; - } - - /// - /// Gabon - /// - public static class Gabon - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GAB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GAB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GAB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GAB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GAB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GAB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GAB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GAB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GAB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GAB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GAB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GAB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GAB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GAB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GAB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GAB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GAB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GAB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GAB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GAB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GAB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GAB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GAB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GAB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GAB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GAB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GAB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GAB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GAB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GAB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GAB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GAB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GAB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GAB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GAB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GAB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GAB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GAB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GAB/unemployment_total_percent"; - } - - /// - /// Gambia - /// - public static class Gambia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GMB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GMB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GMB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GMB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GMB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GMB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GMB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GMB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GMB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GMB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GMB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GMB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GMB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GMB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GMB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GMB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GMB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GMB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GMB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GMB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GMB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GMB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GMB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GMB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GMB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GMB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GMB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GMB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GMB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GMB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GMB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GMB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GMB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GMB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GMB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GMB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GMB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GMB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GMB/unemployment_total_percent"; - } - - /// - /// Georgia - /// - public static class Georgia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GEO/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GEO/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GEO/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GEO/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GEO/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GEO/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GEO/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GEO/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GEO/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GEO/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GEO/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GEO/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GEO/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GEO/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GEO/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GEO/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GEO/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GEO/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GEO/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GEO/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GEO/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GEO/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GEO/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GEO/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GEO/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GEO/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GEO/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GEO/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GEO/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GEO/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GEO/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GEO/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GEO/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GEO/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GEO/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GEO/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GEO/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GEO/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GEO/unemployment_total_percent"; - } - - /// - /// Germany - /// - public static class Germany - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "DEU/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "DEU/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "DEU/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "DEU/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "DEU/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "DEU/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "DEU/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "DEU/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "DEU/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "DEU/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "DEU/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "DEU/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "DEU/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "DEU/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "DEU/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "DEU/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "DEU/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "DEU/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "DEU/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "DEU/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "DEU/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "DEU/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "DEU/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "DEU/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "DEU/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "DEU/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "DEU/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "DEU/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "DEU/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "DEU/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "DEU/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "DEU/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "DEU/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "DEU/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "DEU/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "DEU/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "DEU/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "DEU/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "DEU/unemployment_total_percent"; - } - - /// - /// Ghana - /// - public static class Ghana - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GHA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GHA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GHA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GHA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GHA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GHA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GHA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GHA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GHA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GHA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GHA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GHA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GHA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GHA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GHA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GHA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GHA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GHA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GHA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GHA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GHA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GHA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GHA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GHA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GHA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GHA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GHA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GHA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GHA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GHA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GHA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GHA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GHA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GHA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GHA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GHA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GHA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GHA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GHA/unemployment_total_percent"; - } - - /// - /// Gibraltar - /// - public static class Gibraltar - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GIB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GIB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GIB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GIB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GIB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GIB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GIB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GIB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GIB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GIB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GIB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GIB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GIB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GIB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GIB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GIB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GIB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GIB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GIB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GIB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GIB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GIB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GIB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GIB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GIB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GIB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GIB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GIB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GIB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GIB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GIB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GIB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GIB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GIB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GIB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GIB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GIB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GIB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GIB/unemployment_total_percent"; - } - - /// - /// Greece - /// - public static class Greece - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GRC/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GRC/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GRC/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GRC/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GRC/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GRC/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GRC/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GRC/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GRC/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GRC/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GRC/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GRC/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GRC/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GRC/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GRC/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GRC/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GRC/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GRC/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GRC/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GRC/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GRC/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GRC/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GRC/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GRC/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GRC/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GRC/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GRC/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GRC/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GRC/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GRC/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GRC/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GRC/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GRC/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GRC/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GRC/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GRC/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GRC/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GRC/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GRC/unemployment_total_percent"; - } - - /// - /// Greenland - /// - public static class Greenland - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GRL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GRL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GRL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GRL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GRL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GRL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GRL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GRL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GRL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GRL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GRL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GRL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GRL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GRL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GRL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GRL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GRL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GRL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GRL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GRL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GRL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GRL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GRL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GRL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GRL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GRL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GRL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GRL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GRL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GRL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GRL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GRL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GRL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GRL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GRL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GRL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GRL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GRL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GRL/unemployment_total_percent"; - } - - /// - /// Grenada - /// - public static class Grenada - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GRD/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GRD/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GRD/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GRD/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GRD/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GRD/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GRD/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GRD/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GRD/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GRD/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GRD/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GRD/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GRD/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GRD/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GRD/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GRD/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GRD/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GRD/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GRD/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GRD/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GRD/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GRD/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GRD/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GRD/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GRD/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GRD/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GRD/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GRD/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GRD/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GRD/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GRD/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GRD/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GRD/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GRD/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GRD/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GRD/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GRD/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GRD/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GRD/unemployment_total_percent"; - } - - /// - /// Guadeloupe - /// - public static class Guadeloupe - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GLP/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GLP/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GLP/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GLP/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GLP/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GLP/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GLP/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GLP/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GLP/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GLP/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GLP/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GLP/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GLP/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GLP/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GLP/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GLP/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GLP/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GLP/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GLP/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GLP/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GLP/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GLP/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GLP/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GLP/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GLP/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GLP/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GLP/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GLP/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GLP/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GLP/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GLP/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GLP/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GLP/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GLP/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GLP/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GLP/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GLP/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GLP/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GLP/unemployment_total_percent"; - } - - /// - /// Guam - /// - public static class Guam - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GUM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GUM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GUM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GUM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GUM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GUM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GUM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GUM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GUM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GUM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GUM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GUM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GUM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GUM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GUM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GUM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GUM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GUM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GUM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GUM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GUM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GUM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GUM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GUM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GUM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GUM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GUM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GUM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GUM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GUM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GUM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GUM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GUM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GUM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GUM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GUM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GUM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GUM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GUM/unemployment_total_percent"; - } - - /// - /// Guatemala - /// - public static class Guatemala - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GTM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GTM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GTM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GTM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GTM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GTM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GTM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GTM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GTM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GTM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GTM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GTM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GTM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GTM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GTM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GTM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GTM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GTM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GTM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GTM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GTM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GTM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GTM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GTM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GTM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GTM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GTM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GTM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GTM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GTM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GTM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GTM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GTM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GTM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GTM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GTM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GTM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GTM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GTM/unemployment_total_percent"; - } - - /// - /// Guernsey - /// - public static class Guernsey - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GGY/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GGY/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GGY/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GGY/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GGY/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GGY/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GGY/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GGY/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GGY/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GGY/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GGY/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GGY/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GGY/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GGY/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GGY/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GGY/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GGY/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GGY/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GGY/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GGY/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GGY/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GGY/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GGY/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GGY/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GGY/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GGY/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GGY/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GGY/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GGY/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GGY/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GGY/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GGY/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GGY/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GGY/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GGY/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GGY/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GGY/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GGY/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GGY/unemployment_total_percent"; - } - - /// - /// Guinea - /// - public static class Guinea - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GIN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GIN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GIN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GIN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GIN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GIN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GIN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GIN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GIN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GIN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GIN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GIN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GIN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GIN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GIN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GIN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GIN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GIN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GIN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GIN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GIN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GIN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GIN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GIN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GIN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GIN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GIN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GIN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GIN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GIN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GIN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GIN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GIN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GIN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GIN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GIN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GIN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GIN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GIN/unemployment_total_percent"; - } - - /// - /// Guinea-Bissau - /// - public static class GuineaBissau - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GNB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GNB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GNB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GNB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GNB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GNB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GNB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GNB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GNB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GNB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GNB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GNB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GNB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GNB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GNB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GNB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GNB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GNB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GNB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GNB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GNB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GNB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GNB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GNB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GNB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GNB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GNB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GNB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GNB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GNB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GNB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GNB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GNB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GNB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GNB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GNB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GNB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GNB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GNB/unemployment_total_percent"; - } - - /// - /// Guyana - /// - public static class Guyana - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GUY/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GUY/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GUY/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GUY/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GUY/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GUY/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GUY/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GUY/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GUY/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GUY/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GUY/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GUY/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GUY/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GUY/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GUY/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GUY/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GUY/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GUY/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GUY/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GUY/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GUY/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GUY/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GUY/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GUY/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GUY/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GUY/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GUY/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GUY/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GUY/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GUY/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GUY/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GUY/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GUY/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GUY/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GUY/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GUY/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GUY/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GUY/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GUY/unemployment_total_percent"; - } - - /// - /// Haiti - /// - public static class Haiti - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "HTI/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "HTI/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "HTI/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "HTI/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "HTI/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "HTI/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "HTI/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "HTI/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "HTI/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "HTI/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "HTI/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "HTI/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "HTI/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "HTI/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "HTI/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "HTI/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "HTI/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "HTI/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "HTI/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "HTI/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "HTI/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "HTI/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "HTI/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "HTI/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "HTI/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "HTI/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "HTI/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "HTI/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "HTI/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "HTI/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "HTI/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "HTI/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "HTI/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "HTI/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "HTI/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "HTI/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "HTI/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "HTI/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "HTI/unemployment_total_percent"; - } - - /// - /// Heard Island and McDonald Islands - /// - public static class HeardIslandAndMcdonaldIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "HMD/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "HMD/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "HMD/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "HMD/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "HMD/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "HMD/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "HMD/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "HMD/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "HMD/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "HMD/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "HMD/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "HMD/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "HMD/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "HMD/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "HMD/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "HMD/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "HMD/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "HMD/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "HMD/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "HMD/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "HMD/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "HMD/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "HMD/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "HMD/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "HMD/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "HMD/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "HMD/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "HMD/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "HMD/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "HMD/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "HMD/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "HMD/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "HMD/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "HMD/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "HMD/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "HMD/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "HMD/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "HMD/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "HMD/unemployment_total_percent"; - } - - /// - /// Holy See - /// - public static class HolySee - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "VAT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "VAT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "VAT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "VAT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "VAT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "VAT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "VAT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "VAT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "VAT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "VAT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "VAT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "VAT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "VAT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "VAT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "VAT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "VAT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "VAT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "VAT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "VAT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "VAT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "VAT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "VAT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "VAT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "VAT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "VAT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "VAT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "VAT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "VAT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "VAT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "VAT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "VAT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "VAT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "VAT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "VAT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "VAT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "VAT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "VAT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "VAT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "VAT/unemployment_total_percent"; - } - - /// - /// Honduras - /// - public static class Honduras - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "HND/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "HND/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "HND/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "HND/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "HND/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "HND/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "HND/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "HND/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "HND/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "HND/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "HND/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "HND/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "HND/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "HND/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "HND/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "HND/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "HND/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "HND/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "HND/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "HND/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "HND/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "HND/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "HND/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "HND/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "HND/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "HND/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "HND/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "HND/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "HND/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "HND/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "HND/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "HND/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "HND/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "HND/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "HND/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "HND/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "HND/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "HND/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "HND/unemployment_total_percent"; - } - - /// - /// Hong Kong - /// - public static class HongKong - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "HKG/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "HKG/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "HKG/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "HKG/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "HKG/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "HKG/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "HKG/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "HKG/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "HKG/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "HKG/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "HKG/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "HKG/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "HKG/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "HKG/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "HKG/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "HKG/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "HKG/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "HKG/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "HKG/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "HKG/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "HKG/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "HKG/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "HKG/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "HKG/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "HKG/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "HKG/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "HKG/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "HKG/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "HKG/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "HKG/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "HKG/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "HKG/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "HKG/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "HKG/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "HKG/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "HKG/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "HKG/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "HKG/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "HKG/unemployment_total_percent"; - } - - /// - /// Hungary - /// - public static class Hungary - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "HUN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "HUN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "HUN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "HUN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "HUN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "HUN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "HUN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "HUN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "HUN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "HUN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "HUN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "HUN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "HUN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "HUN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "HUN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "HUN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "HUN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "HUN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "HUN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "HUN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "HUN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "HUN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "HUN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "HUN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "HUN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "HUN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "HUN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "HUN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "HUN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "HUN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "HUN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "HUN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "HUN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "HUN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "HUN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "HUN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "HUN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "HUN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "HUN/unemployment_total_percent"; - } - - /// - /// Iceland - /// - public static class Iceland - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ISL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ISL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ISL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ISL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ISL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ISL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ISL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ISL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ISL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ISL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ISL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ISL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ISL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ISL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ISL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ISL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ISL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ISL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ISL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ISL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ISL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ISL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ISL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ISL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ISL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ISL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ISL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ISL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ISL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ISL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ISL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ISL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ISL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ISL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ISL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ISL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ISL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ISL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ISL/unemployment_total_percent"; - } - - /// - /// India - /// - public static class India - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "IND/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "IND/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "IND/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "IND/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "IND/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "IND/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "IND/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "IND/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "IND/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "IND/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "IND/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "IND/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "IND/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "IND/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "IND/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "IND/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "IND/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "IND/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "IND/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "IND/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "IND/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "IND/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "IND/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "IND/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "IND/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "IND/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "IND/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "IND/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "IND/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "IND/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "IND/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "IND/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "IND/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "IND/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "IND/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "IND/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "IND/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "IND/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "IND/unemployment_total_percent"; - } - - /// - /// Indonesia - /// - public static class Indonesia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "IDN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "IDN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "IDN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "IDN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "IDN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "IDN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "IDN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "IDN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "IDN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "IDN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "IDN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "IDN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "IDN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "IDN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "IDN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "IDN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "IDN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "IDN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "IDN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "IDN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "IDN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "IDN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "IDN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "IDN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "IDN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "IDN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "IDN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "IDN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "IDN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "IDN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "IDN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "IDN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "IDN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "IDN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "IDN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "IDN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "IDN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "IDN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "IDN/unemployment_total_percent"; - } - - /// - /// Iran - /// - public static class Iran - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "IRN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "IRN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "IRN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "IRN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "IRN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "IRN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "IRN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "IRN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "IRN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "IRN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "IRN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "IRN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "IRN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "IRN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "IRN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "IRN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "IRN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "IRN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "IRN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "IRN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "IRN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "IRN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "IRN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "IRN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "IRN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "IRN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "IRN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "IRN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "IRN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "IRN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "IRN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "IRN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "IRN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "IRN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "IRN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "IRN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "IRN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "IRN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "IRN/unemployment_total_percent"; - } - - /// - /// Iraq - /// - public static class Iraq - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "IRQ/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "IRQ/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "IRQ/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "IRQ/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "IRQ/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "IRQ/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "IRQ/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "IRQ/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "IRQ/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "IRQ/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "IRQ/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "IRQ/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "IRQ/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "IRQ/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "IRQ/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "IRQ/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "IRQ/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "IRQ/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "IRQ/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "IRQ/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "IRQ/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "IRQ/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "IRQ/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "IRQ/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "IRQ/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "IRQ/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "IRQ/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "IRQ/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "IRQ/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "IRQ/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "IRQ/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "IRQ/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "IRQ/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "IRQ/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "IRQ/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "IRQ/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "IRQ/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "IRQ/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "IRQ/unemployment_total_percent"; - } - - /// - /// Ireland - /// - public static class Ireland - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "IRL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "IRL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "IRL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "IRL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "IRL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "IRL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "IRL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "IRL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "IRL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "IRL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "IRL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "IRL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "IRL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "IRL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "IRL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "IRL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "IRL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "IRL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "IRL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "IRL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "IRL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "IRL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "IRL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "IRL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "IRL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "IRL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "IRL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "IRL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "IRL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "IRL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "IRL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "IRL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "IRL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "IRL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "IRL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "IRL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "IRL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "IRL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "IRL/unemployment_total_percent"; - } - - /// - /// Isle of Man - /// - public static class IsleOfMan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "IMN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "IMN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "IMN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "IMN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "IMN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "IMN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "IMN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "IMN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "IMN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "IMN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "IMN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "IMN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "IMN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "IMN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "IMN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "IMN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "IMN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "IMN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "IMN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "IMN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "IMN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "IMN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "IMN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "IMN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "IMN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "IMN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "IMN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "IMN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "IMN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "IMN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "IMN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "IMN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "IMN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "IMN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "IMN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "IMN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "IMN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "IMN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "IMN/unemployment_total_percent"; - } - - /// - /// Israel - /// - public static class Israel - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ISR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ISR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ISR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ISR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ISR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ISR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ISR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ISR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ISR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ISR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ISR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ISR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ISR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ISR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ISR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ISR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ISR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ISR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ISR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ISR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ISR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ISR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ISR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ISR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ISR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ISR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ISR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ISR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ISR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ISR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ISR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ISR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ISR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ISR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ISR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ISR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ISR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ISR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ISR/unemployment_total_percent"; - } - - /// - /// Italy - /// - public static class Italy - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ITA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ITA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ITA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ITA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ITA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ITA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ITA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ITA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ITA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ITA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ITA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ITA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ITA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ITA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ITA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ITA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ITA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ITA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ITA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ITA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ITA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ITA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ITA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ITA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ITA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ITA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ITA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ITA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ITA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ITA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ITA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ITA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ITA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ITA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ITA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ITA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ITA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ITA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ITA/unemployment_total_percent"; - } - - /// - /// Jamaica - /// - public static class Jamaica - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "JAM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "JAM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "JAM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "JAM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "JAM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "JAM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "JAM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "JAM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "JAM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "JAM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "JAM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "JAM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "JAM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "JAM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "JAM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "JAM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "JAM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "JAM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "JAM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "JAM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "JAM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "JAM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "JAM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "JAM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "JAM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "JAM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "JAM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "JAM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "JAM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "JAM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "JAM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "JAM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "JAM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "JAM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "JAM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "JAM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "JAM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "JAM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "JAM/unemployment_total_percent"; - } - - /// - /// Japan - /// - public static class Japan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "JPN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "JPN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "JPN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "JPN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "JPN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "JPN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "JPN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "JPN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "JPN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "JPN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "JPN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "JPN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "JPN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "JPN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "JPN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "JPN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "JPN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "JPN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "JPN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "JPN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "JPN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "JPN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "JPN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "JPN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "JPN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "JPN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "JPN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "JPN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "JPN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "JPN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "JPN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "JPN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "JPN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "JPN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "JPN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "JPN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "JPN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "JPN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "JPN/unemployment_total_percent"; - } - - /// - /// Jersey - /// - public static class Jersey - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "JEY/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "JEY/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "JEY/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "JEY/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "JEY/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "JEY/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "JEY/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "JEY/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "JEY/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "JEY/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "JEY/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "JEY/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "JEY/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "JEY/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "JEY/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "JEY/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "JEY/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "JEY/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "JEY/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "JEY/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "JEY/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "JEY/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "JEY/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "JEY/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "JEY/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "JEY/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "JEY/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "JEY/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "JEY/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "JEY/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "JEY/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "JEY/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "JEY/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "JEY/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "JEY/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "JEY/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "JEY/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "JEY/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "JEY/unemployment_total_percent"; - } - - /// - /// Jordan - /// - public static class Jordan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "JOR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "JOR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "JOR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "JOR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "JOR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "JOR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "JOR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "JOR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "JOR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "JOR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "JOR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "JOR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "JOR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "JOR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "JOR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "JOR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "JOR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "JOR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "JOR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "JOR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "JOR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "JOR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "JOR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "JOR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "JOR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "JOR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "JOR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "JOR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "JOR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "JOR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "JOR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "JOR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "JOR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "JOR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "JOR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "JOR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "JOR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "JOR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "JOR/unemployment_total_percent"; - } - - /// - /// Kazakhstan - /// - public static class Kazakhstan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "KAZ/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "KAZ/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "KAZ/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "KAZ/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "KAZ/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "KAZ/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "KAZ/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "KAZ/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "KAZ/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "KAZ/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "KAZ/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "KAZ/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "KAZ/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "KAZ/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "KAZ/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "KAZ/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "KAZ/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "KAZ/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "KAZ/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "KAZ/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "KAZ/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "KAZ/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "KAZ/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "KAZ/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "KAZ/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "KAZ/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "KAZ/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "KAZ/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "KAZ/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "KAZ/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "KAZ/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "KAZ/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "KAZ/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "KAZ/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "KAZ/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "KAZ/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "KAZ/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "KAZ/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "KAZ/unemployment_total_percent"; - } - - /// - /// Kenya - /// - public static class Kenya - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "KEN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "KEN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "KEN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "KEN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "KEN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "KEN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "KEN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "KEN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "KEN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "KEN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "KEN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "KEN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "KEN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "KEN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "KEN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "KEN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "KEN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "KEN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "KEN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "KEN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "KEN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "KEN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "KEN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "KEN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "KEN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "KEN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "KEN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "KEN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "KEN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "KEN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "KEN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "KEN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "KEN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "KEN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "KEN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "KEN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "KEN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "KEN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "KEN/unemployment_total_percent"; - } - - /// - /// Kiribati - /// - public static class Kiribati - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "KIR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "KIR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "KIR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "KIR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "KIR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "KIR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "KIR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "KIR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "KIR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "KIR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "KIR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "KIR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "KIR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "KIR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "KIR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "KIR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "KIR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "KIR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "KIR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "KIR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "KIR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "KIR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "KIR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "KIR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "KIR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "KIR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "KIR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "KIR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "KIR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "KIR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "KIR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "KIR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "KIR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "KIR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "KIR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "KIR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "KIR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "KIR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "KIR/unemployment_total_percent"; - } - - /// - /// North Korea - /// - public static class NorthKorea - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PRK/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PRK/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PRK/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PRK/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PRK/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PRK/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PRK/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PRK/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PRK/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PRK/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PRK/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PRK/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PRK/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PRK/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PRK/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PRK/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PRK/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PRK/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PRK/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PRK/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PRK/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PRK/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PRK/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PRK/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PRK/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PRK/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PRK/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PRK/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PRK/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PRK/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PRK/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PRK/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PRK/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PRK/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PRK/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PRK/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PRK/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PRK/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PRK/unemployment_total_percent"; - } - - /// - /// Korea - /// - public static class Korea - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "KOR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "KOR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "KOR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "KOR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "KOR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "KOR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "KOR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "KOR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "KOR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "KOR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "KOR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "KOR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "KOR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "KOR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "KOR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "KOR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "KOR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "KOR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "KOR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "KOR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "KOR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "KOR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "KOR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "KOR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "KOR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "KOR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "KOR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "KOR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "KOR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "KOR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "KOR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "KOR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "KOR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "KOR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "KOR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "KOR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "KOR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "KOR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "KOR/unemployment_total_percent"; - } - - /// - /// Kuwait - /// - public static class Kuwait - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "KWT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "KWT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "KWT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "KWT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "KWT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "KWT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "KWT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "KWT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "KWT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "KWT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "KWT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "KWT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "KWT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "KWT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "KWT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "KWT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "KWT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "KWT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "KWT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "KWT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "KWT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "KWT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "KWT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "KWT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "KWT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "KWT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "KWT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "KWT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "KWT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "KWT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "KWT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "KWT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "KWT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "KWT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "KWT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "KWT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "KWT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "KWT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "KWT/unemployment_total_percent"; - } - - /// - /// Kyrgyzstan - /// - public static class Kyrgyzstan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "KGZ/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "KGZ/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "KGZ/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "KGZ/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "KGZ/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "KGZ/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "KGZ/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "KGZ/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "KGZ/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "KGZ/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "KGZ/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "KGZ/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "KGZ/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "KGZ/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "KGZ/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "KGZ/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "KGZ/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "KGZ/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "KGZ/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "KGZ/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "KGZ/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "KGZ/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "KGZ/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "KGZ/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "KGZ/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "KGZ/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "KGZ/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "KGZ/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "KGZ/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "KGZ/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "KGZ/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "KGZ/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "KGZ/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "KGZ/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "KGZ/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "KGZ/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "KGZ/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "KGZ/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "KGZ/unemployment_total_percent"; - } - - /// - /// Laos - /// - public static class Laos - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LAO/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LAO/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LAO/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LAO/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LAO/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LAO/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LAO/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LAO/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LAO/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LAO/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LAO/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LAO/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LAO/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LAO/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LAO/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LAO/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LAO/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LAO/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LAO/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LAO/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LAO/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LAO/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LAO/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LAO/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LAO/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LAO/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LAO/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LAO/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LAO/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LAO/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LAO/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LAO/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LAO/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LAO/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LAO/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LAO/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LAO/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LAO/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LAO/unemployment_total_percent"; - } - - /// - /// Latvia - /// - public static class Latvia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LVA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LVA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LVA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LVA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LVA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LVA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LVA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LVA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LVA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LVA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LVA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LVA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LVA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LVA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LVA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LVA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LVA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LVA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LVA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LVA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LVA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LVA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LVA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LVA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LVA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LVA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LVA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LVA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LVA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LVA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LVA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LVA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LVA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LVA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LVA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LVA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LVA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LVA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LVA/unemployment_total_percent"; - } - - /// - /// Lebanon - /// - public static class Lebanon - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LBN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LBN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LBN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LBN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LBN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LBN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LBN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LBN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LBN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LBN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LBN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LBN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LBN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LBN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LBN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LBN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LBN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LBN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LBN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LBN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LBN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LBN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LBN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LBN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LBN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LBN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LBN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LBN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LBN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LBN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LBN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LBN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LBN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LBN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LBN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LBN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LBN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LBN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LBN/unemployment_total_percent"; - } - - /// - /// Lesotho - /// - public static class Lesotho - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LSO/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LSO/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LSO/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LSO/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LSO/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LSO/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LSO/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LSO/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LSO/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LSO/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LSO/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LSO/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LSO/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LSO/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LSO/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LSO/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LSO/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LSO/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LSO/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LSO/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LSO/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LSO/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LSO/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LSO/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LSO/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LSO/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LSO/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LSO/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LSO/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LSO/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LSO/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LSO/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LSO/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LSO/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LSO/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LSO/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LSO/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LSO/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LSO/unemployment_total_percent"; - } - - /// - /// Liberia - /// - public static class Liberia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LBR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LBR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LBR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LBR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LBR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LBR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LBR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LBR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LBR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LBR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LBR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LBR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LBR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LBR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LBR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LBR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LBR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LBR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LBR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LBR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LBR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LBR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LBR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LBR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LBR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LBR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LBR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LBR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LBR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LBR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LBR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LBR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LBR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LBR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LBR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LBR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LBR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LBR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LBR/unemployment_total_percent"; - } - - /// - /// Libya - /// - public static class Libya - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LBY/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LBY/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LBY/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LBY/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LBY/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LBY/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LBY/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LBY/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LBY/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LBY/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LBY/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LBY/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LBY/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LBY/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LBY/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LBY/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LBY/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LBY/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LBY/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LBY/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LBY/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LBY/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LBY/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LBY/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LBY/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LBY/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LBY/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LBY/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LBY/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LBY/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LBY/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LBY/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LBY/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LBY/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LBY/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LBY/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LBY/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LBY/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LBY/unemployment_total_percent"; - } - - /// - /// Liechtenstein - /// - public static class Liechtenstein - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LIE/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LIE/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LIE/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LIE/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LIE/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LIE/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LIE/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LIE/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LIE/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LIE/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LIE/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LIE/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LIE/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LIE/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LIE/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LIE/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LIE/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LIE/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LIE/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LIE/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LIE/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LIE/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LIE/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LIE/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LIE/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LIE/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LIE/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LIE/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LIE/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LIE/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LIE/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LIE/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LIE/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LIE/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LIE/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LIE/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LIE/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LIE/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LIE/unemployment_total_percent"; - } - - /// - /// Lithuania - /// - public static class Lithuania - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LTU/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LTU/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LTU/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LTU/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LTU/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LTU/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LTU/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LTU/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LTU/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LTU/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LTU/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LTU/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LTU/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LTU/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LTU/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LTU/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LTU/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LTU/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LTU/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LTU/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LTU/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LTU/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LTU/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LTU/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LTU/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LTU/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LTU/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LTU/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LTU/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LTU/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LTU/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LTU/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LTU/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LTU/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LTU/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LTU/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LTU/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LTU/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LTU/unemployment_total_percent"; - } - - /// - /// Luxembourg - /// - public static class Luxembourg - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LUX/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LUX/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LUX/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LUX/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LUX/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LUX/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LUX/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LUX/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LUX/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LUX/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LUX/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LUX/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LUX/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LUX/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LUX/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LUX/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LUX/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LUX/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LUX/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LUX/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LUX/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LUX/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LUX/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LUX/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LUX/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LUX/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LUX/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LUX/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LUX/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LUX/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LUX/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LUX/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LUX/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LUX/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LUX/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LUX/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LUX/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LUX/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LUX/unemployment_total_percent"; - } - - /// - /// Macao - /// - public static class Macao - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MAC/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MAC/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MAC/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MAC/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MAC/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MAC/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MAC/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MAC/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MAC/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MAC/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MAC/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MAC/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MAC/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MAC/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MAC/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MAC/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MAC/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MAC/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MAC/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MAC/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MAC/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MAC/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MAC/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MAC/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MAC/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MAC/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MAC/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MAC/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MAC/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MAC/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MAC/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MAC/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MAC/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MAC/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MAC/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MAC/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MAC/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MAC/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MAC/unemployment_total_percent"; - } - - /// - /// Madagascar - /// - public static class Madagascar - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MDG/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MDG/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MDG/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MDG/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MDG/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MDG/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MDG/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MDG/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MDG/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MDG/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MDG/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MDG/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MDG/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MDG/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MDG/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MDG/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MDG/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MDG/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MDG/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MDG/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MDG/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MDG/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MDG/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MDG/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MDG/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MDG/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MDG/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MDG/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MDG/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MDG/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MDG/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MDG/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MDG/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MDG/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MDG/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MDG/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MDG/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MDG/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MDG/unemployment_total_percent"; - } - - /// - /// Malawi - /// - public static class Malawi - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MWI/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MWI/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MWI/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MWI/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MWI/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MWI/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MWI/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MWI/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MWI/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MWI/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MWI/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MWI/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MWI/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MWI/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MWI/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MWI/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MWI/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MWI/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MWI/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MWI/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MWI/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MWI/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MWI/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MWI/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MWI/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MWI/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MWI/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MWI/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MWI/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MWI/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MWI/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MWI/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MWI/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MWI/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MWI/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MWI/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MWI/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MWI/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MWI/unemployment_total_percent"; - } - - /// - /// Malaysia - /// - public static class Malaysia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MYS/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MYS/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MYS/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MYS/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MYS/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MYS/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MYS/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MYS/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MYS/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MYS/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MYS/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MYS/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MYS/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MYS/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MYS/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MYS/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MYS/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MYS/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MYS/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MYS/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MYS/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MYS/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MYS/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MYS/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MYS/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MYS/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MYS/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MYS/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MYS/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MYS/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MYS/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MYS/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MYS/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MYS/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MYS/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MYS/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MYS/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MYS/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MYS/unemployment_total_percent"; - } - - /// - /// Maldives - /// - public static class Maldives - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MDV/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MDV/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MDV/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MDV/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MDV/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MDV/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MDV/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MDV/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MDV/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MDV/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MDV/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MDV/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MDV/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MDV/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MDV/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MDV/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MDV/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MDV/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MDV/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MDV/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MDV/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MDV/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MDV/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MDV/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MDV/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MDV/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MDV/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MDV/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MDV/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MDV/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MDV/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MDV/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MDV/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MDV/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MDV/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MDV/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MDV/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MDV/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MDV/unemployment_total_percent"; - } - - /// - /// Mali - /// - public static class Mali - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MLI/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MLI/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MLI/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MLI/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MLI/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MLI/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MLI/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MLI/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MLI/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MLI/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MLI/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MLI/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MLI/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MLI/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MLI/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MLI/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MLI/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MLI/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MLI/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MLI/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MLI/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MLI/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MLI/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MLI/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MLI/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MLI/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MLI/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MLI/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MLI/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MLI/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MLI/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MLI/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MLI/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MLI/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MLI/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MLI/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MLI/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MLI/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MLI/unemployment_total_percent"; - } - - /// - /// Malta - /// - public static class Malta - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MLT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MLT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MLT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MLT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MLT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MLT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MLT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MLT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MLT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MLT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MLT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MLT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MLT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MLT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MLT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MLT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MLT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MLT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MLT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MLT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MLT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MLT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MLT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MLT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MLT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MLT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MLT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MLT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MLT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MLT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MLT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MLT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MLT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MLT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MLT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MLT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MLT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MLT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MLT/unemployment_total_percent"; - } - - /// - /// Marshall Islands - /// - public static class MarshallIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MHL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MHL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MHL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MHL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MHL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MHL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MHL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MHL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MHL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MHL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MHL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MHL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MHL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MHL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MHL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MHL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MHL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MHL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MHL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MHL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MHL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MHL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MHL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MHL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MHL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MHL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MHL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MHL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MHL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MHL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MHL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MHL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MHL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MHL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MHL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MHL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MHL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MHL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MHL/unemployment_total_percent"; - } - - /// - /// Martinique - /// - public static class Martinique - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MTQ/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MTQ/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MTQ/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MTQ/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MTQ/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MTQ/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MTQ/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MTQ/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MTQ/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MTQ/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MTQ/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MTQ/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MTQ/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MTQ/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MTQ/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MTQ/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MTQ/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MTQ/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MTQ/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MTQ/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MTQ/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MTQ/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MTQ/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MTQ/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MTQ/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MTQ/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MTQ/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MTQ/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MTQ/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MTQ/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MTQ/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MTQ/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MTQ/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MTQ/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MTQ/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MTQ/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MTQ/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MTQ/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MTQ/unemployment_total_percent"; - } - - /// - /// Mauritania - /// - public static class Mauritania - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MRT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MRT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MRT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MRT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MRT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MRT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MRT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MRT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MRT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MRT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MRT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MRT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MRT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MRT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MRT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MRT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MRT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MRT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MRT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MRT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MRT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MRT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MRT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MRT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MRT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MRT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MRT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MRT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MRT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MRT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MRT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MRT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MRT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MRT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MRT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MRT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MRT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MRT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MRT/unemployment_total_percent"; - } - - /// - /// Mauritius - /// - public static class Mauritius - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MUS/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MUS/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MUS/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MUS/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MUS/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MUS/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MUS/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MUS/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MUS/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MUS/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MUS/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MUS/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MUS/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MUS/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MUS/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MUS/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MUS/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MUS/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MUS/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MUS/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MUS/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MUS/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MUS/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MUS/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MUS/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MUS/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MUS/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MUS/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MUS/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MUS/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MUS/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MUS/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MUS/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MUS/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MUS/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MUS/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MUS/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MUS/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MUS/unemployment_total_percent"; - } - - /// - /// Mayotte - /// - public static class Mayotte - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MYT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MYT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MYT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MYT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MYT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MYT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MYT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MYT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MYT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MYT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MYT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MYT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MYT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MYT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MYT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MYT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MYT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MYT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MYT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MYT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MYT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MYT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MYT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MYT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MYT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MYT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MYT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MYT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MYT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MYT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MYT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MYT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MYT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MYT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MYT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MYT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MYT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MYT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MYT/unemployment_total_percent"; - } - - /// - /// Mexico - /// - public static class Mexico - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MEX/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MEX/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MEX/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MEX/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MEX/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MEX/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MEX/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MEX/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MEX/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MEX/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MEX/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MEX/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MEX/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MEX/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MEX/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MEX/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MEX/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MEX/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MEX/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MEX/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MEX/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MEX/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MEX/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MEX/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MEX/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MEX/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MEX/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MEX/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MEX/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MEX/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MEX/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MEX/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MEX/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MEX/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MEX/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MEX/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MEX/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MEX/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MEX/unemployment_total_percent"; - } - - /// - /// Micronesia - /// - public static class Micronesia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "FSM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "FSM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "FSM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "FSM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "FSM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "FSM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "FSM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "FSM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "FSM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "FSM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "FSM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "FSM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "FSM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "FSM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "FSM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "FSM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "FSM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "FSM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "FSM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "FSM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "FSM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "FSM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "FSM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "FSM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "FSM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "FSM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "FSM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "FSM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "FSM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "FSM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "FSM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "FSM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "FSM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "FSM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "FSM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "FSM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "FSM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "FSM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "FSM/unemployment_total_percent"; - } - - /// - /// Moldova - /// - public static class Moldova - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MDA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MDA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MDA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MDA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MDA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MDA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MDA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MDA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MDA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MDA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MDA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MDA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MDA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MDA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MDA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MDA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MDA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MDA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MDA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MDA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MDA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MDA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MDA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MDA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MDA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MDA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MDA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MDA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MDA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MDA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MDA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MDA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MDA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MDA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MDA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MDA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MDA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MDA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MDA/unemployment_total_percent"; - } - - /// - /// Monaco - /// - public static class Monaco - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MCO/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MCO/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MCO/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MCO/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MCO/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MCO/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MCO/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MCO/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MCO/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MCO/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MCO/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MCO/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MCO/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MCO/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MCO/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MCO/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MCO/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MCO/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MCO/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MCO/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MCO/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MCO/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MCO/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MCO/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MCO/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MCO/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MCO/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MCO/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MCO/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MCO/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MCO/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MCO/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MCO/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MCO/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MCO/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MCO/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MCO/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MCO/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MCO/unemployment_total_percent"; - } - - /// - /// Mongolia - /// - public static class Mongolia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MNG/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MNG/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MNG/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MNG/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MNG/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MNG/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MNG/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MNG/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MNG/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MNG/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MNG/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MNG/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MNG/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MNG/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MNG/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MNG/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MNG/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MNG/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MNG/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MNG/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MNG/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MNG/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MNG/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MNG/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MNG/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MNG/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MNG/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MNG/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MNG/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MNG/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MNG/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MNG/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MNG/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MNG/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MNG/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MNG/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MNG/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MNG/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MNG/unemployment_total_percent"; - } - - /// - /// Montenegro - /// - public static class Montenegro - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MNE/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MNE/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MNE/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MNE/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MNE/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MNE/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MNE/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MNE/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MNE/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MNE/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MNE/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MNE/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MNE/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MNE/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MNE/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MNE/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MNE/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MNE/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MNE/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MNE/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MNE/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MNE/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MNE/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MNE/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MNE/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MNE/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MNE/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MNE/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MNE/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MNE/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MNE/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MNE/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MNE/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MNE/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MNE/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MNE/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MNE/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MNE/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MNE/unemployment_total_percent"; - } - - /// - /// Montserrat - /// - public static class Montserrat - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MSR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MSR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MSR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MSR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MSR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MSR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MSR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MSR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MSR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MSR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MSR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MSR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MSR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MSR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MSR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MSR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MSR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MSR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MSR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MSR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MSR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MSR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MSR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MSR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MSR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MSR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MSR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MSR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MSR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MSR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MSR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MSR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MSR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MSR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MSR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MSR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MSR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MSR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MSR/unemployment_total_percent"; - } - - /// - /// Morocco - /// - public static class Morocco - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MAR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MAR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MAR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MAR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MAR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MAR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MAR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MAR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MAR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MAR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MAR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MAR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MAR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MAR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MAR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MAR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MAR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MAR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MAR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MAR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MAR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MAR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MAR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MAR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MAR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MAR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MAR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MAR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MAR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MAR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MAR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MAR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MAR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MAR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MAR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MAR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MAR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MAR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MAR/unemployment_total_percent"; - } - - /// - /// Mozambique - /// - public static class Mozambique - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MOZ/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MOZ/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MOZ/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MOZ/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MOZ/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MOZ/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MOZ/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MOZ/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MOZ/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MOZ/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MOZ/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MOZ/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MOZ/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MOZ/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MOZ/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MOZ/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MOZ/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MOZ/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MOZ/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MOZ/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MOZ/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MOZ/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MOZ/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MOZ/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MOZ/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MOZ/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MOZ/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MOZ/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MOZ/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MOZ/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MOZ/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MOZ/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MOZ/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MOZ/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MOZ/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MOZ/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MOZ/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MOZ/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MOZ/unemployment_total_percent"; - } - - /// - /// Myanmar - /// - public static class Myanmar - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MMR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MMR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MMR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MMR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MMR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MMR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MMR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MMR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MMR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MMR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MMR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MMR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MMR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MMR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MMR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MMR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MMR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MMR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MMR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MMR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MMR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MMR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MMR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MMR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MMR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MMR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MMR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MMR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MMR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MMR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MMR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MMR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MMR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MMR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MMR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MMR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MMR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MMR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MMR/unemployment_total_percent"; - } - - /// - /// Namibia - /// - public static class Namibia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NAM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NAM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NAM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NAM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NAM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NAM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NAM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NAM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NAM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NAM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NAM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NAM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NAM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NAM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NAM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NAM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NAM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NAM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NAM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NAM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NAM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NAM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NAM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NAM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NAM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NAM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NAM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NAM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NAM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NAM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NAM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NAM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NAM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NAM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NAM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NAM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NAM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NAM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NAM/unemployment_total_percent"; - } - - /// - /// Nauru - /// - public static class Nauru - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NRU/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NRU/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NRU/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NRU/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NRU/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NRU/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NRU/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NRU/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NRU/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NRU/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NRU/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NRU/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NRU/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NRU/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NRU/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NRU/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NRU/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NRU/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NRU/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NRU/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NRU/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NRU/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NRU/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NRU/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NRU/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NRU/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NRU/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NRU/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NRU/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NRU/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NRU/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NRU/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NRU/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NRU/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NRU/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NRU/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NRU/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NRU/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NRU/unemployment_total_percent"; - } - - /// - /// Nepal - /// - public static class Nepal - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NPL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NPL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NPL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NPL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NPL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NPL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NPL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NPL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NPL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NPL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NPL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NPL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NPL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NPL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NPL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NPL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NPL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NPL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NPL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NPL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NPL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NPL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NPL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NPL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NPL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NPL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NPL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NPL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NPL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NPL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NPL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NPL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NPL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NPL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NPL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NPL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NPL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NPL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NPL/unemployment_total_percent"; - } - - /// - /// Netherlands - /// - public static class Netherlands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NLD/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NLD/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NLD/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NLD/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NLD/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NLD/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NLD/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NLD/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NLD/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NLD/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NLD/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NLD/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NLD/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NLD/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NLD/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NLD/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NLD/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NLD/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NLD/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NLD/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NLD/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NLD/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NLD/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NLD/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NLD/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NLD/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NLD/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NLD/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NLD/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NLD/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NLD/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NLD/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NLD/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NLD/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NLD/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NLD/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NLD/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NLD/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NLD/unemployment_total_percent"; - } - - /// - /// New Caledonia - /// - public static class NewCaledonia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NCL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NCL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NCL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NCL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NCL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NCL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NCL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NCL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NCL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NCL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NCL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NCL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NCL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NCL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NCL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NCL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NCL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NCL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NCL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NCL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NCL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NCL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NCL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NCL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NCL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NCL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NCL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NCL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NCL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NCL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NCL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NCL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NCL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NCL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NCL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NCL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NCL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NCL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NCL/unemployment_total_percent"; - } - - /// - /// New Zealand - /// - public static class NewZealand - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NZL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NZL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NZL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NZL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NZL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NZL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NZL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NZL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NZL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NZL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NZL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NZL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NZL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NZL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NZL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NZL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NZL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NZL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NZL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NZL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NZL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NZL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NZL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NZL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NZL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NZL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NZL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NZL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NZL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NZL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NZL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NZL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NZL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NZL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NZL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NZL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NZL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NZL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NZL/unemployment_total_percent"; - } - - /// - /// Nicaragua - /// - public static class Nicaragua - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NIC/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NIC/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NIC/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NIC/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NIC/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NIC/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NIC/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NIC/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NIC/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NIC/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NIC/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NIC/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NIC/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NIC/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NIC/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NIC/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NIC/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NIC/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NIC/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NIC/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NIC/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NIC/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NIC/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NIC/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NIC/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NIC/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NIC/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NIC/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NIC/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NIC/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NIC/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NIC/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NIC/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NIC/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NIC/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NIC/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NIC/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NIC/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NIC/unemployment_total_percent"; - } - - /// - /// Niger - /// - public static class Niger - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NER/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NER/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NER/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NER/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NER/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NER/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NER/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NER/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NER/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NER/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NER/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NER/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NER/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NER/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NER/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NER/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NER/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NER/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NER/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NER/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NER/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NER/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NER/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NER/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NER/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NER/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NER/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NER/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NER/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NER/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NER/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NER/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NER/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NER/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NER/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NER/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NER/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NER/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NER/unemployment_total_percent"; - } - - /// - /// Nigeria - /// - public static class Nigeria - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NGA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NGA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NGA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NGA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NGA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NGA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NGA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NGA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NGA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NGA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NGA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NGA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NGA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NGA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NGA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NGA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NGA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NGA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NGA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NGA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NGA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NGA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NGA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NGA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NGA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NGA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NGA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NGA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NGA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NGA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NGA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NGA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NGA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NGA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NGA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NGA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NGA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NGA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NGA/unemployment_total_percent"; - } - - /// - /// Niue - /// - public static class Niue - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NIU/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NIU/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NIU/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NIU/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NIU/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NIU/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NIU/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NIU/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NIU/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NIU/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NIU/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NIU/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NIU/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NIU/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NIU/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NIU/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NIU/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NIU/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NIU/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NIU/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NIU/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NIU/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NIU/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NIU/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NIU/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NIU/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NIU/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NIU/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NIU/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NIU/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NIU/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NIU/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NIU/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NIU/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NIU/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NIU/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NIU/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NIU/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NIU/unemployment_total_percent"; - } - - /// - /// Norfolk Island - /// - public static class NorfolkIsland - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NFK/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NFK/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NFK/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NFK/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NFK/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NFK/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NFK/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NFK/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NFK/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NFK/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NFK/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NFK/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NFK/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NFK/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NFK/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NFK/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NFK/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NFK/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NFK/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NFK/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NFK/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NFK/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NFK/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NFK/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NFK/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NFK/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NFK/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NFK/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NFK/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NFK/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NFK/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NFK/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NFK/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NFK/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NFK/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NFK/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NFK/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NFK/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NFK/unemployment_total_percent"; - } - - /// - /// North Macedonia - /// - public static class NorthMacedonia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MKD/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MKD/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MKD/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MKD/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MKD/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MKD/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MKD/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MKD/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MKD/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MKD/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MKD/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MKD/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MKD/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MKD/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MKD/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MKD/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MKD/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MKD/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MKD/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MKD/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MKD/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MKD/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MKD/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MKD/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MKD/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MKD/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MKD/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MKD/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MKD/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MKD/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MKD/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MKD/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MKD/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MKD/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MKD/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MKD/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MKD/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MKD/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MKD/unemployment_total_percent"; - } - - /// - /// Northern Mariana Islands - /// - public static class NorthernMarianaIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MNP/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MNP/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MNP/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MNP/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MNP/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MNP/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MNP/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MNP/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MNP/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MNP/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MNP/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MNP/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MNP/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MNP/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MNP/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MNP/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MNP/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MNP/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MNP/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MNP/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MNP/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MNP/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MNP/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MNP/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MNP/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MNP/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MNP/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MNP/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MNP/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MNP/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MNP/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MNP/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MNP/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MNP/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MNP/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MNP/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MNP/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MNP/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MNP/unemployment_total_percent"; - } - - /// - /// Norway - /// - public static class Norway - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "NOR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "NOR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "NOR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "NOR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "NOR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "NOR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "NOR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "NOR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "NOR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "NOR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "NOR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "NOR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "NOR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "NOR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "NOR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "NOR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "NOR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "NOR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "NOR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "NOR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "NOR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "NOR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "NOR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "NOR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "NOR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "NOR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "NOR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "NOR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "NOR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "NOR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "NOR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "NOR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "NOR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "NOR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "NOR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "NOR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "NOR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "NOR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "NOR/unemployment_total_percent"; - } - - /// - /// Oman - /// - public static class Oman - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "OMN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "OMN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "OMN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "OMN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "OMN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "OMN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "OMN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "OMN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "OMN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "OMN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "OMN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "OMN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "OMN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "OMN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "OMN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "OMN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "OMN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "OMN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "OMN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "OMN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "OMN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "OMN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "OMN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "OMN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "OMN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "OMN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "OMN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "OMN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "OMN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "OMN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "OMN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "OMN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "OMN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "OMN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "OMN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "OMN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "OMN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "OMN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "OMN/unemployment_total_percent"; - } - - /// - /// Pakistan - /// - public static class Pakistan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PAK/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PAK/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PAK/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PAK/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PAK/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PAK/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PAK/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PAK/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PAK/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PAK/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PAK/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PAK/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PAK/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PAK/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PAK/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PAK/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PAK/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PAK/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PAK/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PAK/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PAK/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PAK/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PAK/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PAK/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PAK/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PAK/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PAK/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PAK/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PAK/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PAK/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PAK/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PAK/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PAK/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PAK/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PAK/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PAK/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PAK/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PAK/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PAK/unemployment_total_percent"; - } - - /// - /// Palau - /// - public static class Palau - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PLW/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PLW/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PLW/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PLW/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PLW/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PLW/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PLW/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PLW/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PLW/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PLW/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PLW/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PLW/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PLW/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PLW/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PLW/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PLW/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PLW/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PLW/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PLW/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PLW/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PLW/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PLW/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PLW/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PLW/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PLW/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PLW/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PLW/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PLW/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PLW/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PLW/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PLW/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PLW/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PLW/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PLW/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PLW/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PLW/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PLW/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PLW/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PLW/unemployment_total_percent"; - } - - /// - /// Palestine - /// - public static class Palestine - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PSE/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PSE/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PSE/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PSE/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PSE/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PSE/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PSE/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PSE/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PSE/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PSE/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PSE/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PSE/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PSE/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PSE/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PSE/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PSE/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PSE/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PSE/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PSE/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PSE/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PSE/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PSE/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PSE/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PSE/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PSE/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PSE/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PSE/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PSE/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PSE/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PSE/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PSE/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PSE/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PSE/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PSE/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PSE/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PSE/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PSE/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PSE/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PSE/unemployment_total_percent"; - } - - /// - /// Panama - /// - public static class Panama - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PAN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PAN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PAN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PAN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PAN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PAN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PAN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PAN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PAN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PAN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PAN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PAN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PAN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PAN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PAN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PAN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PAN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PAN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PAN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PAN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PAN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PAN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PAN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PAN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PAN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PAN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PAN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PAN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PAN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PAN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PAN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PAN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PAN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PAN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PAN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PAN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PAN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PAN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PAN/unemployment_total_percent"; - } - - /// - /// Papua New Guinea - /// - public static class PapuaNewGuinea - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PNG/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PNG/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PNG/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PNG/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PNG/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PNG/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PNG/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PNG/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PNG/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PNG/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PNG/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PNG/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PNG/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PNG/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PNG/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PNG/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PNG/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PNG/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PNG/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PNG/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PNG/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PNG/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PNG/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PNG/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PNG/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PNG/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PNG/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PNG/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PNG/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PNG/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PNG/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PNG/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PNG/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PNG/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PNG/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PNG/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PNG/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PNG/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PNG/unemployment_total_percent"; - } - - /// - /// Paraguay - /// - public static class Paraguay - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PRY/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PRY/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PRY/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PRY/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PRY/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PRY/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PRY/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PRY/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PRY/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PRY/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PRY/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PRY/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PRY/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PRY/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PRY/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PRY/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PRY/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PRY/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PRY/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PRY/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PRY/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PRY/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PRY/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PRY/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PRY/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PRY/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PRY/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PRY/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PRY/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PRY/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PRY/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PRY/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PRY/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PRY/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PRY/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PRY/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PRY/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PRY/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PRY/unemployment_total_percent"; - } - - /// - /// Peru - /// - public static class Peru - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PER/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PER/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PER/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PER/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PER/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PER/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PER/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PER/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PER/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PER/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PER/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PER/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PER/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PER/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PER/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PER/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PER/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PER/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PER/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PER/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PER/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PER/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PER/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PER/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PER/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PER/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PER/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PER/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PER/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PER/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PER/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PER/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PER/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PER/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PER/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PER/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PER/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PER/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PER/unemployment_total_percent"; - } - - /// - /// Philippines - /// - public static class Philippines - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PHL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PHL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PHL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PHL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PHL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PHL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PHL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PHL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PHL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PHL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PHL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PHL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PHL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PHL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PHL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PHL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PHL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PHL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PHL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PHL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PHL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PHL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PHL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PHL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PHL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PHL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PHL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PHL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PHL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PHL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PHL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PHL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PHL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PHL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PHL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PHL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PHL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PHL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PHL/unemployment_total_percent"; - } - - /// - /// Pitcairn - /// - public static class Pitcairn - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PCN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PCN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PCN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PCN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PCN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PCN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PCN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PCN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PCN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PCN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PCN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PCN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PCN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PCN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PCN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PCN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PCN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PCN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PCN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PCN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PCN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PCN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PCN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PCN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PCN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PCN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PCN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PCN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PCN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PCN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PCN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PCN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PCN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PCN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PCN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PCN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PCN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PCN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PCN/unemployment_total_percent"; - } - - /// - /// Poland - /// - public static class Poland - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "POL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "POL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "POL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "POL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "POL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "POL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "POL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "POL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "POL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "POL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "POL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "POL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "POL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "POL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "POL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "POL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "POL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "POL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "POL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "POL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "POL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "POL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "POL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "POL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "POL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "POL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "POL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "POL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "POL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "POL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "POL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "POL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "POL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "POL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "POL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "POL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "POL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "POL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "POL/unemployment_total_percent"; - } - - /// - /// Portugal - /// - public static class Portugal - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PRT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PRT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PRT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PRT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PRT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PRT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PRT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PRT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PRT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PRT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PRT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PRT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PRT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PRT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PRT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PRT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PRT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PRT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PRT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PRT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PRT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PRT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PRT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PRT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PRT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PRT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PRT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PRT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PRT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PRT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PRT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PRT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PRT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PRT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PRT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PRT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PRT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PRT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PRT/unemployment_total_percent"; - } - - /// - /// Puerto Rico - /// - public static class PuertoRico - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "PRI/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "PRI/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "PRI/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "PRI/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "PRI/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "PRI/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "PRI/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "PRI/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "PRI/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "PRI/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "PRI/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "PRI/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "PRI/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "PRI/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "PRI/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "PRI/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "PRI/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "PRI/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "PRI/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "PRI/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "PRI/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "PRI/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "PRI/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "PRI/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "PRI/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "PRI/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "PRI/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "PRI/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "PRI/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "PRI/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "PRI/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "PRI/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "PRI/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "PRI/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "PRI/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "PRI/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "PRI/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "PRI/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "PRI/unemployment_total_percent"; - } - - /// - /// Qatar - /// - public static class Qatar - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "QAT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "QAT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "QAT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "QAT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "QAT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "QAT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "QAT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "QAT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "QAT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "QAT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "QAT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "QAT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "QAT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "QAT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "QAT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "QAT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "QAT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "QAT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "QAT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "QAT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "QAT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "QAT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "QAT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "QAT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "QAT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "QAT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "QAT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "QAT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "QAT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "QAT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "QAT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "QAT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "QAT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "QAT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "QAT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "QAT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "QAT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "QAT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "QAT/unemployment_total_percent"; - } - - /// - /// Reunion - /// - public static class Reunion - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "REU/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "REU/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "REU/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "REU/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "REU/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "REU/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "REU/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "REU/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "REU/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "REU/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "REU/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "REU/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "REU/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "REU/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "REU/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "REU/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "REU/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "REU/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "REU/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "REU/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "REU/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "REU/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "REU/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "REU/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "REU/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "REU/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "REU/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "REU/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "REU/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "REU/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "REU/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "REU/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "REU/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "REU/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "REU/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "REU/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "REU/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "REU/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "REU/unemployment_total_percent"; - } - - /// - /// Romania - /// - public static class Romania - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ROU/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ROU/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ROU/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ROU/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ROU/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ROU/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ROU/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ROU/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ROU/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ROU/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ROU/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ROU/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ROU/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ROU/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ROU/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ROU/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ROU/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ROU/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ROU/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ROU/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ROU/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ROU/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ROU/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ROU/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ROU/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ROU/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ROU/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ROU/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ROU/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ROU/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ROU/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ROU/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ROU/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ROU/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ROU/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ROU/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ROU/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ROU/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ROU/unemployment_total_percent"; - } - - /// - /// Russia - /// - public static class Russia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "RUS/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "RUS/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "RUS/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "RUS/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "RUS/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "RUS/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "RUS/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "RUS/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "RUS/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "RUS/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "RUS/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "RUS/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "RUS/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "RUS/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "RUS/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "RUS/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "RUS/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "RUS/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "RUS/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "RUS/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "RUS/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "RUS/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "RUS/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "RUS/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "RUS/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "RUS/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "RUS/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "RUS/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "RUS/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "RUS/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "RUS/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "RUS/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "RUS/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "RUS/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "RUS/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "RUS/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "RUS/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "RUS/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "RUS/unemployment_total_percent"; - } - - /// - /// Rwanda - /// - public static class Rwanda - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "RWA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "RWA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "RWA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "RWA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "RWA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "RWA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "RWA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "RWA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "RWA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "RWA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "RWA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "RWA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "RWA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "RWA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "RWA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "RWA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "RWA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "RWA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "RWA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "RWA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "RWA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "RWA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "RWA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "RWA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "RWA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "RWA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "RWA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "RWA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "RWA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "RWA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "RWA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "RWA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "RWA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "RWA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "RWA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "RWA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "RWA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "RWA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "RWA/unemployment_total_percent"; - } - - /// - /// Saint Barthélemy - /// - public static class SaintBarthélemy - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "BLM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "BLM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "BLM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "BLM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "BLM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "BLM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "BLM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "BLM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "BLM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "BLM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "BLM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "BLM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "BLM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "BLM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "BLM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "BLM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "BLM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "BLM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "BLM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "BLM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "BLM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "BLM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "BLM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "BLM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "BLM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "BLM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "BLM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "BLM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "BLM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "BLM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "BLM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "BLM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "BLM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "BLM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "BLM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "BLM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "BLM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "BLM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "BLM/unemployment_total_percent"; - } - - /// - /// Saint Helena - /// - public static class SaintHelena - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SHN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SHN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SHN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SHN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SHN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SHN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SHN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SHN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SHN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SHN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SHN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SHN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SHN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SHN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SHN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SHN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SHN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SHN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SHN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SHN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SHN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SHN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SHN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SHN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SHN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SHN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SHN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SHN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SHN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SHN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SHN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SHN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SHN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SHN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SHN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SHN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SHN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SHN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SHN/unemployment_total_percent"; - } - - /// - /// Saint Kitts and Nevis - /// - public static class SaintKittsAndNevis - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "KNA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "KNA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "KNA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "KNA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "KNA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "KNA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "KNA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "KNA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "KNA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "KNA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "KNA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "KNA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "KNA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "KNA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "KNA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "KNA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "KNA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "KNA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "KNA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "KNA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "KNA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "KNA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "KNA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "KNA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "KNA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "KNA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "KNA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "KNA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "KNA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "KNA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "KNA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "KNA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "KNA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "KNA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "KNA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "KNA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "KNA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "KNA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "KNA/unemployment_total_percent"; - } - - /// - /// Saint Lucia - /// - public static class SaintLucia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LCA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LCA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LCA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LCA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LCA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LCA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LCA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LCA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LCA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LCA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LCA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LCA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LCA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LCA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LCA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LCA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LCA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LCA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LCA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LCA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LCA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LCA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LCA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LCA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LCA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LCA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LCA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LCA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LCA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LCA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LCA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LCA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LCA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LCA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LCA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LCA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LCA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LCA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LCA/unemployment_total_percent"; - } - - /// - /// Saint Martin French part - /// - public static class SaintMartinFrenchPart - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "MAF/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "MAF/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "MAF/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "MAF/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "MAF/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "MAF/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "MAF/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "MAF/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "MAF/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "MAF/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "MAF/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "MAF/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "MAF/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "MAF/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "MAF/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "MAF/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "MAF/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "MAF/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "MAF/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "MAF/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "MAF/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "MAF/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "MAF/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "MAF/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "MAF/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "MAF/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "MAF/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "MAF/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "MAF/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "MAF/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "MAF/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "MAF/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "MAF/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "MAF/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "MAF/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "MAF/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "MAF/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "MAF/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "MAF/unemployment_total_percent"; - } - - /// - /// Saint Pierre and Miquelon - /// - public static class SaintPierreAndMiquelon - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SPM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SPM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SPM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SPM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SPM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SPM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SPM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SPM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SPM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SPM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SPM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SPM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SPM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SPM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SPM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SPM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SPM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SPM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SPM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SPM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SPM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SPM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SPM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SPM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SPM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SPM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SPM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SPM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SPM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SPM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SPM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SPM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SPM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SPM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SPM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SPM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SPM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SPM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SPM/unemployment_total_percent"; - } - - /// - /// Saint Vincent and the Grenadines - /// - public static class SaintVincentAndTheGrenadines - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "VCT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "VCT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "VCT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "VCT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "VCT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "VCT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "VCT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "VCT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "VCT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "VCT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "VCT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "VCT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "VCT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "VCT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "VCT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "VCT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "VCT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "VCT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "VCT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "VCT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "VCT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "VCT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "VCT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "VCT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "VCT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "VCT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "VCT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "VCT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "VCT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "VCT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "VCT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "VCT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "VCT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "VCT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "VCT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "VCT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "VCT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "VCT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "VCT/unemployment_total_percent"; - } - - /// - /// Samoa - /// - public static class Samoa - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "WSM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "WSM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "WSM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "WSM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "WSM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "WSM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "WSM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "WSM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "WSM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "WSM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "WSM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "WSM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "WSM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "WSM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "WSM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "WSM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "WSM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "WSM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "WSM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "WSM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "WSM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "WSM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "WSM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "WSM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "WSM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "WSM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "WSM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "WSM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "WSM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "WSM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "WSM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "WSM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "WSM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "WSM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "WSM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "WSM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "WSM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "WSM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "WSM/unemployment_total_percent"; - } - - /// - /// San Marino - /// - public static class SanMarino - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SMR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SMR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SMR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SMR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SMR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SMR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SMR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SMR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SMR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SMR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SMR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SMR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SMR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SMR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SMR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SMR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SMR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SMR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SMR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SMR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SMR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SMR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SMR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SMR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SMR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SMR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SMR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SMR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SMR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SMR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SMR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SMR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SMR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SMR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SMR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SMR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SMR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SMR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SMR/unemployment_total_percent"; - } - - /// - /// Sao Tome and Principe - /// - public static class SaoTomeAndPrincipe - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "STP/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "STP/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "STP/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "STP/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "STP/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "STP/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "STP/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "STP/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "STP/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "STP/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "STP/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "STP/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "STP/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "STP/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "STP/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "STP/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "STP/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "STP/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "STP/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "STP/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "STP/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "STP/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "STP/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "STP/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "STP/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "STP/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "STP/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "STP/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "STP/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "STP/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "STP/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "STP/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "STP/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "STP/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "STP/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "STP/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "STP/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "STP/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "STP/unemployment_total_percent"; - } - - /// - /// Saudi Arabia - /// - public static class SaudiArabia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SAU/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SAU/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SAU/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SAU/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SAU/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SAU/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SAU/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SAU/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SAU/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SAU/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SAU/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SAU/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SAU/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SAU/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SAU/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SAU/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SAU/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SAU/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SAU/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SAU/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SAU/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SAU/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SAU/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SAU/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SAU/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SAU/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SAU/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SAU/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SAU/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SAU/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SAU/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SAU/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SAU/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SAU/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SAU/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SAU/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SAU/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SAU/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SAU/unemployment_total_percent"; - } - - /// - /// Senegal - /// - public static class Senegal - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SEN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SEN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SEN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SEN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SEN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SEN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SEN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SEN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SEN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SEN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SEN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SEN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SEN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SEN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SEN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SEN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SEN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SEN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SEN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SEN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SEN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SEN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SEN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SEN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SEN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SEN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SEN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SEN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SEN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SEN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SEN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SEN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SEN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SEN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SEN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SEN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SEN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SEN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SEN/unemployment_total_percent"; - } - - /// - /// Serbia - /// - public static class Serbia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SRB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SRB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SRB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SRB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SRB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SRB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SRB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SRB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SRB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SRB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SRB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SRB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SRB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SRB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SRB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SRB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SRB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SRB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SRB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SRB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SRB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SRB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SRB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SRB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SRB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SRB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SRB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SRB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SRB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SRB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SRB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SRB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SRB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SRB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SRB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SRB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SRB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SRB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SRB/unemployment_total_percent"; - } - - /// - /// Seychelles - /// - public static class Seychelles - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SYC/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SYC/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SYC/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SYC/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SYC/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SYC/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SYC/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SYC/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SYC/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SYC/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SYC/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SYC/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SYC/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SYC/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SYC/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SYC/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SYC/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SYC/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SYC/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SYC/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SYC/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SYC/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SYC/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SYC/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SYC/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SYC/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SYC/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SYC/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SYC/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SYC/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SYC/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SYC/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SYC/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SYC/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SYC/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SYC/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SYC/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SYC/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SYC/unemployment_total_percent"; - } - - /// - /// Sierra Leone - /// - public static class SierraLeone - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SLE/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SLE/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SLE/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SLE/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SLE/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SLE/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SLE/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SLE/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SLE/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SLE/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SLE/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SLE/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SLE/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SLE/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SLE/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SLE/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SLE/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SLE/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SLE/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SLE/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SLE/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SLE/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SLE/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SLE/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SLE/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SLE/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SLE/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SLE/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SLE/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SLE/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SLE/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SLE/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SLE/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SLE/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SLE/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SLE/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SLE/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SLE/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SLE/unemployment_total_percent"; - } - - /// - /// Singapore - /// - public static class Singapore - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SGP/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SGP/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SGP/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SGP/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SGP/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SGP/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SGP/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SGP/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SGP/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SGP/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SGP/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SGP/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SGP/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SGP/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SGP/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SGP/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SGP/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SGP/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SGP/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SGP/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SGP/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SGP/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SGP/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SGP/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SGP/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SGP/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SGP/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SGP/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SGP/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SGP/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SGP/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SGP/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SGP/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SGP/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SGP/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SGP/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SGP/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SGP/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SGP/unemployment_total_percent"; - } - - /// - /// Sint Maarten Dutch part - /// - public static class SintMaartenDutchPart - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SXM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SXM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SXM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SXM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SXM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SXM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SXM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SXM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SXM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SXM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SXM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SXM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SXM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SXM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SXM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SXM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SXM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SXM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SXM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SXM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SXM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SXM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SXM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SXM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SXM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SXM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SXM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SXM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SXM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SXM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SXM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SXM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SXM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SXM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SXM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SXM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SXM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SXM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SXM/unemployment_total_percent"; - } - - /// - /// Slovakia - /// - public static class Slovakia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SVK/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SVK/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SVK/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SVK/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SVK/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SVK/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SVK/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SVK/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SVK/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SVK/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SVK/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SVK/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SVK/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SVK/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SVK/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SVK/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SVK/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SVK/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SVK/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SVK/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SVK/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SVK/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SVK/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SVK/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SVK/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SVK/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SVK/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SVK/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SVK/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SVK/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SVK/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SVK/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SVK/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SVK/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SVK/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SVK/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SVK/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SVK/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SVK/unemployment_total_percent"; - } - - /// - /// Slovenia - /// - public static class Slovenia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SVN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SVN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SVN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SVN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SVN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SVN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SVN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SVN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SVN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SVN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SVN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SVN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SVN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SVN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SVN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SVN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SVN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SVN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SVN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SVN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SVN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SVN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SVN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SVN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SVN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SVN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SVN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SVN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SVN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SVN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SVN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SVN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SVN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SVN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SVN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SVN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SVN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SVN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SVN/unemployment_total_percent"; - } - - /// - /// Solomon Islands - /// - public static class SolomonIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SLB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SLB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SLB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SLB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SLB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SLB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SLB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SLB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SLB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SLB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SLB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SLB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SLB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SLB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SLB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SLB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SLB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SLB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SLB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SLB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SLB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SLB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SLB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SLB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SLB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SLB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SLB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SLB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SLB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SLB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SLB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SLB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SLB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SLB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SLB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SLB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SLB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SLB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SLB/unemployment_total_percent"; - } - - /// - /// Somalia - /// - public static class Somalia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SOM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SOM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SOM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SOM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SOM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SOM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SOM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SOM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SOM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SOM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SOM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SOM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SOM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SOM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SOM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SOM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SOM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SOM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SOM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SOM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SOM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SOM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SOM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SOM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SOM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SOM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SOM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SOM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SOM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SOM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SOM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SOM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SOM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SOM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SOM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SOM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SOM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SOM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SOM/unemployment_total_percent"; - } - - /// - /// South Africa - /// - public static class SouthAfrica - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ZAF/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ZAF/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ZAF/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ZAF/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ZAF/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ZAF/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ZAF/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ZAF/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ZAF/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ZAF/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ZAF/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ZAF/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ZAF/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ZAF/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ZAF/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ZAF/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ZAF/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ZAF/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ZAF/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ZAF/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ZAF/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ZAF/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ZAF/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ZAF/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ZAF/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ZAF/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ZAF/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ZAF/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ZAF/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ZAF/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ZAF/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ZAF/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ZAF/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ZAF/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ZAF/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ZAF/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ZAF/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ZAF/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ZAF/unemployment_total_percent"; - } - - /// - /// South Georgia and the South Sandwich Islands - /// - public static class SouthGeorgiaAndTheSouthSandwichIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SGS/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SGS/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SGS/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SGS/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SGS/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SGS/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SGS/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SGS/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SGS/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SGS/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SGS/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SGS/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SGS/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SGS/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SGS/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SGS/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SGS/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SGS/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SGS/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SGS/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SGS/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SGS/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SGS/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SGS/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SGS/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SGS/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SGS/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SGS/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SGS/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SGS/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SGS/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SGS/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SGS/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SGS/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SGS/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SGS/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SGS/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SGS/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SGS/unemployment_total_percent"; - } - - /// - /// South Sudan - /// - public static class SouthSudan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SSD/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SSD/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SSD/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SSD/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SSD/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SSD/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SSD/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SSD/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SSD/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SSD/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SSD/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SSD/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SSD/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SSD/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SSD/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SSD/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SSD/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SSD/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SSD/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SSD/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SSD/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SSD/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SSD/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SSD/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SSD/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SSD/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SSD/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SSD/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SSD/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SSD/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SSD/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SSD/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SSD/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SSD/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SSD/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SSD/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SSD/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SSD/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SSD/unemployment_total_percent"; - } - - /// - /// Spain - /// - public static class Spain - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ESP/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ESP/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ESP/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ESP/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ESP/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ESP/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ESP/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ESP/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ESP/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ESP/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ESP/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ESP/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ESP/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ESP/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ESP/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ESP/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ESP/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ESP/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ESP/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ESP/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ESP/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ESP/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ESP/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ESP/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ESP/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ESP/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ESP/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ESP/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ESP/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ESP/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ESP/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ESP/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ESP/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ESP/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ESP/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ESP/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ESP/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ESP/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ESP/unemployment_total_percent"; - } - - /// - /// Sri Lanka - /// - public static class SriLanka - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "LKA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "LKA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "LKA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "LKA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "LKA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "LKA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "LKA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "LKA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "LKA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "LKA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "LKA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "LKA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "LKA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "LKA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "LKA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "LKA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "LKA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "LKA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "LKA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "LKA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "LKA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "LKA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "LKA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "LKA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "LKA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "LKA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "LKA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "LKA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "LKA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "LKA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "LKA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "LKA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "LKA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "LKA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "LKA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "LKA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "LKA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "LKA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "LKA/unemployment_total_percent"; - } - - /// - /// Sudan - /// - public static class Sudan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SDN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SDN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SDN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SDN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SDN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SDN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SDN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SDN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SDN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SDN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SDN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SDN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SDN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SDN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SDN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SDN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SDN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SDN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SDN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SDN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SDN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SDN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SDN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SDN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SDN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SDN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SDN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SDN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SDN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SDN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SDN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SDN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SDN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SDN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SDN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SDN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SDN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SDN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SDN/unemployment_total_percent"; - } - - /// - /// Suriname - /// - public static class Suriname - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SUR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SUR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SUR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SUR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SUR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SUR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SUR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SUR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SUR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SUR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SUR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SUR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SUR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SUR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SUR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SUR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SUR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SUR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SUR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SUR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SUR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SUR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SUR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SUR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SUR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SUR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SUR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SUR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SUR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SUR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SUR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SUR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SUR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SUR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SUR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SUR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SUR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SUR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SUR/unemployment_total_percent"; - } - - /// - /// Svalbard - /// - public static class Svalbard - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SJM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SJM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SJM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SJM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SJM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SJM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SJM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SJM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SJM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SJM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SJM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SJM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SJM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SJM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SJM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SJM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SJM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SJM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SJM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SJM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SJM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SJM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SJM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SJM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SJM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SJM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SJM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SJM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SJM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SJM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SJM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SJM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SJM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SJM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SJM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SJM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SJM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SJM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SJM/unemployment_total_percent"; - } - - /// - /// Sweden - /// - public static class Sweden - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SWE/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SWE/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SWE/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SWE/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SWE/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SWE/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SWE/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SWE/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SWE/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SWE/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SWE/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SWE/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SWE/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SWE/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SWE/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SWE/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SWE/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SWE/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SWE/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SWE/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SWE/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SWE/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SWE/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SWE/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SWE/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SWE/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SWE/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SWE/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SWE/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SWE/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SWE/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SWE/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SWE/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SWE/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SWE/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SWE/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SWE/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SWE/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SWE/unemployment_total_percent"; - } - - /// - /// Switzerland - /// - public static class Switzerland - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "CHE/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "CHE/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "CHE/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "CHE/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "CHE/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "CHE/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "CHE/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "CHE/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "CHE/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "CHE/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "CHE/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "CHE/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "CHE/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "CHE/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "CHE/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "CHE/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "CHE/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "CHE/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "CHE/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "CHE/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "CHE/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "CHE/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "CHE/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "CHE/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "CHE/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "CHE/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "CHE/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "CHE/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "CHE/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "CHE/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "CHE/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "CHE/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "CHE/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "CHE/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "CHE/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "CHE/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "CHE/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "CHE/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "CHE/unemployment_total_percent"; - } - - /// - /// Syria - /// - public static class Syria - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "SYR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "SYR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "SYR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "SYR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "SYR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "SYR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "SYR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "SYR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "SYR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "SYR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "SYR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "SYR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "SYR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "SYR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "SYR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "SYR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "SYR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "SYR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "SYR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "SYR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "SYR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "SYR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "SYR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "SYR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "SYR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "SYR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "SYR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "SYR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "SYR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "SYR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "SYR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "SYR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "SYR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "SYR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "SYR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "SYR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "SYR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "SYR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "SYR/unemployment_total_percent"; - } - - /// - /// Taiwan - /// - public static class Taiwan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TWN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TWN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TWN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TWN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TWN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TWN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TWN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TWN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TWN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TWN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TWN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TWN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TWN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TWN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TWN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TWN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TWN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TWN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TWN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TWN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TWN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TWN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TWN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TWN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TWN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TWN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TWN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TWN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TWN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TWN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TWN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TWN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TWN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TWN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TWN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TWN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TWN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TWN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TWN/unemployment_total_percent"; - } - - /// - /// Tajikistan - /// - public static class Tajikistan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TJK/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TJK/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TJK/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TJK/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TJK/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TJK/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TJK/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TJK/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TJK/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TJK/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TJK/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TJK/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TJK/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TJK/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TJK/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TJK/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TJK/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TJK/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TJK/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TJK/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TJK/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TJK/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TJK/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TJK/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TJK/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TJK/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TJK/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TJK/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TJK/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TJK/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TJK/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TJK/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TJK/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TJK/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TJK/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TJK/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TJK/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TJK/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TJK/unemployment_total_percent"; - } - - /// - /// Tanzania - /// - public static class Tanzania - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TZA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TZA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TZA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TZA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TZA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TZA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TZA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TZA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TZA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TZA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TZA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TZA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TZA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TZA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TZA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TZA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TZA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TZA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TZA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TZA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TZA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TZA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TZA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TZA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TZA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TZA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TZA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TZA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TZA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TZA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TZA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TZA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TZA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TZA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TZA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TZA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TZA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TZA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TZA/unemployment_total_percent"; - } - - /// - /// Thailand - /// - public static class Thailand - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "THA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "THA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "THA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "THA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "THA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "THA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "THA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "THA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "THA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "THA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "THA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "THA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "THA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "THA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "THA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "THA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "THA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "THA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "THA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "THA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "THA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "THA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "THA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "THA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "THA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "THA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "THA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "THA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "THA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "THA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "THA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "THA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "THA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "THA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "THA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "THA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "THA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "THA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "THA/unemployment_total_percent"; - } - - /// - /// Timor-Leste - /// - public static class TimorLeste - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TLS/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TLS/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TLS/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TLS/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TLS/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TLS/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TLS/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TLS/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TLS/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TLS/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TLS/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TLS/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TLS/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TLS/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TLS/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TLS/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TLS/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TLS/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TLS/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TLS/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TLS/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TLS/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TLS/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TLS/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TLS/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TLS/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TLS/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TLS/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TLS/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TLS/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TLS/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TLS/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TLS/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TLS/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TLS/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TLS/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TLS/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TLS/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TLS/unemployment_total_percent"; - } - - /// - /// Togo - /// - public static class Togo - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TGO/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TGO/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TGO/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TGO/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TGO/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TGO/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TGO/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TGO/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TGO/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TGO/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TGO/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TGO/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TGO/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TGO/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TGO/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TGO/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TGO/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TGO/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TGO/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TGO/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TGO/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TGO/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TGO/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TGO/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TGO/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TGO/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TGO/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TGO/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TGO/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TGO/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TGO/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TGO/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TGO/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TGO/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TGO/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TGO/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TGO/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TGO/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TGO/unemployment_total_percent"; - } - - /// - /// Tokelau - /// - public static class Tokelau - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TKL/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TKL/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TKL/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TKL/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TKL/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TKL/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TKL/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TKL/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TKL/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TKL/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TKL/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TKL/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TKL/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TKL/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TKL/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TKL/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TKL/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TKL/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TKL/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TKL/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TKL/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TKL/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TKL/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TKL/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TKL/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TKL/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TKL/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TKL/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TKL/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TKL/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TKL/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TKL/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TKL/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TKL/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TKL/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TKL/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TKL/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TKL/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TKL/unemployment_total_percent"; - } - - /// - /// Tonga - /// - public static class Tonga - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TON/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TON/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TON/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TON/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TON/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TON/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TON/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TON/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TON/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TON/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TON/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TON/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TON/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TON/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TON/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TON/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TON/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TON/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TON/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TON/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TON/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TON/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TON/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TON/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TON/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TON/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TON/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TON/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TON/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TON/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TON/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TON/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TON/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TON/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TON/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TON/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TON/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TON/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TON/unemployment_total_percent"; - } - - /// - /// Trinidad and Tobago - /// - public static class TrinidadAndTobago - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TTO/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TTO/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TTO/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TTO/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TTO/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TTO/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TTO/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TTO/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TTO/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TTO/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TTO/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TTO/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TTO/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TTO/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TTO/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TTO/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TTO/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TTO/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TTO/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TTO/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TTO/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TTO/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TTO/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TTO/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TTO/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TTO/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TTO/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TTO/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TTO/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TTO/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TTO/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TTO/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TTO/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TTO/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TTO/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TTO/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TTO/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TTO/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TTO/unemployment_total_percent"; - } - - /// - /// Tunisia - /// - public static class Tunisia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TUN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TUN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TUN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TUN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TUN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TUN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TUN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TUN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TUN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TUN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TUN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TUN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TUN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TUN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TUN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TUN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TUN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TUN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TUN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TUN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TUN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TUN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TUN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TUN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TUN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TUN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TUN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TUN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TUN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TUN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TUN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TUN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TUN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TUN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TUN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TUN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TUN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TUN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TUN/unemployment_total_percent"; - } - - /// - /// Turkey - /// - public static class Turkey - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TUR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TUR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TUR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TUR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TUR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TUR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TUR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TUR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TUR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TUR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TUR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TUR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TUR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TUR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TUR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TUR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TUR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TUR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TUR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TUR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TUR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TUR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TUR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TUR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TUR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TUR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TUR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TUR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TUR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TUR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TUR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TUR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TUR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TUR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TUR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TUR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TUR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TUR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TUR/unemployment_total_percent"; - } - - /// - /// Turkmenistan - /// - public static class Turkmenistan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TKM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TKM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TKM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TKM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TKM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TKM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TKM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TKM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TKM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TKM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TKM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TKM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TKM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TKM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TKM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TKM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TKM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TKM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TKM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TKM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TKM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TKM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TKM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TKM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TKM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TKM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TKM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TKM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TKM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TKM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TKM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TKM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TKM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TKM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TKM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TKM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TKM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TKM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TKM/unemployment_total_percent"; - } - - /// - /// Turks and Caicos Islands - /// - public static class TurksAndCaicosIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TCA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TCA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TCA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TCA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TCA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TCA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TCA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TCA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TCA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TCA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TCA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TCA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TCA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TCA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TCA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TCA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TCA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TCA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TCA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TCA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TCA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TCA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TCA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TCA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TCA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TCA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TCA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TCA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TCA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TCA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TCA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TCA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TCA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TCA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TCA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TCA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TCA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TCA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TCA/unemployment_total_percent"; - } - - /// - /// Tuvalu - /// - public static class Tuvalu - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "TUV/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "TUV/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "TUV/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "TUV/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "TUV/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "TUV/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "TUV/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "TUV/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "TUV/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "TUV/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "TUV/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "TUV/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "TUV/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "TUV/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "TUV/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "TUV/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "TUV/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "TUV/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "TUV/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "TUV/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "TUV/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "TUV/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "TUV/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "TUV/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "TUV/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "TUV/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "TUV/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "TUV/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "TUV/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "TUV/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "TUV/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "TUV/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "TUV/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "TUV/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "TUV/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "TUV/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "TUV/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "TUV/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "TUV/unemployment_total_percent"; - } - - /// - /// Uganda - /// - public static class Uganda - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "UGA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "UGA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "UGA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "UGA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "UGA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "UGA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "UGA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "UGA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "UGA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "UGA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "UGA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "UGA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "UGA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "UGA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "UGA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "UGA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "UGA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "UGA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "UGA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "UGA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "UGA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "UGA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "UGA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "UGA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "UGA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "UGA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "UGA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "UGA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "UGA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "UGA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "UGA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "UGA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "UGA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "UGA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "UGA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "UGA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "UGA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "UGA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "UGA/unemployment_total_percent"; - } - - /// - /// Ukraine - /// - public static class Ukraine - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "UKR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "UKR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "UKR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "UKR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "UKR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "UKR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "UKR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "UKR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "UKR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "UKR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "UKR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "UKR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "UKR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "UKR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "UKR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "UKR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "UKR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "UKR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "UKR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "UKR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "UKR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "UKR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "UKR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "UKR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "UKR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "UKR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "UKR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "UKR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "UKR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "UKR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "UKR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "UKR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "UKR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "UKR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "UKR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "UKR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "UKR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "UKR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "UKR/unemployment_total_percent"; - } - - /// - /// United Arab Emirates - /// - public static class UnitedArabEmirates - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ARE/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ARE/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ARE/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ARE/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ARE/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ARE/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ARE/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ARE/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ARE/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ARE/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ARE/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ARE/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ARE/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ARE/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ARE/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ARE/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ARE/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ARE/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ARE/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ARE/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ARE/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ARE/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ARE/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ARE/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ARE/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ARE/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ARE/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ARE/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ARE/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ARE/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ARE/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ARE/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ARE/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ARE/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ARE/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ARE/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ARE/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ARE/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ARE/unemployment_total_percent"; - } - - /// - /// United Kingdom - /// - public static class UnitedKingdom - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "GBR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "GBR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "GBR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "GBR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "GBR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "GBR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "GBR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "GBR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "GBR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "GBR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "GBR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "GBR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "GBR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "GBR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "GBR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "GBR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "GBR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "GBR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "GBR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "GBR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "GBR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "GBR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "GBR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "GBR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "GBR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "GBR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "GBR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "GBR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "GBR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "GBR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "GBR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "GBR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "GBR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "GBR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "GBR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "GBR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "GBR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "GBR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "GBR/unemployment_total_percent"; - } - - /// - /// United States Minor Outlying Islands - /// - public static class UnitedStatesMinorOutlyingIslands - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "UMI/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "UMI/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "UMI/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "UMI/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "UMI/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "UMI/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "UMI/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "UMI/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "UMI/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "UMI/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "UMI/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "UMI/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "UMI/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "UMI/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "UMI/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "UMI/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "UMI/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "UMI/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "UMI/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "UMI/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "UMI/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "UMI/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "UMI/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "UMI/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "UMI/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "UMI/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "UMI/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "UMI/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "UMI/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "UMI/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "UMI/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "UMI/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "UMI/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "UMI/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "UMI/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "UMI/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "UMI/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "UMI/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "UMI/unemployment_total_percent"; - } - - /// - /// United States - /// - public static class UnitedStates - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "USA/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "USA/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "USA/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "USA/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "USA/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "USA/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "USA/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "USA/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "USA/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "USA/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "USA/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "USA/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "USA/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "USA/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "USA/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "USA/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "USA/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "USA/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "USA/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "USA/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "USA/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "USA/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "USA/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "USA/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "USA/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "USA/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "USA/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "USA/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "USA/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "USA/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "USA/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "USA/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "USA/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "USA/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "USA/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "USA/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "USA/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "USA/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "USA/unemployment_total_percent"; - } - - /// - /// Uruguay - /// - public static class Uruguay - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "URY/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "URY/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "URY/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "URY/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "URY/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "URY/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "URY/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "URY/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "URY/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "URY/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "URY/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "URY/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "URY/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "URY/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "URY/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "URY/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "URY/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "URY/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "URY/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "URY/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "URY/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "URY/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "URY/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "URY/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "URY/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "URY/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "URY/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "URY/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "URY/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "URY/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "URY/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "URY/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "URY/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "URY/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "URY/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "URY/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "URY/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "URY/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "URY/unemployment_total_percent"; - } - - /// - /// Uzbekistan - /// - public static class Uzbekistan - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "UZB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "UZB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "UZB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "UZB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "UZB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "UZB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "UZB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "UZB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "UZB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "UZB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "UZB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "UZB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "UZB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "UZB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "UZB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "UZB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "UZB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "UZB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "UZB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "UZB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "UZB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "UZB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "UZB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "UZB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "UZB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "UZB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "UZB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "UZB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "UZB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "UZB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "UZB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "UZB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "UZB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "UZB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "UZB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "UZB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "UZB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "UZB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "UZB/unemployment_total_percent"; - } - - /// - /// Vanuatu - /// - public static class Vanuatu - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "VUT/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "VUT/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "VUT/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "VUT/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "VUT/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "VUT/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "VUT/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "VUT/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "VUT/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "VUT/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "VUT/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "VUT/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "VUT/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "VUT/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "VUT/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "VUT/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "VUT/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "VUT/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "VUT/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "VUT/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "VUT/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "VUT/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "VUT/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "VUT/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "VUT/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "VUT/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "VUT/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "VUT/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "VUT/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "VUT/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "VUT/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "VUT/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "VUT/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "VUT/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "VUT/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "VUT/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "VUT/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "VUT/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "VUT/unemployment_total_percent"; - } - - /// - /// Venezuela - /// - public static class Venezuela - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "VEN/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "VEN/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "VEN/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "VEN/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "VEN/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "VEN/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "VEN/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "VEN/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "VEN/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "VEN/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "VEN/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "VEN/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "VEN/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "VEN/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "VEN/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "VEN/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "VEN/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "VEN/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "VEN/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "VEN/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "VEN/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "VEN/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "VEN/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "VEN/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "VEN/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "VEN/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "VEN/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "VEN/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "VEN/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "VEN/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "VEN/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "VEN/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "VEN/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "VEN/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "VEN/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "VEN/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "VEN/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "VEN/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "VEN/unemployment_total_percent"; - } - - /// - /// Vietnam - /// - public static class Vietnam - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "VNM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "VNM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "VNM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "VNM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "VNM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "VNM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "VNM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "VNM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "VNM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "VNM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "VNM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "VNM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "VNM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "VNM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "VNM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "VNM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "VNM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "VNM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "VNM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "VNM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "VNM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "VNM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "VNM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "VNM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "VNM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "VNM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "VNM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "VNM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "VNM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "VNM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "VNM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "VNM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "VNM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "VNM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "VNM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "VNM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "VNM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "VNM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "VNM/unemployment_total_percent"; - } - - /// - /// Virgin Islands British - /// - public static class VirginIslandsBritish - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "VGB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "VGB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "VGB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "VGB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "VGB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "VGB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "VGB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "VGB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "VGB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "VGB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "VGB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "VGB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "VGB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "VGB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "VGB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "VGB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "VGB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "VGB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "VGB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "VGB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "VGB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "VGB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "VGB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "VGB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "VGB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "VGB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "VGB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "VGB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "VGB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "VGB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "VGB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "VGB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "VGB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "VGB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "VGB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "VGB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "VGB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "VGB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "VGB/unemployment_total_percent"; - } - - /// - /// Virgin Islands US - /// - public static class VirginIslandsUs - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "VIR/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "VIR/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "VIR/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "VIR/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "VIR/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "VIR/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "VIR/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "VIR/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "VIR/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "VIR/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "VIR/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "VIR/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "VIR/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "VIR/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "VIR/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "VIR/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "VIR/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "VIR/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "VIR/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "VIR/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "VIR/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "VIR/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "VIR/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "VIR/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "VIR/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "VIR/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "VIR/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "VIR/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "VIR/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "VIR/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "VIR/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "VIR/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "VIR/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "VIR/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "VIR/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "VIR/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "VIR/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "VIR/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "VIR/unemployment_total_percent"; - } - - /// - /// Wallis and Futuna - /// - public static class WallisAndFutuna - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "WLF/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "WLF/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "WLF/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "WLF/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "WLF/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "WLF/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "WLF/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "WLF/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "WLF/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "WLF/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "WLF/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "WLF/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "WLF/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "WLF/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "WLF/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "WLF/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "WLF/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "WLF/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "WLF/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "WLF/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "WLF/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "WLF/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "WLF/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "WLF/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "WLF/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "WLF/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "WLF/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "WLF/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "WLF/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "WLF/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "WLF/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "WLF/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "WLF/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "WLF/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "WLF/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "WLF/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "WLF/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "WLF/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "WLF/unemployment_total_percent"; - } - - /// - /// Western Sahara - /// - public static class WesternSahara - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ESH/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ESH/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ESH/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ESH/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ESH/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ESH/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ESH/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ESH/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ESH/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ESH/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ESH/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ESH/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ESH/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ESH/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ESH/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ESH/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ESH/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ESH/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ESH/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ESH/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ESH/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ESH/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ESH/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ESH/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ESH/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ESH/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ESH/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ESH/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ESH/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ESH/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ESH/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ESH/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ESH/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ESH/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ESH/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ESH/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ESH/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ESH/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ESH/unemployment_total_percent"; - } - - /// - /// Yemen - /// - public static class Yemen - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "YEM/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "YEM/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "YEM/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "YEM/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "YEM/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "YEM/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "YEM/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "YEM/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "YEM/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "YEM/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "YEM/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "YEM/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "YEM/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "YEM/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "YEM/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "YEM/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "YEM/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "YEM/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "YEM/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "YEM/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "YEM/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "YEM/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "YEM/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "YEM/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "YEM/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "YEM/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "YEM/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "YEM/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "YEM/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "YEM/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "YEM/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "YEM/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "YEM/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "YEM/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "YEM/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "YEM/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "YEM/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "YEM/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "YEM/unemployment_total_percent"; - } - - /// - /// Zambia - /// - public static class Zambia - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ZMB/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ZMB/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ZMB/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ZMB/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ZMB/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ZMB/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ZMB/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ZMB/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ZMB/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ZMB/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ZMB/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ZMB/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ZMB/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ZMB/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ZMB/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ZMB/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ZMB/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ZMB/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ZMB/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ZMB/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ZMB/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ZMB/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ZMB/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ZMB/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ZMB/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ZMB/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ZMB/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ZMB/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ZMB/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ZMB/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ZMB/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ZMB/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ZMB/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ZMB/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ZMB/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ZMB/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ZMB/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ZMB/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ZMB/unemployment_total_percent"; - } - - /// - /// Zimbabwe - /// - public static class Zimbabwe - { - /// - /// Real interest rate (%) - /// - public const string RealInterestRate = "ZWE/real_interest_rate"; - /// - /// Population, total - /// - public const string PopulationTotal = "ZWE/population_total"; - /// - /// Population growth (annual %) - /// - public const string PopulationGrowthAnnual = "ZWE/population_growth_annual"; - /// - /// Inflation, consumer prices (annual %) - /// - public const string InflationConsumerPricesAnnual = "ZWE/inflation_consumer_prices_annual"; - /// - /// Consumer Price Index (2010 = 100) - /// - public const string ConsumerPriceIndex = "ZWE/consumer_price_index"; - /// - /// GDP (current US$) - /// - public const string GdpCurrentUsd = "ZWE/gdp_current_usd"; - /// - /// GDP per capita (current US$) - /// - public const string GdpPerCapitaUsd = "ZWE/gdp_per_capita_usd"; - /// - /// GDP growth (annual %) - /// - public const string GdpGrowthAnnual = "ZWE/gdp_growth_annual"; - /// - /// Debt in percent of GDP (annual %) - /// - public const string DebtPercentGdp = "ZWE/debt_percent_gdp"; - /// - /// Net trades in goods and services (current US$) - /// - public const string NetTradesGoodsServices = "ZWE/net_trades_goods_services"; - /// - /// Inflation, GDP deflator (annual %) - /// - public const string InflationGdpDeflatorAnnual = "ZWE/inflation_gdp_deflator_annual"; - /// - /// Agriculture, value added (% of GDP) - /// - public const string AgricultureValueAddedPercentGdp = "ZWE/agriculture_value_added_percent_gdp"; - /// - /// Industry, value added (% of GDP) - /// - public const string IndustryValueAddedPercentGdp = "ZWE/industry_value_added_percent_gdp"; - /// - /// Services, etc., value added (% of GDP) - /// - public const string ServicesValueAddedPercentGdp = "ZWE/services_value_added_percent_gdp"; - /// - /// Exports of goods and services (% of GDP) - /// - public const string ExportsOfGoodsServicesPercentGdp = "ZWE/exports_of_goods_services_percent_gdp"; - /// - /// Imports of goods and services (% of GDP) - /// - public const string ImportsOfGoodsServicesPercentGdp = "ZWE/imports_of_goods_services_percent_gdp"; - /// - /// Gross capital formation (% of GDP) - /// - public const string GrossCapitalFormationPercentGdp = "ZWE/gross_capital_formation_percent_gdp"; - /// - /// Net migration (absolute value) - /// - public const string NetMigration = "ZWE/net_migration"; - /// - /// GNI, Atlas method (current US$) - /// - public const string GniUsd = "ZWE/gni_usd"; - /// - /// GNI per capita, Atlas method (current US$) - /// - public const string GniPerCapitaUsd = "ZWE/gni_per_capita_usd"; - /// - /// GNI, PPP (current international $) - /// - public const string GniPppUsd = "ZWE/gni_ppp_usd"; - /// - /// GNI per capita, PPP (current international $) - /// - public const string GniPerCapitaPppUsd = "ZWE/gni_per_capita_ppp_usd"; - /// - /// Income share held by lowest 20% (in %) - /// - public const string IncomeShareLowestTwenty = "ZWE/income_share_lowest_twenty"; - /// - /// Life expectancy at birth, total (years) - /// - public const string LifeExpectancy = "ZWE/life_expectancy"; - /// - /// Fertility rate, total (births per woman) - /// - public const string FertilityRate = "ZWE/fertility_rate"; - /// - /// Prevalence of HIV, total (% of population ages 15-49) - /// - public const string PrevalenceHivTotal = "ZWE/prevalence_hiv_total"; - /// - /// CO2 emissions (metric tons per capita) - /// - public const string Co2EmissionsTonsPerCapita = "ZWE/co2_emissions_tons_per_capita"; - /// - /// Surface area (sq. km) - /// - public const string SurfaceAreaKm = "ZWE/surface_area_km"; - /// - /// Poverty headcount ratio at national poverty lines (% of population) - /// - public const string PovertyPovertyLinesPercentPopulation = "ZWE/poverty_poverty_lines_percent_population"; - /// - /// Revenue, excluding grants (% of GDP) - /// - public const string RevenueExcludingGrantsPercentGdp = "ZWE/revenue_excluding_grants_percent_gdp"; - /// - /// Cash surplus/deficit (% of GDP) - /// - public const string CashSurplusDeficitPercentGdp = "ZWE/cash_surplus_deficit_percent_gdp"; - /// - /// Start-up procedures to register a business (number) - /// - public const string StartupProceduresRegister = "ZWE/startup_procedures_register"; - /// - /// Market capitalization of listed domestic companies (% of GDP) - /// - public const string MarketCapDomesticCompaniesPercentGdp = "ZWE/market_cap_domestic_companies_percent_gdp"; - /// - /// Mobile cellular subscriptions (per 100 people) - /// - public const string MobileSubscriptionsPerHundred = "ZWE/mobile_subscriptions_per_hundred"; - /// - /// Internet users (per 100 people) - /// - public const string InternetUsersPerHundred = "ZWE/internet_users_per_hundred"; - /// - /// High-technology exports (% of manufactured exports) - /// - public const string HighTechnologyExportsPercentTotal = "ZWE/high_technology_exports_percent_total"; - /// - /// Merchandise trade (% of GDP) - /// - public const string MerchandiseTradePercentGdp = "ZWE/merchandise_trade_percent_gdp"; - /// - /// Total debt service (% of GNI) - /// - public const string TotalDebtServicePercentGni = "ZWE/total_debt_service_percent_gni"; - /// - /// Unemployment total (% of labor force) - /// - public const string UnemploymentTotalPercent = "ZWE/unemployment_total_percent"; - } - } - } -} \ No newline at end of file