Class Issuer
Represents the issuer of a product
public class Issuer : GroupedStrongEntity
- Inheritance
-
Issuer
- Inherited Members
Constructors
Issuer()
public Issuer()
Properties
CreditRatings
The Credit Ratings
public IList<CreditRating> CreditRatings { get; set; }
Property Value
Id
The Id of the entity
public override long Id { get; }
Property Value
IsPublic
Defines if the entity contains publicly available information
public bool IsPublic { get; set; }
Property Value
LegalEntityIdentifier
The LEI (Legal Entity Identifier)
public string LegalEntityIdentifier { get; set; }
Property Value
Type
The type
public CompanyType Type { get; set; }