Receivership Catalog
How it worksA first-party-only filing monitor for distressed operating companies. Rows are born from court dockets, court documents, official registers, company registries, or issuer filings.
First-party discovery only
News, receiver pages, claims agents, and practitioner pages cannot create catalog rows.
US/Canada companies
833
829 live / 5 setup blockers
US/Canada as of
Jul 12, 2026
Generated Jul 12, 2026, 5:40 PM
Streamed feed
1h
833 events / 17 pages
Production gate
5 blockers
4/9 coverage segments live
US/Canada is the active phase-one surface: company database, stream contract, freshness SLA, source health, DOZR regression, SQLite, and production blockers are generated together from the same first-party snapshot.
Global catalog context remains available below: 4,815 qualified global records / 6,842 live, 2,031 suppressed by default, 26 primary sources mapped.
4 US/Canada archive rows remain for regression coverage, including DOZR. Archive rows are not current live opportunities.
Company/legal-entity view derived from the verified first-party case catalog. Personal debtor rows stay in the case audit trail but are excluded from this company database.
Companies
833
Live companies
829
US / CA
759 / 74
As of
Jul 12, 2026
Generated
Jul 12, 2026
Live source proof
4 required feeds fresh
Row lineage
833 companies / 833 events
Stream and SQLite
Hourly stream (1h), 50/page, SQLite v21
Freshness SLA
Fresh Live Feeds With Production Blockers, next Jul 12, 2026, 6:40 PM
DOZR regression
DOZR Inc. - Oct 9, 2025
Coverage matrix
4/9 segments live
npm run check:receivership:us-ca:lineageThe US bankruptcy RSS monitor must read every bankruptcy court feed from the PACER court lookup before candidate rows can pass the US/Canada source-health gate.
Bankruptcy courts
94/94 bankruptcy courts
Truncated courts
0 truncated courts
Successful feeds
93 feeds
Opening petitions
3 candidates
RECEIVERSHIP_PACER_RSS_MAX_COURTS must stay at or above the current PACER bankruptcy-court lookup size; truncated courts fail the source-health check.Lookup: Sun, 12 Jul 2026 06:10:04 -0400
Latest item: Jul 12, 2026, 5:29 PM
Poll checkpoint.href. When generatedAt or highWatermark changes, fetch eventsPages.href for paginated JSON reads, or eventsNdjson.href/eventsJson.href for full-feed reads, and consume newest-first events until the stored cursor is reached.
API / feed
1 / 1
Cadence
60m, lag 3h
Events
833 total / 829 live
Release deltas
0 events
Pages
17 x 50
Cursor: eventId, eventTime, eventSequence
Sequence: Per Snapshot Newest First Position
Sort: eventTime_desc_caseId_asc
Sample cursor: receivership-company:pacer-rss-alsbk-26-12059:current
GitHub raw mirror: https://raw.githubusercontent.com/charliecf/charts.fyi/main/public/data/receivership/
Persist the highWatermark after a successful read. Use eventId as the primary durable cursor; eventTime and eventSequence are audit fields, and eventSequence is only a per-snapshot newest-first position.
Latest release audit compares stable company fields against the prior retained release, while release history keeps the rolling generatedAt, count, coverage, and watermark trail for scheduled refreshes.
Added / changed / removed
0 / 0 / 0
Current / previous
833 / 833
Retained releases
100 / 100
Latest release
Jul 12, 2026, 5:40 PM
Change status: No Stable Company Changes
Previous release: Jul 12, 2026, 3:40 PM
Retention: generatedAt_desc with max 100 releases.
New companies in latest release
No stable company additions in the latest release.
Live feeds are fresh; complete coverage still depends on the account and terms-gated sources below.
Europe remains staged for later; the gated work below is the remaining US/Canada path to production-grade coverage across national indexes and court-level sources.
Gated feeds
5
Credentials
3
Terms review
2
Billable
3
Import drops
4
Unimplemented
0
Version 1 is generated with the data bundle and checked by npm run check:receivership:us-ca:runbook.
GitHub commands
19
Import templates
4
Gate commands
33
- 11 commands
Review source activation rows, official references, legal review requirements, and account URLs.
- 219 commands
Set required GitHub Actions Secrets and Variables with approved placeholder replacements.
- 31 commands
Place authorized PACER, OSB BIA, and Ontario export files at configured import paths and validate them.
- 433 commands
Run a fresh US/Canada refresh and strict production verification after all source rows are activated.
- 51 commands
Dispatch the production-ready GitHub workflow only after local production gates pass.
Production gate
npm run fetch:receivership:us-canpm run check:receivership:us-canpm run check:receivership:us-ca:bc-csonpm run check:receivership:us-ca:confignpm run check:receivership:us-ca:onboardingnpm run check:receivership:us-ca:github-envnpm run check:receivership:us-ca:import-templatesnpm run check:receivership:us-ca:production-envnpm run check:receivership:us-ca:blockersnpm run check:receivership:us-ca:production-blocker-issuenpm run check:receivership:us-ca:setup-packetnpm run check:receivership:us-ca:source-decision-ledgernpm run check:receivership:us-ca:source-decision-ledger-templatenpm run check:receivership:us-ca:source-decision-packetnpm run check:receivership:us-ca:source-activationnpm run check:receivership:us-ca:source-healthnpm run check:receivership:us-ca:freshnessnpm run check:receivership:us-ca:sqlitenpm run check:receivership:us-ca:lineagenpm run check:receivership:us-ca:streamnpm run check:receivership:us-ca:searchnpm run check:receivership:us-ca:artifact-schemasnpm run check:receivership:us-ca:artifact-hashesnpm run check:receivership:us-ca:raw-snapshotsnpm run check:receivership:us-ca:release-auditnpm run check:receivership:us-ca:release-historynpm run check:receivership:country-guidenpm run check:receivership:us-ca:dozrnpm run check:receivership:us-ca:exportnpm run check:receivership:us-ca:acceptancenpm run check:receivership:us-ca:runbooknpm run verify:receivership:us-canpm run verify:receivership:us-ca:productionSource-by-source handoff for the remaining external accounts, terms approvals, spending limits, import drops, and final verification commands needed to turn the US/Canada release gate green.
Packet sources
5
Required commands
19
Billable sources
3
Import handoffs
4
Required GitHub setup commands
The decision ledger exposes the unique required GitHub Actions Secret and Variable commands that unblock the production-ready workflow.
Required
19 commands
Secrets
2 names
Variables
17 names
PACER_PASSWORDPACER_PASSWORD_VALUE='<PACER password>'; if [ "$PACER_PASSWORD_VALUE" = '<PACER password>' ]; then echo 'Replace PACER_PASSWORD_VALUE before setting PACER_PASSWORD' >&2; false; else gh secret set PACER_PASSWORD --app actions --repo 'charliecf/charts.fyi' --body "$PACER_PASSWORD_VALUE"; fiPACER_USERNAMEPACER_USERNAME_VALUE='<PACER username>'; if [ "$PACER_USERNAME_VALUE" = '<PACER username>' ]; then echo 'Replace PACER_USERNAME_VALUE before setting PACER_USERNAME' >&2; false; else gh secret set PACER_USERNAME --app actions --repo 'charliecf/charts.fyi' --body "$PACER_USERNAME_VALUE"; fiRECEIVERSHIP_CA_BC_CSO_IMPORT_PATHRECEIVERSHIP_CA_BC_CSO_IMPORT_PATH_VALUE='<path to authorized BC CSO new-case report export>'; if [ "$RECEIVERSHIP_CA_BC_CSO_IMPORT_PATH_VALUE" = '<path to authorized BC CSO new-case report export>' ]; then echo 'Replace RECEIVERSHIP_CA_BC_CSO_IMPORT_PATH_VALUE before setting RECEIVERSHIP_CA_BC_CSO_IMPORT_PATH' >&2; false; else gh variable set RECEIVERSHIP_CA_BC_CSO_IMPORT_PATH --repo 'charliecf/charts.fyi' --body "$RECEIVERSHIP_CA_BC_CSO_IMPORT_PATH_VALUE"; fiRECEIVERSHIP_CA_BC_CSO_POLLING_ENABLEDRECEIVERSHIP_CA_BC_CSO_POLLING_ENABLED_VALUE='<true after approvals and controls are in place>'; if [ "$RECEIVERSHIP_CA_BC_CSO_POLLING_ENABLED_VALUE" = '<true after approvals and controls are in place>' ]; then echo 'Replace RECEIVERSHIP_CA_BC_CSO_POLLING_ENABLED_VALUE before setting RECEIVERSHIP_CA_BC_CSO_POLLING_ENABLED' >&2; false; else gh variable set RECEIVERSHIP_CA_BC_CSO_POLLING_ENABLED --repo 'charliecf/charts.fyi' --body "$RECEIVERSHIP_CA_BC_CSO_POLLING_ENABLED_VALUE"; fiRECEIVERSHIP_CA_BC_CSO_TERMS_APPROVEDRECEIVERSHIP_CA_BC_CSO_TERMS_APPROVED_VALUE='<true after terms/legal review>'; if [ "$RECEIVERSHIP_CA_BC_CSO_TERMS_APPROVED_VALUE" = '<true after terms/legal review>' ]; then echo 'Replace RECEIVERSHIP_CA_BC_CSO_TERMS_APPROVED_VALUE before setting RECEIVERSHIP_CA_BC_CSO_TERMS_APPROVED' >&2; false; else gh variable set RECEIVERSHIP_CA_BC_CSO_TERMS_APPROVED --repo 'charliecf/charts.fyi' --body "$RECEIVERSHIP_CA_BC_CSO_TERMS_APPROVED_VALUE"; fiRECEIVERSHIP_CA_ON_COURTS_IMPORT_PATHRECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH_VALUE='<path to authorized Ontario court case/order export>'; if [ "$RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH_VALUE" = '<path to authorized Ontario court case/order export>' ]; then echo 'Replace RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH_VALUE before setting RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH' >&2; false; else gh variable set RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH --repo 'charliecf/charts.fyi' --body "$RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH_VALUE"; fiActivation queue
BC Court Services Online new cases
Terms And Legal Review
Non-billable terms/legal review can unblock an implemented collector or authorized import path before credentialed paid sources are configured.
Ontario Courts Public Portal
Terms And Legal Review
Non-billable terms/legal review can unblock an implemented collector or authorized import path before credentialed paid sources are configured.
Canada OSB Bankruptcy and Insolvency Records Search
Canada Paid Account And Import
National Canadian BIA coverage depends on paid OSB account setup plus an authorized saved-search import.
PACER Case Locator
Pacer Account And Cost Controls
National US bankruptcy backstop depends on PACER credentials and explicit daily cost controls.
PACER specific-court docket polling
Pacer Court Polling And Import
Court-specific PACER polling is the narrowest and most expensive remaining path, so it should run after account, allowlist, import, and cap decisions are settled.
BC Court Services Online new cases
Complete BC Court Services Online public-reuse terms review, then enable the approved polling/import workflow and provide the authorized new-case report import file path.
Import drop
RECEIVERSHIP_CA_BC_CSO_IMPORT_PATHOntario Courts Public Portal
Complete Ontario Courts Public Portal automation/reuse review and authorized import handoff before enabling this source. Missing: RECEIVERSHIP_CA_ON_COURTS_TERMS_APPROVED=true after automation and reuse terms review, RECEIVERSHIP_CA_ON_COURTS_POLLING_ENABLED=true after polling/import workflow approval, RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH pointing to an authorized JSON, NDJSON, or CSV court case/order export.
Import drop
RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATHCanada OSB Bankruptcy and Insolvency Records Search
Complete OSB Bankruptcy and Insolvency Records Search account, paid-search, cost-control, and authorized import setup before enabling this source. Missing: RECEIVERSHIP_OSB_BIA_ACCOUNT_CONFIRMED=true after registering for OSB Bankruptcy and Insolvency Records Search, RECEIVERSHIP_OSB_BIA_PAID_SEARCH_APPROVED=true after approving paid OSB searches, RECEIVERSHIP_OSB_BIA_DAILY_SEARCH_LIMIT, RECEIVERSHIP_OSB_BIA_SEARCH_BUDGET_CAD, RECEIVERSHIP_OSB_BIA_IMPORT_PATH pointing to an authorized JSON, NDJSON, or CSV OSB search result/details export.
Import drop
RECEIVERSHIP_OSB_BIA_IMPORT_PATHCost controls
RECEIVERSHIP_OSB_BIA_DAILY_SEARCH_LIMITRECEIVERSHIP_OSB_BIA_SEARCH_BUDGET_CADPACER Case Locator
Complete PACER Case Locator credentials and daily cost-cap setup before enabling bounded PCL ingestion. Missing: PACER_USERNAME and PACER_PASSWORD, RECEIVERSHIP_PACER_DAILY_COST_CAP_USD. PACER_OTP and PACER_CLIENT_CODE are optional depending on account settings.
Cost controls
RECEIVERSHIP_PACER_DAILY_COST_CAP_USDPACER specific-court docket polling
Complete PACER court-specific credentials, court allowlist, cost controls, polling approval, and authorized docket import setup before enabling this source. Missing: PACER_USERNAME and PACER_PASSWORD, RECEIVERSHIP_PACER_COURT_ALLOWLIST, RECEIVERSHIP_PACER_COURT_DAILY_COST_CAP_USD, RECEIVERSHIP_PACER_COURT_MAX_DOCKET_PAGES, RECEIVERSHIP_PACER_COURT_POLLING_ENABLED=true after credentials, allowlist, and cost controls are approved, RECEIVERSHIP_PACER_COURT_IMPORT_PATH pointing to an approved JSON, NDJSON, or CSV CM/ECF docket export.
Import drop
RECEIVERSHIP_PACER_COURT_IMPORT_PATHCost controls
RECEIVERSHIP_PACER_COURT_DAILY_COST_CAP_USDRECEIVERSHIP_PACER_COURT_MAX_DOCKET_PAGESExternal setup final verification
npm run fetch:receivership:us-canpm run check:receivership:us-ca:production-envnpm run check:receivership:us-ca:github-envnpm run check:receivership:us-ca:import-templatesnpm run check:receivership:us-ca:blockersnpm run check:receivership:us-ca:production-blocker-issuenpm run check:receivership:us-ca:setup-packetnpm run check:receivership:us-ca:source-decision-ledgernpm run check:receivership:us-ca:source-decision-ledger-templatenpm run check:receivership:us-ca:source-decision-packetnpm run check:receivership:us-ca:source-activationnpm run check:receivership:us-ca:source-healthnpm run check:receivership:us-ca:runbooknpm run verify:receivership:us-ca:productionActivation rows
0/5 ready
Missing secrets
2
Missing variables
17
GitHub Secrets
PACER_PASSWORDPACER_USERNAMEGitHub Variables
RECEIVERSHIP_CA_BC_CSO_IMPORT_PATHRECEIVERSHIP_CA_BC_CSO_POLLING_ENABLEDRECEIVERSHIP_CA_BC_CSO_TERMS_APPROVEDRECEIVERSHIP_CA_ON_COURTS_IMPORT_PATHRECEIVERSHIP_CA_ON_COURTS_POLLING_ENABLEDRECEIVERSHIP_CA_ON_COURTS_TERMS_APPROVEDRECEIVERSHIP_OSB_BIA_ACCOUNT_CONFIRMEDRECEIVERSHIP_OSB_BIA_DAILY_SEARCH_LIMITRECEIVERSHIP_OSB_BIA_IMPORT_PATHRECEIVERSHIP_OSB_BIA_PAID_SEARCH_APPROVEDRECEIVERSHIP_OSB_BIA_SEARCH_BUDGET_CADRECEIVERSHIP_PACER_COURT_ALLOWLISTRECEIVERSHIP_PACER_COURT_DAILY_COST_CAP_USDRECEIVERSHIP_PACER_COURT_IMPORT_PATHRECEIVERSHIP_PACER_COURT_MAX_DOCKET_PAGESRECEIVERSHIP_PACER_COURT_POLLING_ENABLEDRECEIVERSHIP_PACER_DAILY_COST_CAP_USD.github/workflows/receivership-us-ca-production-ready.ymlFinal verifier: npm run verify:receivership:us-ca:production
- All source activation rows have ready=true.
- All production-critical source rows report implemented=true.
- The GitHub Actions environment audit reports environmentReadyCandidate=true.
- The filled source decision ledger is supplied as RECEIVERSHIP_US_CA_SOURCE_DECISION_LEDGER_GZIP_BASE64 and passes npm run check:receivership:us-ca:source-decision-ledger in strict mode.
- public/data/receivership/us-ca-production-blockers.json reports zero blocked rows.
- public/data/receivership/us-ca-acceptance-audit.json reports completionProven=true.
- The manual production-ready GitHub workflow completes successfully after a fresh US/Canada refresh.
PACER Case Locator
Complete PACER Case Locator credentials and daily cost-cap setup before enabling bounded PCL ingestion. Missing: PACER_USERNAME and PACER_PASSWORD, RECEIVERSHIP_PACER_DAILY_COST_CAP_USD. PACER_OTP and PACER_CLIENT_CODE are optional depending on account settings.
PACER access is billable; searches can incur per-page charges even before viewing individual documents.
PACER_USERNAMEPACER_PASSWORDRECEIVERSHIP_PACER_DAILY_COST_CAP_USD- Register or confirm a PACER account and billing responsibility.
- Set PACER_USERNAME and PACER_PASSWORD; add PACER_TOTP_SECRET, PACER_OTP, and PACER_CLIENT_CODE if the account requires them.
- Run npm run check:pacer before enabling billable Case Locator searches.
Check: npm run check:pacer
Required inputs
PACER_USERNAMEPACER_PASSWORDRECEIVERSHIP_PACER_DAILY_COST_CAP_USDPACER specific-court docket polling
Complete PACER court-specific credentials, court allowlist, cost controls, polling approval, and authorized docket import setup before enabling this source. Missing: PACER_USERNAME and PACER_PASSWORD, RECEIVERSHIP_PACER_COURT_ALLOWLIST, RECEIVERSHIP_PACER_COURT_DAILY_COST_CAP_USD, RECEIVERSHIP_PACER_COURT_MAX_DOCKET_PAGES, RECEIVERSHIP_PACER_COURT_POLLING_ENABLED=true after credentials, allowlist, and cost controls are approved, RECEIVERSHIP_PACER_COURT_IMPORT_PATH pointing to an approved JSON, NDJSON, or CSV CM/ECF docket export.
Court-specific PACER docket/document retrieval is billable and must run under explicit court allowlists and cost caps.
PACER_USERNAMEPACER_PASSWORDRECEIVERSHIP_PACER_COURT_ALLOWLISTRECEIVERSHIP_PACER_COURT_DAILY_COST_CAP_USDRECEIVERSHIP_PACER_COURT_IMPORT_PATHRECEIVERSHIP_PACER_COURT_MAX_DOCKET_PAGESRECEIVERSHIP_PACER_COURT_POLLING_ENABLED- Register or confirm a PACER account and billing responsibility for court-specific CM/ECF access.
- Choose the bankruptcy court allowlist and set a daily cost cap plus docket-page cap.
- Save approved court-specific CM/ECF docket exports as JSON, NDJSON, or CSV and point RECEIVERSHIP_PACER_COURT_IMPORT_PATH at that file.
Check: npm run check:receivership:us-ca
Required inputs
PACER_USERNAMEPACER_PASSWORDRECEIVERSHIP_PACER_COURT_ALLOWLISTRECEIVERSHIP_PACER_COURT_DAILY_COST_CAP_USDRECEIVERSHIP_PACER_COURT_IMPORT_PATHRECEIVERSHIP_PACER_COURT_MAX_DOCKET_PAGESRECEIVERSHIP_PACER_COURT_POLLING_ENABLEDCanada OSB Bankruptcy and Insolvency Records Search
Complete OSB Bankruptcy and Insolvency Records Search account, paid-search, cost-control, and authorized import setup before enabling this source. Missing: RECEIVERSHIP_OSB_BIA_ACCOUNT_CONFIRMED=true after registering for OSB Bankruptcy and Insolvency Records Search, RECEIVERSHIP_OSB_BIA_PAID_SEARCH_APPROVED=true after approving paid OSB searches, RECEIVERSHIP_OSB_BIA_DAILY_SEARCH_LIMIT, RECEIVERSHIP_OSB_BIA_SEARCH_BUDGET_CAD, RECEIVERSHIP_OSB_BIA_IMPORT_PATH pointing to an authorized JSON, NDJSON, or CSV OSB search result/details export.
OSB BIA records require paid search tokens; CCAA records are free through the same OSB search service. The BIA importer reads only operator-supplied official saved search results/details.
RECEIVERSHIP_OSB_BIA_ACCOUNT_CONFIRMEDRECEIVERSHIP_OSB_BIA_PAID_SEARCH_APPROVEDRECEIVERSHIP_OSB_BIA_DAILY_SEARCH_LIMITRECEIVERSHIP_OSB_BIA_IMPORT_PATHRECEIVERSHIP_OSB_BIA_SEARCH_BUDGET_CAD- Register for OSB Bankruptcy and Insolvency Records Search access through the current GCKey or Sign-In Partner flow.
- Approve paid searches and configure a daily search limit plus CAD budget before enabling automation.
- Save authorized OSB search result/details exports as JSON, NDJSON, or CSV and point RECEIVERSHIP_OSB_BIA_IMPORT_PATH at that file.
Check: npm run check:receivership:us-ca
Required inputs
RECEIVERSHIP_OSB_BIA_ACCOUNT_CONFIRMEDRECEIVERSHIP_OSB_BIA_PAID_SEARCH_APPROVEDRECEIVERSHIP_OSB_BIA_DAILY_SEARCH_LIMITRECEIVERSHIP_OSB_BIA_IMPORT_PATHRECEIVERSHIP_OSB_BIA_SEARCH_BUDGET_CADBC Court Services Online new cases
Complete BC Court Services Online public-reuse terms review, then enable the approved polling/import workflow and provide the authorized new-case report import file path.
BC CSO publishes a free new-case report link, but CSO e-search file details/documents can require per-file fees.
RECEIVERSHIP_CA_BC_CSO_TERMS_APPROVEDRECEIVERSHIP_CA_BC_CSO_POLLING_ENABLEDRECEIVERSHIP_CA_BC_CSO_IMPORT_PATH- Review the BC CSO e-search usage agreement and confirm public-reuse terms for automated new-case monitoring.
- Confirm payment/account requirements for any paid file-detail or document retrieval workflow.
- Save authorized BC CSO new-case report rows as JSON, NDJSON, or CSV and point RECEIVERSHIP_CA_BC_CSO_IMPORT_PATH at that file.
Check: npm run check:receivership:us-ca
Required inputs
RECEIVERSHIP_CA_BC_CSO_TERMS_APPROVEDRECEIVERSHIP_CA_BC_CSO_POLLING_ENABLEDRECEIVERSHIP_CA_BC_CSO_IMPORT_PATHOntario Courts Public Portal
Complete Ontario Courts Public Portal automation/reuse review and authorized import handoff before enabling this source. Missing: RECEIVERSHIP_CA_ON_COURTS_TERMS_APPROVED=true after automation and reuse terms review, RECEIVERSHIP_CA_ON_COURTS_POLLING_ENABLED=true after polling/import workflow approval, RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH pointing to an authorized JSON, NDJSON, or CSV court case/order export.
Ontario portal search and document workflows may involve court-service rules and document access limits that must be reviewed before automation. The importer is for authorized court case/order records, not unauthorized saved search output.
RECEIVERSHIP_CA_ON_COURTS_TERMS_APPROVEDRECEIVERSHIP_CA_ON_COURTS_POLLING_ENABLEDRECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH- Review Ontario portal access, public court-file access guidance, and redistribution constraints for automated monitoring.
- Confirm the approved workflow needed for Commercial List and other receivership candidate discovery; Ontario court search-tool output cannot be saved, reproduced, or distributed unless the review authorizes the workflow.
- Save authorized Ontario court case/order records as JSON, NDJSON, or CSV and point RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH at that file.
Check: npm run check:receivership:us-ca
Required inputs
RECEIVERSHIP_CA_ON_COURTS_TERMS_APPROVEDRECEIVERSHIP_CA_ON_COURTS_POLLING_ENABLEDRECEIVERSHIP_CA_ON_COURTS_IMPORT_PATHFiling Monitor
The full monitor now lives on its own working page with search, multi-category filtering, the filing table, and the selected case detail panel.
Current records
4815
High-fit rows
356
Live rows
6842
Primary Source Registry
38 rows
0.00h old
Implemented official Austrian Ediktsdatei/Insolvenzdatei opening-date collector. It uses the Eröffnung/Datum der Wirkungen search, fetches official detail pages for corporate debtors, and preserves raw HTML snapshots.
Cadence: Daily
Canada
73 rows
0.00h old
Implemented live collector for Government of Canada OSB CCAA records. This covers CCAA proceedings, not every provincial receivership.
Refresh: ready, next Jul 12, 2026, 6:40 PM
Cursor: Coverage Window End Date / 2026-07-12
Raw snapshot: data/receivership/raw/2026-07-12/ca-osb-ccaa.json
Cadence: Daily source, checked by US/Canada fast refresh
1 rows
0.00h old
Implemented official Czech ISIR_PUBLIC_WS collector. It polls the Ministry of Justice public SOAP event stream by ID, persists a cursor, filters to corporate debtors from the official XML note payload, and preserves raw event snapshots.
Cadence: Every four hours in GitHub Actions
101 rows
0.00h old
Implemented official Statstidende collector for Danish bankruptcy decrees and reconstruction notices. It uses public message search/detail JSON, requires corporate CVR/legal-form rows, and preserves raw API snapshots.
Cadence: Daily
17 rows
0.00h old
Implemented official Ametlikud Teadaanded collector for Estonian legal-person bankruptcy and reorganisation notices. It uses date-bounded official search results, requires registry-code debtor signals, and preserves raw official HTML snapshots.
Cadence: Daily
92 rows
0.00h old
Implemented official Finnish Legal Register Centre insolvency-register collector. It uses public date-bounded search/extract endpoints for bankruptcy and corporate restructuring matters, filters to corporate debtors, and preserves raw official snapshots.
Cadence: Daily
France
4,783 rows
0.00h old
Implemented live collector for official BODACC collective-procedure notices. This is a publication feed, not a court docket API.
Cadence: Daily
14 rows
0.00h old
Implemented official Latvian Register of Enterprises open-data collector for legal-person insolvency and legal-protection proceedings. It downloads the daily CC0 CSV, uses register entry timestamps for the monitoring window, and preserves raw official metadata and hashes.
Cadence: Daily
Lithuania
28 rows
0.00h old
Implemented official Lithuanian AVNT National Insolvency Portal collector. It initializes the public guest session, queries legal-person bankruptcy and restructuring case rows, requires debtor company code, and preserves raw public API snapshots.
Cadence: Daily
12 rows
0.00h old
Implemented conservative Brønnøysund announcements collector for organization-number bankruptcy openings and compulsory liquidations. The official XML feed still requires a signed subscription and SFTP account for production-grade delivery.
Action: For production-grade Norway coverage, sign the Brønnøysund announcements XML subscription agreement and configure the SFTP delivery path.
Cadence: Daily public polling; XML/SFTP subscription recommended
16 rows
0.00h old
Implemented official Slovak Ministry of Justice IS REPLIK public SOAP collector. It uses date-bounded proceeding search, requires company debtor IČO, and preserves raw SOAP snapshot hashes.
Cadence: Daily
Slovenia
24 rows
0.00h old
Implemented official Slovenian AJPES eObjave collector. It runs date-bounded insolvency-publication searches for legal-person opening orders, requires a debtor registration number, fetches capped official detail pages in the same AJPES session, and preserves raw HTML snapshots.
Cadence: Daily
2 rows
0.00h old
Implemented official Registro Público Concursal liquidation-sale collector for date-bounded productive-unit sale publications. This source is acquisition-relevant but is not a complete general Spanish bankruptcy feed.
Cadence: Daily
214 rows
0.00h old
Implemented official SHAB/SOGC collector for Swiss bankruptcy and composition-proceeding notices. It uses public rubric/search/detail JSON, filters to corporate legal-form rows, and preserves raw API snapshots.
Cadence: Daily
United States
575 rows
0.00h old
Implemented live collector for the official FDIC Failed Bank List; latest run read 575 failed-bank receivership rows through 2026-07-10.
Refresh: ready, next Jul 12, 2026, 6:40 PM
Cursor: Coverage Window End Date / 2026-07-10
Raw snapshot: data/receivership/raw/2026-07-12/us-fdic-failed-banks.json
Cadence: After bank failure; checked by US/Canada fast refresh and global workflow
United States
3 rows
0.00h old
Implemented official PACER/CM-ECF bankruptcy RSS collector. It discovers courts from PACER's CM/ECF lookup, polls public RSS feeds, and creates candidates from Chapter 11/15 opening-petition entries.
Refresh: ready, next Jul 12, 2026, 6:40 PM
Cursor: Latest Published At / 2026-07-12T17:29:57.000Z
Raw snapshot: data/receivership/raw/2026-07-12/us-pacer-bankruptcy-rss.json
Cadence: Hourly US/Canada fast refresh
United States and foreign issuers
67 rows
0.00h old
Implemented live collector for public-company Item 1.03 8-K disclosures. This is first-party but can lag the court petition and excludes private companies.
Refresh: ready, next Jul 12, 2026, 6:40 PM
Cursor: Coverage Window End Date / 2026-07-12
Raw snapshot: data/receivership/raw/2026-07-12/sec-edgar-item-103.json
Cadence: Hourly US/Canada fast refresh; global workflow also refreshes it
0 rows
Freshness blocked
OSB BIA collector is implemented as a controlled official export importer but skipped until account/payment approval, budget caps, and RECEIVERSHIP_OSB_BIA_IMPORT_PATH are configured.
Action: Complete OSB Bankruptcy and Insolvency Records Search account, paid-search, cost-control, and authorized import setup before enabling this source. Missing: RECEIVERSHIP_OSB_BIA_ACCOUNT_CONFIRMED=true after registering for OSB Bankruptcy and Insolvency Records Search, RECEIVERSHIP_OSB_BIA_PAID_SEARCH_APPROVED=true after approving paid OSB searches, RECEIVERSHIP_OSB_BIA_DAILY_SEARCH_LIMIT, RECEIVERSHIP_OSB_BIA_SEARCH_BUDGET_CAD, RECEIVERSHIP_OSB_BIA_IMPORT_PATH pointing to an authorized JSON, NDJSON, or CSV OSB search result/details export.
Refresh: activation required
Cursor: Observed At / 2026-07-12T17:40:34.384Z
Raw snapshot: data/receivership/raw/2026-07-12/ca-osb-bia-insolvency-records.json
Cadence: Daily after account/payment setup and official export handoff
Ireland
0 rows
Freshness blocked
Official CRO Open Services and Form E8 company status signal are snapshotted, but candidate creation remains disabled until the registered Open Services account and company/submission query path are configured.
Action: Register for CRO Open Services, complete the terms process, and configure the company/submission query path for Form E8 filings.
Cadence: Daily after CRO Open Services account and query path are configured
0 rows
Freshness blocked
Credential-gated collector is implemented but skipped because the free Rechtspraak CIR webservice subscription URL and credentials are not configured.
Action: Create the free Rechtspraak CIR webservice subscription and set NL_RECHTSPRAAK_CIR_PUBLICATIONS_URL, NL_RECHTSPRAAK_CIR_USERNAME, and NL_RECHTSPRAAK_CIR_PASSWORD.
Cadence: Every working day when Rechtspraak CIR subscription credentials are configured
United Kingdom
0 rows
Freshness blocked
Companies House insolvency stream collector is implemented but skipped because COMPANIES_HOUSE_STREAM_KEY or COMPANIES_HOUSE_API_KEY is not configured.
Action: Set COMPANIES_HOUSE_STREAM_KEY to enable the Companies House insolvency stream. Set COMPANIES_HOUSE_API_KEY separately for company profile/SIC enrichment.
Cadence: Streaming when COMPANIES_HOUSE_STREAM_KEY is configured
United States
0 rows
Freshness blocked
PACER Case Locator API collector is implemented but skipped because PACER_USERNAME and PACER_PASSWORD are not configured.
Action: Complete PACER Case Locator credentials and daily cost-cap setup before enabling bounded PCL ingestion. Missing: PACER_USERNAME and PACER_PASSWORD, RECEIVERSHIP_PACER_DAILY_COST_CAP_USD. PACER_OTP and PACER_CLIENT_CODE are optional depending on account settings.
Refresh: activation required
Cursor: Coverage Window End Date / 2026-07-12
Raw snapshot: data/receivership/raw/2026-07-12/us-pacer-pcl.json
Cadence: Daily when PACER credentials are configured
United States
0 rows
Freshness blocked
PACER court-specific docket collector is implemented as a controlled approved-export importer but skipped until credentials, court allowlist, cost caps, polling flag, and RECEIVERSHIP_PACER_COURT_IMPORT_PATH are configured.
Action: Complete PACER court-specific credentials, court allowlist, cost controls, polling approval, and authorized docket import setup before enabling this source. Missing: PACER_USERNAME and PACER_PASSWORD, RECEIVERSHIP_PACER_COURT_ALLOWLIST, RECEIVERSHIP_PACER_COURT_DAILY_COST_CAP_USD, RECEIVERSHIP_PACER_COURT_MAX_DOCKET_PAGES, RECEIVERSHIP_PACER_COURT_POLLING_ENABLED=true after credentials, allowlist, and cost controls are approved, RECEIVERSHIP_PACER_COURT_IMPORT_PATH pointing to an approved JSON, NDJSON, or CSV CM/ECF docket export.
Refresh: activation required
Cursor: Observed At / 2026-07-12T17:40:34.385Z
Raw snapshot: data/receivership/raw/2026-07-12/us-pacer-court-polling.json
Cadence: Every 1-4 hours after credentials, court allowlist, cost controls, and approved import handoff
Canada - British Columbia
0 rows
Freshness blocked
BC CSO new-case report collector is implemented but skipped until terms approval, workflow enablement, and an authorized import path are configured.
Action: Complete BC Court Services Online public-reuse review and authorized import handoff before enabling this source. Missing: RECEIVERSHIP_CA_BC_CSO_TERMS_APPROVED=true after terms review, RECEIVERSHIP_CA_BC_CSO_POLLING_ENABLED=true after polling/import workflow approval, RECEIVERSHIP_CA_BC_CSO_IMPORT_PATH pointing to an authorized JSON, NDJSON, or CSV new-case report export.
Refresh: activation required
Cursor: Observed At / 2026-07-12T17:40:34.384Z
Raw snapshot: data/receivership/raw/2026-07-12/ca-bc-cso-new-cases.json
Cadence: Daily if terms permit
Canada - Ontario
0 rows
Freshness blocked
Ontario court source is implemented as a controlled authorized case/order importer but skipped until terms approval, polling/import approval, and RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH are configured.
Action: Complete Ontario Courts Public Portal automation/reuse review and authorized import handoff before enabling this source. Missing: RECEIVERSHIP_CA_ON_COURTS_TERMS_APPROVED=true after automation and reuse terms review, RECEIVERSHIP_CA_ON_COURTS_POLLING_ENABLED=true after polling/import workflow approval, RECEIVERSHIP_CA_ON_COURTS_IMPORT_PATH pointing to an authorized JSON, NDJSON, or CSV court case/order export.
Refresh: activation required
Cursor: Observed At / 2026-07-12T17:40:34.385Z
Raw snapshot: data/receivership/raw/2026-07-12/ca-ontario-courts-public-portal.json
Cadence: Daily after terms approval and authorized import handoff
0 rows
Freshness blocked
Official German insolvency notices search form is observed and snapshotted, but candidate creation remains disabled until terms and JSF automation stability are approved.
Action: Approve automation terms and stabilize the JSF query before allowing this source to create candidates.
Cadence: Daily if terms and form stability are approved