天软金融分析.NET函数大全 > 金融函数 > 债券 > 债券收益率 > 应计利息

MID_BondAccruedInterest    

定义
MID_BondAccruedInterest(Endt:TDateTime;CashFlow:Array;f:Integer;PD:Real;Option:Integer;MethodType:Integer):Real
参数
名称类型说明
EndtTDateTime日期。指定日期
CashFlowArray数组。指定日期未来现金流
fInteger整数。付息频率
PDReal实数。发行价
OptionInteger用户自定义。返回类型,取值如下:
显示名 取值
日间应计利息 0
日终应计利息 1
MethodTypeInteger用户自定义。调用类型,取值如下:
显示名 取值
银行间算法 0
交易所算法 1
现金流算法 2
相关