Class UnderlyingGreekProduct
Represents the underlying greek product
Constructors
UnderlyingGreekProduct()
Declaration
public UnderlyingGreekProduct()
Properties
CurrencyName
The Currency Name
Declaration
public string CurrencyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrencyNotional
The currency notional
Declaration
public double CurrencyNotional { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Id
The Product Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
MarketId
The Market Id
Declaration
public long MarketId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
MarketName
The Market Name
Declaration
public string MarketName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The Product 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 |