TradePose Models
Models 2.15.0 is paired with Client 3.11.0 and a matching Gateway 0.2.0 / Rust 0.2.0 backend. Analyzer remains an internal source package and is not published to PyPI.
TradePose Models contains independently versioned Pydantic and Polars contracts shared by the public TradePose Client and private TradePose systems. It keeps serialized strategy, execution, result, and market-data shapes consistent across those boundaries.
Installation
Ordinary users should install the paired Client and Models versions:
uv add 'tradepose-client==3.11.0' 'tradepose-models==2.15.0'
This is an Alpha minor-breaking release. Existing Client 3.10.0 users should retain Models 2.14.0 until upgrading both packages. Package installation does not deploy matching backend services or migrate stored artifacts.
If a package resolver reports a Models conflict, upgrade tradepose-client instead of
guessing a Models version:
uv lock --upgrade-package tradepose-client
uv sync
Direct installation is intended only for maintainers of systems that implement the shared TradePose contracts.
Canonical research Workloads
Maintainers can import the closed research execution contract from
tradepose_models.research. Workload and TaskSourceBinding use only the exact
current typed schema and carry no schema-version field. They require the
canonical-json-v1 and research-execution-v1 capability revisions; unknown,
missing, legacy schema-version, and extra fields fail closed. Use
canonical_workload_bytes() and canonical_task_source_binding_bytes() for transport, the typed ref helpers for
content identity, and binding_requirements() to derive source roles solely from the
Workload's MarketDataSpec.
Use validate_research_result_frame() at Python artifact boundaries to verify a typed
ResearchTaskRequest, its kind-required Workload/Indicator manifests, exact physical
Polars schema and nullability, indicator Struct fields, and canonical Policy row order.
The validator intentionally does not cast: accepting a convertible dtype would hide a
Worker wire-schema violation. Perform any desired data conversion only after canonical
artifact admission, outside this contract check.
For trades, the complete Core schema and execution identity columns are mandatory
in producer order, including empty and all-null scenarios. Member, Definition, Policy
and execution-window identities preserve aggregate membership. Missing, extra,
reordered, physical Null, or castable-but-wrong columns are rejected.
MarketDataSpec contains direct/resampled source lineage and a closed computation DAG
with separate Indicator and DataColumn nodes. market_data_spec_from_compiled_graph()
projects the validated authoring graph and verifies content-addressed computation
identities. DataColumn selects OHLCV or TS and applies a non-negative owning-source
row shift after resampling, before evaluation alignment. Its scalar dtype, timezone
and nulls are preserved. The manifest contains separate indicators and data_columns
membership; older shapes are not accepted. RawOhlcvIndicator is removed.
This package does not compile authoring sources, resolve catalogs, admit Tasks, or execute Workloads. Those remain separate service boundaries.
Task and expression compatibility
Models includes immutable Task snapshots and closed failure projections for
business_commit_unconfirmed and saved_result_publication_failed. Deploy matching
Gateway/Worker task notification and snapshot contracts together. Expanded native Polars
expression support also requires a matching Worker; package installation does not update
server services or translate older schemas.
Billing and resource contracts
Plans require research_ingest_per_minute and task_slots. monthly_quota,
max_concurrent_tasks, subscription usage_limit, and usage limit/remaining/percentage
fields are removed. Usage telemetry remains. Models validates format, semantics and
forbidden capabilities; server policy owns bounded resource refusals. Gzip changes
transport/storage representation without changing computation identity.
Runtime requirements
- Python 3.13 or newer
- Pydantic 2.12.1 or newer
- Polars 1.33.1
Models is Alpha software. Its version is independent from the Client version, and contract-breaking changes may require a coordinated Client upgrade.
Support and license
- Homepage: tradepose.com
- Support: admin@tradepose.com
- Status: Alpha
- License: MIT
Research execution identity
The current research exports include complete ResearchTaskRequest collections,
WorkloadMember.original_definition, AuthoringOccurrenceBinding, member-qualified
WorkloadExecutionManifest, and the data-only ResearchExecutionPlan contract.
Canonical bytes and strict validators are shared with Rust Common. Backtest submissions
carry complete Workload and execution-window collections; the Gateway accepted plan
records execution groups and shards. OHLCV diagnostics retain their one-member,
one-Period restrictions. Offline Preview does not predict the accepted shard count.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tradepose_models-2.15.0.tar.gz.
File metadata
- Download URL: tradepose_models-2.15.0.tar.gz
- Upload date:
- Size: 245.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a29a0a0b4219243823bbe74841bc971a68ae8af48806ebaaf196afde3eb2d2ce
|
|
| MD5 |
742d0024d3b8d3fd66549a600578e414
|
|
| BLAKE2b-256 |
0f6bd2646ad8461ff5fb7e0438bcb5d75bd515c227705e6ec245fd1d81667379
|
File details
Details for the file tradepose_models-2.15.0-py3-none-any.whl.
File metadata
- Download URL: tradepose_models-2.15.0-py3-none-any.whl
- Upload date:
- Size: 226.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f1adee151145cd3f97964be2bd41d4ae15c10ffaf80d3a46a877e0c878a4f06
|
|
| MD5 |
67c1565b08eee2d40d0d7b4df2f4e1f5
|
|
| BLAKE2b-256 |
d8505f21cd92c5f3d650847401fd65ebd3d8c0f5bd9edf161e8c2140654fdfe0
|