diff --git a/README.md b/README.md index c714e3e..eb43f7c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ It is built for researchers who need to audit every order intent, compare many strategies on the exact same replay, and let humans or AI agents write strategies against a small gateway API. +## Scope + +`ordersim` focuses on execution replay and execution-aware simulation. Areas of +interest include order-book replay, market replay, latency modeling, +queue-position effects, fill simulation, execution modeling, execution-aware +backtesting, and market microstructure research. + ## What It Does - Replays order-book data and simulates order execution with explicit order diff --git a/pyproject.toml b/pyproject.toml index 14f709c..6816030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "ordersim" version = "0.1.2" -description = "Inspectable execution simulator for order-book replay" +description = "Inspectable execution simulator for order-book replay and latency-aware fill simulation" readme = "README.md" requires-python = ">=3.11" license = "MIT" @@ -15,10 +15,21 @@ authors = [ keywords = [ "algorithmic trading", "backtesting", + "execution modeling", "execution simulator", + "fill simulation", + "latency modeling", + "latency simulation", "limit order book", "market microstructure", + "market replay", + "market simulator", + "market structure", "order book", + "order book replay", + "order simulator", + "quantitative finance", + "trading systems", ] classifiers = [ "Development Status :: 3 - Alpha",