Provided with a set of futures active contract Bloomberg tickers retrieves qualitative information on the corresponding futures series previously stored in a storethat SQLite database.

storethat_futures_info(active_contract_tickers, file = NULL)

Arguments

active_contract_tickers

a chatacter vector. Specifies the futures active contract Bloomberg tickers to query data for.

file

a scalar chatacter vector. Specifies the target storethat SQLite database file.

Value

An S4 object of class FuturesInfo.

See also

  • The fields (finRes suite) dataset in the BBGsymbols package for details on the Bloomnerg fields used here.

  • Helper datasets in the fewISOs and GICS packages (finRes suite).

  • The finRes suite, in particular the storethat package.

Examples

if (FALSE) { storethat_futures_info(active_contract_tickers = c("W A Comdty", "KWA Comdty")) }