天软金融分析.NET函数大全 > 金融函数 > 债券 > 债券收益率曲线

GetBondSYLQKByTypeAndYears    

简述
区间债券对应年期的到期收益率。
定义
GetBondSYLQKByTypeAndYears(begt:TDateTime;Endt:TDateTime;Ayear:Real;PBondID:String):Array
参数
名称类型说明
begtTDateTime日期。起始日期
EndtTDateTime日期。截止日期
AyearReal实数。年限
PBondIDString字符串。债券种类代码
返回Array数组。区间债券对应年期的到期收益率。
  • 范例




    return GetBondSYLQKByTypeAndYears(20150101T,20181231T,10,'BTS000033');
相关