ScheduleStub#
-
class sigtech.framework.schedules.schedule.ScheduleStub
An instrument-like object holding information about a schedule and valuation time.
-
property valuation_tzinfo
Return the valuation timezone info.
-
calendar_schedule() Schedule
Return the daily schedule using holiday input.
-
history_schedule() Schedule
Return the daily schedule using holiday input.
-
trade_schedule() Schedule
Return the daily schedule using holiday input.
-
valuation_dt(d: date) datetime
Return a timezone-aware valuation date time for the input date.
- Parameters:
d – Input date.
- Returns:
datetime.