Database – Curtailment Template Lines Entity (curtailment_template_lines_entity)
Description
This holds curtailment line template information used when creating flooring loans. These lines are attached to a curtailment template.
Column |
Data Type |
Column Info |
Value Notes |
Other |
id |
int(11) |
The id of the entity |
||
template_id |
int(11) |
Associated template ID |
||
days |
int(11) |
due date days |
||
amount |
decimal(11,2) |
Amount charged for the curtailment |
||
percent |
decimal(11,7) |
Percentage used to calculate total |
||
deleted |
tinyint(1) |
Whether or not the entity was deleted |
1 - yes, 0 - no |
|
lastUpdated |
timestamp |
Timestamp of when the entity was last updated |