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

FxLinkedNotionalScheduleAllOf More...

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

 FxLinkedNotionalScheduleAllOf (FxConventions fxConventions=default(FxConventions), string varyingNotionalCurrency=default(string), RelativeDateOffset varyingNotionalFixingDates=default(RelativeDateOffset), RelativeDateOffset varyingNotionalInterimExchangePaymentDates=default(RelativeDateOffset), ScheduleTypeEnum scheduleType=default(ScheduleTypeEnum))
 Initializes a new instance of the FxLinkedNotionalScheduleAllOf 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 (FxLinkedNotionalScheduleAllOf input)
 Returns true if FxLinkedNotionalScheduleAllOf instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ScheduleTypeEnum ScheduleType [get, set]
 The available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid More...
 
FxConventions FxConventions [get, set]
 Gets or Sets FxConventions More...
 
string VaryingNotionalCurrency [get, set]
 The currency of the varying notional amount. More...
 
RelativeDateOffset VaryingNotionalFixingDates [get, set]
 Gets or Sets VaryingNotionalFixingDates More...
 
RelativeDateOffset VaryingNotionalInterimExchangePaymentDates [get, set]
 Gets or Sets VaryingNotionalInterimExchangePaymentDates More...
 

Detailed Description

FxLinkedNotionalScheduleAllOf

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

◆ FxLinkedNotionalScheduleAllOf() [1/2]

Lusid.Sdk.Model.FxLinkedNotionalScheduleAllOf.FxLinkedNotionalScheduleAllOf ( )
inlineprotected

Initializes a new instance of the FxLinkedNotionalScheduleAllOf class.

◆ FxLinkedNotionalScheduleAllOf() [2/2]

Lusid.Sdk.Model.FxLinkedNotionalScheduleAllOf.FxLinkedNotionalScheduleAllOf ( FxConventions  fxConventions = default(FxConventions),
string  varyingNotionalCurrency = default(string),
RelativeDateOffset  varyingNotionalFixingDates = default(RelativeDateOffset),
RelativeDateOffset  varyingNotionalInterimExchangePaymentDates = default(RelativeDateOffset),
ScheduleTypeEnum  scheduleType = default(ScheduleTypeEnum) 
)
inline

Initializes a new instance of the FxLinkedNotionalScheduleAllOf class.

Parameters
fxConventionsfxConventions (required).
varyingNotionalCurrencyThe currency of the varying notional amount. (required).
varyingNotionalFixingDatesvaryingNotionalFixingDates (required).
varyingNotionalInterimExchangePaymentDatesvaryingNotionalInterimExchangePaymentDates.
scheduleTypeThe available values are: FixedSchedule, FloatSchedule, OptionalitySchedule, StepSchedule, Exercise, FxRateSchedule, FxLinkedNotionalSchedule, Invalid (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FxLinkedNotionalScheduleAllOf instances are equal

Parameters
inputInstance of FxLinkedNotionalScheduleAllOf to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ FxConventions

FxConventions Lusid.Sdk.Model.FxLinkedNotionalScheduleAllOf.FxConventions
getset

Gets or Sets FxConventions

◆ ScheduleType

ScheduleTypeEnum Lusid.Sdk.Model.FxLinkedNotionalScheduleAllOf.ScheduleType
getset

◆ VaryingNotionalCurrency

string Lusid.Sdk.Model.FxLinkedNotionalScheduleAllOf.VaryingNotionalCurrency
getset

The currency of the varying notional amount.

The currency of the varying notional amount.

◆ VaryingNotionalFixingDates

RelativeDateOffset Lusid.Sdk.Model.FxLinkedNotionalScheduleAllOf.VaryingNotionalFixingDates
getset

Gets or Sets VaryingNotionalFixingDates

◆ VaryingNotionalInterimExchangePaymentDates

RelativeDateOffset Lusid.Sdk.Model.FxLinkedNotionalScheduleAllOf.VaryingNotionalInterimExchangePaymentDates
getset

Gets or Sets VaryingNotionalInterimExchangePaymentDates


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