lcdb.update.QT_FactorScore: lcdb.update.QT_FactorScore

Description Usage Arguments See Also Examples

View source: R/pub03_DatabaseOperationFuncs.R

Description

update all factorscores in table CT_FactorLists (see CT_FactorLists()).

Usage

1
lcdb.update.QT_FactorScore(begT, endT, stockID, loopFreq = "month")

Arguments

begT

the begin date of the updating

endT

the end date of the updating

stockID

a vector of stockID

See Also

lcfs.update

Examples

1
2
3
4
5
6
# update factors on certain time
lcdb.update.QT_FactorScore(20130322,20130330)
# update factors of certain stocks
lcdb.update.QT_FactorScore(20130322,20130330,c("EQ000001","EQ000002")) 
# update factors on certin time, of certain stocks
lcdb.update.QT_FactorScore(20130322,20130330,c("EQ000001","EQ000002"))

QuantAndrew/QDataGet documentation built on May 14, 2019, 7:35 a.m.