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

Fundhspractitionerpercent    

简述
基金指定报告期内从业人员持有市值占净值比(%)
定义
Fundhspractitionerpercent(Rdate:Integer):REAL
参数
名称类型说明
RdateInteger 整型,指定报告期
返回REAL实数
  • 算法
    从业人员持有市值/总净值*100
    范例

    //计算基金OF000001在2019年报的从业人员持有市值占净值比(%)
     SetSysParam(pn_stock(),"OF000001");
     return FundHSPractitionerPercent(20191231);
     //返回:0.00131867119665122
相关