db_store-methods: Stores financial data retrieved from Bloomberg with 'pullit'

Description Usage Arguments See Also

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
db_store(object, file = NULL, verbose = TRUE)

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

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

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

## S4 method for signature 'FuturesInfo'
db_store(object, file)

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

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

## S4 method for signature 'EquityInfo'
db_store(object, file)

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

## S4 method for signature 'FundInfo'
db_store(object, file)

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

## S4 method for signature '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.


bautheac/strorethat documentation built on June 7, 2021, 8:51 a.m.