Table Description

Trustee: A trustee is an individual or an organization who manages a trust on behalf of a beneficiary or beneficiaries.

A trustee can determine the amount of distributions paid from the trust to the beneficiary.

Example

Linda Smith has established a trust. Linda Smith is the grantor of the trust and has asked her sister Debra Smith to be the trustee of the trust. A case worker creates a Trustee record Debra Smith which is associated with Linda Smith's Trust record. Debra can determine the amount of distributions paid from the trust to the beneficiary.

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::Evidence::Service Layer::Entity::Resources::Trustee::Trustee
Controlling File: Evidence\model\ServiceLayer\entity\Resources\Trustee\Trustee_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
evidenceIDkeyno

System generated unique identifier for the trustee.

EVIDENCE_ID SVR_INT64
trusteeTypedetailsyes

The type of Trustee, for example, an individual/organization who manages a trust on behalf of the beneficiary or beneficiaries.

EVD_TRUSTEE_TYPETrusteeTypeSVR_STRING<10>
determineDistributionsInddetailsyes

Indicator to show whether or not the amount distributed from the trust is determined by the Trustee.

CURAM_INDICATOR SVR_BOOLEAN
commentsdetailsyes

Details related to the Trustee.

COMMENTS SVR_STRING<300>
caseParticipantRoleIDdetailsno

The Case Participant Role ID of the Trustee. The Trustee may be an individual or an organization.

CASE_PARTICIPANT_ROLE_ID SVR_INT64
startDatedetails 

The start date of the Trustee.

CURAM_DATE SVR_DATE
endDatedetails 

The end date of the Trustee.

CURAM_DATE SVR_DATE
Foreign Keys (1)
ChildParent
Trustee.caseParticipantRoleIDCaseParticipantRole.caseParticipantRoleID
Indices (1)
Index NameAttributes
IND_241791917caseParticipantRoleID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: evidenceID
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Operation 
Related Pages (3)