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

Fundpmsumnpercent2    

简述
基金指定报告期前N名贵金属市值占总值比(%)
定义
Fundpmsumnpercent2(Rdate:Integer;Topn:Integer):REAL
参数
名称类型说明
RdateInteger 整型,指定报告期
TopnInteger 整型,前N
返回REAL实数
  • 范例

    //计算基金OF002610在2019年报前1名贵金属市值占总值比(%)
     SetSysParam(pn_stock(),"OF002610");
     return FundPMSumNPercent2(20191231,1);
     //返回:0.00341047340700451
相关