Class Issuer
Represents the issuer of a product
Constructors
Issuer()
Declaration
public Issuer()
Properties
CreditRatings
The Credit Ratings
Declaration
public IList<CreditRating> CreditRatings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<CreditRating> |
Id
The Id of the entity
Declaration
public override long Id { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Overrides
IsPublic
Defines if the entity contains publicly available information
Declaration
public bool IsPublic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LegalEntityIdentifier
The LEI (Legal Entity Identifier)
Declaration
public string LegalEntityIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The type
Declaration
public CompanyType Type { get; set; }
Property Value
Type | Description |
---|---|
CompanyType |