Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Psa::DimLimits Enumeration

Constants for dimensioning.

C++
enum DimLimits {
  MAXCONTRIBRATES = 3,
  MAXCONTRIBAGES = 3,
  FIRST_AGE = 16,
  NUM_ANNUITY_AGES = 60
};
Members 
Description 
MAXCONTRIBRATES = 3 
The maximum number of bend points allowed in the contribution rate. 
MAXCONTRIBAGES = 3 
The maximum number of bend points allowed in the contribution rate, when they vary by age. 
FIRST_AGE = 16 
The lowest age considered for annuities. 
NUM_ANNUITY_AGES = 60 
The number of ages for which annuities can start (16 to 75). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!