Order Book Snapshot Analysis for Missed Trade Reconstruction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Analyzing large data sets retrospectively to determine how altering the order of data entries could change outcomes is computationally intensive and challenging, particularly in systems like power grids or electronic exchanges.

Innovation Solution

A computer system processes a data structure with entries containing order book snapshots and actions, selecting failed orders and determining the closest time entry where they could have matched, recording time deltas and quantities for potential matches.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of information

If retrospective analysis of large data sets is performed to determine how altering the order of data entries could change outcomes, then insights for improvement are gained, but computational resources and time are excessively consumed

Engineering Contradiction:
Improveloss of missed trading opportunitiesVSAvoidtime for retrospective analysis
Core Design Contradiction:
Loss of informationVSLoss of time

Solution Approach 1:

The system performs preliminary actions by maintaining chronological snapshots of the order book state at each timestamp in the data stream. When analyzing a failed order, the system can immediately reference pre-computed snapshot data from earlier timestamps without performing heavy computational analysis of the entire historical data set, thus reducing retrospective analysis time while preserving complete trading opportunity information

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system extracts only the necessary data elements for retrospective analysis - specifically, chronological snapshots of order book state containing bid/ask prices, quantities, and timestamps - rather than processing entire large data sets. This extraction approach retains all information about missed trading opportunities while eliminating unnecessary computational overhead from unrelated data

Inventive Principle:
Principle #2Taking out (Extraction)

2Measurement precision

If complete order book snapshots are stored for every state change to enable accurate retrospective analysis, then analysis accuracy is improved, but data storage requirements increase significantly

Engineering Contradiction:
Improveprecision of retrospective analysisVSAvoiddata storage requirements
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The system applies local quality by storing complete order book snapshots at every chronological timestamp in the data stream, ensuring that each snapshot contains precise local state information (bid/ask prices, quantities, timestamps) needed for accurate retrospective analysis of failed orders at that specific moment, while avoiding storage of redundant global data

Inventive Principle:
Principle #3Local quality

3Reliability

If the system analyzes every possible time point to determine when a failed order could have matched, then completeness of analysis is improved, but processing speed decreases

Engineering Contradiction:
Improvecompleteness of missed opportunity identificationVSAvoidprocessing speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system performs preliminary action by pre-processing the data stream into chronological snapshots organized by timestamp during the initial data ingestion phase. When a failed order is identified, the system can efficiently query pre-organized snapshots from relevant time periods without scanning entire data sets, ensuring complete identification of all potential match opportunities while maintaining high processing speed

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system segments the continuous data stream into discrete chronological snapshots at each timestamp, creating manageable time-based segments that can be independently analyzed. This segmentation allows the system to focus computational resources only on relevant time segments containing failed orders and their potential match opportunities, rather than processing the entire data set uniformly

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12579196B2Systems and methods of retrospectively determining how submitted data transaction requests operate against a dynamic data structure
Publication Date: 2026.03.17 NASDAQ TECHNOLOGY AB
  • US12579196B2 patent drawing
  • US12579196B2 patent drawing
  • US12579196B2 patent drawing

AI summary

A computer system is provided for retrospectively processing a data structure that includes a plurality of entries. The computer system determines if certain data transactions requests that have been recorded in the data structure could have been executed differently (e.g., by being processed at an earlier point in time). For a given entry in the data structure, the system determines if data transaction request could have at least partly succeeded against a prior recorded state of at least one of two ordered lists of pending data transaction requests. Another entry is then found that caused the initial entry to fail in execution and a time delta is stored between the timestamp of the another entry and the timestamp of the initial entry.