diff --git a/apps/api/src/assets/countries/developed-markets.json b/apps/api/src/assets/countries/developed-markets.json new file mode 100644 index 000000000..e942dd428 --- /dev/null +++ b/apps/api/src/assets/countries/developed-markets.json @@ -0,0 +1,26 @@ +[ + "Australia", + "Austria", + "Belgium", + "Canada", + "Denmark", + "Finland", + "France", + "Germany", + "Hong Kong", + "Ireland", + "Israel", + "Italy", + "Japan", + "Luxembourg", + "Netherlands", + "New Zealand", + "Norway", + "Portugal", + "Singapore", + "Spain", + "Sweden", + "Switzerland", + "United Kingdom", + "United States" +] diff --git a/apps/api/src/assets/countries/emerging-markets.json b/apps/api/src/assets/countries/emerging-markets.json new file mode 100644 index 000000000..0ef38a5f4 --- /dev/null +++ b/apps/api/src/assets/countries/emerging-markets.json @@ -0,0 +1,28 @@ +[ + "Brazil", + "Chile", + "China", + "Colombia", + "Cyprus", + "Czech Republic", + "Egypt", + "Greece", + "Hungary", + "India", + "Indonesia", + "Kuwait", + "Malaysia", + "Mexico", + "Peru", + "Philippines", + "Poland", + "Qatar", + "Russia", + "Saudi Arabia", + "South Africa", + "South Korea", + "Taiwan", + "Thailand", + "Turkey", + "United Arab Emirates" +]