Table Description
Simulation: Stores the detail records relating to a payment simulation.

When a payment simulation is stored, this entity stores the details of each deduction that exists on the case when the simulation is created, the nominee to which the payment would be made and the amount. The high level details for the simulation are stored in the simulation header entity.

Example

A case worker creates a product delivery case for participant Linda Smith. Two case deductions are added to the product delivery case and activated. The case worker adds evidence and certification to the product delivery case, approves and activates the case. On the Simulate Payment page the case worker simulates the payment for the entitlement and the deductions for a specific date entered. From this page the case worker saves the simulation details that have been generated.

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::Core::Reference Model::Financial::Entity Objects::Simulation::Simulation
Controlling File: core\model\Packages\Financial Manager Packages\Simulation_cat.efx
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
simulationIDkeynoUnique identifier for the simulation record.SIMULATION_ID SVR_INT64
simulationHeaderIDdetailsnoUnique identifier for the related simulation header record.SIMULATION_HEADER_ID SVR_INT64
fromDatedetails Start date of the coverage period for the instruction line item or deduction.CURAM_DATE SVR_DATE
toDatedetails End Date of the coverage period for the instruction line item or deduction.CURAM_DATE SVR_DATE
nomineedetails Nominee on the case for which the payment is valid for the given simulation period.CASE_NOMINEE_ID SVR_INT64
amountdetails The amount of the simulated instruction line item.CURAM_AMOUNT SVR_MONEY
iliTypedetails Type of instruction line item. This is populated if the instruction line item is a payment.ILI_TYPE_CODEILITypeSVR_STRING<10>
deductionNamedetails Name of the Deduction. This is populated if the instruction line item is a deduction.DEDUCTION_NAME_CODEDeductionNameSVR_STRING<10>
Foreign Keys (1)
ChildParent
Simulation.simulationHeaderIDSimulationHeader.simulationHeaderID
Indices (1)
Index NameAttributes
SimulationIdxsimulationHeaderID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: simulationID
Standard Operation 
searchBySimulationHeaderIDreadmulti   
readread Standard Operation 
removeAllForHeaderIDns Remove all of the simulation records that apply to a specific simulation header record.SQL
Related Pages (5)