Table of Contents

Class MaxPayout

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

Represents an maximum payout

public class MaxPayout
Inheritance
MaxPayout
Inherited Members

Constructors

MaxPayout()

public MaxPayout()

Properties

DateUTC

The date of MaxPayout

public DateTime DateUTC { get; set; }

Property Value

DateTime

MaxAnnualized

The MaxAnnualized value

public double? MaxAnnualized { get; set; }

Property Value

double?

Payout

The value of payout

public double Payout { get; set; }

Property Value

double

Strike

The strike value

public double Strike { get; set; }

Property Value

double