Table of Contents

Class Exercise

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

Represents information related to exercise events either by the investor or by the issuer

public sealed class Exercise
Inheritance
Exercise
Inherited Members

Constructors

Exercise()

public Exercise()

Properties

DateUTC

The exercise date

public DateTime? DateUTC { get; set; }

Property Value

DateTime?

Payout

The exercise payout amount

public double Payout { get; set; }

Property Value

double

Type

The exercise type

public ExerciseType? Type { get; set; }

Property Value

ExerciseType?