天软金融分析.NET函数大全 > 金融函数 > 基金 > 投资组合 > 持有人结构

Fundhsothergrow    

简述
基金指定报告期内其他持有市值变动(万)
定义
Fundhsothergrow(Rdate:Integer;Rdate2:Integer):REAL
参数
名称类型说明
RdateInteger 整型,指定报告期
Rdate2Integer 整型,同比报告期
返回REAL实数
  • 范例

    //计算基金OF159919在2014年报的其他持有市值变动(万)
    SetSysParam(pn_stock(),"OF159919");
    return FundHSOtherGrow(20141231,20131231);
     //返回:3206350.87849476
相关