Class Identifiers
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
FundservId
The Fundserv identifier
public string FundservId { get; set; }
Property Value
ISINs
The International Securities Identification Numbers (ISIN) - only public values
public IList<string> ISINs { get; set; }
Property Value
PrivateISINs
The International Securities Identification Numbers (ISIN) - only private values
public IList<string> PrivateISINs { get; set; }
Property Value
ProductCode
The internal Euromoney product code
public string ProductCode { get; set; }
Property Value
WKN
The WKN, or Wertpapierkennnummer, (WKN, WPKN, WPK or simply Wert), is a German securities identification code
public string WKN { get; set; }