Table Description
Income Evidence: Income Evidence details for a household.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Income Support Screening::Service Layer::Entity::ISIncomeEvidence::ISIncomeEvidence
Controlling File: ISScreening\model\Packages\Service Layer\Entity\ISIncomeEvidence_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
isIncomeEvidenceIDkeynoThe system generated unique identifier of a IncomeEvidence record.IS_INCOME_EVIDENCE_ID SVR_INT64
participantRoleIDdetailsnoThe concernRoleID of the household member for whom the IncomeEvidence is recorded.CONCERN_ROLE_ID SVR_INT64
incomeTypedetails The type of income the household member is receiving.IS_INCOME_TYPEIncomeTypeCodeSVR_STRING<10>
incomeFrequencydetails The frequency at which the household member receives income.FREQUENCY_CODE_STATICFrequencyCodeSVR_STRING<10>
incomeAmountdetails The amount of income received by the household memberCURAM_AMOUNT SVR_MONEY
Foreign Keys (1)
ChildParent
ISIncomeEvidence.participantRoleIDConcernRole.concernRoleID
Indices (1)
Index NameAttributes
IND__2065703153participantRoleID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: isIncomeEvidenceID
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Operation 
readByKeyParticipantRoleIDnsread To retrieve an ISIncomeEvidence record for a specific household member 
validateDetails  Validates the ISIncomeEvidence details prior to insert and modify. 
Related Pages (12)