Skip to main content

A modular Execution & Order Management System built for systematic trading desks

Project description

EOMS

🚀 Quant‑EOMS

A modular Execution & Order Management System built for systematic trading desks.
Broker‑agnostic · Datafeed‑agnostic · GUI‑centric.

Features

Module Purpose
Dashboard At‑a‑glance PNL, risk, latency stats
Order Ticket Live quotes + smart routing
Positions Mgr Real‑time net positions & exposures
Order Mgr State machine for every order, amend/cancel
Algo Mgr Load/run param‑driven algos
PNL Window Tick‑level & aggregated PNL

Quick Start

git clone https://github.com/your‑org/quant‑eoms.git
cd quant‑eoms
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
uvicorn quanteoms.api:app --reload   # optional REST gateway
python -m quanteoms.gui              # launch dashboard

Architecture

                   +------------------+
   Market Data --> | DataFeed Plugin* |---+
                   +------------------+   |
                                           v
+-----------+    events     +------------------+
|  Brokers* | <-----------> | Event Bus (async)|
+-----------+               +------------------+
           ^                       |
           |                       v
           |               +---------------+
           +---------------| GUI Modules   |
                           +---------------+
(* = pluggable via entry_points)

Adding a New Plugin

Create package quanteoms_<provider> implementing BrokerBase or FeedBase.

Add to setup.py:

entry_points={
    "quanteoms.brokers": ["<name>=quanteoms_<provider>.broker:Broker"],
}
pip install -e .  the system autodiscovers it.

Roadmap

See TASKS.MD.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eoms-1.6.0.tar.gz (156.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eoms-1.6.0-py3-none-any.whl (121.6 kB view details)

Uploaded Python 3

File details

Details for the file eoms-1.6.0.tar.gz.

File metadata

  • Download URL: eoms-1.6.0.tar.gz
  • Upload date:
  • Size: 156.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for eoms-1.6.0.tar.gz
Algorithm Hash digest
SHA256 5b45556a6c4e278ee68c951d25112d04a716dbc256e7095e1afbc71fae196876
MD5 ce88fb306c2fc7fc1b54a9243c12469f
BLAKE2b-256 24d349ad3ff893c1ac4a5a2b4187fa8041e3cc528411c6637bd66591178d8084

See more details on using hashes here.

File details

Details for the file eoms-1.6.0-py3-none-any.whl.

File metadata

  • Download URL: eoms-1.6.0-py3-none-any.whl
  • Upload date:
  • Size: 121.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for eoms-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 61a4a303f03de4c49d9d2b5d8d4b49d5acc8c7468fc5f3a6fa2b7aaaf2d9559a
MD5 5d32094006afb233f83f6a1a9df17954
BLAKE2b-256 3f2a42b0dea8c843ac7884e505db848debaeb7c8cfae6d2a7953b4702d3445c2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page