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...
|
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. More...
|
|
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").
◆ FlowConventionName() [1/2]
Lusid.Sdk.Model.FlowConventionName.FlowConventionName |
( |
| ) |
|
|
inlineprotected |
◆ 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
-
currency | Currency of the flow convention name. (required). |
indexName | The index, if present, that is required. e.g. "IBOR", "OIS" or "SONIA".. |
tenor | Tenor for the convention name. (required). |
◆ Equals() [1/2]
◆ Equals() [2/2]
override bool Lusid.Sdk.Model.FlowConventionName.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
input | Object 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
◆ 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.
Tenor for the convention name.
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/FlowConventionName.cs