Skip to content

Commit 8430e54

Browse files
Document QuantTools implementation status
1 parent d8d8e9a commit 8430e54

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ It is a portfolio-facing proof point for Python quant engineering, LEAN research
2323
- GraphQL query path verified
2424
- Market-hours and data-source mapping documented
2525

26+
## Implementation status
27+
28+
| Area | Status | Notes |
29+
| --- | --- | --- |
30+
| LEAN research workflows | Active | Multiple strategy workspaces and backtest artifacts are included under `lean-cli/` |
31+
| Market data ingestion | Active | Broker, macro, crypto, equities, and options-related ingestion scripts are organized under `services/ingestion/` |
32+
| Validation models | Active | Pydantic validation paths exist under `services/validation/` and `services/ingestion/` |
33+
| Query surfaces | Scaffold/active | JSON-RPC and GraphQL-facing examples exist; production hardening remains a next step |
34+
| Options/greeks | Scaffold/active | Framework notes and VIX/options research paths exist; expand with tested calculators and examples next |
35+
| Public dashboard | Active | GitHub Pages frontend artifacts summarize selected quant research outputs |
36+
37+
This repository is the strongest current technical proof point in the AIML Solutions portfolio. The next quality step is adding tests and a reproducible validated-demo document that ties commands to output artifacts.
38+
2639
## Key documents
2740

2841
- [docs/architecture.md](docs/architecture.md)

0 commit comments

Comments
 (0)