Description Usage Arguments Value Examples
View source: R/BlockScholesforGeometricAsianCallOption.R
Function to calculate expected value of Geometric Asian Call Option via Block Scholes formula.
1 | BS_Asian_geom(K = 100, TimeToMat, d, ti, r = 0.05, sigma = 0.1, S0 = 100, ...)
|
K |
Strike price. |
TimeToMat |
Time to maturity. |
d |
Dimension of input z matrix. |
ti |
Vector of control points. |
r |
Riskfree rate |
sigma |
Yearly volatility. |
S0 |
Stock price at start. |
... |
ellipsis parameter. different parameters can be passed depending on the problem. |
Expected value of Geometric Average Asian Call Option, vector of control points, interest rate and strike price as a list.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.