Class Underlying
Represents information about the underlying
public sealed class Underlying : StrongEntity
- Inheritance
-
Underlying
- Inherited Members
Constructors
Underlying()
public Underlying()
Properties
Domicile
The country ISO Code
public string Domicile { get; set; }
Property Value
GroupId
The underlying group Id
public long GroupId { get; set; }
Property Value
GroupName
The underlying group Name
public string GroupName { get; set; }
Property Value
ISIN
The International Securities Identification Numbers (ISIN)
public string ISIN { get; set; }
Property Value
InstrumentGroupId
The instrument group Id
public long? InstrumentGroupId { get; set; }
Property Value
- long?
InstrumentGroupName
The instrument group Name
public string InstrumentGroupName { get; set; }
Property Value
InstrumentId
The instrument Id
public long? InstrumentId { get; set; }
Property Value
- long?
InstrumentName
The instrument Name
public string InstrumentName { get; set; }
Property Value
Level
The underlying Level
public double? Level { get; set; }
Property Value
Provider
The underlying provider
public UnderlyingProvider Provider { get; set; }
Property Value
SectorGroupId
The sector group Id
public long? SectorGroupId { get; set; }
Property Value
- long?
SectorGroupName
The sector group Name
public string SectorGroupName { get; set; }
Property Value
SectorId
The sector Id
public long? SectorId { get; set; }
Property Value
- long?
SectorName
The sector Name
public string SectorName { get; set; }
Property Value
Weight
The underlying weight
public double? Weight { get; set; }