Corporate Filing: Data Point Intelligence Guide
Filings are where organisations say things under legal obligation, on the record and with a date. That combination is rare enough to be worth structuring your investigation around.
Filings are where organisations say things under legal obligation, on the record and with a date. That combination is rare enough to be worth structuring your investigation around.
Understanding the Corporate Filing as an intelligence artifact
A corporate filing is a document submitted to a regulator, registry or court under a legal requirement. The category spans securities disclosures such as annual reports and material event notices, registry submissions including accounts, annual returns, officer changes and charges, and court records covering pleadings, judgments and insolvency proceedings. Each filing carries structured metadata: filer identity, filing type, period covered, submission date and, in many systems, a machine-readable body in XBRL or a structured registry schema.
The filing type is the first-order analytical signal because each type has a defined trigger and deadline. A material event disclosure means something specific happened within a short defined window. A charge registration means an asset was pledged. An officer change dates a shift in control. Amendments and restatements are particularly informative, since they mark where a previous statement was wrong and had to be corrected on the record.
Why it matters
Filings convert corporate claims into dated, attributable statements with legal consequences for inaccuracy. They reveal subsidiaries, related party transactions, auditors, lenders, litigation exposure, cybersecurity incidents and beneficial ownership. Because they are periodic, sequences of filings show trajectory rather than a snapshot, and gaps or late submissions are themselves diagnostic. For investigators, court filings frequently expose relationships, contracts and communications that never appear anywhere else.
What analysts actually look for
These are the concrete, observable signals that carry weight in this area of work:
- Filing type and its statutory trigger, which tells you what event must have occurred to require the document at all.
- Submission timing relative to the deadline, where chronic lateness correlates with financial stress or governance failure.
- Auditor identity and any change of auditor, particularly resignations, which are among the strongest early distress indicators.
- Subsidiary and related party disclosures, which map group structure and intra-group flows that registries alone do not show.
- Registered charges and security interests, revealing lenders, pledged assets and the real financing structure behind an entity.
- Restatements and amended filings, which mark exactly where earlier public statements were incorrect and how they changed.
- Signatory and officer names on the document, which attribute responsibility for the statements to specific individuals.
- Litigation and insolvency filings that name counterparties, creditors and claim amounts, exposing relationships not otherwise disclosed.
Where the data comes from
Authoritative and openly available collection points. Always confirm licensing and terms before operational or commercial use:
- SEC EDGAR full-text search — Free search across US registrant filings with structured metadata, XBRL data and complete document archives
- Companies House API — UK filing history, accounts, charges, officer changes and persons of significant control, freely accessible
- CourtListener and RECAP — US federal and state court dockets and documents, including free access to purchased PACER filings
- SEDAR+ — Canadian securities filings including prospectuses, financial statements and material change reports
- Bundesanzeiger — German federal gazette publishing company accounts, corporate notices and statutory announcements
- The Gazette (UK) — Official public record of insolvency, strike-off and other statutory corporate notices
- EDGAR full-text and XBRL APIs — Programmatic extraction of tagged financial data for systematic comparison across filers and periods
A working method
A repeatable sequence beats ad-hoc searching. This is a practical starting workflow:
- Identify the filer precisely — Resolve to the registrant identifier such as a CIK or company number so you retrieve the right entity's complete history.
- Build the filing timeline — List all filings chronologically by type before reading any of them, since the shape of the sequence is itself evidence.
- Target by type — Go straight to the filing types that answer your question rather than reading annual reports end to end.
- Mine the exhibits — Attachments and exhibits carry contracts, subsidiary lists and agreements that the main document only summarises.
- Extract entities and names — Pull every named person, counterparty, auditor, lender and subsidiary into your entity graph for onward pivoting.
- Compare across periods — Diff successive filings of the same type to surface quiet removals of disclosures, changed language, new risk factors and restated figures.
- Cross-check other registries — Verify claims against independent registry, court and sanctions sources, since a filing is a self-report until corroborated.
How this connects across the intelligence taxonomy
Intelligence work does not respect neat boundaries. The mission domain you are working, the disciplines you practise, and the data points you pivot on are one connected system. These are the direct relationships for this entry — every link is also a tag, so you can follow any thread across the whole library.
Collected by these disciplines
- Financial Intelligence — Following Value Through the Financial System
- Accounting Intelligence — Financial Statements and Accounting Analysis
- Corporate Intelligence — Understanding Companies, Structure, and Control
- Legal Intelligence — Law, Litigation, and Regulatory Intelligence
- Cryptocurrency Intelligence — Tracing Value on Public Ledgers
- Sanctions Intelligence — Screening, Designations, and Evasion Detection
Investigated in these domains
Pivots to these data points
- Company / Organization — A legal entity — corporation, LLC, NGO, or business.
- Patent — An intellectual property filing granting invention rights.
- Legal Entity Identifier — A 20-character global identifier for a legal entity participating in financial transactions.
- Tax ID / VAT Number — A jurisdiction-issued tax registration number for a person or entity.
Inside the platform: where Corporate Filing lives
The Quantus platform is 204 pages behind a 147-item sidebar organised into six working groups: Command (24 items), Dashboards (15), Threat Theaters (14), Intelligence Domains (15), Investigate (34), and Administration (45). This entry is not a page in isolation — it is a thread running through several of them.
The modules that matter most here:
datapoint.php?dp=dp_filing— Data point hubblockchain.php— Financial Crime dashboardsanctions.php— Anti-Money Laundering dashboarddomain.php?d=corruption— Corruption & Governance dashboardsearch.php— Advanced search, filter and pivotcorrelate.php— Correlation graphcases.php— Case management
Each dashboard is local-first: it renders from the platform’s own database rather than depending on a live third-party call, so it still works when an upstream API is unreachable or rate-limited. Heavy aggregates are cached with a hard query time cap and degrade to the last good value instead of hanging the page.
Automation, playbooks and AI skills
Analysis that only happens when someone remembers to run it is not a capability. The platform ships a 30-step automation pipeline (cron.php) that collects, ingests, resolves, enriches, correlates and scores on a schedule — 25 seeders, 11 resolvers and 7 enrichment runners, all idempotent and cursor-based so a run can be interrupted and resumed without duplicating or losing work.
AI skills that apply
The 16 one-click operations in ai-skills.php are deterministic jobs, not free-text generation. The ones that matter here:
- Enrichment Runner
- Enrichment → Local
- Correlate Infrastructure
- Summarise (Copilot)
- Generate Report
Alerting closes the loop: rules in alerts.php fire on new indicators matching a saved query, so a first sighting in this area raises a notification rather than waiting to be noticed at the next review.
Feeds, data sources and the API
The collection layer runs a feed registry of free, machine-readable sources — bulk blocklists and trackers (Maltrail, IPsum, FireHOL, the full abuse.ch corpora, phishing databases, Emerging Threats, Spamhaus, DigitalSide, ThreatView), authoritative government feeds (CISA KEV, OFAC, UN and EU sanctions lists), and reference datasets (RIR allocations, ip-to-ASN and geolocation tables, MITRE ATT&CK, EPSS). collect.php pulls them server-side on a schedule; feeds.php and source-catalog.php show what is registered, what it covers and when it last ran.
Anything the platform holds is reachable programmatically. The REST API in api.php exposes 11 endpoints — status, stats, search, lookup, recent, export, bulk_check, top_threats, by_category, categories, check — and export.php streams 18 formats in bounded chunks, so a million-row export neither exhausts memory nor times out:
STIX 2.1, MISP, OpenIOC 1.1, CEF (ArcSight), LEEF 2.0 (QRadar), Zeek/Bro intel, Snort/Suricata rules, Palo Alto EDL, BIND RPZ, hosts blackhole, iptables, CSV, JSON, NDJSON/JSONL, XML.
That covers the CTI standards (STIX 2.1, MISP, OpenIOC), SIEM ingestion (CEF, LEEF, Zeek), detection engines (Snort/Suricata), and direct enforcement (Palo Alto EDL, BIND RPZ, hosts, iptables) — so intelligence developed here can be actioned in the tools you already run, without a manual reformatting step. A TAXII 2.1 server and a MISP/RSS feed are also served for pull-based sharing.
Use cases
Three ways this entry earns its keep in day-to-day work:
- Triage under time pressure. An artifact or report lands and you need a defensible read in minutes, not days. Identify the filer precisely is the first move; the platform pre-computes the enrichment so the analyst spends the time on judgement rather than lookups.
- Building the picture. A single indicator is rarely the story. Target by type turns one artifact into a network — shared infrastructure, repeated selectors, the same operator behind different names — via the correlation graph and the cross-entity link engine.
- Producing something actionable. Analysis that ends in a document nobody can use is wasted. Cross-check other registries feeds the case file, the detection rule, the block list or the referral — with sourcing attached so the recipient can verify it.
Case management (cases.php), watchlists, saved searches and scheduled reports mean the work persists between sessions and survives an analyst leaving the team.
How each sector uses Corporate Filing
The same entry is worked very differently depending on who you are, what authority you hold, and what you are ultimately producing. A military analyst is supporting a commander’s decision; a journalist is meeting a publication standard; an NGO caseworker is protecting a person. The underlying artifacts are shared — the constraints, outputs and thresholds are not.
🎖 Military and defence
Filings support defence procurement integrity and industrial base assessment. Accounts, charge registrations and material event disclosures reveal whether a supplier is financially viable, who lends to it, which assets are pledged, and whether ownership or control has changed since the contract was let. Court and insolvency filings expose disputes that threaten delivery. For industrial base analysis, the sequence of filings across a sector shows consolidation, foreign acquisition and capability exit. Products feed contracting officer decisions, programme risk registers and supply chain assurance reviews. The constraint is timeliness: filings are periodic and often lag events by months, so they establish trajectory and structure rather than current operational status.
🕵 National intelligence
Filings are dated, attributable statements made under legal obligation, which makes them unusually reliable open source material. Requirements-driven use includes tracking the corporate vehicles used by proliferation and sanctions evasion networks, identifying lenders and counterparties of entities of interest, and detecting changes of control that precede or follow a strategic acquisition. Material event and cybersecurity incident disclosures give dated confirmation of events that may otherwise be known only from sensitive reporting, which is valuable for releasability. Fusion pairs filings with registry, trade and financial data. Diffing successive filings of the same type is the technique that produces the most non-obvious findings.
👮 Law enforcement
For law enforcement, filings are documentary evidence with a custodian who can certify authenticity, and false statements in them are frequently offences in themselves. Registry submissions establish who controlled an entity and when; charge registrations show what was pledged and to whom; accounts and their restatements evidence financial misrepresentation. Court filings expose contracts, communications and sworn statements unavailable elsewhere. Obtain certified copies through the formal route, and for foreign systems through mutual legal assistance, because a screenshot is not an exhibit. Note sealing orders and reporting restrictions on court material, and mark allegations in pleadings clearly as untested.
🔍 Private investigation and corporate security
Filings are the backbone of due diligence and litigation support. The filing timeline alone, read before any document is opened, reveals late submissions, auditor changes, restatements and charge activity that direct the rest of the work. Exhibits attached to securities filings carry the actual contracts, subsidiary lists and agreements that the narrative only summarises. Constraints are ordinary: respect access terms and any court restriction, treat officer personal data under purpose limitation, and distinguish clearly in reports between what a filing states and what you infer. Retain accession references and retrieval dates so every assertion can be re-substantiated after the source is amended.
📰 Journalism and OSINT media
Filings give reporting a documentary spine because they are dated, attributable and carry legal consequences for inaccuracy. The highest-yield technique is diffing successive filings of the same type to surface quietly removed disclosures, changed risk language and restated figures, which is where stories live. Exhibits are consistently underused and contain the contracts themselves. Verify against the primary system rather than a summary service, cite the accession number and date, and remember that litigation filings contain allegations rather than findings and must be described as such. Give the company a right of reply with the specific document, not the conclusion drawn from it.
🌍 NGO, humanitarian and human rights
Accountability work uses filings to establish who owns a project, who financed it, what an entity told regulators about its environmental or social obligations, and how that compares to conditions on the ground. Court records expose contracts and testimony. Because filings are public and durable, they are safe evidence to hold and cite, with none of the risk attached to source-derived material. Where filings name individuals, apply the same care as any publisher: substantiate from the document, redact unnecessary personal data, and assess risk to local partners before publishing findings about powerful actors. Sequences of filings evidence patterns that single documents cannot.
🎓 University and research
Filings support research across accounting, finance, law, political economy and corporate governance, and machine-readable formats such as XBRL make large-scale analysis feasible. Reproducibility requires citing accession identifiers and retrieval dates and pinning any bulk dataset version, since filings are amended and systems are reindexed. Text-based methods on risk factor and disclosure language are well established, but comparability across periods requires care because taxonomies and requirements change. Ethics review applies where individual-level data such as officer names or litigation parties is analysed. Publish extraction code and parsing decisions, because most disagreements between studies trace to document selection rather than to method.
Playbook: working Corporate Filing end to end
A repeatable sequence, from the moment the requirement lands to the moment a product is delivered and the case is closed out. Each phase states what you are trying to establish, not merely what to click — the point is a defensible chain of reasoning, not a checklist.
Phase 1 — Identify the filer precisely
Resolve to the registrant identifier used by the system, such as a CIK, a company number or a court party identifier, so you retrieve the correct entity's complete history rather than a name-matched subset. Names change, subsidiaries file separately, and similar names abound within one system. A good output is a filer record keyed on the system identifier with all name variants attached. Stop and resolve the ambiguity before proceeding, because a filing history assembled for the wrong entity is a research file that will mislead everyone who reads it.
Phase 2 — Build the filing timeline first
List every filing chronologically by type before opening any of them, because the shape of the sequence is itself evidence. Gaps, clusters, late submissions, amendments and unusual type combinations tell you where to look. A good output is a timeline chart annotated with the trigger event associated with each filing type. This step routinely identifies the two or three documents worth reading closely out of hundreds, and skipping it is why people end up reading annual reports end to end without finding anything.
Phase 3 — Target by filing type
Go directly to the types that answer your question, because each type has a defined trigger, deadline and content requirement. Material event disclosures mean something specific happened within a short window. Charge registrations mean an asset was pledged. Officer change filings date a shift in control. Insolvency filings produce administrator reports. A good output is a targeted reading list with the reason each document is on it. Reading by type rather than by recency is what separates efficient research from document tourism.
Phase 4 — Mine the exhibits
Open the attachments and exhibits, which carry the actual contracts, subsidiary lists, credit agreements, employment terms and side letters that the main document summarises in a sentence. Exhibits are consistently the most underused material in securities filings, partly because they are tedious to enumerate and partly because search interfaces surface the parent document. A good output is an exhibit inventory with the substantive content extracted per item. Subsidiary lists in particular are a shortcut to an entire group structure.
Phase 5 — Extract entities and relationships
Pull every named person, counterparty, auditor, lender, adviser, subsidiary and related party into an entity graph with the filing and date that evidenced each link. Filings are one of the richest sources of relationship data available because disclosure requirements force naming. A good output is a sourced entity graph where each edge cites a document. Feed the extracted entities back into registry and sanctions screening, since a counterparty named in an exhibit is frequently the most interesting thing in the filing.
Phase 6 — Diff successive filings
Compare consecutive filings of the same type to surface quietly removed disclosures, changed risk factor language, altered related party descriptions, new or dropped subsidiaries and restated figures. Companies rarely announce that a disclosure has gone; it simply is not in the next version. A good output is a diff report highlighting substantive changes with the dates. This is the single most productive technique in filing analysis and it is almost entirely mechanical once set up.
Phase 7 — Read restatements and amendments closely
Amendments and restatements mark exactly where a previous statement was wrong and had to be corrected on the record, which makes them the highest-information filings an entity produces. Read what changed, what reason was given and who signed it. A good output is a record of each correction, its magnitude and its stated cause. Repeated restatements in one area indicate either a control failure or a deliberate pattern, and either conclusion needs the sequence rather than a single document.
Phase 8 — Analyse the auditor and adviser relationship
Track auditor appointments, resignations and any stated reasons, along with changes of legal advisers, registrars and bankers. An auditor resignation with a stated disagreement is the strongest single early warning signal in the entire corpus. A good output is an adviser timeline with the filings that evidence each change. Where a small unknown auditor signs off accounts for an entity of significant claimed size, that mismatch is itself a finding worth recording explicitly.
Phase 9 — Pull the structured data
Where filings carry machine-readable bodies such as XBRL or structured registry schemas, extract the tagged data for time series analysis rather than reading figures out of PDFs. This enables ratio analysis, peer comparison and anomaly detection across many periods. A good output is a structured financial dataset with the taxonomy version recorded. Note that tagging quality varies and small entity accounts are frequently unstructured, so validate a sample against the rendered document before trusting the series.
Phase 10 — Search court and insolvency records
Check dockets, judgments, insolvency registers and administrator reports in each relevant jurisdiction, because litigation exposes contracts, communications and sworn statements that never appear in a registry, and insolvency proceedings produce detailed asset and creditor analysis. A good output is a litigation record with case references and status. Mark pleadings as allegations rather than findings, and check for sealing orders and reporting restrictions before using or publishing anything from a court file.
Phase 11 — Corroborate the self-report
A filing is a self-report until independently checked, so verify material claims against registry records, counterparty filings, trade data, procurement records and regulatory enforcement. Where a company's stated relationships do not appear in the counterparty's own disclosures, that asymmetry is a finding. A good output is a corroboration table showing which claims were independently confirmed and which rest on the filer's word alone. This distinction belongs in the report, not in the analyst's head.
Phase 12 — Preserve, cite and monitor
Retain the document with its accession identifier, filing date and retrieval date, because filings are amended and systems are reindexed. Cite by accession reference rather than by URL where possible. Set standing alerts on filers of ongoing interest, since a material event disclosure or a charge registration is often the earliest public signal of a significant change. A good output is a monitored filer list feeding a triage process, plus an evidence store where every cited document can be produced on demand.
The platform ships this as a step-checked workflow in playbooks.php, so progress is recorded against a case rather than held in someone’s head.
Source register: what to collect from, and how
Sources are listed with their access model so you can plan around cost and licensing before you build a dependency on them. Open means no account required; registration means a free account or API key; licensed means paid or institutional access. Always confirm current terms — licensing changes, and a source that was free for research may not be free for commercial or evidential use.
| Source | Access | What it gives you | How it is used here |
|---|---|---|---|
| SEC EDGAR full-text search | Open | Free search across US registrant filings with structured metadata, XBRL financial data and the complete document archive. | Primary source for US filings, exhibits and material event disclosures, searchable by full text and filer. |
| Companies House API | Open | UK filing history, accounts, charges, officer changes and persons of significant control, freely accessible programmatically. | Retrieves complete UK filing timelines and charge registrations for entity and control analysis. |
| CourtListener and RECAP | Open | US federal and state dockets and documents, including PACER filings purchased by users and made freely available. | Finds litigation exposing contracts, relationships and sworn statements absent from regulatory filings. |
| SEDAR+ | Open | Canadian securities filings including prospectuses, financial statements, material change reports and insider reporting. | Primary source for Canadian listed entity disclosure and material change timelines. |
| Bundesanzeiger | Open | German federal gazette publishing company accounts, corporate notices, insolvency announcements and statutory disclosures. | Primary source for German entity accounts and corporate events that aggregators cover unevenly. |
| EU Business Registers interconnection | Open | European portal linking national business registers with basic company information and filing availability across member states. | Identifies the correct national filing system and basic status for EU entities before deeper research. |
| FCA National Storage Mechanism | Open | UK repository of regulated information filed by listed issuers including annual reports and regulatory announcements. | Authoritative archive of UK listed issuer disclosures with filing dates. |
| XBRL financial data | Open | Machine-readable tagged financial statement data published alongside filings under mandatory reporting taxonomies. | Enables time series and peer comparison analysis without manual extraction from rendered documents. |
| Insolvency registers | Open | National registers of insolvency proceedings with administrator and liquidator reports detailing assets, creditors and causes. | Administrator reports frequently contain the most detailed public account of how an entity actually failed. |
| OCCRP Aleph | Registration | Aggregated registries, filings, leaks and documents with entity extraction and cross-dataset search. | Locates filings and documents across jurisdictions where individual national systems are difficult to search. |
| OpenCorporates | Registration | Cross-jurisdiction company records including filing metadata and officer histories aggregated from primary registries. | Rapid discovery of which jurisdictions an entity files in before going to primary sources. |
| GLEIF | Open | Openly licensed entity reference data with parent relationships, bridging filings across jurisdictions by verified identifier. | Resolves which entity in a group actually filed a given document, avoiding name-based errors. |
| Regulatory enforcement registers | Open | Regulator decisions, penalty notices and enforcement actions detailing conduct and control failures at named entities. | Corroborates or contradicts an entity's own filings and frequently explains a restatement. |
| DocumentCloud | Registration | Platform for OCR, annotation and publication of primary source documents, widely used for filing-based investigations. | Makes scanned and image-based filings searchable and citable for collaborative investigation. |
Prefer sources that publish a methodology and a revision history. A dataset that changes silently is a liability in any product that has to survive challenge.
Tooling
Tools commonly used against Corporate Filing. None of these replace judgement, and each carries its own failure modes — know what a tool infers versus what it observes.
- EDGAR full-text search and API — Searches filing text and metadata across all US registrants with bulk access. Limitation: exhibit-level search coverage is uneven across older filings.
- Companies House API — Programmatic access to UK filing history, charges and officer data. Limitation: many older documents are scanned images requiring OCR.
- Document diffing tools — Compare successive filings to surface removed disclosures and changed language. Limitation: formatting churn generates noise that requires normalisation first.
- XBRL parsers — Extract tagged financial data into structured time series for analysis. Limitation: tagging errors and taxonomy changes break comparability across periods.
- OCR pipelines — Convert scanned filings into searchable text for corpus-wide analysis. Limitation: quality on poor scans determines whether anything is findable at all.
- Docket monitoring services — Alert on new court filings involving entities of interest. Limitation: coverage varies sharply by court and jurisdiction.
- Entity extraction — Pulls named people, counterparties and subsidiaries from filing text at scale. Limitation: legal boilerplate produces large volumes of irrelevant matches.
- Standing filing alerts — Notify on new filings by monitored entities, giving early sight of material events. Limitation: alert fatigue unless filtered by filing type.
AI skills and automation in detail
These are deterministic jobs with defined inputs and outputs, not open-ended prompting. Each is idempotent and cursor-based: interrupt one and it resumes where it stopped rather than duplicating work or losing progress.
- Enrichment Runner — Walks the indicator set through a chosen provider in time-boxed, cursor-based batches that resume rather than restart.
- Enrichment → Local — Materialises enrichment into the local store so dashboards render from your own database instead of a live third-party call.
- Correlate Infrastructure — Builds the cross-entity link graph: shared hosting, reused certificates, overlapping registrants, repeated selectors.
- Summarise (Copilot) — Produces a narrative summary beside the underlying records. It explains; it never creates indicators or assigns attribution.
- Generate Report — Assembles a sourced product from the current case or query, with provenance attached to each element.
A note on the boundary: the only skill that involves a language model is Summarise (Copilot), and it writes prose about records that already exist. Nothing else on this list involves generation of any kind. No indicator, relationship or attribution in the platform originates from a model. See the full skill list.
Tradecraft notes
The distinctions that separate a competent analyst from a fast one:
- Read the timeline before the documents. The shape of a filing sequence, its gaps, clusters, amendments and late submissions, tells you which two or three documents are worth reading closely out of several hundred, and building it takes minutes.
- Diffing successive filings of the same type is the highest-yield mechanical technique in the discipline. Companies do not announce that a disclosure has been removed; it simply is not present in the next version, and only a comparison reveals it.
- Exhibits contain the actual contracts. The narrative summarises in a sentence what the attachment states in twenty pages, and subsidiary lists filed as exhibits are the fastest route to a group structure that would otherwise take days of registry work.
- An auditor resignation with a stated reason is the strongest single early warning signal in the corpus. A mismatch between a small unknown auditor and an entity of large claimed size is the second, and both are visible from the filing index alone.
- A filing is a self-report until corroborated. Where an entity's stated relationships do not appear in its counterparty's own disclosures, that asymmetry is a finding and should be reported as such rather than resolved by preferring one document.
- Restatements mark the exact point where a previous statement was wrong and had to be corrected on the record, with a stated reason and a signature. They are the most information-dense filings an entity produces and the most commonly overlooked.
- Charge and security registrations date exactly when an asset was pledged and to whom, which frequently establishes a lender relationship and a financial position that the accounts present much more softly, months later and in aggregate.
- Court pleadings are allegations, not findings, and must be described that way in every product. The technical and relational detail in them is often excellent, but repeating an allegation as fact is the fastest route to a defamation problem.
Measuring whether it is working
Capability claims should be falsifiable. These are the measures that show whether work on Corporate Filing is producing anything, and they are worth baselining before you change process or tooling.
- Proportion of research files where a filing timeline was constructed before document reading, which correlates directly with finding rate per hour spent.
- Share of monitored entities with standing alerts on material event and charge filings, and the median time from filing to internal triage.
- Number of substantive findings originating from exhibits rather than from main documents, which measures whether the most valuable material is being reached.
- Percentage of report assertions citing an accession identifier and retrieval date, allowing re-substantiation after documents are amended or reindexed.
- Diff coverage: proportion of periodic filings for key entities that were compared against the previous version rather than read in isolation.
- Corroboration rate for material claims taken from filings, measured as the share independently verified against a non-filer source.
- Time from a material corporate event to its detection through filing monitoring, which measures whether the capability provides warning or confirmation.
Beware of measuring volume alone. Indicator counts and report counts rise easily and say little; time-to-attribution, proportion of findings that survive review, and how often a product changed a decision say a great deal.
Common pitfalls
- Filing obligations differ by jurisdiction and entity size, so an absent document may reflect an exemption rather than concealment.
- Small entity accounts are heavily abbreviated and reveal almost nothing about actual revenue, activity or solvency.
- Full-text search indexes are incomplete for older filings and for scanned documents, so a null result is not proof of absence.
- Filings are self-reported, and inaccuracy is common even where misstatement is unlawful, so corroborate material claims.
- Court dockets show filed positions and allegations, not established facts, and quoting a pleading as fact is a serious error.
- Voluntary or promotional documents published alongside statutory filings carry none of the same legal accountability.
Legal and ethical considerations
Filings are public records and free to collect and quote, subject to each system's access terms and, for court documents, any sealing or reporting restriction. Contents include personal data such as officer names, signatures and sometimes home addresses, so downstream use is governed by data protection rules even though the source is public. Preserve the original document, its accession identifier and retrieval date to maintain chain of custody. Where allegations from litigation are repeated in analysis, mark them clearly as untested claims.
Data integrity: no fabrication, no drift, no hallucination
Intelligence that cannot be traced back to a source is not intelligence, it is assertion. Everything in this entry — and everything in the platform behind it — is built on a small number of non-negotiable rules.
Provenance on every record
Every indicator carries the source that supplied it, a first-seen and last-seen timestamp, and a sighting count. Where several feeds report the same artifact, each contribution is recorded separately rather than collapsed, so you can see whether a finding rests on one source or twelve. Source attribution travels with the data into every export, so a recipient can audit a claim without asking you for the working.
Nothing is invented to fill a gap
If the platform has no data for Corporate Filing, it says so. Empty is displayed as empty — never padded with plausible-looking placeholder values, sample records or illustrative examples that a reader might mistake for observations. A dashboard with no rows is a true statement about collection coverage, and it is treated as a gap to close, not a blemish to hide.
Scoring is deterministic and reproducible
Threat scores, reputation grades and risk tiers are computed from stated inputs with fixed weights, not estimated. The same inputs always produce the same output, and the formula is visible rather than a black box. Aggregates are cached with an explicit time-to-live so a figure on screen is never silently stale — and when a heavy query exceeds its time budget the platform serves the last known-good value and labels it, rather than inventing a fresh number or hanging.
Where AI is used, and where it is not
Language models summarise and explain. They do not create indicators, assign attribution or manufacture relationships. No IP address, wallet, hash or identity in the platform originates from a model — every one is ingested from a named feed, resolved from a reference dataset, or entered by an analyst with a source recorded. Copilot output is presented as narrative alongside the underlying records, never in place of them, so a reader can always check the summary against the evidence.
Guarding against drift
Enrichment is additive and timestamped rather than overwriting. Reference data — sanctions lists, allocations, taxonomies — is re-synchronised from the authority on a schedule instead of being edited in place, so local copies cannot quietly diverge from the source of truth. Attribution is recorded with a confidence level and the reporting it rests on, and inferred relationships are labelled as inferred. When a source retracts or corrects, the correction propagates rather than leaving a stale assertion behind.
What this means for you
You can put a finding from this platform in front of a regulator, a court, a board or a partner agency and show where each element came from. That is the standard the tooling is built to — because in this work, being confidently wrong is more damaging than being usefully uncertain.
By the numbers
The taxonomy this entry belongs to is not a marketing list — it is the actual structure of the platform: 52 mission domains, 52 intelligence disciplines and 65 data points, each with a live dashboard behind it. Supporting that: 18 indicator types, 14 playbooks, 16 AI skills, 18 export formats and a 30-step automated pipeline.
This particular entry connects directly to 6 intelligence disciplines, 3 mission domains, 4 closely related entries — every one of them a tag you can follow, and a dashboard you can open.
Questions analysts actually ask
Where do I start with hundreds of filings?
With the index, not the documents. Build a chronological list by filing type and look at the shape: clusters around specific dates, gaps where a periodic filing is missing, late submissions, amendments, and unusual type combinations. Each filing type has a defined trigger and deadline, so the sequence tells you when something happened even before you read what. Then read by type according to your question rather than by recency. This reliably reduces several hundred documents to the handful that matter, usually within half an hour.
What is the most underused part of a securities filing?
The exhibits. The main document summarises in a sentence what an attached exhibit states in full: credit agreements with covenants and lenders, material contracts with counterparties and terms, subsidiary lists that hand you an entire group structure, employment agreements, and side letters. Search interfaces surface the parent document, and exhibit indexes are tedious, so most researchers never open them. Systematically enumerating exhibits across a filer's history is one of the cheapest ways to find material that competitors and even opposing counsel have missed.
How do I detect that a disclosure was quietly removed?
Diff successive filings of the same type. Normalise formatting first, because layout churn generates noise, then compare risk factor sections, related party disclosures, subsidiary lists and legal proceedings sections across consecutive periods. Removals are rarely announced and are frequently more informative than additions: a related party that disappears, a risk factor that vanishes after a settlement, a subsidiary that is no longer listed. Automate the comparison for entities you monitor, because doing it manually is exactly the task that gets skipped when time is short.
Can I rely on a filing as evidence?
As evidence of what the filer stated on that date, yes, and that is often the point, because false statements in regulated filings carry legal consequences. For formal proceedings, obtain a certified copy through the system's official route rather than relying on a downloaded PDF or a screenshot, and for foreign systems use mutual legal assistance. Retain the accession identifier, filing date and retrieval date. Where the filing is a court document, check for sealing orders and reporting restrictions, and describe pleadings as allegations rather than as established facts.
How current are filings?
Less current than most readers assume, and the lag varies by type. Material event disclosures are required within days of the triggering event and are close to real time. Charge registrations are usually filed within weeks. Annual accounts can lag the period end by many months and in some jurisdictions by more than a year. Court filings appear as proceedings develop. Treat filings as evidence of trajectory and structure rather than current operational status, and state the filing date and period covered alongside any figure you cite.
What does an auditor change actually signal?
It depends on whether a reason is given and who replaced whom. A resignation accompanied by a statement of disagreement with management is the strongest early warning signal available in public filings and should immediately reprioritise the research. A routine rotation after a long tenure, particularly where required by regulation, is unremarkable. A move from a large established firm to a small unknown one for an entity of significant claimed size is a mismatch worth investigating on its own. Always read the actual filing rather than a summary service's characterisation of it.
How do I handle a jurisdiction whose filings are scanned images?
Build an OCR pipeline and accept that quality determines everything downstream. Run OCR at the highest quality your budget allows, index the text, and validate accuracy on a sample of known documents before relying on corpus-wide searches, because a search that returns nothing may mean the text was never extracted. For key documents, read the image rather than the OCR output. Where the volume justifies it, platforms designed for investigative document work handle the OCR, indexing and annotation together and are usually faster than assembling the pipeline yourself.
Standards, frameworks and further reading
Work that references a recognised framework is easier to defend, easier to hand over, and easier for a partner to consume:
- SEC reporting requirements including current, quarterly and annual report obligations define the triggers and deadlines that make filing types analytically meaningful.
- UK Companies Act filing obligations govern accounts, confirmation statements, officer changes and charge registrations with statutory deadlines.
- EU Transparency Directive sets periodic and ongoing disclosure obligations for issuers on regulated markets.
- XBRL and Inline XBRL specifications define the machine-readable tagging of financial statement data in mandated filings.
- IFRS and national GAAP frameworks determine what the financial statements in a filing actually measure and how they compare across entities.
- Court rules on public access, sealing and reporting restrictions govern what may lawfully be obtained and published from litigation files.
- ISO 17442 LEI provides the identifier that reliably links filings by the same entity across jurisdictions and reporting regimes.
- Insolvency legislation in each jurisdiction defines the administrator and liquidator reporting that produces the most detailed public failure analysis.
References
Primary sources and authoritative references for this entry. Publishers revise and retire material, so treat the retrieval date as part of the citation and re-check before relying on any of it in a formal product.
- EDGAR — US Securities and Exchange Commission. Complete archive of US registrant filings with full-text search and structured data.
- Companies House filing history — UK Government. Free access to UK accounts, charges, officer changes and confirmation statements.
- CourtListener — Free Law Project. US federal and state dockets and documents including the RECAP archive.
- SEDAR+ — Canadian Securities Administrators. Canadian securities filings including prospectuses and material change reports.
- Bundesanzeiger — German Federal Ministry of Justice. German federal gazette publishing accounts and statutory corporate notices.
- XBRL specifications — XBRL International. Standards for machine-readable business reporting data used in mandated filings.
- National Storage Mechanism — UK Financial Conduct Authority. Archive of regulated information filed by UK listed issuers.
- Aleph — OCCRP. Cross-jurisdiction search across filings, registries and document collections.
Link integrity: every reference above was verified with a live request when this page was generated. Where a publisher had moved or withdrawn a document, the link was repointed at a preserved copy in the Internet Archive and marked as archived. Anything with no reachable copy anywhere had its link removed rather than left to rot — the source is still credited, it simply cannot be linked.
Put it into practice
The Quantus Intel threat intelligence platform operationalises this entry: filing timelines with type-aware extraction of entities, officers, charges and disclosures pushed into the investigation graph. Explore the platform, or browse the rest of the library by following any tag above.