FundCreditRiskConcentration_PJ
简述
信用风险暴露集中度-外部评级
FundCreditRiskConcentration_PJ(Rdate:Integer;PJType:String;CType:Integer):Real
| 名称 | 类型 | 说明 |
|---|
| Rdate | Integer | 报告期,指定报告期 |
| PJType | String | 字符串,评级类型 |
| CType | Integer | 用户自定义,集中度类型
|
显示名 |
取值 | |
占净值比例(%) |
"占净值比例(%)" | |
占债券市值比例(%) |
"占债券市值比例(%)" |
|
| 返回 | Real | 信用风险暴露集中度-外部评级 |
// 获取"OF000014"在202500630的"AAA"级的信用风险暴露集中度-外部评级
Setsysparam(Pn_stock(),"OF000014");
Rdate:=20250630;
RType:="AAA";
PorType:="占净值比例(%)";
return FundCreditRiskConcentration_PJ(Rdate,RType,PorType); //结果:15.58