Descriptive information that describes a particular basket of instruments. Most commonly required with a CDS Index or similarly defined instrument.
More...
|
| string | Index [get, set] |
| | Index set, e.g. iTraxx or CDX. More...
|
| |
| string | Name [get, set] |
| | The index name within the set, e.g. "MAIN" or "Crossover". More...
|
| |
| string | Region [get, set] |
| | Applicable geographic country or region. Typically something like "Europe", "Asia ex-Japan", "Japan" or "Australia". More...
|
| |
| int | SeriesId [get, set] |
| | The series identifier. More...
|
| |
Descriptive information that describes a particular basket of instruments. Most commonly required with a CDS Index or similarly defined instrument.
◆ BasketIdentifier() [1/2]
| Lusid.Sdk.Model.BasketIdentifier.BasketIdentifier |
( |
| ) |
|
|
inlineprotected |
◆ BasketIdentifier() [2/2]
| Lusid.Sdk.Model.BasketIdentifier.BasketIdentifier |
( |
string |
index = default(string), |
|
|
string |
name = default(string), |
|
|
string |
region = default(string), |
|
|
int |
seriesId = default(int) |
|
) |
| |
|
inline |
Initializes a new instance of the BasketIdentifier class.
- Parameters
-
| index | Index set, e.g. iTraxx or CDX. (required). |
| name | The index name within the set, e.g. "MAIN" or "Crossover". (required). |
| region | Applicable geographic country or region. Typically something like "Europe", "Asia ex-Japan", "Japan" or "Australia". (required). |
| seriesId | The series identifier. (required). |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.BasketIdentifier.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.BasketIdentifier.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.BasketIdentifier.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.BasketIdentifier.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Index
| string Lusid.Sdk.Model.BasketIdentifier.Index |
|
getset |
Index set, e.g. iTraxx or CDX.
Index set, e.g. iTraxx or CDX.
◆ Name
| string Lusid.Sdk.Model.BasketIdentifier.Name |
|
getset |
The index name within the set, e.g. "MAIN" or "Crossover".
The index name within the set, e.g. "MAIN" or "Crossover".
◆ Region
| string Lusid.Sdk.Model.BasketIdentifier.Region |
|
getset |
Applicable geographic country or region. Typically something like "Europe", "Asia ex-Japan", "Japan" or "Australia".
Applicable geographic country or region. Typically something like "Europe", "Asia ex-Japan", "Japan" or "Australia".
◆ SeriesId
| int Lusid.Sdk.Model.BasketIdentifier.SeriesId |
|
getset |
The series identifier.
The series identifier.
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/BasketIdentifier.cs