The Short Answer
XBRL (eXtensible Business Reporting Language) is the open standard for labeling business data so software can read it. Each reported number gets a tag naming the concept, period, currency and entity. iXBRL (Inline XBRL) embeds those tags invisibly inside a normal human-readable report, so one document serves both people and machines.
That is the whole idea, and it has quietly become universal. XBRL International, the nonprofit consortium that maintains the standard, counts more than 100 regulators using it across more than 60 countries, supported by more than 200 software packages. If you file with the SEC, list on an EU regulated market, pay UK corporation tax or run a US bank, you are already an XBRL preparer, whether or not anyone on your team has opened the tagged file.
Why a CFO should care in one sentence: regulators, analysts and screening tools consume your tagged data directly, without reading your PDF, so tagging errors misstate your company to machines even when the printed report is perfect.
XBRL vs iXBRL: One Standard, Two Shapes
Classic XBRL, the original form, is a standalone XML data file. It holds the tagged facts but no readable layout. In the SEC's early program, from 2009, companies filed their normal report plus a separate XBRL exhibit, two artifacts that could and sometimes did disagree.
iXBRL fixed that split. An iXBRL filing is an XHTML document, a web page in effect, that looks exactly like the designed report. The tags are woven into the markup around each number, invisible to a reader, complete to a machine. One file, one truth. A viewer tool can highlight every tagged fact in place, which is also how reviewers and auditors now check tagging.
The direction of travel is one-way. The SEC adopted iXBRL in June 2018 and phased it in between 2019 and 2021. The EU's ESEF mandate required iXBRL from its start with FY 2020 reports. HMRC in the UK has taken iXBRL since 2011. New corporate mandates choose iXBRL because documents are what companies publish.
A third shape matters for banks and insurers: xBRL-CSV stores facts as compact tables rather than XML, built for returns with millions of data points. The EBA and EIOPA are moving EU supervisory filings to it under their DPM 2.0 program. Corporate filers can ignore it. Bank regulatory teams cannot, as our regulatory reporting software guide explains.
How Tagging Actually Works
A tagged fact has four working parts, and every tagging error is a failure in one of them.
The concept
Which line item is this? The preparer maps each reported number to an element from the regulator's taxonomy, such as the US GAAP element for revenue from contracts with customers. Picking a plausible but wrong element is the most common substantive error, because the taxonomy often holds several near-synonyms with different meanings.
The context
Which entity, which period? A fact for the year ended December 31 differs from one at December 31. Duration versus instant is a formal property of each element, and mismatching them fails validation.
The unit and sign
Currency, shares or percentages, plus scale and sign. Sign errors are the classic embarrassment: an expense tagged positive where the taxonomy expects a negative flips your cost base in every machine reading of the filing. Regulator data-quality checks flag sign errors more than any other class of mistake.
The extension, if any
When no standard element fits, the preparer creates a custom one. Extensions are legal and sometimes right, but each one makes your data less comparable. ESEF forces discipline through anchoring: every extension must link to the closest standard element. A rising extension rate over time usually signals drifting tagging habits, not a changing business.
Two levels of granularity apply. Detailed tagging marks each number individually and applies to the primary statements everywhere. Block tagging wraps a whole note or policy section in a single tag. ESEF added mandatory block tagging of the notes for financial years starting on or after January 1, 2022, and it now generates most first-year review findings.
Taxonomies: the Dictionaries Behind the Tags
A taxonomy is the controlled dictionary a regime allows: thousands of elements with definitions, labels in multiple languages, data types and the arithmetic relationships between them. You do not tag against "XBRL". You tag against a specific taxonomy at a specific version.
The ones a corporate finance team meets: the US GAAP taxonomy, maintained by the FASB and updated annually for SEC filings. The IFRS taxonomy, maintained by the IFRS Foundation. The ESEF taxonomy, which ESMA builds as an extension of the IFRS taxonomy. The UK taxonomies from the FRC used for HMRC and Companies House filings. Banks and insurers add the EBA and EIOPA taxonomies, which are built on a data point model rather than accounting statements.
The practical consequence is maintenance. Taxonomies change every year, elements are added and deprecated, and validation rules tighten. Whoever does your tagging, in-house or outsourced, is signing up for annual re-mapping work. When software vendors advertise "taxonomy updates included", this recurring work is what they mean, and it is worth real money.
Who Mandates What, as of 2026
The map below covers the mandates our readers ask about. Every row was verified this session against primary or regulator-adjacent sources.
| Regulator | What must be tagged | Since / status | Notes |
|---|---|---|---|
| US SEC | 10-K, 10-Q, 20-F, 40-F financial statements and cover pages in iXBRL | Phased in 2019 to 2021 by filer size | Rule adopted June 2018. IFRS filers and fund risk/return summaries also covered. |
| US federal financial agencies | FDTA joint data standards: LEI as entity identifier, machine-readable reporting | Joint final rule June 2026, effective October 1, 2026 | Formats like XBRL left to each agency's own rulemaking. Municipal securities still ahead. |
| US FFIEC (bank call reports) | Call reports filed through the Central Data Repository in XBRL | 2005 | The oldest large-scale XBRL program in the US. |
| US FERC | Forms including Form 1 in XBRL through the eForms program | 2021 | Replaced Visual FoxPro filing. |
| EU ESMA (ESEF) | Annual financial reports in XHTML with iXBRL tagging of IFRS consolidated statements | FY 2020; note block tagging from FY 2022 | Applies to companies listed on EU regulated markets. Taxonomy extends the IFRS taxonomy. |
| EU EBA (banks) | COREP and FINREP returns under EBA taxonomies | Long established; xBRL-CSV migration underway | DPM 2.0 moves filings from XBRL-XML to xBRL-CSV, with reporting framework 4.x. |
| EU EIOPA (insurers) | Solvency II QRTs as structured data under EIOPA's taxonomy | Solvency II era | EIOPA works with the EBA on the DPM 2.0 modernization. |
| EU CSRD tagging | Digital tagging of sustainability statements | Suspended | Omnibus Directive (EU) 2026/470 paused the tagging obligation until the ESEF rules are updated. |
| UK HMRC | Company accounts and tax computations in iXBRL with the CT600 | Returns due on or after April 1, 2011 | The world's first big iXBRL mandate. |
| UK Companies House | Software-only accounts filing, ending web and paper routes | April 1, 2027 | Part of ECCTA reform. Every UK company will need iXBRL-capable software. |
Three 2026 developments worth knowing
The FDTA is now real in the US. Eight federal financial agencies plus Treasury issued their joint final rule under the Financial Data Transparency Act in June 2026, effective October 1, 2026. It sets the Legal Entity Identifier as the common entity identifier and requires data to be machine-readable, while leaving specific formats such as XBRL to each agency's own follow-on rulemaking. More US regulatory data will become structured over the next few years as those rules land.
CSRD tagging is suspended, not dead. The Omnibus changes, through Directive (EU) 2026/470, paused the obligation to tag sustainability statements until the ESEF rules are updated for the revised ESRS. EFRAG released a new draft taxonomy for consultation in September 2026. Plan for tagging to return, on a date not yet set. Our ESG and CSRD software guide tracks the current state.
The UK is about to create millions of new iXBRL filers. Companies House moves to software-only accounts filing on April 1, 2027 under the ECCTA reforms, closing the web and paper routes. Every UK company, not just the listed ones, will need software that produces iXBRL accounts.
Where Software Fits
Three delivery models exist, and the right one depends on how late your numbers move.
Tagging built into the disclosure platform
Platforms like Workiva put tagging inside the same linked document your team edits, with native XBRL, iXBRL and EDGAR filing plus ESEF support. When a number changes two days before filing, the tag travels with it. CCH Tagetik reaches the same outcome from the consolidation side, with XBRL support attached to its statutory reporting output. This model suits teams with late-moving numbers and recurring multi-jurisdiction filings.
Specialist tagging tools and services
DFIN's ActiveDisclosure and Toppan Merrill's platform grew out of the SEC filing-agent business, and IRIS CARBON competes on value for XBRL and iXBRL compliance across mandates. Some companies simply outsource tagging to their filing agent entirely. The trade is control for cost: a handoff before every deadline, in exchange for not building tagging skill in-house.
What to test before you commit
Ask any vendor to tag one of your own notes live, show the validation results against the current taxonomy version and produce the reviewer's guide your auditor will want. Ask who performs annual taxonomy re-mapping and what it costs. Ask how the tool reports your extension rate. Ten minutes of that beats an hour of interface tour. Our disclosure management ranking scores the field on exactly these points, and the SEC reporting guide covers the US-specific mechanics.
Upstream matters too: tagging quality is capped by the quality of the numbers arriving from consolidation. Teams evaluating this layer usually review the whole pipeline, and finance teams use the CFO Shortlist app to evaluate the EPM side of their stack alongside the disclosure tools covered here.
Frequently Asked Questions
Next Reads
Build your shortlist in the CFO Shortlist app
Compare the disclosure and consolidation platforms behind your filings against your own entity structure and reporting calendar.
