CRReuro {RTL} | R Documentation |
Cox-Ross-Rubinstein binomial option model
Description
European option binomial model on a stock without dividends.For academic purpose only. Use RTL::CRRoption for real-life usage.
Usage
CRReuro(S, X, sigma, r, T2M, N, type)
Arguments
S |
Stock price. |
X |
Strike price. |
sigma |
Implied volatility e.g. 0.20 |
r |
Risk-free rate. |
T2M |
Time to maturity in years |
N |
Number of time steps. Internally dt = T2M/N. |
type |
"call" or "put" |
Value
List of asset price tree, option value tree and option price. list
Author(s)
Philippe Cote
Examples
CRReuro(S = 100, X = 100, sigma = 0.2, r = 0.1, T2M = 1, N = 5, type = "call")
[Package RTL version 1.3.5 Index]