天软金融分析.NET函数大全
>
金融函数
>
期权
>
期权基本函数
OP_GetRiskFreeRate
复制链接
简述
得到 指定日时刻的无风险利率
定义
OP_GetRiskFreeRate(endT:Date;RateType:Int):real
参数
名称
类型
说明
EndT
Date
Date 截止日
RateType
Int
Int 无风险利率种类 此参数缺省为 0 表示:一年期存贷款基准利率
范例
return OP_GetRiskFreeRate(20150208T,0);//2.75
相关
OP_GetOptionChain
OP_BKDateOverview
OP_GetBidAskData
OP_GetDaysMaturity
OP_GetPutAndCallratio
OP_GetRiskFreeRate
OP_GetUnderlyingSecurity
OP_HV
OP_IVGreeks