Class AnnuityBonus
The annuity bonus
public class AnnuityBonus
- Inheritance
-
AnnuityBonus
- Inherited Members
Constructors
AnnuityBonus()
public AnnuityBonus()
Properties
Bonus
The Bonus Value
public double Bonus { get; set; }
Property Value
BonusFrequency
The Bonus frequency
public Frequency? BonusFrequency { get; set; }
Property Value
BonusType
The Type of the Bonus
public BonusType? BonusType { get; set; }
Property Value
NumberYears
The Number of Years
public int? NumberYears { get; set; }
Property Value
- int?
StartDateUTC
The Start Date of the Bonus
public DateTime? StartDateUTC { get; set; }
Property Value
VestingPeriod
The Vesting Period for a Bonus
public int? VestingPeriod { get; set; }
Property Value
- int?