Description Usage Arguments Value
View source: R/analytic_merton.R
Semi-analytic series formula for Theta greek under jump diffusion dynamics, i.e. the time until expiration sensitivity.
1 2 3 4 5 6 7 8 9 10 11 12 13 | analytic_merton_theta(
spot,
strike,
maturity,
rate,
div,
volat,
lambda,
jm,
jv,
what = "call",
num_terms = 100
)
|
spot |
the spot price |
strike |
The strike price |
maturity |
the year until expirations |
rate |
the drift rate |
div |
The dividend yield rate |
volat |
the diffusion coefficients of each component (a vector) |
lambda |
the yearly jump-rate |
jm |
the jump mean |
jv |
the jump volatility |
what |
What type of option, put or call |
num_terms |
the number of terms to sum in the Poisson expectation |
Returns numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.