Table of Contents

Class DerivativeCounterparty

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

Represents the distributor of a product

public class DerivativeCounterparty : StrongEntity
Inheritance
DerivativeCounterparty
Inherited Members

Constructors

DerivativeCounterparty()

public DerivativeCounterparty()

Properties

Id

The Id of the entity

public override long Id { get; }

Property Value

long

IsPublic

Defines if the entity contains publicly available information

public bool IsPublic { get; set; }

Property Value

bool

LegalEntityIdentifier

The LEI (Legal Entity Identifier)

public string LegalEntityIdentifier { get; set; }

Property Value

string

Type

The type

public CompanyType Type { get; set; }

Property Value

CompanyType