Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down
Loading