Object describing a particular industry classifier, which comprises a classification code and the name of the classification system to which the code belongs.
More...
|
| string | ClassificationSystemName [get, set] |
| | The name of the classification system to which the classification code belongs (e.g. GICS). Available values: GICS2018. More...
|
| |
| string | ClassificationCode [get, set] |
| | The specific industry classification code assigned to the legal entity. More...
|
| |
Object describing a particular industry classifier, which comprises a classification code and the name of the classification system to which the code belongs.
◆ IndustryClassifier() [1/2]
| Lusid.Sdk.Model.IndustryClassifier.IndustryClassifier |
( |
| ) |
|
|
inlineprotected |
◆ IndustryClassifier() [2/2]
| Lusid.Sdk.Model.IndustryClassifier.IndustryClassifier |
( |
string |
classificationSystemName = default(string), |
|
|
string |
classificationCode = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the IndustryClassifier class.
- Parameters
-
| classificationSystemName | The name of the classification system to which the classification code belongs (e.g. GICS). Available values: GICS2018. (required). |
| classificationCode | The specific industry classification code assigned to the legal entity. (required). |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.IndustryClassifier.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.IndustryClassifier.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.IndustryClassifier.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.IndustryClassifier.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ ClassificationCode
| string Lusid.Sdk.Model.IndustryClassifier.ClassificationCode |
|
getset |
The specific industry classification code assigned to the legal entity.
The specific industry classification code assigned to the legal entity.
◆ ClassificationSystemName
| string Lusid.Sdk.Model.IndustryClassifier.ClassificationSystemName |
|
getset |
The name of the classification system to which the classification code belongs (e.g. GICS). Available values: GICS2018.
The name of the classification system to which the classification code belongs (e.g. GICS). Available values: GICS2018.
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/IndustryClassifier.cs