Class Expiry
Represents expiry of a product
public sealed class Expiry
- Inheritance
-
Expiry
- Inherited Members
Constructors
Expiry()
public Expiry()
Properties
Type
Defines if the expiry date is actual or estimated
public ActualEstimated Type { get; set; }
Property Value
ValueUTC
The expiry date (before the predetermined maturity date for tranche products; populated also for continuous products)
public DateTime? ValueUTC { get; set; }