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

OptionalityScheduleAllOf More...

Inheritance diagram for Lusid.Sdk.Model.OptionalityScheduleAllOf:
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

 OptionalityScheduleAllOf (string exerciseType=default(string), List< OptionEntry > optionEntries=default(List< OptionEntry >), string optionType=default(string), ScheduleTypeEnum scheduleType=default(ScheduleTypeEnum))
 Initializes a new instance of the OptionalityScheduleAllOf 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 (OptionalityScheduleAllOf input)
 Returns true if OptionalityScheduleAllOf instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ScheduleTypeEnum ScheduleType [get, set]
 The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid More...
 
string ExerciseType [get, set]
 The exercise type of the optionality schedule (American or European). For American type, the bond is perpetually callable from a given exercise date until it matures, or the next date in the schedule. For European type, the bond is only callable on a given exercise date. Supported string (enumeration) values are: [European, American]. More...
 
List< OptionEntryOptionEntries [get, set]
 The dates at which the bond call/put may be actioned, and associated strikes. More...
 
string OptionType [get, set]
 Type of optionality for the schedule. Supported string (enumeration) values are: [Call, Put]. More...
 

Detailed Description

OptionalityScheduleAllOf

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

◆ OptionalityScheduleAllOf() [1/2]

Lusid.Sdk.Model.OptionalityScheduleAllOf.OptionalityScheduleAllOf ( )
inlineprotected

Initializes a new instance of the OptionalityScheduleAllOf class.

◆ OptionalityScheduleAllOf() [2/2]

Lusid.Sdk.Model.OptionalityScheduleAllOf.OptionalityScheduleAllOf ( string  exerciseType = default(string),
List< OptionEntry optionEntries = default(List<OptionEntry>),
string  optionType = default(string),
ScheduleTypeEnum  scheduleType = default(ScheduleTypeEnum) 
)
inline

Initializes a new instance of the OptionalityScheduleAllOf class.

Parameters
exerciseTypeThe exercise type of the optionality schedule (American or European). For American type, the bond is perpetually callable from a given exercise date until it matures, or the next date in the schedule. For European type, the bond is only callable on a given exercise date. Supported string (enumeration) values are: [European, American]..
optionEntriesThe dates at which the bond call/put may be actioned, and associated strikes..
optionTypeType of optionality for the schedule. Supported string (enumeration) values are: [Call, Put]..
scheduleTypeThe available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OptionalityScheduleAllOf instances are equal

Parameters
inputInstance of OptionalityScheduleAllOf to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ExerciseType

string Lusid.Sdk.Model.OptionalityScheduleAllOf.ExerciseType
getset

The exercise type of the optionality schedule (American or European). For American type, the bond is perpetually callable from a given exercise date until it matures, or the next date in the schedule. For European type, the bond is only callable on a given exercise date. Supported string (enumeration) values are: [European, American].

The exercise type of the optionality schedule (American or European). For American type, the bond is perpetually callable from a given exercise date until it matures, or the next date in the schedule. For European type, the bond is only callable on a given exercise date. Supported string (enumeration) values are: [European, American].

◆ OptionEntries

List<OptionEntry> Lusid.Sdk.Model.OptionalityScheduleAllOf.OptionEntries
getset

The dates at which the bond call/put may be actioned, and associated strikes.

The dates at which the bond call/put may be actioned, and associated strikes.

◆ OptionType

string Lusid.Sdk.Model.OptionalityScheduleAllOf.OptionType
getset

Type of optionality for the schedule. Supported string (enumeration) values are: [Call, Put].

Type of optionality for the schedule. Supported string (enumeration) values are: [Call, Put].

◆ ScheduleType

ScheduleTypeEnum Lusid.Sdk.Model.OptionalityScheduleAllOf.ScheduleType
getset

The documentation for this class was generated from the following file: