Skip to content
Prev 1868 / 15274 Next

Interpolating/comparing two irregulartime/price sequences?

It really depends on the application what methods are appropriate. 
Possibilities include interpolation schemes (linear, previous tick, 
other), modelling in a framework that allows missing values (e.g. state 
space and Kalman filter), model prices/changes and time increments (e.g. 
Rob Engle published some work in this area).

For exmple, when important macro announcements are released, liquid 
instruments are traded immediately and the prices adjust very quickly 
(within less than a 1/10th of a second) to the new information. For less 
liquid instruments there is maybe for a longer time (several seconds up 
to several minutes) no trade. However, that does not mean that the price 
for the less liquid instrument did not update (you cannot trade anymore 
on the last observed price). It just means that there is no observation. 
Previous tick interpolation would lead to wrong conclusions (spurious 
lead/lag) in this example.

There is a lot of research in high-frequency finance in the hedge fund 
and investment bank industry (e.g. algorithmic trading, automatic market 
making). However, due to the nature of the business most is proprietary 
research.

Best regards
Adrian
Rory Winston wrote: