@budgetbuddyde/types 1.0.44 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SectorMapping = exports.RegionMapping = exports.IndustryMapping = exports.CountryMapping = void 0;
|
|
4
|
+
exports.CountryMapping = new Map([
|
|
5
|
+
['DE', 'Germany'],
|
|
6
|
+
['GB', 'United Kingdom'],
|
|
7
|
+
['JP', 'Japan'],
|
|
8
|
+
['CH', 'Switzerland'],
|
|
9
|
+
['AU', 'Australia'],
|
|
10
|
+
['CA', 'Canada'],
|
|
11
|
+
['FR', 'France'],
|
|
12
|
+
['CN', 'China'],
|
|
13
|
+
['TW', 'Taiwan'],
|
|
14
|
+
['IN', 'India'],
|
|
15
|
+
['KR', 'Korea'],
|
|
16
|
+
['ES', 'Spain'],
|
|
17
|
+
['SG', 'Singapore'],
|
|
18
|
+
['SE', 'Sweden'],
|
|
19
|
+
['HK', 'Hong Kong'],
|
|
20
|
+
['NL', 'Netherlands'],
|
|
21
|
+
['IT', 'Italy'],
|
|
22
|
+
['BR', 'Brazil'],
|
|
23
|
+
['DK', 'Denmark'],
|
|
24
|
+
['ZA', 'South Africa'],
|
|
25
|
+
['FI', 'Finland'],
|
|
26
|
+
['MX', 'Mexico'],
|
|
27
|
+
['MY', 'Malaysia'],
|
|
28
|
+
['BE', 'Belgium'],
|
|
29
|
+
['NO', 'Norway'],
|
|
30
|
+
['AT', 'Austria'],
|
|
31
|
+
['PL', 'Poland'],
|
|
32
|
+
['US', 'USA'],
|
|
33
|
+
['ID', 'Indonesia'],
|
|
34
|
+
['TH', 'Thailand'],
|
|
35
|
+
['IL', 'Israel'],
|
|
36
|
+
['IE', 'Ireland'],
|
|
37
|
+
['TR', 'Turkey'],
|
|
38
|
+
['NZ', 'New Zealand'],
|
|
39
|
+
['CL', 'Chile'],
|
|
40
|
+
['PH', 'Philippines'],
|
|
41
|
+
['PT', 'Portugal'],
|
|
42
|
+
['GR', 'Greece'],
|
|
43
|
+
['HU', 'Hungary'],
|
|
44
|
+
['PE', 'Peru'],
|
|
45
|
+
['CZ', 'Czech Republic'],
|
|
46
|
+
['CO', 'Colombia'],
|
|
47
|
+
['PK', 'Pakistan'],
|
|
48
|
+
['SK', 'Slovakia'],
|
|
49
|
+
['OTHER', 'Other'],
|
|
50
|
+
]);
|
|
51
|
+
exports.IndustryMapping = new Map([
|
|
52
|
+
['452020', 'Hardware Technology, Storage and Peripherals'],
|
|
53
|
+
['251020', 'Automobiles'],
|
|
54
|
+
['253010', 'Hotels, Restaurants and Leisure'],
|
|
55
|
+
['601070', 'Retail REITs'],
|
|
56
|
+
['151020', 'Building Materials'],
|
|
57
|
+
['302020', 'Food Products'],
|
|
58
|
+
['352020', 'Pharmaceuticals'],
|
|
59
|
+
['402010', 'Financial Services'],
|
|
60
|
+
['203010', 'Air Freight and Logistics'],
|
|
61
|
+
['601060', 'Residential REITs'],
|
|
62
|
+
['255030', 'General Retailers'],
|
|
63
|
+
['602010', 'Real Estate Management and Development'],
|
|
64
|
+
['201050', 'Industrial Conglomerates'],
|
|
65
|
+
['453010', 'Semiconductors and Semiconductor Equipment'],
|
|
66
|
+
['302010', 'Beverages'],
|
|
67
|
+
['601040', 'Office REITs'],
|
|
68
|
+
['601080', 'Specialized REITs'],
|
|
69
|
+
['402030', 'Capital Markets'],
|
|
70
|
+
['301010', 'Consumer Staples Distribution and Retail'],
|
|
71
|
+
['501010', 'Diversified Telecommunication Services'],
|
|
72
|
+
['255040', 'Specialty Retail'],
|
|
73
|
+
['601010', 'Diversified REITs'],
|
|
74
|
+
['601030', 'Hotel and Resort REITs'],
|
|
75
|
+
['551050', 'Independent Power and Renewable Electricity Producers'],
|
|
76
|
+
['101020', 'Oil, Gas and Consumable Fuels'],
|
|
77
|
+
['252030', 'Textiles, Apparel and Luxury Goods'],
|
|
78
|
+
['OTHER', 'Other'],
|
|
79
|
+
]);
|
|
80
|
+
exports.RegionMapping = new Map([
|
|
81
|
+
['NA', 'North America'],
|
|
82
|
+
['EU', 'Europe'],
|
|
83
|
+
['AS', 'Asia'],
|
|
84
|
+
['OC', 'Oceania and Australia'],
|
|
85
|
+
['SA', 'South America'],
|
|
86
|
+
['AF', 'Africa'],
|
|
87
|
+
['ME', 'Middle East'],
|
|
88
|
+
['AN', 'Antarctica'],
|
|
89
|
+
['OTHER', 'Other'],
|
|
90
|
+
]);
|
|
91
|
+
exports.SectorMapping = new Map([
|
|
92
|
+
['sct_45', 'Information Technology'],
|
|
93
|
+
['sct_25', 'Consumer Discretionary'],
|
|
94
|
+
['sct_40', 'Financials'],
|
|
95
|
+
['sct_60', 'Real Estate'],
|
|
96
|
+
['sct_30', 'Consumer Staples'],
|
|
97
|
+
['sct_20', 'Industrials'],
|
|
98
|
+
['sct_35', 'Health Care'],
|
|
99
|
+
['sct_15', 'Materials'],
|
|
100
|
+
['sct_10', 'Energy'],
|
|
101
|
+
['sct_55', 'Utilities'],
|
|
102
|
+
['sct_50', 'Communication Services'],
|
|
103
|
+
['OTHER', 'Other'],
|
|
104
|
+
]);
|
package/lib/Stocks/index.d.ts
CHANGED
package/lib/Stocks/index.js
CHANGED