-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathwind_data_config.py
More file actions
36 lines (34 loc) · 1.49 KB
/
Copy pathwind_data_config.py
File metadata and controls
36 lines (34 loc) · 1.49 KB
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
# -*- coding: utf-8 -*-
commod_index_list = [
('NH0100.NHF', 'nanhua_ci_cmd', "Nanhua CCI"),
('NH0200.NHF', 'nanhua_ci_ind', "Nanhua Industrial"),
('NH0300.NHF', 'nanhua_ci_ags', "Nanhua Ags"),
('NH0400.NHF', 'nanhua_ci_met', "Nanhua Metals"),
("NH0500.NHF", 'nanhua_ci_pet', "Nanhua Petrochem"),
("NH0800.NHF", 'nanhua_ci_fer', "Nanhua Ferrous"),
("NH0032.NHF", 'nanhua_ci_io', "Nanhua IronOre"),
("NH0016.NHF", 'nanhua_ci_rb', "Nanhua Rebar"),
("NH0038.NHF", 'nanhua_ci_hc', "Nanhua HRC"),
("NH0022.NHF", 'nanhua_ci_ck', "Nanhua Coke"),
("CCFI.WI", 'wind_ci_ccfi', "Wind CCI"),
("NFFI.WI", 'wind_ci_nffi', "Wind BaseMetals"),
("JJRI.WI", 'wind_ci_jjri', "Wind Ferrous"),
("NMBM.WI", 'wind_ci_nmbm', "Wind NonMetalBuildingMaterials"),
("ENFI.WI", 'wind_ci_enfi', "Wind Energy"),
("CIFI.WI", 'wind_ci_cifi', "Wind Chemical"),
("APFI.WI", 'wind_ci_apfi', "Wind Ags"),
("SOFI.WI", 'wind_ci_sofi', "Wind Soft"),
("CRFI.WI", 'wind_ci_crfi', "Wind Crops"),
("IFI.WI", 'wind_ci_ifi', "Wind IronOre"),
("RBFI.WI", 'wind_ci_rbfi', "Wind Rebar"),
("HCFI.WI", 'wind_ci_hcfi', "Wind HRC"),
]
spot_daily_list = [
('S0033507', 'coke_ts', 'Coke Tangshan'),
('S5705055', 'coke_changzhi', 'Coke Changzhi'),
('S5700017', 'scrap_ts', 'Scrap Tangshan'),
('S5705443', 'scrap_sh', 'Scrap Shanghai'),
('S5700021', 'scrap_bj', 'Scrap Beijing'),
('S5700022', 'scrap_jinan', 'Scrap Jinan'),
('S5705445', 'scrap_Taian', 'Scrap Taian'),
]