Currency 类为财务信息类 Fundamental 的子类,在Currency中描述了股票财务数据中现金流量信息。即在一固定期间(通常是每月或每季)内,一家机构的现金(包含银行存款)的增减变动情形。包括:经营活动产生现金流量净额、投资活动产生现金流量净额、融资活动产生现金流量净额等。使用 Currency 需要在策略头申明导入类:import cn.quanttech.quantera.common.type.fundamental.Currenc
。
Currency()
xxxxxxxxxx
Currency(publishDate,secuCode,secuName,comCode,reportDate,reportClassCode,reportClass,reportType,reportIndustry,reportSource)
构建参数:
publishDate: string 类型, 公告日期;
secuCode: string 类型, 股票代码;
secuName: string 类型, 股票简称;
comCode: string 类型, 公司代码;p>
reportDate: string 类型, 报告期;
reportClassCode: string 类型, 报表分类代码[1,3,5,6];
reportClass: string 类型, 报表分类[一季报,中报,三季报,年报];
reportType: string 类型, 报表类型[母公司,合并];
reportIndustry: string 类型, 报表行业[银行,保险,证券,一般];
reportSource: string 类型, 报表来源。