Database – Rules Applied Stop Interest (rule_applied_stop_interest_entity)
Holds information for stop interest rules applied. These rules applied affect stop interest dates 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 | ||
days_from_today | int(11) | Days from today to use | ||
days_from_today_setting | char(100) | |||
type | char(30) | stop interest type | loan.stopInterestType.* | |
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 | |
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 | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |