GetBondSYLQKByTypeAndYears
简述
区间债券对应年期的到期收益率。
GetBondSYLQKByTypeAndYears(begt:TDateTime;Endt:TDateTime;Ayear:Real;PBondID:String):Array
名称 | 类型 | 说明 |
---|
begt | TDateTime | 日期。起始日期 |
Endt | TDateTime | 日期。截止日期 |
Ayear | Real | 实数。年限 |
PBondID | String | 字符串。债券种类代码 |
返回 | Array | 数组。区间债券对应年期的到期收益率。 |
return GetBondSYLQKByTypeAndYears(20150101T,20181231T,10,'BTS000033');