Skip to content

Runtime Objects Overview

StackSats has two core runtime object families:

  • strategy: user intent object (BaseStrategy)
  • StrategyTimeSeries / StrategyTimeSeriesBatch: validated output objects

Read in this order

  1. Strategy Object
  2. Strategy TimeSeries
  3. Strategy TimeSeries Schema

Why this split exists

  • Strategy objects define user-owned hooks and metadata.
  • TimeSeries objects define framework-validated outputs and export contracts.
  • Schema docs are generated from code and kept synchronized in CI.

API pointers