StrategySchedule#

class sigtech.framework.schedules.strategy.StrategySchedule

A class containing combined information of a strategy history schedule and trade schedule.

dependencies(input_dependency: sigtech.framework.internal.infra.mu.graph.registry.factory.Dependency, valuation_currency: Optional[str] = None, use_start: bool = False) list[sigtech.framework.internal.infra.mu.graph.registry.factory.Dependency]

Dependencies

property holidays

Calculate holidays for this schedule.

history_schedule(start_date, end_date)

Get the history schedule (adjusted to start-end).

Parameters
  • start_date – Start date.

  • end_date – End date.

Returns

History schedule.

trade_schedule(start_date, end_date)

Get the trade schedule (adjusted to start-end).

Parameters
  • start_date – Start date.

  • end_date – End date.

Returns

History schedule.