Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.2 KB

Schedule.md

File metadata and controls

33 lines (19 loc) · 1.2 KB

Schedule

Base class for representing schedules in LUSID. This base class should not be directly instantiated; each supported ScheduleType has a corresponding inherited class.

Properties

Name Type Description Notes
scheduleType ScheduleTypeEnum The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, BondConversionSchedule, Invalid

Enum: ScheduleTypeEnum

Name Value
FIXEDSCHEDULE "FixedSchedule"
FLOATSCHEDULE "FloatSchedule"
OPTIONALITYSCHEDULE "OptionalitySchedule"
STEPSCHEDULE "StepSchedule"
EXERCISE "Exercise"
FXRATESCHEDULE "FxRateSchedule"
FXLINKEDNOTIONALSCHEDULE "FxLinkedNotionalSchedule"
BONDCONVERSIONSCHEDULE "BondConversionSchedule"
INVALID "Invalid"

Back to Model listBack to API listBack to README