Class Expiry
Represents expiry of a product
Constructors
Expiry()
Declaration
public Expiry()
Properties
Type
Defines if the expiry date is actual or estimated
Declaration
public ActualEstimated Type { get; set; }
Property Value
| Type | Description |
|---|---|
| ActualEstimated |
ValueUTC
The expiry date (before the predetermined maturity date for tranche products; populated also for continuous products)
Declaration
public Nullable<DateTime> ValueUTC { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |