| av_opt_helper_cols | R Documentation |
Add additional data to returned option sets
av_opt_helper_cols(indta, scaling = NULL, spot = NULL)
indta |
An option data.table as returned by |
scaling |
(default
|
spot |
(default |
Adds columns including
| Column | Definition |
daysExp | Days to Expiration |
bo_pct | Bid offer in percent of option mid |
bid_size_poi | Bid size percent of open interest |
ncak | Notional number of contracts |
An option data.table with extra columns helpful for further analysis
av_grep_opts()
## Not run:
av_get_pf("IBM","HISTORICAL_OPTIONS") |> av_grep_opts("F,M,put",mindays=2) |> av_opt_helper_cols()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.