Utility functions for parsing, normalizing, and translating between various capital market symbology types. This library is a thin wrapper over the symbologyl2 library, written in rust.
- US equities
- CMS Concatenated/Suffix
- Nasdaq Integrated
- CQS (NYSE/CTA plan)
poetry shell
maturin develop
Given how maturin operates, it's necessary to bump release versions in both
pyproject.toml
and Cargo.toml
. Given how poetry operates, it's necessary to duplicate
metadata between [tool.poetry]
and [project]
. Make sure that all of the following get set:
pyproject.toml
[tool.poetry]
version = "x.y.z"
[project]
version = "x.y.z"
Cargo.toml
[package]
version = "x.y.z"