Table of Contents

Class AnnuityBonus

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

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

double

BonusFrequency

The Bonus frequency

public Frequency? BonusFrequency { get; set; }

Property Value

Frequency?

BonusType

The Type of the Bonus

public BonusType? BonusType { get; set; }

Property Value

BonusType?

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

DateTime?

VestingPeriod

The Vesting Period for a Bonus

public int? VestingPeriod { get; set; }

Property Value

int?