Table of Contents

Class Identifiers

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

Represents the various identifiers that a product can have

public sealed class Identifiers
Inheritance
Identifiers
Inherited Members

Constructors

Identifiers()

public Identifiers()

Properties

CUSIP

The Committee on Uniform Securities Identification Procedures

public string CUSIP { get; set; }

Property Value

string

FundservId

The Fundserv identifier

public string FundservId { get; set; }

Property Value

string

ISINs

The International Securities Identification Numbers (ISIN) - only public values

public IList<string> ISINs { get; set; }

Property Value

IList<string>

PrivateISINs

The International Securities Identification Numbers (ISIN) - only private values

public IList<string> PrivateISINs { get; set; }

Property Value

IList<string>

ProductCode

The internal Euromoney product code

public string ProductCode { get; set; }

Property Value

string

WKN

The WKN, or Wertpapierkennnummer, (WKN, WPKN, WPK or simply Wert), is a German securities identification code

public string WKN { get; set; }

Property Value

string