ScheduleStub#

class sigtech.framework.schedules.schedule.ScheduleStub

An instrument-like object holding information about a schedule and valuation time.

history_schedule() sigtech.framework.schedules.schedule.Schedule

Return the daily schedule using holiday input.

trade_schedule() sigtech.framework.schedules.schedule.Schedule

Return the daily schedule using holiday input.

calendar_schedule() sigtech.framework.schedules.schedule.Schedule

Return the daily schedule using holiday input.

valuation_dt(d: datetime.date) datetime.datetime

Return a timezone-aware valuation date time for the input date.

Parameters

d – Input date.

Returns

datetime.

property valuation_tzinfo

Return the valuation timezone info.