Fundcbsumnpercent2
简述
基金指定报告期前N名可转债市值占总值比(%)
Fundcbsumnpercent2(Rdate:Integer;Topn:Integer):REAL
名称 | 类型 | 说明 |
---|
Rdate | Integer | 整型,指定报告期 |
Topn | Integer | 整型,前N |
返回 | REAL | 实数 |
前N名可转债市值/基金总值*100
//计算基金OF000001在2019年报前3名可转债市值占总值比(%)
SetSysParam(pn_stock(),"OF000001");
return FundCBSumNPercent2(20191231,3);
//返回:0.0257855407041167