Class Identifiers
Represents the various identifiers that a product can have
Constructors
Identifiers()
Declaration
public Identifiers()
Properties
CUSIP
The Committee on Uniform Securities Identification Procedures
Declaration
public string CUSIP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FundservId
The Fundserv identifier
Declaration
public string FundservId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ISINs
The International Securities Identification Numbers (ISIN) - only public values
Declaration
public IList<string> ISINs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
PrivateISINs
The International Securities Identification Numbers (ISIN) - only private values
Declaration
public IList<string> PrivateISINs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
ProductCode
The internal Euromoney product code
Declaration
public string ProductCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WKN
The WKN, or Wertpapierkennnummer, (WKN, WPKN, WPK or simply Wert), is a German securities identification code
Declaration
public string WKN { get; set; }
Property Value
Type | Description |
---|---|
System.String |