Table Description

Transfer To Trust: This evidence captures ownership transfer evidence details for a household member who transfers their ownership of a resource to a Trust.

Example

Linda Smith owns a property. The property resource and her ownership of the resource are recorded by the case worker. She has informed the agency that she has transferred the value of the property to a trust. The case worker records the details of the Trust and the Beneficiaries of the trust. The agency worker then creates a Transfer to Trust record, and records the details of the transfer.

Model Details
Location in Model: Logical View::MetaModel::Curam::Evidence::Service Layer::Entity::Resources::TransferToTrust::TransferToTrust
Controlling File: Evidence\model\ServiceLayer\entity\Resources\TransferToTrust\TransferToTrust_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (12)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
evidenceIDkeyno

System generated unique identifier for the Transfer To Trust evidence. There is no UI field for this attribute.

EVIDENCE_ID SVR_INT64
transferDatedetailsyes

The date on which the ownership was transferred. The UI field name for this attribute is 'Transfer Date'.

CURAM_DATE SVR_DATE
transferReasondetailsyes

The reason for the transfer of the ownership. Examples include: Court Ordered, Unexpected Circumstances, etc. This is populated from the 'OwnershipTransferReason' code table. The UI field name for this attribute is 'Transfer Reason'.

EVD_OWNERSHIP_TRANSFER_REASONOwnershipTransferReasonSVR_STRING<10>
fairMarketValueAtTransferdetailsyes

The fair market value of the Household Member's ownership, at the time of the transfer. The UI field name for this attribute is 'Value of Ownership'

CURAM_AMOUNT SVR_MONEY
transferValuedetailsyes

The monetary value that has been agreed upon for transfer of ownership. The UI field name for this attribute is 'Transfer Value'.

CURAM_AMOUNT SVR_MONEY
actingOnBehalfInddetailsyes

Indicator to show if an individual is acting on behalf of the Household Member. The UI field name for this attribute is 'Transfer on Behalf of this participant'.

CURAM_INDICATOR SVR_BOOLEAN
attemptedToRegainPossessionInddetailsyes

Indicator to show whether the individual has attempted to regain possession of the resource. The UI field name for this attribute is 'Attempted to Regain Possession'.

CURAM_INDICATOR SVR_BOOLEAN
legalBindDocInPlaceInddetailsyes

Indicator to show that there is a legally binding document in place for this transfer. The UI field name for this attribute is 'Legally Binding Document in Place'.

CURAM_INDICATOR SVR_BOOLEAN
recipientTrustIDdetailsyes

The ID of the recipient trust. The UI field name for this attribute is 'Trust Grantor'.

EVD_TRUST_ID SVR_INT64
beneficiaryIDdetailsyes

The ID of the beneficiary. The UI field name for this attribute is 'Transfer to Beneficiary'.

EVIDENCE_ID SVR_INT64
percentageOwnedTransferreddetailsyes

The percentage of the ownership transferred. There is no UI field for this attribute.

EVD_OWNERSHIP_PERCENTAGE SVR_DOUBLE
commentsdetails 

Details related to the ownership. The UI field name for this attribute is 'Comments'.

COMMENTS SVR_STRING<300>
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: evidenceID
Insert a new TransferToTrust entry into database 
readread Read a TransferToTrust entry from database. 
modifymodify Modifies TransferToTrust entity. 
removeremove Remove TransferToTrust entry from database. 
transferEvidence    
Related Pages (13)