Overview

This section provides complete schema references for Datafye descriptors. These are detailed, field-by-field documentation intended for developers who need precise specifications.

Descriptor Types

Datafye uses three types of descriptors to configure your infrastructure:

Complete schema reference for DataSpec — defines what market data your algo needs, including datasets, symbols, tick/aggregate schemas, and retention policies.

Complete schema reference for AlgoSpec — defines your algo container, execution parameters, resource limits, and data bindings.

Complete schema reference for BrokerSpec — defines broker connections, order routing, position management, and risk controls.

How to Use This Reference

Each descriptor reference includes:

  • Complete schema — All fields with types and constraints

  • Field descriptions — Purpose and behavior of each field

  • Validation rules — Required fields, allowed values, and formats

  • Examples — Working samples for common scenarios

  • Related concepts — Links to narrative guides

Format Support

All descriptors support both YAML and JSON formats:

Use whichever format you prefer — both are equivalent and fully supported by the Datafye CLI.

Last updated