R/generics.R
, R/methods.r
OI_nearby_factor-methods.Rd
Provided with futures contract front price and open interest data from Bloomberg retrieved with pullit, construct open interest growth (OI) nearby factor. The open interest factor relates to futures market liquidity and is popular in the literature, in particular in the context of commodity markets research (Hong and Yogo 2012) . The nearby open interest factor is concerned with liquidity at the very front end of the term structure where it sorts on nearby front contract's open interest.
OI_nearby_factor( data, update_frequency = "month", return_frequency = "day", ranking_period = 1L, long_threshold = 0.5, short_threshold = 0.5, weighted = F ) # S4 method for FuturesTS OI_nearby_factor( data, update_frequency = "month", return_frequency = "day", ranking_period = 1L, long_threshold = 0.5, short_threshold = 0.5, weighted = F )
data | an S4 object of class |
---|---|
update_frequency | a scalar |
return_frequency | a scalar |
ranking_period | a scalar |
long_threshold | a scalar |
short_threshold | a scalar |
weighted | a scalar |
An S4 object of class OIFactor
.
Hong H, Yogo M (2012). “What does futures market interest tell Us about the macroeconomy and asset prices?” Journal of Financial Economics, 105(3), 473--490. doi: 10.1016/j.jfineco.2012.04.005 , https://doi.org/10.1016/j.jfineco.2012.04.005.