bd_InterestRateTypeOfLido
简述
附息利率品种。专用函数,仅个别Lido数据用户适用
bd_InterestRateTypeOfLido(BondId:String): String
名称 | 类型 | 说明 |
---|
BondId | String | 字符串类型 |
返回 | String | 字符串 |
(1)从补充的附息利率品种数据(补充的数据见函数bd_InterestRateTypeData)中获得数据表t;
(2)判断参数BondId的记录是否存在于t中;
(3)如若存在,返回在t对应的结果,否则返回“固定利率”
//返回” SZ101904”的附息利率品种
return bd_InterestRateTypeOfLido("SZ101904");
//结果:浮动利率