df_option_all <-
option_chain(
trade_date = lubridate::ymd(20140908)
, underlying = "SPY"
, expiration = lubridate::ymd(20140912)
)
implied_forward(
df_option_all
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.