Why another data layer
A file of updates is not necessarily a book
Prediction-market data is often assembled from public endpoints, ad hoc websocket collectors, and periodic snapshots. Those sources can be useful, but the resulting archive may conflate event time with receive time, omit sequence gaps, duplicate events after reconnects, or preserve deltas without enough state to establish a valid starting book.
Those defects are most consequential during volatility—the periods when microstructure research is most sensitive to event ordering. Expreci's intended data layer treats capture provenance and reconstruction state as first-class data rather than cleanup details.