天软金融分析.NET函数大全 > 金融函数 > 基金 > 投资组合 > 持债明细

Fundbdbondvaluegrowratio    

简述
指定债券持有市值变比(%),与系统参数证券(基金)相关。
定义
Fundbdbondvaluegrowratio(Rdate:Integer;Rdate2:Integer;Bondid:String):REAL
参数
名称类型说明
RdateInteger 整型,指定报告期
Rdate2Integer 整型,同比报告期
BondidString 字符串,债券代码
返回REAL实数
  • 范例

    // "OF000001"在20200331与20191231期间指定债券持有市值变比(%)
    SetSysParam(pn_stock(),"OF000001");
    return FundBDBondValueGrowRatio(20200331,20191231,"190303");
    //结果:1.1785856971634
相关