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

Fundpmsecuritypercent2    

简述
基金指定报告期指定贵金属市值占总值比(%)
定义
Fundpmsecuritypercent2(Rdate:Integer;Stockid:String):REAL
参数
名称类型说明
RdateInteger 整型,指定报告期
StockidString 字符串,股票代码
返回REAL实数
  • 范例

    //计算基金OF002610在2019年报Au9999市值占总值比(%)
     SetSysParam(pn_stock(),"OF002610");
     return FundPMSecurityPercent2(20191231,"Au9999");
     //返回:0.00341047340700451
相关