Table of Contents

Class Autocall

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

Represents information about the Auto-call events

public sealed class Autocall
Inheritance
Autocall
Inherited Members

Constructors

Autocall()

public Autocall()

Properties

DateUTC

The autocall date

public DateTime DateUTC { get; set; }

Property Value

DateTime

Level

The autocall level

public double? Level { get; set; }

Property Value

double?

Payout

The autocall payout amount

public double? Payout { get; set; }

Property Value

double?