Database – Interest Rate Adjustment (interest_rate_adjustment_entity)
General
This article goes over the interest rate adjustment collections in the API.
Interest Rate Adjustment (interest_rate_adjustment_entity)
Column | Data Type | Column Info | Value Notes |
id | int(11) | The id of the interest rate adjustment | |
entity_type | varchar(100) | The entity type of the interest rate adjustment | |
entity_id | int(11) | The entity id of the interest rate adjustment | |
mod_id | int(11) | This is the modification id on a loan | |
type | char(50) | The type of the interest rate adjustment | |
title | varchar(255) | The title of the interest rate adjustment | |
date | date | The date when the interest rate adjustment was initiated | 0000-00-00 |
amount | decimal(11,2) | The amount of the interest rate adjustment | |
category_id | int(11) | The category id of the interest rate adjustment | |
import_id | varchar(15) | The import id of the interest rate adjustment | |
deleted | tinyint(1) | This means the interest rate adjustment was deleted | 1 - yes 0 - no |
lastUpdated | timestamp | This is the time and date when the interest rate adjustment was last updated |