Skip to content

Commit 92ab0ec

Browse files
committed
Add entries to SPDB
1 parent 634ace5 commit 92ab0ec

File tree

3 files changed

+129
-86
lines changed

3 files changed

+129
-86
lines changed

Common/Securities/Index/IndexSymbol.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,14 @@ public static class IndexSymbol
131131
{ "SP600", Market.CBOE },
132132
{ "SPSV", "PSE" },
133133
{ "FTW5000", "AMEX" },
134+
{ "DWCF", "PSE" },
134135
};
135136

136137
private static readonly Dictionary<string, string> _indexMarket = new(StringComparer.InvariantCultureIgnoreCase)
137138
{
138139
{ "HSI", Market.HKFE },
139140
{ "N225", Market.OSE },
140141
{ "SX5E", Market.EUREX },
141-
{ "DAX", Market.EUREX },
142-
{ "AEX", Market.EUREX },
143142
};
144143

145144
/// <summary>

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

Lines changed: 126 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -108465,6 +108465,90 @@
108465108465
"12/24/2024": "12:00:00"
108466108466
}
108467108467
},
108468+
"Index-usa-DAX": {
108469+
"dataTimeZone": "America/New_York",
108470+
"exchangeTimeZone": "Europe/Berlin",
108471+
"sunday": [],
108472+
"monday": [
108473+
{
108474+
"start": "09:00:00",
108475+
"end": "17:40:00",
108476+
"state": "market"
108477+
}
108478+
],
108479+
"tuesday": [
108480+
{
108481+
"start": "09:00:00",
108482+
"end": "17:40:00",
108483+
"state": "market"
108484+
}
108485+
],
108486+
"wednesday": [
108487+
{
108488+
"start": "09:00:00",
108489+
"end": "17:40:00",
108490+
"state": "market"
108491+
}
108492+
],
108493+
"thursday": [
108494+
{
108495+
"start": "09:00:00",
108496+
"end": "17:40:00",
108497+
"state": "market"
108498+
}
108499+
],
108500+
"friday": [
108501+
{
108502+
"start": "09:00:00",
108503+
"end": "17:40:00",
108504+
"state": "market"
108505+
}
108506+
],
108507+
"saturday": [],
108508+
"holidays": []
108509+
},
108510+
"Index-usa-AEX": {
108511+
"dataTimeZone": "America/New_York",
108512+
"exchangeTimeZone": "Europe/Berlin",
108513+
"sunday": [],
108514+
"monday": [
108515+
{
108516+
"start": "09:00:00",
108517+
"end": "17:40:00",
108518+
"state": "market"
108519+
}
108520+
],
108521+
"tuesday": [
108522+
{
108523+
"start": "09:00:00",
108524+
"end": "17:40:00",
108525+
"state": "market"
108526+
}
108527+
],
108528+
"wednesday": [
108529+
{
108530+
"start": "09:00:00",
108531+
"end": "17:40:00",
108532+
"state": "market"
108533+
}
108534+
],
108535+
"thursday": [
108536+
{
108537+
"start": "09:00:00",
108538+
"end": "17:40:00",
108539+
"state": "market"
108540+
}
108541+
],
108542+
"friday": [
108543+
{
108544+
"start": "09:00:00",
108545+
"end": "17:40:00",
108546+
"state": "market"
108547+
}
108548+
],
108549+
"saturday": [],
108550+
"holidays": []
108551+
},
108468108552
"Index-usa-VIX": {
108469108553
"dataTimeZone": "America/Chicago",
108470108554
"exchangeTimeZone": "America/Chicago",
@@ -111344,6 +111428,48 @@
111344111428
"saturday": [],
111345111429
"holidays": []
111346111430
},
111431+
"Index-usa-DWCF": {
111432+
"dataTimeZone": "America/New_York",
111433+
"exchangeTimeZone": "America/Los_Angeles",
111434+
"sunday": [],
111435+
"monday": [
111436+
{
111437+
"start": "06:30:00",
111438+
"end": "13:00:00",
111439+
"state": "market"
111440+
}
111441+
],
111442+
"tuesday": [
111443+
{
111444+
"start": "06:30:00",
111445+
"end": "13:00:00",
111446+
"state": "market"
111447+
}
111448+
],
111449+
"wednesday": [
111450+
{
111451+
"start": "06:30:00",
111452+
"end": "13:00:00",
111453+
"state": "market"
111454+
}
111455+
],
111456+
"thursday": [
111457+
{
111458+
"start": "06:30:00",
111459+
"end": "13:00:00",
111460+
"state": "market"
111461+
}
111462+
],
111463+
"friday": [
111464+
{
111465+
"start": "06:30:00",
111466+
"end": "13:00:00",
111467+
"state": "market"
111468+
}
111469+
],
111470+
"saturday": [],
111471+
"holidays": []
111472+
},
111347111473
"Index-usa-DXL": {
111348111474
"dataTimeZone": "America/New_York",
111349111475
"exchangeTimeZone": "America/Chicago",
@@ -127345,90 +127471,6 @@
127345127471
"12/31/2024"
127346127472
]
127347127473
},
127348-
"Index-eurex-DAX": {
127349-
"dataTimeZone": "Europe/Berlin",
127350-
"exchangeTimeZone": "Europe/Berlin",
127351-
"sunday": [],
127352-
"monday": [
127353-
{
127354-
"start": "09:00:00",
127355-
"end": "17:40:00",
127356-
"state": "market"
127357-
}
127358-
],
127359-
"tuesday": [
127360-
{
127361-
"start": "09:00:00",
127362-
"end": "17:40:00",
127363-
"state": "market"
127364-
}
127365-
],
127366-
"wednesday": [
127367-
{
127368-
"start": "09:00:00",
127369-
"end": "17:40:00",
127370-
"state": "market"
127371-
}
127372-
],
127373-
"thursday": [
127374-
{
127375-
"start": "09:00:00",
127376-
"end": "17:40:00",
127377-
"state": "market"
127378-
}
127379-
],
127380-
"friday": [
127381-
{
127382-
"start": "09:00:00",
127383-
"end": "17:40:00",
127384-
"state": "market"
127385-
}
127386-
],
127387-
"saturday": [],
127388-
"holidays": []
127389-
},
127390-
"Index-eurex-AEX": {
127391-
"dataTimeZone": "Europe/Berlin",
127392-
"exchangeTimeZone": "Europe/Berlin",
127393-
"sunday": [],
127394-
"monday": [
127395-
{
127396-
"start": "09:00:00",
127397-
"end": "17:40:00",
127398-
"state": "market"
127399-
}
127400-
],
127401-
"tuesday": [
127402-
{
127403-
"start": "09:00:00",
127404-
"end": "17:40:00",
127405-
"state": "market"
127406-
}
127407-
],
127408-
"wednesday": [
127409-
{
127410-
"start": "09:00:00",
127411-
"end": "17:40:00",
127412-
"state": "market"
127413-
}
127414-
],
127415-
"thursday": [
127416-
{
127417-
"start": "09:00:00",
127418-
"end": "17:40:00",
127419-
"state": "market"
127420-
}
127421-
],
127422-
"friday": [
127423-
{
127424-
"start": "09:00:00",
127425-
"end": "17:40:00",
127426-
"state": "market"
127427-
}
127428-
],
127429-
"saturday": [],
127430-
"holidays": []
127431-
},
127432127474
"Future-eurex-FESX": {
127433127475
"dataTimeZone": "Europe/Berlin",
127434127476
"exchangeTimeZone": "Europe/Berlin",

Data/symbol-properties/symbol-properties-database.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ usa,[*],indexoption,,USD,100,0.05,1
201201
usa,NQX,indexoption,Nasdaq-100 Reduced-Value Index Options,USD,100,0.05,1,,,,5
202202

203203
usa,RUT,index,,USD,1,0.001,1
204+
usa,DAX,index,,EUR,1,0.01,1
205+
usa,AEX,index,,EUR,1,0.01,1
204206

205207
# for backwards compatibility, order here is important for futures, since we could have the same symbol for more than 1 market in which case Lean will use the first
206208
cfe,VX,future,VIX futures ,USD,1000.0,0.05,1.0

0 commit comments

Comments
 (0)