Database – Escrow Adjustment Entity (escrow_adjustment_entity)
Description
This holds adjustment information for escrows. This allows for an escrow amount to be adjusted after the time of contract.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
entity_id | int(11) | ID of the associated entity | ||
entity_type | varchar(100) | Type of the associated entity | ||
mod_id | int(11) | The id of the associated loan modification | ||
subset | int(11) | ID of associated escrow subset | ||
period | int(11) | transaction period | ||
amount | decimal(11,2) | Amount to adjust escrow by. | ||
description | varchar(255) | The description of the entity instance | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |