Skip to content

@livefolio/sdk / RebalanceFrequency

Type Alias: RebalanceFrequency

RebalanceFrequency = "Daily" | "Weekly" | "Monthly" | "Quarterly" | "Yearly"

Defined in: tactical/types.ts:78

Cadence at which the strategy is allowed to rebalance.

  • 'Daily' — every trading day
  • 'Weekly' — last trading day of each ISO week
  • 'Monthly' — last trading day of each calendar month
  • 'Quarterly' — last trading day of each calendar quarter
  • 'Yearly' — last trading day of each calendar year

Released under the MIT License.