Class CapitalReturn
Represents capital return for products
public sealed class CapitalReturn
- Inheritance
-
CapitalReturn
- Inherited Members
Constructors
CapitalReturn()
public CapitalReturn()
Properties
Annualised
Annualised capital return for products expired pre-maturely or for naturally matured products in %
public double? Annualised { get; set; }
Property Value
DateUTC
The date of a capital return
public DateTime? DateUTC { get; set; }
Property Value
Type
Defines if the capital return of the products is actual or estimated in-house
public ActualEstimated Type { get; set; }
Property Value
Value
Capital return for products expired pre-maturely or for naturally matured products in %
public double? Value { get; set; }