Premium Feature
Bankruptcies are available as a premium feature. Contact Sales to inquire more about access.
Bankruptcy monitoring is a critical function when taking on financial balance sheet risk when managing and on-boarding customers.
{
"object": "bankruptcy",
"id": "1a26be73-477b-4835-bfa3-854f76117efe",
"business_id": "cbb789ab-1d83-4151-a3ea-f914ade31946"
"case_number": "3:19-bk-03813",
"case_updates": [
{
"description": "Joint Administration - Motion (Multi)",
"guid": "https://ecf.deb.uscourts.gov/cgi-bin/DktRpt.pl?182276-2",
"pub_date": "2020-08-17 01:47:28.000000 UTC"
}
],
"chapter": 7,
"court": "Southern District of California",
"filing_date": "2020-08-16",
"debtors:" [
{
"name": "Middesk Inc."
}
]
}
Attribute | Type | Description |
---|---|---|
case_number | string | The bankruptcy court case number |
debtors | object[] | The list of debtors |
debtors[].name | string | The name of the debtor |
court_type | string | The two letter abbreviation for the type of court case. Bankruptcies are filed under br |
chapter | integer | The chapter of the bankruptcy code in which the case falls under |
state | string | The state in which the bankruptcy occurs |
court | string | The name of the court in which the hearing took place |
office | string | The court number |
trustee | string | The administrator assigned to the bankruptcy case |
case_updates | object[] | The list of updates associated to the bankruptcy case |
case_updates[].description | string | Information about the case update |
case_updates[].guid | string | The url to the case update |
case_updates[].pub_date | string | The publish date of the case update |
filing_date | string | The filing date of the bankruptcy |