Skip to content

@livefolio/sdk / FromSpecOptions

Type Alias: FromSpecOptions

FromSpecOptions = object

Defined in: tactical/from-spec.ts:39

Runtime dependencies required by fromSpec to hydrate a TacticalSpec into a runnable Strategy.

Properties

calendar

calendar: Calendar

Defined in: tactical/from-spec.ts:43

Exchange calendar used to gate rebalance days via isRebalanceDay.


runtime

runtime: FeatureRuntime

Defined in: tactical/from-spec.ts:41

Feature computation backend — wraps the data feed and caching layer.

Released under the MIT License.