Database – Default Charges (defaults_charges)
Description
This holds tenant-wide default options for new charges.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
loan_class | char(30) | The classification for the loan | loan.class.* | |
loan_type | char(30) | Loan type code for associated loans | loan.type.* | |
type | int(11) | Identifier for the entity type | ||
application_type | varchar(100) | Charge application type code | loan.latefeeapp.* | |
past_due_setting | varchar(100) | |||
interest_bearing | tinyint(1) | Whether or not is interest bearing | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |