Description Usage Arguments Details Value Examples
Calculate the Theta (Option Greek) of Option Contract
1 | call.theta(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 |
Theta represents the rate of change between the option price and time, or time sensitivity - sometimes known as an option's time decay.
Output gives the Theta of a Option Contract.
1 | call.theta(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.