Base class for representing schedules in LUSID. This base class should not be directly instantiated; each supported ScheduleType has a corresponding inherited class.
Name |
Type |
Description |
Notes |
scheduleType |
ScheduleTypeEnum |
The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, BondConversionSchedule, Invalid |
|
Name |
Value |
FIXEDSCHEDULE |
"FixedSchedule" |
FLOATSCHEDULE |
"FloatSchedule" |
OPTIONALITYSCHEDULE |
"OptionalitySchedule" |
STEPSCHEDULE |
"StepSchedule" |
EXERCISE |
"Exercise" |
FXRATESCHEDULE |
"FxRateSchedule" |
FXLINKEDNOTIONALSCHEDULE |
"FxLinkedNotionalSchedule" |
BONDCONVERSIONSCHEDULE |
"BondConversionSchedule" |
INVALID |
"Invalid" |
Back to Model list • Back to API list • Back to README