Skip to content

Commit e2e5fad

Browse files
committed
Update market hours and IndexSymbols
1 parent 13b0df9 commit e2e5fad

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Common/Securities/Index/IndexSymbol.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ public static class IndexSymbol
3131
{ "SPXW", Market.CBOE },
3232
{ "NQX", "NASDAQ" },
3333
{ "VIXW", Market.CBOE },
34-
{ "RUT", "RUSSELL" }
35-
};
36-
37-
private static readonly Dictionary<string, string> _indexMarket = new(StringComparer.InvariantCultureIgnoreCase)
38-
{
39-
{ "HSI", Market.HKFE },
40-
{ "N225", Market.OSE },
41-
{ "SX5E", Market.EUREX },
34+
{ "RUT", "RUSSELL" },
4235
{ "BKX", Market.PHLX},
4336
{ "BXD", Market.CBOE},
4437
{ "BXM", Market.CBOE},
@@ -54,6 +47,13 @@ public static class IndexSymbol
5447
{ "DJX", Market.CBOE}
5548
};
5649

50+
private static readonly Dictionary<string, string> _indexMarket = new(StringComparer.InvariantCultureIgnoreCase)
51+
{
52+
{ "HSI", Market.HKFE },
53+
{ "N225", Market.OSE },
54+
{ "SX5E", Market.EUREX }
55+
};
56+
5757
/// <summary>
5858
/// Gets the actual exchange the index lives on
5959
/// </summary>

Data/market-hours/market-hours-database.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109600,7 +109600,7 @@
109600109600
"saturday": [],
109601109601
"holidays": []
109602109602
},
109603-
"Index-phlx-BKX": {
109603+
"Index-usa-BKX": {
109604109604
"dataTimeZone": "America/New_York",
109605109605
"exchangeTimeZone": "America/New_York",
109606109606
"sunday": [],
@@ -109642,7 +109642,7 @@
109642109642
"saturday": [],
109643109643
"holidays": []
109644109644
},
109645-
"Index-cboe-BXD": {
109645+
"Index-usa-BXD": {
109646109646
"dataTimeZone": "America/New_York",
109647109647
"exchangeTimeZone": "America/Chicago",
109648109648
"sunday": [],
@@ -109684,7 +109684,7 @@
109684109684
"saturday": [],
109685109685
"holidays": []
109686109686
},
109687-
"Index-cboe-BXM": {
109687+
"Index-usa-BXM": {
109688109688
"dataTimeZone": "America/New_York",
109689109689
"exchangeTimeZone": "America/Chicago",
109690109690
"sunday": [],
@@ -109726,7 +109726,7 @@
109726109726
"saturday": [],
109727109727
"holidays": []
109728109728
},
109729-
"Index-cboe-BXN": {
109729+
"Index-usa-BXN": {
109730109730
"dataTimeZone": "America/New_York",
109731109731
"exchangeTimeZone": "America/Chicago",
109732109732
"sunday": [],
@@ -109768,7 +109768,7 @@
109768109768
"saturday": [],
109769109769
"holidays": []
109770109770
},
109771-
"Index-cboe-BXR": {
109771+
"Index-usa-BXR": {
109772109772
"dataTimeZone": "America/New_York",
109773109773
"exchangeTimeZone": "America/Chicago",
109774109774
"sunday": [],
@@ -109810,7 +109810,7 @@
109810109810
"saturday": [],
109811109811
"holidays": []
109812109812
},
109813-
"Index-cboe-CLL": {
109813+
"Index-usa-CLL": {
109814109814
"dataTimeZone": "America/New_York",
109815109815
"exchangeTimeZone": "America/Chicago",
109816109816
"sunday": [],
@@ -109852,7 +109852,7 @@
109852109852
"saturday": [],
109853109853
"holidays": []
109854109854
},
109855-
"Index-cboe-COR1M": {
109855+
"Index-usa-COR1M": {
109856109856
"dataTimeZone": "America/New_York",
109857109857
"exchangeTimeZone": "America/Chicago",
109858109858
"sunday": [],
@@ -109894,7 +109894,7 @@
109894109894
"saturday": [],
109895109895
"holidays": []
109896109896
},
109897-
"Index-cboe-COR1Y": {
109897+
"Index-usa-COR1Y": {
109898109898
"dataTimeZone": "America/New_York",
109899109899
"exchangeTimeZone": "America/Chicago",
109900109900
"sunday": [],
@@ -109936,7 +109936,7 @@
109936109936
"saturday": [],
109937109937
"holidays": []
109938109938
},
109939-
"Index-cboe-COR30D": {
109939+
"Index-usa-COR30D": {
109940109940
"dataTimeZone": "America/New_York",
109941109941
"exchangeTimeZone": "America/Chicago",
109942109942
"sunday": [],
@@ -109978,7 +109978,7 @@
109978109978
"saturday": [],
109979109979
"holidays": []
109980109980
},
109981-
"Index-cboe-COR3M": {
109981+
"Index-usa-COR3M": {
109982109982
"dataTimeZone": "America/New_York",
109983109983
"exchangeTimeZone": "America/Chicago",
109984109984
"sunday": [],
@@ -110020,7 +110020,7 @@
110020110020
"saturday": [],
110021110021
"holidays": []
110022110022
},
110023-
"Index-cboe-COR6M": {
110023+
"Index-usa-COR6M": {
110024110024
"dataTimeZone": "America/New_York",
110025110025
"exchangeTimeZone": "America/Chicago",
110026110026
"sunday": [],
@@ -110062,7 +110062,7 @@
110062110062
"saturday": [],
110063110063
"holidays": []
110064110064
},
110065-
"Index-cboe-COR9M": {
110065+
"Index-usa-COR9M": {
110066110066
"dataTimeZone": "America/New_York",
110067110067
"exchangeTimeZone": "America/Chicago",
110068110068
"sunday": [],
@@ -110104,7 +110104,7 @@
110104110104
"saturday": [],
110105110105
"holidays": []
110106110106
},
110107-
"Index-cboe-DJX": {
110107+
"Index-usa-DJX": {
110108110108
"dataTimeZone": "America/New_York",
110109110109
"exchangeTimeZone": "America/Chicago",
110110110110
"sunday": [],

0 commit comments

Comments
 (0)