LICENSE
MANIFEST.in
README.md
pyproject.toml
ssbt/__init__.py
ssbt/__main__.py
ssbt/agent.py
ssbt/cli.py
ssbt/exceptions.py
ssbt/py.typed
ssbt/quick.py
ssbt.egg-info/PKG-INFO
ssbt.egg-info/SOURCES.txt
ssbt.egg-info/dependency_links.txt
ssbt.egg-info/entry_points.txt
ssbt.egg-info/requires.txt
ssbt.egg-info/top_level.txt
ssbt/analytics/__init__.py
ssbt/analytics/audit.py
ssbt/analytics/metrics.py
ssbt/analytics/optimization.py
ssbt/analytics/plots.py
ssbt/analytics/robustness.py
ssbt/analytics/stream.py
ssbt/analytics/terminal.py
ssbt/backtest/__init__.py
ssbt/backtest/adapter.py
ssbt/cli/rerun.py
ssbt/core/__init__.py
ssbt/core/_numba_kernels.py
ssbt/core/engine.py
ssbt/core/events.py
ssbt/core/matching.py
ssbt/core/multi_engine.py
ssbt/core/portfolio.py
ssbt/core/vectorised.py
ssbt/data/__init__.py
ssbt/data/feed.py
ssbt/data/live.py
ssbt/data/orderbook.py
ssbt/data/point_in_time.py
ssbt/data/universal_tick.py
ssbt/events/__init__.py
ssbt/events/base.py
ssbt/events/volume_spike.py
ssbt/execution/__init__.py
ssbt/execution/models.py
ssbt/execution/queue_matching.py
ssbt/experiments/__init__.py
ssbt/experiments/charts.py
ssbt/experiments/registry.py
ssbt/experiments/reproducibility.py
ssbt/experiments/run_volatility_statarb.py
ssbt/experiments/stats.py
ssbt/optimization/__init__.py
ssbt/optimization/grid_search.py
ssbt/optimization/space.py
ssbt/optimization/walk_forward.py
ssbt/outcomes/__init__.py
ssbt/outcomes/base.py
ssbt/outcomes/forward_return.py
ssbt/portfolio/__init__.py
ssbt/portfolio/allocation.py
ssbt/portfolio/risk.py
ssbt/service/__init__.py
ssbt/service/diagnostics.py
ssbt/service/errors.py
ssbt/service/jobs.py
ssbt/service/observability.py
ssbt/service/plugins.py
ssbt/service/profiles.py
ssbt/service/rerun.py
ssbt/service/runner.py
ssbt/service/schemas.py
ssbt/service/tenancy.py
ssbt/strategy/__init__.py
ssbt/strategy/base.py
ssbt/strategy/live_runner.py