powered by
Computes the selected option greek, including premium
callgreek(greek = c("delta", "gamma", "theta", "vega", "rho", "premium"), s, x, sigma, t, r, d = 0)
String value, desired option greek to return
Spot price of the underlying asset
Strike price of the option
Implied volatility of the underlying asset price, defined as the annualized standard deviation of the asset returns
Time to maturity in years
Annual continuously-compounded risk-free rate, use the function r.cont
Annual continuously-compounded dividend yield, use the function r.cont
Returns the desired option greek, including premium
# NOT RUN { callgreek("delta", 100, 100, 0.20, (45/365), 0.02, 0.02) callgreek("gamma", 100, 100, 0.20, (45/365), 0.02, 0.02) # }
Run the code above in your browser using DataLab