Add synthetic print and structure features

- Export synthetic market types
- Track special print conditions and derived cluster features
- Add same-size leg symmetry to structure packets
This commit is contained in:
dirtydishes 2026-05-13 22:36:13 -04:00
parent 8dcbcd2201
commit 9076d3b395
4 changed files with 103 additions and 0 deletions

View file

@ -2,3 +2,4 @@ export * from "./events";
export * from "./live";
export * from "./options-flow";
export * from "./sp500";
export * from "./synthetic-market";