Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,695 papers · 148 categories

Trend · papers per month

122244365487 · Jun 202019922001200920172026
48 results for order simulation

Simulates realistic execution and costs in limit order books.

problem Realistic simulation of limit order books for large-tick assets.
method Tractable representation of spread and volume imbalance; calibrated event timing; feedback mechanism for market impact.
result Simulator yields realistic behavior and sensitivity to execution parameters.

Simulates financial market orders using anomalous diffusion models.

problem Anomalous diffusion in financial market order dynamics.
method Discrete Time Random Walk with Sibuya waiting times, non-uniform sampling, and cubic spline interpolation.
result Demonstrates price impact for different forcing functions and model parameters.

Generative model simulates financial market price variations from order flow.

problem Simulating intra-day price variations driven by order flow.
method Sequence Generative Adversarial Networks framework applied to model order flow.
result Generated price sequences from generative model better match real price variations.

Paper uses K-NN resampling to simulate and evaluate LOB markets.

problem Simulating and evaluating limit order book (LOB) markets.
method Applies KK-nearest neighbor (KK-NN) resampling to LOB simulation and evaluation.
result Demonstrates the effectiveness and efficiency of KK-NN resampling in LOB simulation and evaluation.

We propose a parametric model for the simulation of limit order books. We assume that limit orders, market orders and cancellations are submitted according to point processes with state-dependent intensities. We propose new functional forms for these intensities, as well as new models for the placement of limit orders …

2016-02-12abs ↗pdf ↗

Researchers simulate and estimate a market model with a matching engine to understand its impact on order submission and management.

problem The impact of a matching engine on the modeling of order submission and management in financial markets.
method Simulation of a 10-variate Hawkes process with rules for different order types, including limit orders, to compare model parameters with the original order generating process.
result Practical considerations, not directly related to model specification, can significantly distort the true model specification in an asynchronous trading environment.

Hybrid model simulates market dynamics using neural stochastic background traders.

problem Lack of realistic LOB simulations that combine historical data and dynamic interactions.
method Neural stochastic background trader trained on historical LOB data, embedded in multi-agent simulation.
result Hybrid model recreates stylised market facts and financial herding behaviors.

Model simulates correlation emergence in two coupled limit order books.

problem Modeling correlation emergence in coupled limit order books.
method Simulated two coupled diffusive limit order books using random walks in the fluid limit, with trader interactions.
result Demonstrated the recovery of an Epps effect from the model.

CoinTossX is a low-latency, open-source matching engine for financial trading.

problem Efficiently matching orders in financial markets with low latency and high throughput.
method Developed in Java, orders submitted via UDP SBE, low-latency message transport (Aeron Media Driver). Separates order generation and matching.
result Demonstrated low-latency, high-throughput performance in various deployment scenarios.

New simulation shows trading algorithms' performance varies with parallelism.

problem Validation of trading algorithms' performance in parallel markets.
method Used TBSE, a threaded market simulator, to compare algorithms' performance.
result Trading algorithms' performance differs in parallel vs. sequential markets.

Study uses agent-based simulation to analyze impact of OBI strategy on financial markets.

problem Improving execution in markets with supply-demand imbalance.
method Built an execution algorithm that accounts for OBI, tested it in artificial markets.
result OBI strategy can improve execution, especially in volatile markets.

Paper reduces expensive financial risk simulations through efficient MOR.

problem Expensive simulations of financial risk models.
method Model order reduction (MOR) using proper orthogonal decomposition (POD) with adaptive greedy sampling.
result MOR approach reduces computational cost for financial risk analysis.

High-precision machine learning reduces particle physics simulations by orders of magnitude.

problem Reducing computational burden in particle physics simulations.
method Developed optimal training strategies and tuned machine learning regressors, including Deep Neural Networks with skip connections and boosted decision trees.
result Significantly reduced computational time by factors of 10^3 to 10^6 over first-principles simulations.

Generative network integrates into ROM for PDEs, matching measurements and estimating uncertainties.

problem Predicting and quantifying uncertainties in numerical simulations of PDEs.
method Generative network (GN) integrated into a reduced-order model (ROM) framework for inverse problems.
result GN-based ROM efficiently quantifies uncertainty and matches measurements with high accuracy.

DeepTraderX learns from other strategies to place market orders.

problem Creating efficient trading strategies in multi-threaded market simulations.
method Deep Learning model trained on historical market data to predict optimal market orders.
result DeepTraderX outperforms existing strategies in multi-threaded market simulations.

A model simulates how different types of traders react to macroeconomic news.

problem Understanding how various market participants respond to macroeconomic surprises.
method Developed a calibrated data generation process (DGP) with four trader archetypes and a Monte Carlo simulation.
result Higher information and lower risk-averse traders take larger positions and achieve higher average wealth.

A new Python-C++ framework for agent-based simulation.

problem Understanding market dynamics and effects of delays.
method User-friendly Python API with efficient C++ implementation, message-driven architecture.
result Investigated the role of order processing delay in financial markets.

Study fills and adverse selection effects on trading strategy simulation.

problem Effects of fill probabilities and adverse fills on trading strategy simulation.
method Stochastic optimal control market-making problem, empirical evidence on liquid futures contracts.
result Fill probabilities and adverse fills significantly affect trading strategy performance.

Bayesian Neural Networks improve precision cosmology from simulations.

problem Extracting precise cosmological parameters from complex simulations.
method Using Bayesian Neural Networks on The Quijote simulations.
result Demonstrates BNNs' ability to estimate associated uncertainties and complex output distributions.

Improved simulation of phase transitions using hierarchical autoregressive networks.

problem Simulating phase transitions in complex systems.
method Hierarchical Autoregressive Neural (HAN) network sampling algorithm.
result Significant improvement in statistical uncertainty compared to the Wolff cluster algorithm.

KineticSim: A lightweight, high-performance execution engine for real-time market simulators

problem Simulating financial markets at scale with multi-agent models
method Reusable parallel design pattern: persistent, state-carrying clearing for iterative multi-agent reductions
result Reduces per-step critical-path depth from Theta(L+A) to Theta(log L + ceil(A/L))

The computational cost associated with simulating fluid flows can make it infeasible to run many simulations across multiple flow conditions. Building upon concepts from generative modeling, we introduce a new method for learning neural network models capable of performing efficient parameterized simulations of fluid f…

2019-12-14abs ↗pdf ↗

ξ-torch simplifies physics-informed learning by providing differentiable functionals.

problem Training physics-informed deep neural networks requires differentiable physical simulations.
method ξ-torch offers a library of differentiable functionals for scientific simulations.
result Improves numerical stability and reduces memory requirements for higher order derivatives.

This paper uses CGANs to simulate and improve trading agent performance in limit order books.

problem Improving trading agent performance in limit order book environments.
method Investigates conditional generative models (CGANs) for order book simulation and adversarial attacks to enhance realism and robustness.
result CGANs can be improved to better simulate real market conditions and are more robust to adversarial attacks.