Slide 10
Slide 10 text
7-9 November, Tbilisi
Ivane Javakhishvili Tbilisi State University
Order Event Logs
● In an order event log L, each case c ∈ L refers to the observed trace of an
order. Each event e in a case c is structured as a tuple:
e = (case_id, activity, state, timestamp, price, qty, side, [trade_id])
● Case Example – Trace of a buy order with stock size = 100 and price = 9.0
In this way, we can keep track of the evolution of the order, and its
attributes through its lifetime in the system.
10