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...
|
| 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...
|
|
| 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...
|
|
|
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...
|
|
ScheduleTypeEnum | ScheduleType [get, set] |
| The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, Invalid More...
|
|
|
enum class | ScheduleTypeEnum {
FixedSchedule = 1
, FloatSchedule = 2
, OptionalitySchedule = 3
, StepSchedule = 4
,
Exercise = 5
, FxRateSchedule = 6
, Invalid = 7
} |
| The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, 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.
◆ StepSchedule() [1/2]
Lusid.Sdk.Model.StepSchedule.StepSchedule |
( |
| ) |
|
|
inlineprotected |
◆ StepSchedule() [2/2]
Initializes a new instance of the StepSchedule class.
- Parameters
-
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 | The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, Invalid (required) (default to "StepSchedule"). |
◆ BaseValidate()
IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.StepSchedule.BaseValidate |
( |
ValidationContext |
validationContext | ) |
|
|
inlineprotected |
To validate all properties of the instance
- Parameters
-
validationContext | Validation context |
- Returns
- Validation Result
◆ Equals() [1/2]
override bool Lusid.Sdk.Model.StepSchedule.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
bool Lusid.Sdk.Model.StepSchedule.Equals |
( |
StepSchedule |
input | ) |
|
|
inline |
Returns true if StepSchedule instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
override int Lusid.Sdk.Model.StepSchedule.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
override string Lusid.Sdk.Model.StepSchedule.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.Schedule.
◆ ToString()
override string Lusid.Sdk.Model.StepSchedule.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ LevelType
string Lusid.Sdk.Model.StepSchedule.LevelType |
|
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].
◆ Steps
List<LevelStep> Lusid.Sdk.Model.StepSchedule.Steps |
|
getset |
The level steps which are applied.
The level steps which are applied.
◆ StepScheduleType
string Lusid.Sdk.Model.StepSchedule.StepScheduleType |
|
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].
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/StepSchedule.cs