Skip to content

Instantly share code, notes, and snippets.

@JackNUMBER
Last active May 3, 2024 21:30
Show Gist options
  • Save JackNUMBER/46e78689eda29e575250fe8db6bf3530 to your computer and use it in GitHub Desktop.
Save JackNUMBER/46e78689eda29e575250fe8db6bf3530 to your computer and use it in GitHub Desktop.

Economic sectors

Based on GICS (Global Industry Classification Standard) with translations and ICB name.

Sources:

  • MSCI
  • justETF
  • French translations come from several websites to cover all my needs
[
{
"name": "Energy",
"GICS": "10",
"ICB": "Oil and Gas",
"translations": { "fr": ["Énergie", "Energie"] }
},
{
"name": "Materials",
"GICS": "15",
"ICB": "Basic Materials",
"translations": { "fr": ["Matériaux", "Matières premières", "Matériaux de base", "Matières premières de base"] }
},
{
"name": "Industrials",
"GICS": "20",
"ICB": "Industrials",
"translations": { "fr": ["Industrie", "Industriels"] }
},
{
"name": "Consumer Discretionary",
"GICS": "25",
"ICB": "Consumer Services",
"translations": { "fr": ["Consommation discrétionnaire", "Biens de consommation discrétionnaire", "Biens de consommation cyclique", "Biens de consommation durable"] }
},
{
"name": "Consumer Staples",
"GICS": "30",
"ICB": "Consumer Goods",
"translations": { "fr": ["Consommation non cyclique", "Biens de consommation non cycliques", "Biens de consommation courante", "Biens de conso. de base", "Biens de consommation défensif"] }
},
{
"name": "Health Care",
"GICS": "35",
"ICB": "Health Care",
"translations": { "fr": ["Santé"] }
},
{
"name": "Financials",
"GICS": "40",
"ICB": "Financials",
"translations": { "fr": ["Finance", "Financières", "Services financiers"] }
},
{
"name": "Information Technology",
"GICS": "45",
"ICB": "Technology",
"translations": { "fr": ["Technologie de l’information", "Technologies de l'information", "Technologie"] }
},
{
"name": "Communication Services",
"GICS": "50",
"ICB": "Telecommunication",
"translations": { "fr": ["Télécommunications", "Services de communication"] }
},
{
"name": "Utilities",
"GICS": "55",
"ICB": "Utilities",
"translations": { "fr": ["Services aux collectivités", "Services publics"] }
},
{
"name": "Real Estate",
"GICS": "60",
"translations": { "fr": ["Immobilier"] }
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment