Investing involves risk. This project does not provide investment advice and is for education, research, and engineering review only.
QuantPlatformKit is a QuantStrategyLab shared runtime library. It provides shared contracts, broker adapters, strategy loaders, notification utilities, and runtime helpers used by platform repositories.
It supports the system but does not decide which strategy should be live. Strategy eligibility remains in the strategy and snapshot repositories; broker execution remains in the platform repositories.
- Keep contracts stable and versioned where downstream repositories depend on them.
- Prefer backward-compatible changes unless a coordinated migration is planned.
- Keep secrets and environment-specific settings outside the shared library code.
- Document changes that affect multiple platforms or strategy packages.
src/: library and runtime code.tests/: unit, contract, and regression tests.docs/: runbooks, design notes, evidence, and integration contracts..github/workflows/: CI, scheduled jobs, release, or deployment workflows.
python -m pip install -e .
python -m pytest -qdocs/platform_notification_outcomes.mddocs/platform_notification_outcomes.zh-CN.mddocs/platform_repo_boundaries.mddocs/platform_repo_boundaries.zh-CN.mddocs/quantconnect.mddocs/strategy_plugin_runtime_contract.mddocs/strategy_plugin_runtime_contract.zh-CN.mddocs/us_equity_cross_platform_strategy_spec.md
- See CONTRIBUTING.md for pull request scope, local verification, and documentation expectations.
- Follow CODE_OF_CONDUCT.md for maintainer and contributor conduct.
- Report credential, automation, broker, exchange, or cloud-resource vulnerabilities through SECURITY.md; do not open public issues for secrets or live-execution risk.
See LICENSE.