CBOE_K_0 | R Documentation |
Following the VIX whitepaper \mjseqnK_0 is defined as the strike price directly smaller or equal to the theoretical at-the-money forward price \mjseqnF_0
CBOE_K_0(option_quotes, F_0)
option_quotes |
A
|
F_0 |
|
Returns a numeric scalar
, giving the theoretical at-the-money
strike \mjseqnK_0
library(R.MFIV) nest <- option_dataset$option_quotes[[1]] F_0 <- CBOE_F_0(option_quotes = nest, R = 0.005, maturity = 0.07) K_0 <- CBOE_K_0(option_quotes = nest, F_0 = F_0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.