powered by
European option binomial model on a stock without dividends.For academic purpose only. Use RTL::CRRoption for real-life usage.
CRReuro(S, X, sigma, r, T2M, N, type)
List of asset price tree, option value tree and option price. list
list
Stock price. numeric
numeric
Strike price. numeric
Implied volatility e.g. 0.20 numeric
Risk-free rate. numeric
Time to maturity in years numeric
Number of time steps. Internally dt = T2M/N. numeric
"call" or "put" character
character
Philippe Cote
CRReuro(S = 100, X = 100, sigma = 0.2, r = 0.1, T2M = 1, N = 5, type = "call")
Run the code above in your browser using DataLab