Skip to content

Commit

Permalink
Add Russell 2000 (RUT) market hours and symbol properties entries (#8530
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jhonabreul authored Jan 14, 2025
1 parent cda769d commit 2d4ca75
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
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

0 comments on commit 2d4ca75

Please sign in to comment.