Class Valuation
Represents the valuation
public class Valuation
- Inheritance
-
Valuation
- Inherited Members
Constructors
Valuation()
public Valuation()
Properties
IsLive
True if the product is considered Live at the valuation date
public bool IsLive { get; set; }
Property Value
RedemptionType
The type of redemption
public RedemptionType? RedemptionType { get; set; }
Property Value
ValuationDateUTC
The date of the valuation (can be final date if the product has ended)
public DateTime ValuationDateUTC { get; set; }
Property Value
Value
The valuation value (percentage)
public double? Value { get; set; }