Class CapitalReturn
Represents capital return for products
Constructors
CapitalReturn()
Declaration
public CapitalReturn()
Properties
Annualised
Annualised capital return for products expired pre-maturely or for naturally matured products in %
Declaration
public Nullable<double> Annualised { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
DateUTC
The date of a capital return
Declaration
public Nullable<DateTime> DateUTC { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Type
Defines if the capital return of the products is actual or estimated in-house
Declaration
public ActualEstimated Type { get; set; }
Property Value
Type | Description |
---|---|
ActualEstimated |
Value
Capital return for products expired pre-maturely or for naturally matured products in %
Declaration
public Nullable<double> Value { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |