LUSID C# SDK
Public Types | Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.StepScheduleAllOf Class Reference

StepScheduleAllOf More...

Inheritance diagram for Lusid.Sdk.Model.StepScheduleAllOf:
Inheritance graph
[legend]

Public Types

enum class  ScheduleTypeEnum {
  FixedSchedule = 1 , FloatSchedule = 2 , OptionalitySchedule = 3 , StepSchedule = 4 ,
  Exercise = 5 , FxRateSchedule = 6 , FxLinkedNotionalSchedule = 7 , Invalid = 8
}
 The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid More...
 

Public Member Functions

 StepScheduleAllOf (string levelType=default(string), string stepScheduleType=default(string), List< LevelStep > steps=default(List< LevelStep >), ScheduleTypeEnum scheduleType=default(ScheduleTypeEnum))
 Initializes a new instance of the StepScheduleAllOf class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual 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 (StepScheduleAllOf input)
 Returns true if StepScheduleAllOf instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 StepScheduleAllOf ()
 Initializes a new instance of the StepScheduleAllOf class. More...
 

Properties

ScheduleTypeEnum ScheduleType [get, set]
 The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid 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< LevelStepSteps [get, set]
 The level steps which are applied. More...
 

Detailed Description

StepScheduleAllOf

Member Enumeration Documentation

◆ ScheduleTypeEnum

The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid

The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid

Enumerator
FixedSchedule 

Enum FixedSchedule for value: FixedSchedule

FloatSchedule 

Enum FloatSchedule for value: FloatSchedule

OptionalitySchedule 

Enum OptionalitySchedule for value: OptionalitySchedule

StepSchedule 

Enum StepSchedule for value: StepSchedule

Exercise 

Enum Exercise for value: Exercise

FxRateSchedule 

Enum FxRateSchedule for value: FxRateSchedule

FxLinkedNotionalSchedule 

Enum FxLinkedNotionalSchedule for value: FxLinkedNotionalSchedule

Invalid 

Enum Invalid for value: Invalid

Constructor & Destructor Documentation

◆ StepScheduleAllOf() [1/2]

Lusid.Sdk.Model.StepScheduleAllOf.StepScheduleAllOf ( )
inlineprotected

Initializes a new instance of the StepScheduleAllOf class.

◆ StepScheduleAllOf() [2/2]

Lusid.Sdk.Model.StepScheduleAllOf.StepScheduleAllOf ( string  levelType = default(string),
string  stepScheduleType = default(string),
List< LevelStep steps = default(List<LevelStep>),
ScheduleTypeEnum  scheduleType = default(ScheduleTypeEnum) 
)
inline

Initializes a new instance of the StepScheduleAllOf class.

Parameters
levelTypeThe type of shift or adjustment that the quantity represents. Supported string (enumeration) values are: [Absolute, AbsoluteShift, Percentage, AbsolutePercentage]. (required).
stepScheduleTypeThe type of step that this schedule is for. Supported string (enumeration) values are: [Coupon, Notional, Spread]. (required).
stepsThe level steps which are applied. (required).
scheduleTypeThe available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid (required).

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.StepScheduleAllOf.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.StepScheduleAllOf.Equals ( StepScheduleAllOf  input)
inline

Returns true if StepScheduleAllOf instances are equal

Parameters
inputInstance of StepScheduleAllOf to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.StepScheduleAllOf.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.StepScheduleAllOf.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.StepScheduleAllOf.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ LevelType

string Lusid.Sdk.Model.StepScheduleAllOf.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].

◆ ScheduleType

ScheduleTypeEnum Lusid.Sdk.Model.StepScheduleAllOf.ScheduleType
getset

◆ Steps

List<LevelStep> Lusid.Sdk.Model.StepScheduleAllOf.Steps
getset

The level steps which are applied.

The level steps which are applied.

◆ StepScheduleType

string Lusid.Sdk.Model.StepScheduleAllOf.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: