joptions:用于期权估值的 JavaScript 库

时间:2024-07-16 08:18:23
【文件属性】:

文件名称:joptions:用于期权估值的 JavaScript 库

文件大小:32KB

文件格式:ZIP

更新时间:2024-07-16 08:18:23

JavaScript

期权 用于期权定价的 JavaScript 库(Black-Scholes、Garman-Kohlhagen 模型) 看涨和看跌价格 常规选项 二元期权 货币期权 希腊人 隐含波动率 var option = { type: 'c', S: 75, X: 90, T: 0.8, r: 0.02, volatility: 0.2 }; var callPrice = joptions.regular.price(option); var option = { type: 'p', S: 175, X: 90, T: 0.5, r: 0.02, volatility: 0.35 }; var putPrice = joptions.binary.price(option); var option = { type: 'c', S: 1.56, X: 1.6, T: 0.5, r: 0.


【文件预览】:
joptions-master
----package.json(593B)
----test()
--------helpers.js(333B)
--------greeks-test.js(1KB)
--------regular-test.js(841B)
--------core-test.js(333B)
--------currency-test.js(983B)
--------volatility-test.js(1KB)
--------binary-test.js(926B)
----LICENSE(1KB)
----dist()
--------joptions.js(7KB)
----src()
--------core.js(100B)
--------greeks.js(510B)
--------jstat.js(85KB)
--------binary.js(737B)
--------regular.js(1KB)
--------util.js(982B)
--------currency.js(1KB)
--------volatility.js(1KB)
----.gitignore(13B)
----README.md(922B)

网友评论