Fundbdbondvolumegrowratio
简述
指定债券持有份额变比(%),与系统参数证券(基金)相关。
Fundbdbondvolumegrowratio(Rdate:Integer;Rdate2:Integer;Bondid:String):REAL
名称 | 类型 | 说明 |
---|
Rdate | Integer | 整型,指定报告期 |
Rdate2 | Integer | 整型,同比报告期 |
Bondid | String | 字符串,债券代码 |
返回 | REAL | 实数 |
// "OF000001"在20210331与20191231期间指定债券持有份额变比(%)
SetSysParam(pn_stock(),"OF000001");
return FundBDBondVolumeGrowRatio(20210331,20191231,"180208");
//结果:13.3333333333333