-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcommodities.json
85 lines (85 loc) · 2.72 KB
/
commodities.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{"S": {"name": "Soybeans",
"futures": "S Soybean Futures",
"options": "SOYBEANS OPTION",
"strike_divisor": 10,
"has short-dated": true,
"short-dated": "SDF",
"short-dated month": "NOV",
"tick_size": 0.125,
"sig_figs": 0,
"exchange": "ags"},
"C": {"name": "Corn",
"futures": "C Corn Future",
"options": "Corn Options",
"strike_divisor": 10,
"has short-dated": true,
"short-dated": "Short-Dated New Crop Corn Option",
"short-dated month": "DEC",
"tick_size": 0.125,
"sig_figs": 0,
"exchange": "ags"},
"W": {"name": "Wheat",
"futures": "W Wheat Futures",
"options": "Wheat Options",
"strike_divisor": 10,
"has short-dated":true,
"short-dated": "Short-Dated New Crop Wheat Option",
"short-dated month": "DEC",
"tick_size": 0.125,
"sig_figs": 0,
"exchange": "ags"},
"KC": {"name": "Kansas City Wheat",
"futures": "KEF Kansas City Wheat Futures",
"options": "Kansas City Wheat Options",
"strike_divisor": 10,
"has short-dated": false,
"tick_size": 0.125,
"sig_figs": 0,
"exchange": "ags"},
"SM": {"name": "Soybean Meal",
"futures": "SM Soybean Meal Futures",
"options": "Soybean Meal Options",
"strike_divisor": 100,
"has short-dated": false,
"tick_size": 0.1,
"sig_figs": 0,
"exchange": "ags"},
"BO": {"name": "Soybean Oil",
"futures": "BO Soybean Oil Futures",
"options": "Soybean Oil Options",
"strike_divisor": 1000,
"has short-dated": false,
"tick_size": 0.1,
"sig_figs": 1,
"exchange": "ags"},
"CL": {"name": "Crude Oil",
"futures": "CL Light Sweet Crude Oil Futures",
"options": "Light Sweet Crude Oil Option",
"strike_divisor": 100,
"has short-dated": false,
"sig_figs": 1,
"exchange": "nymex"},
"SP": {"name": "SnP",
"futures": "SP S&P 500 FUTURES",
"options": "S&P 500 OPTIONS",
"strike_divisor": 1,
"has short-dated": false,
"sig_figs": 0,
"exchange": "eonly"},
"10T": {"name": "10-Year T-Note",
"futures": "10 YEAR US TREASURY NOTE FUTURES",
"options": "10 YEAR US TREASURY NOTE OPTIONS",
"strike_divisor": 100,
"has short-dated": false,
"tick_size": 0.01,
"sig_figs": 2,
"exchange": "int"},
"30T": {"name": "30-Year T-Note",
"futures": "US 30 YEAR US TREASURY BOND FUTURES",
"options": "CG",
"strike_divisor": 100,
"has short-dated": false,
"tick_size": 0.01,
"sig_figs": 2,
"exchange": "int"}
}