Table of Contents

Class UnderlyingGreekSearchRequest

Namespace
Si.Srp.Models.Greeks.Request
Assembly
Si.Srp.Models.Greeks.dll

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

DateOnly?

DateTo

The date to

public DateOnly? DateTo { get; set; }

Property Value

DateOnly?

Dates

The dates

public IList<DateOnly> Dates { get; set; }

Property Value

IList<DateOnly>

UnderlyingAttributedNotionalFrom

The attributed notional from

public double? UnderlyingAttributedNotionalFrom { get; set; }

Property Value

double?

UnderlyingAttributedNotionalTo

The attributed notional to

public double? UnderlyingAttributedNotionalTo { get; set; }

Property Value

double?

UnderlyingIds

The list of underlyings

public IList<long> UnderlyingIds { get; set; }

Property Value

IList<long>

UnderlyingNotionalFrom

The underlying notional value from

public double? UnderlyingNotionalFrom { get; set; }

Property Value

double?

UnderlyingNotionalTo

The underlying notional value to

public double? UnderlyingNotionalTo { get; set; }

Property Value

double?

UnderlyingProductIds

The underlying product Ids

public IList<long> UnderlyingProductIds { get; set; }

Property Value

IList<long>