Attribute: Bankruptcy
Description
The details of the bankruptcy filing (chapter_type, filing date and case number etc.) a legal entity has ever filed. All bankruptcy cases are handled in federal courts under rules outlined in the U.S. Bankruptcy Code.
Data Fields
Field Name | Description | Data Type |
---|---|---|
debtorName | The debtor's name on the filing. | string |
trustee | In a bankruptcy case, a trustee, appointed by the United States Trustee Program, oversees the process, ensuring fair and equitable distribution of assets, and may sell non-exempt property to repay creditors, depending on the chapter of bankruptcy. | string |
judge | Name of the bankruptcy court judge presiding over the case. | string |
filingDate | The date the bankruptcy was filed. | date |
chapterType |
| string |
caseNumber | For example, the first digit in the case number "2:14-bk-12345" represents the district court number, "14" means it was filed in year 2024, "bk" means bankruptcy case, and "12345" is the sequence number. | string |
petition | A voluntary filing is initiated by the debtor, while an involuntary filing is initiated by creditors who believe the debtor is unable to pay their debts. | string |
entryDate | Date when the case was entered. | date |
dateConverted | Date when the case was converted from chapter 11 to chapter 7. | date |
dateDismissed | Date when the case was dismissed from court. | date |
dateTerminated | Final docket entry date, bankruptcy case closed. | date |
debtorDischargedDate | Court enters the date when the plan is fulfilled and debtor has completed plan repayments. | date |
planConfirmedDate | Date when the plan was confirmed. | date |