Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Russell 2000 (RUT) market hours and symbol properties entries #8530

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions Data/market-hours/market-hours-database.json
Original file line number Diff line number Diff line change
Expand Up @@ -109425,6 +109425,48 @@
"12/24/2024": "12:00:00"
}
},
"Index-usa-RUT": {
"dataTimeZone": "America/New_York",
"exchangeTimeZone": "America/Chicago",
"sunday": [],
"monday": [
{
"start": "08:30:00",
"end": "15:00:00",
"state": "market"
}
],
"tuesday": [
{
"start": "08:30:00",
"end": "15:00:00",
"state": "market"
}
],
"wednesday": [
{
"start": "08:30:00",
"end": "15:00:00",
"state": "market"
}
],
"thursday": [
{
"start": "08:30:00",
"end": "15:00:00",
"state": "market"
}
],
"friday": [
{
"start": "08:30:00",
"end": "15:00:00",
"state": "market"
}
],
"saturday": [],
"holidays": []
},
"IndexOption-usa-[*]": {
"dataTimeZone": "America/New_York",
"exchangeTimeZone": "America/Chicago",
Expand Down
2 changes: 2 additions & 0 deletions Data/symbol-properties/symbol-properties-database.csv
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ usa,[*],index,,USD,1,0.01,1
usa,[*],indexoption,,USD,100,0.05,1
usa,NQX,indexoption,Nasdaq-100 Reduced-Value Index Options,USD,100,0.05,1,,,,5

usa,RUT,index,,USD,1,0.001,1

# 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
cfe,VX,future,VIX futures ,USD,1000.0,0.05,1.0
cbot,2YY,future,Micro 2-Year Yield Futures,USD,1000,0.001,1
Expand Down