Parent table is: ACCT
There are no child tables.
Go to SSASIM input parameters overview
SSASIM: ACCTAA . id
Identifies id of rows that contain an age-gender matrix of asset allocation percentages. There is a different row for each age, so many rows may have the same id value.
Valid values: 1 to 999999999 (nine digits), Integer
Source code: acct.h and acct.cpp
SSASIM: ACCTAA . notes
Describes specification of table row in free-form note.
Valid values: any ASCII text (Note: do not copy and paste from a word processor because of the possibility of embedded non-ASCII characters.)
Source code: notes are not read by the model
SSASIM: ACCTAA . age
Specifies age of females and males whose asset allocation percentages are specified on this row. Ages for which no row exists have their parameter values calculated by linear interpolation between the closest prior age and closest subsequent age for which table rows have been specified for this id. Values for ages following the last specified age are taken to be equal to value in the last specified age for each parameter. Must always specify a row for age equal to min_earn_age=16.
Valid values: min_earn_age=16 to 125, Integer
Source code: acct.h and acct.cpp
SSASIM: ACCTAA . tb_pct_f
Specifies percent of account balance allocated to Treasury bonds by women at the age specified on this row. This percent applies to the total account balance, not just to the annual contribution to the account.
Valid values: 0 to 100, Integer
Source code: acct.h and acct.cpp
SSASIM: ACCTAA . eq_pct_f
Specifies percent of account balance allocated to equities by women at the age specified on this row. This percent applies to the total account balance, not just to the annual contribution to the account.
Valid values: 0 to 100, Integer
Source code: acct.h and acct.cpp
SSASIM: ACCTAA . tb_pct_m
Specifies percent of account balance allocated to Treasury bonds by men at the age specified on this row. This percent applies to the total account balance, not just to the annual contribution to the account.
Valid values: 0 to 100, Integer
Source code: acct.h and acct.cpp
SSASIM: ACCTAA . eq_pct_m
Specifies percent of account balance allocated to equities by men at the age specified on this row. This percent applies to the total account balance, not just to the annual contribution to the account.
Valid values: 0 to 100, Integer
Source code: acct.h and acct.cpp