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

Fundpmsecuritypercent3    

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

    //计算基金OF002610在2019年报Au9999市值占贵金属投资市值比(%)
     SetSysParam(pn_stock(),"OF002610");
     return FundPMSecurityPercent3(20191231,"Au9999");
     //返回:100
相关