MLLGTRJan 16, 2021

Exponential Kernels with Latency in Hawkes Processes: Applications in Finance

arXiv:2101.06348v14 citationsHas Code
AI Analysis

This work addresses a specific problem in market microstructure for finance researchers, offering an incremental improvement by integrating latency into existing models.

The paper tackles the challenge of modeling causality in high-frequency financial data by incorporating latency into Hawkes processes, using exponential kernels shifted by latency to account for event propagation delays, and finds that latency primarily determines decay parameters in real data.

The Tick library allows researchers in market microstructure to simulate and learn Hawkes process in high-frequency data, with optimized parametric and non-parametric learners. But one challenge is to take into account the correct causality of order book events considering latency: the only way one order book event can influence another is if the time difference between them (by the central order book timestamps) is greater than the minimum amount of time for an event to be (i) published in the order book, (ii) reach the trader responsible for the second event, (iii) influence the decision (processing time at the trader) and (iv) the 2nd event reach the order book and be processed. For this we can use exponential kernels shifted to the right by the latency amount. We derive the expression for the log-likelihood to be minimized for the 1-D and the multidimensional cases, and test this method with simulated data and real data. On real data we find that, although not all decays are the same, the latency itself will determine most of the decays. We also show how the decays are related to the latency. Code is available on GitHub at https://github.com/MarcosCarreira/Hawkes-With-Latency.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes