Stores in a bespoke storethat SQLite database financial data retrieved from Bloomberg using the pullit package (finRes) suite.

db_store(object, file = NULL, verbose = TRUE)

# S4 method for FuturesTS
db_store(object, file = NULL, verbose = TRUE)

# S4 method for FuturesAggregate
db_store(object, file = NULL, verbose = TRUE)

# S4 method for FuturesCFTC
db_store(object, file = NULL, verbose = TRUE)

# S4 method for FuturesInfo
db_store(object, file)

# S4 method for EquityMarket
db_store(object, file = NULL, verbose = TRUE)

# S4 method for EquityBook
db_store(object, file = NULL, verbose = TRUE)

# S4 method for EquityInfo
db_store(object, file)

# S4 method for FundMarket
db_store(object, file = NULL, verbose = TRUE)

# S4 method for FundInfo
db_store(object, file)

# S4 method for IndexMarket
db_store(object, file = NULL, verbose = TRUE)

# S4 method for IndexInfo
db_store(object, file)

Arguments

object

an S4 object of class DataHistorical or DataInfo and respective childs.

file

a scalar character vector. Specifies the path to the appropriate 'storethat.sqlite' file.

verbose

A logical scalar vector. Should progression messages be printed? Defaults to TRUE.

See also

The pullit package.