Class AnnuityBonus
The annuity bonus
Constructors
AnnuityBonus()
Declaration
public AnnuityBonus()
Properties
Bonus
The Bonus Value
Declaration
public double Bonus { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BonusFrequency
The Bonus frequency
Declaration
public Nullable<Frequency> BonusFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Frequency> |
BonusType
The Type of the Bonus
Declaration
public Nullable<BonusType> BonusType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BonusType> |
NumberYears
The Number of Years
Declaration
public Nullable<int> NumberYears { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StartDateUTC
The Start Date of the Bonus
Declaration
public Nullable<DateTime> StartDateUTC { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
VestingPeriod
The Vesting Period for a Bonus
Declaration
public Nullable<int> VestingPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |