Table of Contents

Class Underlying

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

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

string

GroupId

The underlying group Id

public long GroupId { get; set; }

Property Value

long

GroupName

The underlying group Name

public string GroupName { get; set; }

Property Value

string

ISIN

The International Securities Identification Numbers (ISIN)

public string ISIN { get; set; }

Property Value

string

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

string

InstrumentId

The instrument Id

public long? InstrumentId { get; set; }

Property Value

long?

InstrumentName

The instrument Name

public string InstrumentName { get; set; }

Property Value

string

Level

The underlying Level

public double? Level { get; set; }

Property Value

double?

Provider

The underlying provider

public UnderlyingProvider Provider { get; set; }

Property Value

UnderlyingProvider

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

string

SectorId

The sector Id

public long? SectorId { get; set; }

Property Value

long?

SectorName

The sector Name

public string SectorName { get; set; }

Property Value

string

Weight

The underlying weight

public double? Weight { get; set; }

Property Value

double?