B_SofFuture
简述
B-S定价(期货期权),参考资料:
<<期权.期货和其它衍生产品>> John C. Hull 华夏出版社P249页
B_SOfFuture(OptionType:Integer;S:Real;X:Real;R:Real;Std:Real;T:Real); TableArray
名称 | 类型 | 说明 |
---|
OptionType | Integer | 用户自定义,期权类型,含义如下表:
|
S | Real | 实数,现价 |
X | Real | 实数,执行价 |
R | Real | 实数,无风险年利率(%) |
Std | Real | 实数,年波动率(%) |
T | Real | 实数,期限(月) |
返回 | TableArray | B-S定价(期货期权) |
Return B_SOfFuture(0,20,20,9,25,4);
//结果:
