powered by
CRReuro
European option binomial model on a stock without dividends.For academic purpose only. Use fOptions::CRRBinomialTreeOptions for real-life usage.
CRReuro(S, X, sigma, r, T2M, N, type)
Stock price.
Strike price.
Implied volatility e.g. 0.20
Risk-free rate.
Time to maturity in years
Number of time steps. Internally dt = T2M/N.
"call" or "put"
List of asset price tree, option value tree and option price.
# NOT RUN { 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