Class Valuation
Represents the valuation
Constructors
Valuation()
Declaration
public Valuation()
Properties
IsLive
True if the product is considered Live at the valuation date
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RedemptionType
The type of redemption
Declaration
public Nullable<RedemptionType> RedemptionType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<RedemptionType> |
ValuationDateUTC
The date of the valuation (can be final date if the product has ended)
Declaration
public DateTime ValuationDateUTC { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Value
The valuation value (percentage)
Declaration
public Nullable<double> Value { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |