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

Representation of an abstract definition of a flow convention set consisting of currency, tenor and an index name (arbitrary string but likely something like "IBOR"). More...

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

Public Member Functions

 FlowConventionName (string currency=default(string), string indexName=default(string), string tenor=default(string))
 Initializes a new instance of the FlowConventionName 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 (FlowConventionName input)
 Returns true if FlowConventionName instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Currency [get, set]
 Currency of the flow convention name. More...
 
string IndexName [get, set]
 The index, if present, that is required. e.g. "IBOR", "OIS" or "SONIA". More...
 
string Tenor [get, set]
 Tenor for the convention name. For more information on tenors, see knowledge base article KA-02097 More...
 

Detailed Description

Representation of an abstract definition of a flow convention set consisting of currency, tenor and an index name (arbitrary string but likely something like "IBOR").

Constructor & Destructor Documentation

◆ FlowConventionName() [1/2]

Lusid.Sdk.Model.FlowConventionName.FlowConventionName ( )
inlineprotected

Initializes a new instance of the FlowConventionName class.

◆ FlowConventionName() [2/2]

Lusid.Sdk.Model.FlowConventionName.FlowConventionName ( string  currency = default(string),
string  indexName = default(string),
string  tenor = default(string) 
)
inline

Initializes a new instance of the FlowConventionName class.

Parameters
currencyCurrency of the flow convention name. (required).
indexNameThe index, if present, that is required. e.g. "IBOR", "OIS" or "SONIA"..
tenorTenor for the convention name. For more information on tenors, see knowledge base article KA-02097 (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FlowConventionName instances are equal

Parameters
inputInstance of FlowConventionName to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Currency

string Lusid.Sdk.Model.FlowConventionName.Currency
getset

Currency of the flow convention name.

Currency of the flow convention name.

◆ IndexName

string Lusid.Sdk.Model.FlowConventionName.IndexName
getset

The index, if present, that is required. e.g. "IBOR", "OIS" or "SONIA".

The index, if present, that is required. e.g. "IBOR", "OIS" or "SONIA".

◆ Tenor

string Lusid.Sdk.Model.FlowConventionName.Tenor
getset

Tenor for the convention name. For more information on tenors, see knowledge base article KA-02097

Tenor for the convention name. For more information on tenors, see knowledge base article KA-02097


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