Description Usage Arguments Value
Monte-Carlo simulated European option prices under exponential Levy processes. Specifically log returns are compensated Poisson processes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | monte_carlo_pois(
spot,
strike,
maturity,
rate,
div,
a,
b,
what = "put",
t = 0,
n = 1000,
withCI = TRUE,
alpha = 0.05
)
|
spot |
current underlying share price |
strike |
the agreed upon strike price of the option |
maturity |
the years until expiration (in trading years) |
rate |
the discounting rate (i.e. the risk-neutral rate) |
div |
the dividend yield rate |
a |
the jump coefficient |
b |
the compensator coefficient |
what |
the type of option to price, call or put |
t |
the current time |
n |
the number of simulations |
withCI |
whether to return the confidence intervals |
alpha |
the significance level |
vector or data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.