def __init__(self):
self.name = "base"
self.fundaLib = {}
self.fundaLib[fundaType.performance] = funda_cell(ts.get_report_data, "performance_report")
self.fundaLib[fundaType.profit] = funda_cell(ts.get_profit_data, "profit_report")
self.fundaLib[fundaType.operation] = funda_cell(ts.get_operation_data, "operation_report")
self.fundaLib[fundaType.growth] = funda_cell(ts.get_growth_data, "growth_report")
self.fundaLib[fundaType.debtpaying] = funda_cell(ts.get_debtpaying_data, "debtpaying_report")
self.fundaLib[fundaType.cashflow] = funda_cell(ts.get_cashflow_data, "cashflow_report")
评论列表
文章目录