Description Usage Arguments Details Value Examples
View source: R/call_premium_est.R
Calculate the Estimated Premium of Option Contract
1 | call.premium.est(s, k, t, sd, r, d = 0)
|
s |
Spot Price of Underlying Asset |
k |
Exercise Price of Contract |
t |
Time to Expiration |
sd |
Volatality |
r |
Risk free rate of return |
d |
Divident Yield (use cont.rate()), Default: 0 |
Estimate is calculated based on Black-Scholes Model. The Black Scholes model, also known as the Black-Scholes-Merton (BSM) model, is a mathematical model for pricing an options contract.
Output gives the Estimated Premium of a Option Contract.
1 | call.premium.est(100, 105, 0.25, 0.35, 0.0488)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.