Class UnderlyingGreekMarket
Represents the underlying greek market
Constructors
UnderlyingGreekMarket()
Declaration
public UnderlyingGreekMarket()
Properties
AttributedNotional
The attributed notional
Declaration
public double AttributedNotional { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Id
The market Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Name
The market Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Notional
The Notional
Declaration
public double Notional { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Valuation
The Valuation
Declaration
public double Valuation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |