Class DerivativeCounterparty
Represents the distributor of a product
Constructors
DerivativeCounterparty()
Declaration
public DerivativeCounterparty()
Properties
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 |