Table of Contents

Class Participation

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

Represents the underlying's performance for growth and growth and income products

public sealed class Participation
Inheritance
Participation
Inherited Members

Constructors

Participation()

public Participation()

Properties

DateUTC

The date of participation

public DateTime? DateUTC { get; set; }

Property Value

DateTime?

Direction

The direction of trade

public DirectionParticipation Direction { get; set; }

Property Value

DirectionParticipation

Frequency

Frequency of period

public Frequency Frequency { get; set; }

Property Value

Frequency

MaxValue

The maximum value of participation

public double? MaxValue { get; set; }

Property Value

double?

MinValue

The minimum value of participation

public double? MinValue { get; set; }

Property Value

double?

Rate

The level

public double? Rate { get; set; }

Property Value

double?

Strike

The trigger for participation

public double? Strike { get; set; }

Property Value

double?