Commit 992549c9 authored by wenwen.tang's avatar wenwen.tang 😕

index name add _

parent 1dc3eb3a
......@@ -66,12 +66,12 @@ if __name__ == '__main__':
76: "US0001M",
77: "US0012M",
# FUND
121: "IEF US",
122: "TLT US",
123: "UUP US",
121: "IEF_US",
122: "TLT_US",
123: "UUP_US",
139: "COI TOTL",
138: "LEI TOTL",
139: "COI_TOTL",
138: "LEI_TOTL",
116: "MID",
134: "NAPMPMI",
142: "OE4EKLAC",
......
......@@ -54,7 +54,7 @@ class DataAccess(ABC):
return vixData
def get_other_index(self, indexData):
other_index = ["USGG10YR", "USGG2YR", "CCMP", "US0001M", "US0012M", "COI TOTL", "LEI TOTL", "MID",
other_index = ["USGG10YR", "USGG2YR", "CCMP", "US0001M", "US0012M", "COI_TOTL", "LEI_TOTL", "MID",
"OE4EKLAC", "OEA5KLAC", "OECNKLAC", "OEJPKLAC", "OEOTGTAC", "OEUSKLAC", "USRINDEX", "SPX"]
cols = ['date', 'rid_close', 'rid_pe', 'rid_pb', 'rid_volume', 'rid_frdpe', 'rid_frdpes', 'rid_pc']
indexOtherData = pd.DataFrame()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment