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
2
lcdb.update.QT_FactorScore(begT, endT, stockID, loopFreq = "month",
  type = c("alpha", "risk"))

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"))

raphael210/QDataGet documentation built on May 26, 2019, 11:02 p.m.