Deep Attentive Survival Analysis in Limit Order Books: Estimating Fill Probabilities with Convolutional-Transformers

ArXiv ID: 2306.05479 “View on arXiv”

Authors: Unknown

Abstract

One of the key decisions in execution strategies is the choice between a passive (liquidity providing) or an aggressive (liquidity taking) order to execute a trade in a limit order book (LOB). Essential to this choice is the fill probability of a passive limit order placed in the LOB. This paper proposes a deep learning method to estimate the filltimes of limit orders posted in different levels of the LOB. We develop a novel model for survival analysis that maps time-varying features of the LOB to the distribution of filltimes of limit orders. Our method is based on a convolutional-Transformer encoder and a monotonic neural network decoder. We use proper scoring rules to compare our method with other approaches in survival analysis, and perform an interpretability analysis to understand the informativeness of features used to compute fill probabilities. Our method significantly outperforms those typically used in survival analysis literature. Finally, we carry out a statistical analysis of the fill probability of orders placed in the order book (e.g., within the bid-ask spread) for assets with different queue dynamics and trading activity.

Keywords: Limit Order Book (LOB), Survival Analysis, Deep Learning, Convolutional-Transformer, Execution Strategies, Equities

Complexity vs Empirical Score

  • Math Complexity: 8.5/10
  • Empirical Rigor: 8.0/10
  • Quadrant: Holy Grail
  • Why: The paper employs advanced mathematical concepts including survival analysis, Transformer architectures, convolutional networks, and proper scoring rules, indicating high complexity, while it is grounded in real-world limit order book data from Nasdaq, uses statistical analysis, and compares performance with benchmarks, demonstrating high empirical rigor.
  flowchart TD
    Start["Research Goal<br>Estimate Fill Probabilities of Limit Orders in LOB"] --> Data["Input: Time-Varying LOB Features<br>(Price/Volume Levels, Order Flow)"]
    Data --> Methodology["Methodology:<br>Convolutional-Transformer Encoder"]
    Methodology --> Processing["Computational Process:<br>Map Features to Filltime Distribution"]
    Processing --> Model["Model Structure:<br>Monotonic Neural Network Decoder"]
    Model --> Results["Outcomes:<br>Superior Fill Probability Estimates<br>(vs. Traditional Survival Analysis)"]
    Results --> Analysis["Final Analysis:<br>Interpretability &<br>Statistical Fill Probabilities by Asset"]
    Analysis --> End["Key Insight<br>Informed Passive vs. Aggressive Order Decisions"]