Database – Rules Applied, Bankruptcy (rule_applied_bankruptcy_entity)
Shows information regarding Bankruptcy Rules Applied.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The Id of the entity | ||
name | varchar(100) | Name of the entity | ||
rule | text | Associated Clojure Rule used in entity evaluation | ||
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 | 1 - yes, 0 - no | |
forcing | tinyint(1) | Whether or not to force | 1 - yes, 0 - no | |
global_order | int(11) | Gobal execution order | ||
chapter | varchar(100) | The bankruptcy chapter | ||
petition_status | varchar(100) | The petition status | loan.bankruptcyPetitionStatus.discharged, loan.bankruptcyPetitionStatus.dismissed, loan.bankruptcyPetitionStatus.petitionFiled, loan.bankruptcyPetitionStatus.planConfirmed, loan.bankruptcyPetitionStatus.reaffirmed | |
process_status | varchar(100) | The process status | loan.bankruptcyProcessStatus.claimFiled, loan.bankruptcyProcessStatus.discharged, loan.bankruptcyProcessStatus.dismissed, loan.bankruptcyProcessStatus.noticeReceived, loan.bankruptcyProcessStatus.petitionFiledVerified, loan.bankruptcyProcessStatus.planConfirmed, loan.bankruptcyProcessStatus.reaffirmed | |
case_number | varchar(255) | The bankruptcy case number | ||
filing_date | int(11) | The date of filing | ||
filing_date_setting | char(100) | The filing date setting | ||
notice_received_ date | int(11) | The notice received date | ||
notice_received_ date_setting | char(100) | The notice received date setting | ||
automatic_stay_status | varchar(100) | Setting regarding the stay | loan.bankruptcyAutomaticStayStatus.courtApproved, loan.bankruptcyAutomaticStayStatus.enforced, loan.bankruptcyAutomaticStayStatus.pending | |
customer_id | varchar(100) | Id of associated customer | ||
customer_role | varchar(100) | Customer role | ||
petition_type | varchar(100) | Bankruptcy petition type | loan.bankruptcyPetitionType.joint, loan.bankruptcyPetitionType.single | |
bankruptcy_district | varchar(255) | District the bankruptcy was filed in | ||
city | varchar(100) | City the bankruptcy was filed in | ||
state | varchar(100) | State the bankruptcy was filed in | ||
proof_of_claim_deadline_date | int(11) | Deadline date for proof of claim | ||
proof_of_claim_deadline_date_setting | char(100) | Deadline date setting | ||
meeting_of_creditors_date | int(11) | Meeting of creditors date | ||
meeting_of_creditors_date_setting | char(100) | Setting for meeting date | ||
objection_deadline_date | int(11) | Deadline date for objection | ||
objection_deadline_date_setting | char(100) | Setting for objection date | ||
objection_status | varchar(100) | Objection status | ||
liened_property_status | varchar(100) | Liened property status | ||
proof_of_claim_filed_status | varchar(100) | Proof of claim filed status | ||
proof_of_claim_filed_date | int(11) | Proof of claim filed date | ||
proof_of_claim_filed_date_setting | char(100) | Setting for proof of claim date | ||
dismissed_date | int(11) | Dismissed date | ||
dismissed_date_setting | char(100) | Setting for dismissed date | ||
closed_reason | varchar(255) | Reason bankruptcy closed | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
active | tinyint(1) | Whether or not the entity is active | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |