|
LUSID C# SDK
|
Schedule that steps at known dated points in time. Used in representation of a sinking bond, also called amortisation, steps in coupons for fixed bonds and spreads for floating bonds. More...

Public Member Functions | |
| StepSchedule (string levelType=default(string), string stepScheduleType=default(string), List< LevelStep > steps=default(List< LevelStep >), ScheduleTypeEnum scheduleType=default(ScheduleTypeEnum)) | |
| Initializes a new instance of the StepSchedule class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override string | ToJson () |
| Returns the JSON string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (StepSchedule input) |
| Returns true if StepSchedule instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Public Member Functions inherited from Lusid.Sdk.Model.Schedule | |
| Schedule (ScheduleTypeEnum scheduleType=default(ScheduleTypeEnum)) | |
| Initializes a new instance of the Schedule class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (Schedule input) |
| Returns true if Schedule instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| StepSchedule () | |
| Initializes a new instance of the StepSchedule class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Protected Member Functions inherited from Lusid.Sdk.Model.Schedule | |
| Schedule () | |
| Initializes a new instance of the Schedule class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Properties | |
| string | LevelType [get, set] |
| The type of shift or adjustment that the quantity represents. Supported string (enumeration) values are: [Absolute, AbsoluteShift, Percentage, AbsolutePercentage]. More... | |
| string | StepScheduleType [get, set] |
| The type of step that this schedule is for. Supported string (enumeration) values are: [Coupon, Notional, Spread]. More... | |
| List< LevelStep > | Steps [get, set] |
| The level steps which are applied. More... | |
Properties inherited from Lusid.Sdk.Model.Schedule | |
| ScheduleTypeEnum | ScheduleType [get, set] |
| Available values: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, BondConversionSchedule, Invalid. More... | |
Additional Inherited Members | |
Public Types inherited from Lusid.Sdk.Model.Schedule | |
| enum class | ScheduleTypeEnum { FixedSchedule = 1 , FloatSchedule = 2 , OptionalitySchedule = 3 , StepSchedule = 4 , Exercise = 5 , FxRateSchedule = 6 , FxLinkedNotionalSchedule = 7 , BondConversionSchedule = 8 , Invalid = 9 } |
| Available values: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, BondConversionSchedule, Invalid. More... | |
Schedule that steps at known dated points in time. Used in representation of a sinking bond, also called amortisation, steps in coupons for fixed bonds and spreads for floating bonds.
|
inlineprotected |
Initializes a new instance of the StepSchedule class.
|
inline |
Initializes a new instance of the StepSchedule class.
| levelType | The type of shift or adjustment that the quantity represents. Supported string (enumeration) values are: [Absolute, AbsoluteShift, Percentage, AbsolutePercentage]. (required). |
| stepScheduleType | The type of step that this schedule is for. Supported string (enumeration) values are: [Coupon, Notional, Spread]. (required). |
| steps | The level steps which are applied. (required). |
| scheduleType | Available values: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, BondConversionSchedule, Invalid. (required) (default to "StepSchedule"). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if StepSchedule instances are equal
| input | Instance of StepSchedule to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.Schedule.
|
inline |
Returns the string presentation of the object
|
getset |
The type of shift or adjustment that the quantity represents. Supported string (enumeration) values are: [Absolute, AbsoluteShift, Percentage, AbsolutePercentage].
The type of shift or adjustment that the quantity represents. Supported string (enumeration) values are: [Absolute, AbsoluteShift, Percentage, AbsolutePercentage].
|
getset |
The level steps which are applied.
The level steps which are applied.
|
getset |
The type of step that this schedule is for. Supported string (enumeration) values are: [Coupon, Notional, Spread].
The type of step that this schedule is for. Supported string (enumeration) values are: [Coupon, Notional, Spread].