天软金融分析.NET函数大全 > 金融函数 > 金融工程 > 量化数据接口 > 风险模型(CNE5)

Index_stylefactor    

简述
指数风格因子暴露

功能:提取指数风格因子
  与系统参数(当前证券、当前时间)有关,只支持日线
定义
Index_stylefactor(Dtype:Integer):ARRAY
参数
名称类型说明
DtypeInteger Integer,取值类型
  • 范例

    oV:=BackUpSystemParameters2();
    SetSysParam(pn_stock(),'SH000300');
    SetSysParam(pn_date(),2020601T);
    return Index_StyleFactor(2);
相关