Class UnderlyingGreek
Represents the underlying greek
Constructors
UnderlyingGreek()
Declaration
public UnderlyingGreek()
Properties
AttributedNotional
The attributed notional
Declaration
public double AttributedNotional { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Date
The date
Declaration
public DateOnly Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateOnly |
Id
The underlying Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Markets
The Markets
Declaration
public ICollection<UnderlyingGreekMarket> Markets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<UnderlyingGreekMarket> |
Name
The underlying 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 |
Products
The products
Declaration
public ICollection<UnderlyingGreekProduct> Products { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<UnderlyingGreekProduct> |
Valuation
The valuation
Declaration
public double Valuation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VersusBarrier
The Versus Barrier
Declaration
public UnderlyingGreekVersus<UnderlyingGreekVersusBarrier> VersusBarrier { get; set; }
Property Value
Type | Description |
---|---|
UnderlyingGreekVersus<UnderlyingGreekVersusBarrier> |
VersusTime
The Versus Time
Declaration
public UnderlyingGreekVersus<UnderlyingGreekVersusTime> VersusTime { get; set; }
Property Value
Type | Description |
---|---|
UnderlyingGreekVersus<UnderlyingGreekVersusTime> |