Skip to content

@livefolio/sdk / RebalanceConfig

Type Alias: RebalanceConfig

RebalanceConfig = object

Defined in: tactical/types.ts:86

Controls when the strategy is permitted to issue rebalance orders. If omitted from a TacticalSpec, the default is { frequency: 'Daily' }.

See

isRebalanceDay for the trading-calendar-aware gate implementation.

Properties

frequency

frequency: RebalanceFrequency

Defined in: tactical/types.ts:88

How often the strategy may rebalance.

Released under the MIT License.