Class UnderlyingGreekSearchRequest
Represents a model for Underlying greek search request
public class UnderlyingGreekSearchRequest
- Inheritance
-
UnderlyingGreekSearchRequest
- Inherited Members
Constructors
UnderlyingGreekSearchRequest()
public UnderlyingGreekSearchRequest()
Properties
DateFrom
The date from
public DateOnly? DateFrom { get; set; }
Property Value
DateTo
The date to
public DateOnly? DateTo { get; set; }
Property Value
Dates
The dates
public IList<DateOnly> Dates { get; set; }
Property Value
UnderlyingAttributedNotionalFrom
The attributed notional from
public double? UnderlyingAttributedNotionalFrom { get; set; }
Property Value
UnderlyingAttributedNotionalTo
The attributed notional to
public double? UnderlyingAttributedNotionalTo { get; set; }
Property Value
UnderlyingIds
The list of underlyings
public IList<long> UnderlyingIds { get; set; }
Property Value
UnderlyingNotionalFrom
The underlying notional value from
public double? UnderlyingNotionalFrom { get; set; }
Property Value
UnderlyingNotionalTo
The underlying notional value to
public double? UnderlyingNotionalTo { get; set; }
Property Value
UnderlyingProductIds
The underlying product Ids
public IList<long> UnderlyingProductIds { get; set; }