Description Usage Arguments Details Value Warning Author(s) References Examples
View source: R/BinaryTreeCalls.R
The Binomial Option Pricing Model is a method which uses an iterative procedure to evaluate options. Based on a discrete time interval and a multi-period approach, the model evaluates each time the option generating an upward or downward movement of the underlying price. In each node the price of the option can take only two values: the first one corresponds to the probability that the price of the option goes up whereas the second one corresponds to the probability that the price drops.
1 | BinaryTreeCalls(s0, k, r, vol, deltaT, nsteps)
|
s0 |
stock price at time 0 |
k |
strike price |
r |
annual interest rate |
vol |
annual volatility |
deltaT |
time variation in years |
nsteps |
number of steps |
No details
Price of the call
All input values must be stricly positive.
Degiorgi Elia, Milan Federico, Zaramella Davide, Stoeva Valerija
"Option Pricing Using Different Techniques" by Degiorgi Elia, Milan Federico, Zaramella Davide, Stoeva Valerija (2019)
1 | BinaryTreeCalls(10,11,0.05,0.2,0.01,100) # 0.6053225
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.