Provided with a set of equity Bloomberg tickers retrieves qualitative information on the corresponding fund previously stored in a storethat SQLite database.

storethat_fund_info(file = NULL, tickers)

Arguments

file

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

tickers

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

Value

An S4 object of class FundInfo.

See also

Examples

if (FALSE) { storethat_fund_info(tickers = c("SPY US Equity", "IVV US Equity")) }