Parent table is: BEN_RI
There are no child tables.
Go to SSASIM input parameters overview
SSASIM: NBEN_RI . id
Identifies id of rows that contain number of female and male OASI beneficiaries in RUN.year_zero for a specified age. There is a different row for each age, so many rows have the same id value.
Valid values: 1 to 999999999 (nine digits), Integer
Source code: ben_ri.h and ben_ri.cpp
SSASIM: NBEN_RI . 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: NBEN_RI . age
Specifies age of female and male OASI beneficiaries on this row.
Valid values: 0 to 125, Integer
Source code: ben_ri.h and ben_ri.cpp
SSASIM: NBEN_RI . female
Specifies number of female OASI beneficiaries of age specified on this row. Value is a head count, so 1000 means one thousand beneficiaries. Value is zero for an age that does not have a row.
Valid values: 0 to 9999999999 (ten digits), Integer
Source code: ben_ri.h and ben_ri.cpp
SSASIM: NBEN_RI . male
Specifies number of male OASI beneficiaries of age specified on this row. Value is a head count, so 1000 means one thousand beneficiaries. Value is zero for an age that does not have a row.
Valid values: 0 to 9999999999 (ten digits), Integer
Source code: ben_ri.h and ben_ri.cpp