StockMarketABM
Welcome to the documentation for StockMarketABM. The goal of these pages is to explain how each subsystem of the market simulator is organized and how the primary abstractions fit together.
Contents
Overview
The project is organized into layers: core types and identifiers, the limit order book, market logic, and simulation tooling. Each section below links to the concrete Julia code that implements those layers.