Database – Rules Applied APD Reset Entity (rule_applied_apd_reset_entity)
Description
Holds information for APD rules applied. These rules applied affect APD 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 | ||
amount | decimal(11,2) | Amount past due to reset | ||
amount_setting | char(100) | Which specific amount change will take place | ||
amount_type | char(100) | Base values for the amount change | ||
dpd_reset | tinyint(1) | Whether or not to reset days past due | 1 - yes, 0 - no | |
days_from_today | int(11) | Days from today to use | ||
days_from_today_setting | char(100) | The base date to use when setting days from today | ||
adjustment_type | char(26) | adjustment type | loan.apd.adjust.type.fixed, loan.apd.adjust.type.zero | |
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) | Whether or not to execute prior to account activation | ||
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) | Gobal execution order | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |