Database – Rules Applied Charge Off Entity (rule_applied_charge_off_entity)
Holds information for charge off rules applied. These rules applied affect charge off on loans.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
name | varchar(100) | Entity name | ||
rule | text | Associated Clojure Rule used in entity evaluation | ||
is_payment | tinyint(1) | Whether or not this is a payment | 1 - yes, 0 - no | |
payment_type_id | int(11) | payment type id | ||
amount_setting | varchar(255) | Setting for specific amount | ||
amount | decimal(11,2) | payment amount | ||
early | tinyint(1) | Whether or not payment is early | 1 - yes, 0 - no | |
info | varchar(255) | Extra information about an entity instance | ||
credit_category | int(11) | credit category | ||
reset_pastdue | tinyint(11) | Whether or not to reset past due | ||
under_pay_diff | char(26) | underpay difference | ||
over_pay_diff | char(28) | overpay difference | ||
advancement_category | int(11) | advancement category | ||
enroll_new_loans | tinyint(1) | Whether or not to enroll new loans | 1 - yes, 0 - no | |
enroll_existing_loans | tinyint(1) | Whether or not to enroll existing loans | 1 - yes, 0 - no | |
enabled | tinyint(1) | Whether or not is enabled | 1 - yes, 0 - no | |
eval_in_daily_maint | tinyint(1) | Whether or not to evaluate this entity during daily maintenance | 1 - yes, 0 - no | |
eval_real_time | tinyint(1) | Whether or not to Evaluate in real-time | 1 - yes, 0 - no | |
exec_pre_activation | tinyint(1) | Execute pre activation or not | ||
forcing | tinyint(1) | Whether or not to force | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
global_order | int(11) | Global execution order | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
charge_off | tinyint(1) | If the account is charged off | ||
transaction_date | int(11) | Date of the transaction | ||
transaction_date_setting | varchar(255) | Setting for transaction date |