FinchContext
Run with

Build EDINET Inline XBRL (Securities Disclosure)

Skill: Convert financial statements into EDINET Inline XBRL

Region: Japan (日本) Category: Government / regulatory — 金融商品取引法開示 (EDINET) Does: Takes a filer's financial statements and tags them as Inline XBRL against the EDINET taxonomy for disclosure documents — principally the 有価証券報告書 (yūka shōken hōkokusho / annual securities report) — submitted to Japan's FSA through the EDINET system. Spec: FSA EDINET — Inline XBRL + EDINET taxonomy (JGAAP / IFRS; annual taxonomy release)

EDINET requires disclosure documents to be filed as Inline XBRL (machine-readable facts embedded in the XHTML report). The EDINET taxonomy is updated annually by the FSA and covers the document forms (有価証券報告書, 四半期/半期報告書, 大量保有報告書, etc.) plus the accounting standard (JGAAP or IFRS). Build against the current taxonomy year and the EDINET operational guidelines; submission uses EDINET filer credentials.


When this applies


iXBRL building blocks (EDINET)

Concept Carries
Fact a tagged value embedded inline — ix:nonFraction (numeric) / ix:nonNumeric (text)
Element the EDINET-taxonomy concept (standardised tag for the line item / disclosure)
Context period (instant/duration) + entity (the EDINET code / filer) the fact applies to
Unit iso4217:JPY, shares, JPY/share for per-share figures
Dimensions consolidated vs non-consolidated, prior/current period, member breakdowns
Scale / decimals / sign reported scale (e.g. millions of yen) and precision

Tagging rules


Worked example (one fact, inline)

<!-- Net sales of ¥123,456 million for FY ending 2025-03-31 (consolidated) -->
売上高:
<ix:nonFraction
   name="jpcrp_cor:NetSalesSummaryOfBusinessResults"
   contextRef="CurrentYearDuration_ConsolidatedMember"
   unitRef="JPY"
   decimals="-6"
   scale="6"
   format="ixt:num-dot-decimal">123,456</ix:nonFraction>
<!-- tagged value = 123,456 × 10^6 = ¥123,456,000,000 -->

With contexts (period + EDINET-code entity), the JPY unit, and consolidated dimension declared in the iXBRL header; the same XHTML renders the report.


Validation checklist


Last updated: 2026-05-31 — the EDINET taxonomy and operational guidelines update annually; confirm the current taxonomy year, element selection, iXBRL formatting, and submission rules against current FSA EDINET (fsa.go.jp / disclosure.edinet-fsa.go.jp) guidance before filing.