tradesCondition | R Documentation |
Delete entries with abnormal trades condition
tradesCondition(
tData,
validConds = c("", "@", "E", "@E", "F", "FI", "@F", "@FI", "I", "@I")
)
tData |
an |
validConds |
a character vector containing valid sales conditions defaults to |
To get more information on the sales conditions, see the NYSE documentation. Section about Daily TAQ Trades File. The current version (as of May 2020) can be found online at NYSE's webpage
xts
or data.table
object depending on input.
Some CSV readers and the WRDS API parses empty strings as NAs. We transform NA
values in COND to ""
.
Jonathan Cornelissen, Kris Boudt, Onno Kleen, and Emil Sjoerup.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.