FundCreditRiskConcentration
简述
信用风险暴露集中度:
分析持仓债券信用风险分布,通过行业、外部评级等维度对持仓信用债的风险
暴露分布进行监测,防止基金信用风险暴露水平与基金主题、基准发生重大偏离。
FundCreditRiskConcentration(Rdate:Integer;RType:Integer):Real
| 名称 | 类型 | 说明 |
|---|
| Rdate | Integer | 报告期,指定报告期 |
| RType | Integer | 用户自定义,返回类型
|
显示名 |
取值 | |
行业暴露集中度 |
"行业暴露集中度" | |
外部评级暴露集中度 |
"外部评级暴露集中度" |
|
| 返回 | Real | 信用风险暴露集中度 |
// 获取"OF000014"在202500630的外部评级暴露集中度
Setsysparam(Pn_stock(),"OF000014");
Rdate:=20250630;
RType:="外部评级暴露集中度";
return FundCreditRiskConcentration(Rdate,RType); //结果