Class Participation
Represents the underlying's performance for growth and growth and income products
Constructors
Participation()
Declaration
public Participation()
Properties
DateUTC
The date of participation
Declaration
public Nullable<DateTime> DateUTC { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Direction
The direction of trade
Declaration
public DirectionParticipation Direction { get; set; }
Property Value
Type | Description |
---|---|
DirectionParticipation |
Frequency
Frequency of period
Declaration
public Frequency Frequency { get; set; }
Property Value
Type | Description |
---|---|
Frequency |
MaxValue
The maximum value of participation
Declaration
public Nullable<double> MaxValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
MinValue
The minimum value of participation
Declaration
public Nullable<double> MinValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Rate
The level
Declaration
public Nullable<double> Rate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Strike
The trigger for participation
Declaration
public Nullable<double> Strike { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |