JP2010146109A - Xbrl data verification/creation system and xbrl data verification/creation program - Google Patents

Xbrl data verification/creation system and xbrl data verification/creation program Download PDF

Info

Publication number
JP2010146109A
JP2010146109A JP2008320114A JP2008320114A JP2010146109A JP 2010146109 A JP2010146109 A JP 2010146109A JP 2008320114 A JP2008320114 A JP 2008320114A JP 2008320114 A JP2008320114 A JP 2008320114A JP 2010146109 A JP2010146109 A JP 2010146109A
Authority
JP
Japan
Prior art keywords
link
display
file
information
tree
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2008320114A
Other languages
Japanese (ja)
Inventor
Hiroshi Takizawa
博 滝澤
Sachiko Kawanishi
幸子 川西
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Internet Disclosure Co Ltd
Original Assignee
Internet Disclosure Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Internet Disclosure Co Ltd filed Critical Internet Disclosure Co Ltd
Priority to JP2008320114A priority Critical patent/JP2010146109A/en
Priority to PCT/JP2009/055705 priority patent/WO2010070935A1/en
Publication of JP2010146109A publication Critical patent/JP2010146109A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an XBRL(eXtensible Business Reporting Language) data verification system for drastically reducing the labor of a user, and for easily verifying XBRL data without requiring any knowledge about XBRL. <P>SOLUTION: In the XBRL data verification system, financial statement names, the titles of the respective columns, and display sum unit information or the like are stored as display information A from a display information file, and an instance table B and document information C are created from the context, display sum units, numerical data, and document information or the like of an instance document, and a schemer file is read, and an element table D and a schemer list E are created by using a schemer which is directly or indirectly referenced by the instance document, and a display link tree F, a calculation link tree G, and designation link tree H are generated from the display link base, calculation link base and designation link base included in the schemer list, and information related with a financial statements based on the arbitrary combination of the above A to H, is created to display the information on spreadsheet software. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、XBRLデータ検証/作成システム及びXBRLデータ検証/作成プログラムに関するものである。   The present invention relates to an XBRL data verification / creation system and an XBRL data verification / creation program.

近年、企業の財務情報を記述するための国際的な標準仕様としてXBRLが注目され世界的に普及が進んでいる。わが国の金融庁でも、2008年4月1日より開始する事業年度から、有価証券報告書等の開示書類に含まれる財務諸表については原則XBRLを用いることと定めた。XBRLとは(eXtensible Business Reporting Language)の略であり、XML(eXtensible Markup Language)の一様式である。XBRLには、財務報告のための仕様(FR)と取引データのための仕様(GL)の2種類があるが、ここでは財務報告のための仕様(FR)を例に説明する。   In recent years, XBRL has attracted attention as an international standard specification for describing financial information of companies, and is spreading worldwide. The Financial Services Agency of Japan has also decided to use XBRL in principle for financial statements included in disclosure documents such as securities reports from the fiscal year commencing on April 1, 2008. XBRL is an abbreviation for (eXtensible Business Reporting Language) and is a form of XML (eXtensible Markup Language). XBRL has two types, a specification for financial reporting (FR) and a specification for transaction data (GL). Here, the specification for financial reporting (FR) will be described as an example.

以下、XBRLの基本的な仕組みについて説明する。XBRLは多種多様な財務諸表を表現するために、インスタンス文書と、これとは分離したタクソノミ文書とからなる構造を用いている。インスタンス文書は、売上高や経常利益といったデータそのものを記した財務情報の本体である。また、タクソノミ文書は、勘定科目名や各情報の表示方法、計算方法などを定義したものであり、XML Schemaを使ってインスタンス文書の語彙(要素名、属性など)を定義した「スキーマ」と、XLinkで定義される「リンクベース」がある。この「リンクベース」には、勘定科目の表示名称を示す「名称リンクベース」、勘定科目の参考文献を示す「参照リンクベース」、勘定科目の表示順序を示す「表示リンクベース」、勘定科目の計算方法を示す「計算リンクベース」、勘定科目の階層構造を示す「定義リンクベース」がある。ここで、表示リンク、計算リンク、定義リンクは、要素間の関係を定義している。関係は、従属関係(親子関係)で表される。ただし、定義リンクについてはXBRLの最新の仕様(Spec2.1)では省略可能となったので基本的には利用されなくなってきている。   Hereinafter, the basic mechanism of XBRL will be described. XBRL uses a structure consisting of an instance document and a taxonomy document separated from it to represent a wide variety of financial statements. An instance document is the main body of financial information describing data itself such as sales and ordinary profit. The taxonomy document defines the account name, the display method of each information, the calculation method, etc., and “Schema” that defines the vocabulary (element name, attribute, etc.) of the instance document using XML Schema, There is a “link base” defined by XLink. This “link base” includes “name link base” indicating the display name of the account, “reference link base” indicating the account reference, “display link base” indicating the display order of the account, There is a “calculation link base” indicating a calculation method and a “definition link base” indicating a hierarchical structure of account items. Here, the display link, calculation link, and definition link define the relationship between elements. The relationship is represented by a subordinate relationship (parent-child relationship). However, since the definition link can be omitted in the latest specification (Spec2.1) of XBRL, it is basically not used.

以上まとめると、XBRL文書は、以下のA〜Fの構成要素からなる文書であると言える。   In summary, it can be said that the XBRL document is a document composed of the following components A to F.

A スキーマ(要素定義)
B 名称リンク(要素の名称を定義)
C 参照リンク(参照法令等を定義)
D 表示リンク(表示の順序を定義)
E 計算リンク(計算方法を定義)
F 定義リンク(要素間の関係を階層的に定義)
G インスタンス(A−Fで定義された要素を使って、数値データを定義する)
特開2008−134864は、XBRLインスタンス作成者がいつのタクソノミに準拠しているか容易に判断でき、XBRLエンジンを保有していない場合でもXBRLインスタンスを検証できる方法及びシステムを開示している。
A Schema (element definition)
B Name link (defines the element name)
C Reference link (defines reference laws, etc.)
D Display link (define display order)
E Calculation link (define calculation method)
F definition link (defines hierarchical relationships between elements)
G instance (defines numerical data using elements defined in AF)
Japanese Patent Application Laid-Open No. 2008-134864 discloses a method and system in which an XBRL instance creator can easily determine when a taxonomy is compliant and can verify an XBRL instance even when the XBRL engine is not owned.

また、特開2007−164591は、拡張タクソノミと拡張タクソノミとを含むXBRLにより記述された財務情報の分析業務を効率的に行うことができる方法及びシステムを開示している。   Japanese Patent Application Laid-Open No. 2007-164591 discloses a method and system capable of efficiently performing an analysis operation of financial information described by XBRL including an extended taxonomy and an extended taxonomy.

特開2008−134864JP 2008-134864 A 特開2007−164591JP2007-164591

インスタンス文書を作成する場合を例にとると、従来では専用ソフトにより、要素の定義、表示リンクの定義、計算リンクの定義等を、別々のインターフェースを通じて行った後に、改めて数値を入力してインスタンス文書を作成していた。このためインスタンス文書の作成を柔軟に行うことは可能だが、XBRLの知識に乏しい人が事前の準備なしに専用ソフトを利用してインスタンス文書を作成することは極めて困難であった。   Taking the case of creating an instance document as an example, in the past, element definition, display link definition, calculation link definition, etc. were performed through separate interfaces using dedicated software, and then the instance document was entered again with numerical values. Was creating. For this reason, it is possible to flexibly create an instance document, but it has been extremely difficult for a person with little knowledge of XBRL to create an instance document using dedicated software without preparation in advance.

本発明はこのような課題に着目してなされたものであり、その目的とするところは、利用者の手間を大幅に削減することができ、XBRLに対する知識がなくても容易にXBRLデータを検証/作成することができるXBRLデータ検証/作成システム及びXBRLデータ検証/作成プログラムを提供することにある。   The present invention has been made by paying attention to such problems, and the object of the present invention is to greatly reduce the labor of the user and to easily verify XBRL data without knowledge of XBRL. The present invention provides an XBRL data verification / creation system and an XBRL data verification / creation program that can be created.

上記の目的を達成するために、本発明の第1の態様に係るXBRLデータ検証システムは、インスタンス文書と、タクソノミ文書とから構成されるXBRLデータの検証を行うXBRLデータ検証システムであって、前記タクソノミ文書は、スキーマファイルと、名称リンクファイルと、表示リンクファイルと、計算リンクファイルと、表示情報ファイルとを含み、前記表示情報ファイルから、財務諸表名、各列の見出し、表示金額単位情報等を読み込み、表示情報として保存する手段と、前記インスタンス文書から、コンテキスト、表示金額単位、数値データ、文書情報等を読み込んでインスタンステーブルと文書情報とを作成する手段と、前記スキーマファイルを読み込み、前記インスタンス文書が直接又は間接的に参照しているスキーマを用いて、要素テーブルとスキーマリストとを作成する手段と、前記スキーマリストに含まれる表示リンクベース、計算リンクベースおよび名称リンクベースを読み込んで、前記表示リンクベースから表示リンクツリーを生成し、前記計算リンクベースから計算リンクツリーを生成し、前記名称リンクベースから名称リンクツリーを生成する手段と、前記表示情報、前記インスタンステーブル、前記文書情報、前記要素テーブル、前記スキーマリスト、前記表示リンクツリー、前記計算リンクツリー、前記名称リンクツリーのうちの任意の組み合わせに基づいて財務諸表に関する情報を作成し表計算ソフト上で表示する手段と、を具備する。   In order to achieve the above object, an XBRL data verification system according to a first aspect of the present invention is an XBRL data verification system for verifying XBRL data composed of an instance document and a taxonomy document, The taxonomy document includes a schema file, a name link file, a display link file, a calculation link file, and a display information file. From the display information file, financial statement names, column headings, display monetary unit information, etc. Means for reading and saving as display information, means for reading the context, display price unit, numerical data, document information, etc. from the instance document to create an instance table and document information, reading the schema file, Skis that the instance document references directly or indirectly A means for creating an element table and a schema list, and a display link base, a calculation link base, and a name link base included in the schema list are read to generate a display link tree from the display link base, Means for generating a calculation link tree from the calculation link base, generating a name link tree from the name link base, the display information, the instance table, the document information, the element table, the schema list, the display link tree, Means for creating information on financial statements based on any combination of the calculation link tree and the name link tree and displaying the information on spreadsheet software.

また、本発明の第2の態様に係るXBRLデータ検証プログラムは、インスタンス文書と、タクソノミ文書とから構成されるXBRLデータの検証を行うXBRLデータ検証プログラムであって、前記タクソノミ文書は、スキーマファイルと、名称リンクファイルと、表示リンクファイルと、計算リンクファイルと、表示情報ファイルとを含み、コンピュータを、前記表示情報ファイルから、財務諸表名、各列の見出し、表示金額単位情報等を読み込み、表示情報として保存する手段、前記インスタンス文書から、コンテキスト、表示金額単位、数値データ、文書情報等を読み込んでインスタンステーブルと文書情報とを作成する手段、前記スキーマファイルを読み込み、前記インスタンス文書が直接又は間接的に参照しているスキーマを用いて、要素テーブルとスキーマリストとを作成する手段、前記スキーマリストに含まれる表示リンクベース、計算リンクベースおよび名称リンクベースを読み込んで、前記表示リンクベースから表示リンクツリーを生成し、前記計算リンクベースから計算リンクツリーを生成し、前記名称リンクベースから名称リンクツリーを生成する手段、及び前記表示情報、前記インスタンステーブル、前記文書情報、前記要素テーブル、前記スキーマリスト、前記表示リンクツリー、前記計算リンクツリー、前記名称リンクツリーのうちの任意の組み合わせに基づいて財務諸表に関する情報を作成し表計算ソフト上で表示する手段と、して機能させる。   An XBRL data verification program according to the second aspect of the present invention is an XBRL data verification program for verifying XBRL data composed of an instance document and a taxonomy document. The taxonomy document includes a schema file, Including a name link file, a display link file, a calculation link file, and a display information file. The computer reads the financial statement name, each column heading, display monetary unit information, etc. from the display information file and displays it. Means for saving as information, means for reading the context, display amount unit, numerical data, document information, etc. from the instance document to create an instance table and document information, reading the schema file, the instance document being directly or indirectly Use the schema that you refer to Reading the display link base, calculation link base and name link base included in the schema list, generating a display link tree from the display link base, and generating the calculation link base. Means for generating a calculation link tree from the name link base and the display information, the instance table, the document information, the element table, the schema list, the display link tree, and the calculation link It functions as a means for creating information on financial statements based on any combination of the tree and the name link tree and displaying it on spreadsheet software.

また、本発明の第3の態様に係るXBRLデータ作成システムは、表計算ソフト上に入力された情報に基づいてXBRLデータを作成するXBRLデータ作成システムであって、作成者により入力された情報のうち、種別と業種とに基づいて、標準タクソノミを決定するとともに、決定された標準タクソノミに基づいてパターン別リンクベースファイルを読み込んでパターン選択シートとして表示する手段と、作成者により前記パターン選択シートから選択されたパターンシートに基づいて企業拡張層以外のタクソノミセットを決定するとともに、標準のスキーマファイルに基づいて、要素テーブルを作成する手段と、標準の表示リンクファイル、計算リンクファイル、名称リンクファイルを読み込んで、それぞれ表示リンクツリー、計算リンクツリー、名称リンクツリーを作成する手段と、前記表示リンクツリーと前記名称リンクツリーとを用いて、各財務諸表毎に台紙となるスケルトン表を表示するとともに、各財務諸表で用いられる可能性のある全要素を網羅した要素一覧表を表示する手段と、作成者により拡張科目定義シートに定義された勘定科目を拡張要素テーブルとして保持するとともに、作成者により前記スケルトン表に入力された情報のうち、勘定科目名、冗長科目名、会計期間、金額に基づいてインスタンステーブルを作成し、財務諸表名、各列の見出し、表示金額等に基づいて表示情報を作成し、入力された勘定科目の並び順と段下げ情報に基づいて作成者表示リンクツリーまたは出力表示リンクツリーを作成し、表計算ソフト上の数式を解析して作成者計算リンクツリーまたは出力計算リンクツリーを作成する手段と、前記拡張要素テーブルからスキーマファイル、定義リンクファイルおよび名称リンクファイルを作成し、前記インスタンステーブルからインスタンス文書ファイルを出力するとともに前記表示情報から表示情報ファイルを出力し、前記出力表示リンクツリーから標準のアークを上書きして作成者のアークが挿入された表示リンクファイルを作成するとともに、前記出力計算リンクツリーから標準のアークを上書きして作成者のアークが挿入された計算リンクファイルを出力する手段と、を具備する。   An XBRL data creation system according to the third aspect of the present invention is an XBRL data creation system that creates XBRL data based on information input on a spreadsheet software, and is configured to store information input by a creator. Among them, the standard taxonomy is determined based on the type and the type of business, and the means for reading the link base file for each pattern based on the determined standard taxonomy and displaying it as a pattern selection sheet, and from the pattern selection sheet by the creator Based on the selected pattern sheet, the taxonomy set other than the enterprise extension layer is determined, and a means for creating an element table based on the standard schema file, standard display link file, calculation link file, name link file Read, display link tree, calculation list respectively Using the display link tree and the name link tree, a skeleton table that becomes a mount for each financial statement is displayed and may be used in each financial statement. A means for displaying an element list that covers all elements and an account defined in the extended item definition sheet by the creator as an extended element table, and among the information entered in the skeleton table by the creator, Create an instance table based on the account name, redundant item name, accounting period, and amount, create display information based on the financial statement name, each column heading, display amount, etc. Create the creator display link tree or output display link tree based on the step down information and analyze the formula on the spreadsheet software to calculate the creator Creating a schema tree, an output calculation link tree, a schema file, a definition link file and a name link file from the extension element table, outputting an instance document file from the instance table, and generating a display information file from the display information Output and create a display link file with the author's arc inserted by overwriting the standard arc from the output display link tree and overwriting the standard arc from the output calculation link tree. Means for outputting the inserted calculation link file.

また、本発明の第4の態様に係るXBRLデータ作成プログラムは、表計算ソフト上に入力された情報に基づいてXBRLデータを作成するXBRLデータ作成プログラムであって、コンピュータを、作成者により入力された情報のうち、種別と業種とに基づいて、標準タクソノミを決定するとともに、決定された標準タクソノミに基づいてパターン別リンクベースファイルを読み込んでパターン選択シートとして表示する手段、作成者により前記パターン選択シートから選択されたパターンシートに基づいて企業拡張層以外のタクソノミセットを決定するとともに、標準のスキーマファイルに基づいて、要素テーブルを作成する手段、標準の表示リンクファイル、計算リンクファイル、名称リンクファイルを読み込んで、それぞれ表示リンクツリー、計算リンクツリー、名称リンクツリーを作成する手段、前記表示リンクツリーと前記名称リンクツリーとを用いて、各財務諸表毎に台紙となるスケルトン表を表示するとともに、各財務諸表で用いられる可能性のある全要素を網羅した要素一覧表を表示する手段、作成者により拡張科目定義シートに定義された勘定科目を拡張要素テーブルとして保持するとともに、作成者により前記スケルトン表に入力された情報のうち、勘定科目名、冗長科目名、会計期間、金額に基づいてインスタンステーブルを作成し、財務諸表名、各列の見出し、表示金額等に基づいて表示情報を作成し、入力された勘定科目の並び順と段下げ情報に基づいて作成者表示リンクツリーまたは出力表示リンクツリーを作成し、表計算ソフト上の数式を解析して作成者計算リンクツリーまたは出力計算リンクツリーを作成する手段、及び前記拡張要素テーブルからスキーマファイル、定義リンクファイルおよび名称リンクファイルを作成し、前記インスタンステーブルからインスタンス文書ファイルを出力するとともに前記表示情報から表示情報ファイルを出力し、前記出力表示リンクツリーから標準のアークを上書きして作成者のアークが挿入された表示リンクファイルを作成するとともに、前記出力計算リンクツリーから標準のアークを上書きして作成者のアークが挿入された計算リンクファイルを出力する手段、として機能させる。   An XBRL data creation program according to the fourth aspect of the present invention is an XBRL data creation program for creating XBRL data based on information input on a spreadsheet software, and a computer is input by the creator. In addition to determining the standard taxonomy based on the type and type of business information, means for reading the link base file by pattern based on the determined standard taxonomy and displaying it as a pattern selection sheet, the pattern selection by the creator A taxonomy set other than the company extension layer is determined based on the pattern sheet selected from the sheet, and a means for creating an element table based on the standard schema file, standard display link file, calculation link file, name link file Read Using a tree, a calculation link tree, a means for creating a name link tree, the display link tree and the name link tree, a skeleton table serving as a mount for each financial statement is displayed and can be used in each financial statement. A means to display an element list that covers all the elements that are characteristic, and holds the account items defined in the extended item definition sheet by the creator as an extended element table, and the information entered in the skeleton table by the creator Among them, an instance table is created based on the account name, redundant item name, accounting period, amount, and display information is created based on the financial statement name, each column heading, display amount, etc. Create the creator display link tree or the output display link tree based on the order and step down information, and analyze the formula on the spreadsheet software. Means for creating creator calculation link tree or output calculation link tree, and creating schema file, definition link file and name link file from the extension element table, outputting instance document file from the instance table, and from the display information Output the display information file, create a display link file with the author's arc inserted by overwriting the standard arc from the output display link tree, and overwriting the standard arc from the output calculation link tree It functions as a means for outputting a calculation link file in which a person's arc is inserted.

本発明によれば、XBRLデータの検証/作成に関わる利用者の手間を大幅に削減することができ、XBRLに対する知識がなくても容易にXBRLデータを検証/作成することができる。   According to the present invention, it is possible to greatly reduce a user's labor related to verification / creation of XBRL data, and it is possible to easily verify / create XBRL data without knowledge of XBRL.

以下、図面を参照して本発明の実施形態を詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

(XBRLデータの検証)
まず、本発明の第1実施形態に係るXBRLデータ検証システムについて図面を参照して詳細に説明する。図1は、XBRLデータ検証サービスを行うサービス提供業者が当該サービスをウェブサービスとして提供する場合のXBRLデータ検証システムの構成図である。インターネット1に接続された金融庁サーバ8には、タクソノミ文書9と、XBRLインスタンス文書10とが格納されている。また、サービス提供業者が所有するXBRLデータ検証システムサーバ(以下、単に検証サーバと呼ぶ)8には、金融庁サーバ3からインターネット1を介してあらかじめダウンロードされたタクソノミ文書5と、XBRLインスタンス文書4とが格納されている。また、検証サーバ3には、インターネット1を介して監査人などの検証実施者6、7のクライアント端末が接続されており、インターネット1を介した検証が可能となっている。
(Verification of XBRL data)
First, the XBRL data verification system according to the first embodiment of the present invention will be described in detail with reference to the drawings. FIG. 1 is a configuration diagram of an XBRL data verification system when a service provider that performs an XBRL data verification service provides the service as a web service. A taxonomy document 9 and an XBRL instance document 10 are stored in the FSA server 8 connected to the Internet 1. An XBRL data verification system server (hereinafter simply referred to as a verification server) 8 owned by a service provider includes a taxonomy document 5 downloaded in advance via the Internet 1 from the Financial Services Agency server 3, an XBRL instance document 4, and the like. Is stored. The verification server 3 is connected to client terminals of verification performers 6 and 7 such as auditors via the Internet 1, and verification via the Internet 1 is possible.

また、検証実施者自身が検証サーバ3を所有する場合には、検証を行う検証実施者2がLAN経由で検証サーバ3に接続して検証を行う。   If the verification operator himself owns the verification server 3, the verification operator 2 who performs verification connects to the verification server 3 via the LAN and performs verification.

検証サーバ3には、XBRLデータの検証を行う検証プログラムが、Java(登録商標)システムの形態でインストールされている。検証プログラムは後述するように、表示情報ローダープログラム、インスタンス文書ローダープログラム、スキーマ・ローダープログラム、リンクベース・ローダープログラム、表計算への出力プログラムなどの個々のプログラムを組み合わせたものである。   A verification program for verifying XBRL data is installed in the verification server 3 in the form of a Java (registered trademark) system. As will be described later, the verification program is a combination of individual programs such as a display information loader program, an instance document loader program, a schema loader program, a link base loader program, and a spreadsheet output program.

監査人などの検証実施者6または7がクライアント端末を使用して検証サーバ3に接続すると、検証プログラムが起動され、検証サーバ3に格納されているタクソノミ文書5からのタクソノミの選択を行うことが可能になる。同時に、XBRLデータがXBRLインスタンス文書4から読み出されるのでその中から検証対象のXBRLデータを指定することができる。   When a verifier 6 or 7 such as an auditor connects to the verification server 3 using a client terminal, the verification program is activated and a taxonomy can be selected from the taxonomy document 5 stored in the verification server 3. It becomes possible. At the same time, since XBRL data is read from the XBRL instance document 4, the XBRL data to be verified can be designated from the XBRL instance document 4.

検証実施者6または7が自社で作成したXBRLデータあるいは金融庁サーバ8からダウンロードした他社作成のXBRLデータを検証する場合には当該XBRLデータを検証サーバ3にアップロードして検証を行う。検証サーバ3は検証を行い、検証の出力結果(表計算ソフトデータ)を検証実施者6または7に提供する。   When verifying the XBRL data created by the verifier 6 or 7 in-house or the XBRL data created by another company downloaded from the Financial Services Agency server 8, the XBRL data is uploaded to the verification server 3 for verification. The verification server 3 performs verification and provides the verification output result (spreadsheet software data) to the verification performer 6 or 7.

なお、検証実施者6または7は、検証サーブ3に接続して検証を行うのではなく、スタンドアロンのクライアント端末を用いて検証を行うことも可能である。この場合、クライアント端末には検証プログラムがJava(登録商標)システムの形態でインストールされるが、検証実施者6または7は、表計算ソフトの機能拡張ソフト(アドイン)をインタフェースとして検証プログラムとメッセージやデータのやり取りを行う。   The verification operator 6 or 7 can also perform verification using a stand-alone client terminal, instead of performing verification by connecting to the verification server 3. In this case, a verification program is installed on the client terminal in the form of a Java (registered trademark) system. However, the verification operator 6 or 7 uses the function expansion software (add-in) of spreadsheet software as an interface, Exchange data.

以下に、本発明に係るXBRLデータの検証方法について詳細に説明する。図2は、財務諸表の一例としての「損益計算書」を示している。図3は、XBRL文書の一例であり、図2に示す損益計算書の中の「売上高」、「売上原価」、「売上総利益」について記述している。図3のAはスキーマであり、図3のBは名称リンクであり、図3のDは表示リンクであり、図3のEは計算リンクであり、図3のGはインスタンスである。図3のC(参照リンク)、F(定義リンク)については記述を省略する。   The XBRL data verification method according to the present invention will be described in detail below. FIG. 2 shows an “income statement” as an example of financial statements. FIG. 3 is an example of an XBRL document, which describes “sales”, “cost of sales”, and “gross profit” in the income statement shown in FIG. 3A is a schema, B in FIG. 3 is a name link, D in FIG. 3 is a display link, E in FIG. 3 is a calculation link, and G in FIG. 3 is an instance. Description of C (reference link) and F (definition link) in FIG. 3 is omitted.

図3のB(名称リンク)では、要素の名称を以下の手順で定義している。   In B (name link) of FIG. 3, the name of the element is defined by the following procedure.

1:スキーマのNetSalesと結びつける。 1: Link with schema NetSales.

2:名前を定義。 2: Define a name.

3:1と2を結ぶ −> NetSalesに名称を付与。 Connecting 3: 1 and 2-> Name is given to NetSales.

また、図3のD(表示リンク)では、損益計算書(StatementsOfIncomeAbstract)で売上高(NetSales)と売上原価(CostOfSales)及び売上純利益(GrossProfit)の表示順を以下の手順で定義している。   Further, in D (display link) in FIG. 3, the display order of the sales amount (NetSales), the cost of sales (CostOfSales), and the net sales profit (GrossProfit) is defined in the following procedure in the income statement (StatementsOfIncomeAbstract).

1:スキーマのNetSalesと結びつける。 1: Link with schema NetSales.

2:名前を定義(売上)。 2: Define name (sales).

3:1と2を結ぶ −> NetSalesに名称を付与。 3: Connect 1 and 2-> Assign name to NetSales.

4:スキーマのCostOfSalesと結びつける。 4: Link with schema CostOfSales.

5:名前を定義(売上原価)。 5: Define name (cost of sales).

6:4と5を結ぶ −> CostOfSalesに名称を付与。 6: Connect 4 and 5-> Assign a name to CostOfSales.

7:スキーマのGrossProfitと結びつける。 7: Connect with Schema's GrossProfit.

8:名前を定義(売上総利益)。 8: Define name (gross profit).

9:7と8を結ぶ −> GrossProfitに名称を付与。 Connecting 9: 7 and 8-> Assigning a name to GrossProfit.

また、図3のE(計算リンク)では、売上純利益(GrossProfit)は売上高(NetSales)の加算と売上原価(CostOfSales)の減算から計算されることを以下の手順で定義している。   Further, E (calculation link) in FIG. 3 defines that the net sales profit (GrossProfit) is calculated from the addition of the sales amount (NetSales) and the subtraction of the cost of sales (CostOfSales) by the following procedure.

1:スキーマのGrossProfitと結びつける。 1: Link with schema GrossProfit.

2:スキーマのNetSalesと結びつける。 2: Connect with schema NetSales.

3:GrossProfitの子供としてNetSalesをリンクする、演算方法は加算。 3: Link NetSales as a child of GrossProfit, the calculation method is addition.

4:スキーマのCostOfSalesと結びつける。 4: Link with schema CostOfSales.

5:GrossProfitの子供としてCostOfSalesをリンクする、演算方法は減算。 5: Link CostOfSales as a child of GrossProfit, the calculation method is subtraction.

この例に示されるように、XBRLデータは財務諸表を構成する要素が、名称リンク/表示リンク/計算リンク等に分かれて表現されるため、専用ソフトを用いたとしてもXBRLの知識に乏しい人がインスタンス文書を作成することは極めて困難である。そこで、本発明では、XBRLデータの検証や作成を、専用ソフトを用いるのではなく、表計算ソフトを用いて行うことにより容易に行えるようにしたことを特徴とする。   As shown in this example, XBRL data is expressed by dividing the components of financial statements into name links, display links, calculation links, etc., so even if you use dedicated software, people who lack knowledge of XBRL Creating an instance document is extremely difficult. Therefore, the present invention is characterized in that XBRL data can be easily verified and created by using spreadsheet software instead of using dedicated software.

1.XBRLデータの準備
以下のa〜fのXBRLデータを用意する。
1. Preparation of XBRL data The following a to f XBRL data are prepared.

a スキーマファイル(.xsd)
b 名称リンクファイル(-label.xml)
c 表示リンクファイル(-presentation.xml)
d 計算リンクファイル(-calculation.xml)
e インスタンス文書ファイル(.xbrl)
f 表示情報ファイル(-information.xml)
ここでは実際に金融庁に提出された四半期報告書のXBRLデータをサンプルに使用している。なお、[背景技術]で述べたA〜Fの構成要素のうち、「参照リンク」は法令等への参照情報のみで財務諸表の構成に直接関連するものでないため省略した。また、「定義リンク」は最新のXBRL仕様(Spec2.1)において省略可能となっているため省略した。また、「表示情報ファイル」は金融庁独自の仕様であるが、財務諸表ごとの金額単位の設定等についての情報を有し、金融庁サーバに提出されたXBRLデータをHTML表示するときに使用されるものである。
a Schema file (.xsd)
b Name link file (-label.xml)
c Display link file (-presentation.xml)
d Calculation link file (-calculation.xml)
e Instance document file (.xbrl)
f Display information file (-information.xml)
Here, the XBRL data of the quarterly report actually submitted to the Financial Services Agency is used as a sample. Of the components A to F described in [Background Art], “reference links” are omitted because they are only reference information to laws and regulations and are not directly related to the structure of financial statements. The “definition link” is omitted because it can be omitted in the latest XBRL specification (Spec2.1). In addition, the “Display Information File” is a specification unique to the Financial Services Agency, but has information on the setting of monetary units for each financial statement, and is used when displaying XBRL data submitted to the Financial Services Agency server in HTML. Is.

2.XBRLデータの読み込みと処理
図4は、検証プログラムによる処理の詳細を説明するための図である。検証プログラムは、表示情報ローダープログラム30と、インスタンス文書ローダープログラム31と、スキーマ・ローダープログラム32と、リンクベース・ローダープログラム33と、表計算への出力プログラム48などにより構成される。
2. Reading and Processing of XBRL Data FIG. 4 is a diagram for explaining details of processing by the verification program. The verification program includes a display information loader program 30, an instance document loader program 31, a schema loader program 32, a link base loader program 33, a spreadsheet output program 48, and the like.

(A)表示情報ローダープログラム30は、表示情報ファイル20から、財務諸表名、各列の見出し、表示金額単位情報等を読み込み、財務諸表出力に備えて表示情報40として保存する(図4の手順S1)。図5は表示情報40の一例を示している。表示情報40には、財務諸表ID40−1、インスタンス文書ファイル名40−2、財務諸表1の表示情報40−3、財務諸表2の表示情報40−4などが含まれる。 (A) The display information loader program 30 reads the financial statement name, column headings, display amount unit information, and the like from the display information file 20 and stores them as display information 40 in preparation for financial statement output (procedure of FIG. 4). S1). FIG. 5 shows an example of the display information 40. Display information 40 includes financial statement ID 40-1, instance document file name 40-2, display information 40-3 of financial statement 1, display information 40-4 of financial statement 2, and the like.

(B)次に、インスタンス文書ローダープログラム31は、インスタンス文書21から、コンテキスト(会計期間等の情報)、表示金額単位、数値データ、文書情報等を読み込み、読み込んだ情報からインスタンステーブル41および文書情報42を作成する(図4の手順S2)。図6はインスタンステーブル41の一例を示している。図6に示すように、インスタンステーブル41は主に各項目41−1、41−2の数値データ41−3〜41−6と、コンテキストリスト41−7とを保持する。図7は図6のインスタンステーブル41に実際に(例えば図3のG(インスタンス)に示すような)数値データを入れた状態を示している。 (B) Next, the instance document loader program 31 reads the context (information such as the accounting period), display amount unit, numerical data, document information, etc. from the instance document 21, and the instance table 41 and document information from the read information. 42 is created (step S2 in FIG. 4). FIG. 6 shows an example of the instance table 41. As shown in FIG. 6, the instance table 41 mainly holds numerical data 41-3 to 41-6 of each item 41-1, 41-2 and a context list 41-7. FIG. 7 shows a state in which numerical data (for example, as indicated by G (instance) in FIG. 3) is actually entered in the instance table 41 in FIG.

また、図8は文書情報42の一例を示している。文書情報42には、インスタンス文書21に含まれている財務諸表の有無、財務諸表の各列の有無、財務諸表を表示する場合にどの名称リンク、表示リンク、計算リンクを用いるかの情報が保持されている。   FIG. 8 shows an example of the document information 42. The document information 42 includes information on the presence / absence of financial statements included in the instance document 21, the presence / absence of each column of the financial statements, and the name link, display link, and calculation link to be used when displaying the financial statements. Has been.

(C)次に、スキーマ・ローダープログラム32は、スキーマファイル22を読み込み、インスタンス文書21が直接参照しているスキーマ、およびそれらがさらに参照しているスキーマ…と次々にすべてを読み込み、要素テーブル43とスキーマリスト44とを作成する(図4の手順S3)。 (C) Next, the schema loader program 32 reads the schema file 22, reads all of the schema directly referred to by the instance document 21, and the schema further referenced by the instance document 21, and the element table 43. And a schema list 44 are created (step S3 in FIG. 4).

要素テーブル43は勘定科目をあらわす要素名に、見出し/金額項目区分、貸借区分、期間/時点区分情報等を加えたものであり、図9は要素テーブルの一例を示している。スキーマリスト44は種々のスキーマ情報44−1〜44−3からなり、インスタンス文書21が参照している表示リンク、計算リンクおよび名称リンクを一覧にしたものである。図10はスキーマリスト44の一例を示す図である。   The element table 43 is obtained by adding the heading / amount item classification, the lending classification, the period / time classification information, etc. to the element name representing the account item, and FIG. 9 shows an example of the element table. The schema list 44 includes various pieces of schema information 44-1 to 44-3, and is a list of display links, calculation links, and name links referred to by the instance document 21. FIG. 10 is a diagram showing an example of the schema list 44.

(D)次に、リンクベース・ローダープログラム33は、スキーマリスト44に含まれるすべての表示リンクベース23、計算リンクベース24および名称リンクベース25を読み込んで以下のような処理を行う(図4の手順S4)。 (D) Next, the link base loader program 33 reads all the display link bases 23, the calculation link bases 24, and the name link bases 25 included in the schema list 44 and performs the following processing (FIG. 4). Procedure S4).

各リンクには図11(A)に示すように、要素間の関係、あるいは各要素に対する付加情報がアーク(関係)とロケータ(スキーマを参照する要素)、あるいはアークとリソース(データ)という表現方法で示されているが、このままでは効率のよい処理が行えないため、図11(B)に示すような、処理に適したツリー形式のデータ構造に置き換える。   In each link, as shown in FIG. 11A, the relationship between elements, or additional information for each element is expressed as an arc (relation) and a locator (an element that refers to a schema), or an arc and a resource (data). However, since efficient processing cannot be performed as it is, it is replaced with a data structure in a tree format suitable for processing as shown in FIG.

XBRLはXMLの一種であるが、XMLの内部表現として従来から一般的に用いられているDOMツリーでは、文字列も子要素によって分割されうるものとして、要素ノードと同等に扱われる。しかし、XBRLの各文書で用いられるXMLは一般のXMLとは異なり、仕様上マークアップされた文字列は要素によって分割されることはないため、要素ノードとして扱う必要がなく単純なテキストデータとして扱うことができる。   XBRL is a kind of XML, but in a DOM tree that has been conventionally used as an internal representation of XML, a character string can be divided by child elements and treated in the same way as an element node. However, XML used in each document of XBRL is different from general XML, and the character string marked up in the specification is not divided by element, so it is not necessary to treat it as an element node and treat it as simple text data. be able to.

そこで本発明では、XBRLの内部表現としてDOMツリーを用いず、文字列データを単純なテキストデータとした独自のノードツリーを用いている(図12)。このノードツリーの各ノードはその文字列データ、要素名、各種属性、および自分の親及び複数個の子ノードの情報を有している。以下、[ツリー」はそのノードツリーを指す(図4の手順S4)。   Therefore, in the present invention, a unique node tree in which character string data is simple text data is used instead of a DOM tree as an internal representation of XBRL (FIG. 12). Each node of the node tree has character string data, element names, various attributes, and information on its own parent and a plurality of child nodes. Hereinafter, “tree” refers to the node tree (step S4 in FIG. 4).

表示リンクおよび計算リンクについては、インスタンス作成者の拡張に応じてアークの上書き処理を行う。   For display links and calculation links, arc overwriting is performed according to the extension of the instance creator.

XBRLでは、標準タクソノミで定義された表示順序や計算方法を変更したい場合はもとのタクソノミを変更するのではなく、既定の要素間の関係(アーク)を一旦取り消し、新たに独自の表示順や計算方法を定義するという方法をとる。本発明でもツリーを生成する前に、表示リンクと計算リンクに対し、このアークの上書き処理を行う。   In XBRL, if you want to change the display order and calculation method defined in the standard taxonomy, do not change the original taxonomy, but temporarily cancel the relationship (arc) between the default elements and create a new display order or The calculation method is defined. Even in the present invention, before the tree is generated, the arc is overwritten on the display link and the calculation link.

リンクベース・ローダープログラム33は、読み込んだ表示リンクベース23から図12に示すような表示リンクツリー45を生成する。一般に実際の財務諸表に現れる勘定科目は、スキーマで定義されている要素の一部であるため、インスタンス文書に使用されている要素およびその親ノードにマークをつけ、マークがつけられたもののみを処理すればよいようにして効率化を図る。   The link base loader program 33 generates a display link tree 45 as shown in FIG. 12 from the read display link base 23. In general, the accounts that appear in the actual financial statements are part of the elements defined in the schema, so mark the elements used in the instance document and their parent nodes, and only those that are marked. The efficiency is improved by processing.

次に、リンクベース・ローダープログラム33は、読み込んだ計算リンクベース24から計算リンクツリー46(図13)を生成する。図13は、例えば完成工事高と開発事業等売上高を加算(図では+の記号で示す)すると売上高が得られ、完成工事高を加算し完成工事原価を減算(図では−の記号で示す)すると完成工事総利益が得られることを示している。   Next, the link base loader program 33 generates a calculation link tree 46 (FIG. 13) from the read calculation link base 24. In FIG. 13, for example, adding completed construction sales and development business sales (added by a + sign in the figure) yields sales, adding completed construction cost and subtracting the completed construction cost (in the figure by-sign). It shows that the gross profit of completed construction can be obtained.

ここで、計算リンクツリー46は表示リンクツリー45とは異なり、ある要素が複数の要素に加算あるいは減算される場合があるため、ツリー構造にはならない場合がある。そのような場合には、図14の(A)〜(E)に示すように、ノードを複製してツリー構造を作成する。   Here, unlike the display link tree 45, the calculation link tree 46 may not have a tree structure because a certain element may be added to or subtracted from a plurality of elements. In such a case, as shown in FIGS. 14A to 14E, nodes are duplicated to create a tree structure.

次に、リンクベース・ローダープログラム33は、読み込んだ名称リンクベース25から図15(A)、(B)に示すような名称リンクツリー47を生成する。名称リンクツリー47の子ノードは、1つの要素に対する複数の名称(標準ラベル、冗長ラベル、合計ラベル、期首ラベル、期末ラベル等)から構成される。   Next, the link base loader program 33 generates a name link tree 47 as shown in FIGS. 15A and 15B from the read name link base 25. The child node of the name link tree 47 is composed of a plurality of names (standard label, redundant label, total label, beginning label, ending label, etc.) for one element.

3.表計算ソフトへの出力
以上のように分析された情報40〜47を表計算への出力プログラム48により処理すると、下記の5種類のシートが作成される。
3. Output to spreadsheet software When the information 40 to 47 analyzed as described above is processed by the spreadsheet output program 48, the following five types of sheets are created.

(A)概要シート50(図16は概要シート50の一例を示している。)
概要シート50は、上記表示情報40、インスタンステーブル41、スキーマリスト44に基づいて作成される。
(A) Summary sheet 50 (FIG. 16 shows an example of the summary sheet 50)
The summary sheet 50 is created based on the display information 40, the instance table 41, and the schema list 44.

(B)パターンシート51(図17はパターンシート51の一例を示している。)
パターンシート51は表示リンクツリー45から作成される。ここでは、企業が財務諸表作成に使用しているパターンを出力する。ここでのパターンは、表示リンクを読み込むときに同時に取得している。
(B) Pattern sheet 51 (FIG. 17 shows an example of the pattern sheet 51.)
The pattern sheet 51 is created from the display link tree 45. Here, the pattern used by companies to create financial statements is output. The pattern here is acquired at the same time when the display link is read.

(C)拡張科目シート52(図18は拡張科目シート52の一例を示している)
ここでは、企業が独自に拡張した科目を出力する。拡張科目シート52は要素テーブル43と名称リンクツリー47から作成される。
(C) Extended subject sheet 52 (FIG. 18 shows an example of the extended subject sheet 52)
Here, the subjects that the company has independently expanded are output. The extended subject sheet 52 is created from the element table 43 and the name link tree 47.

(D)財務諸表シート53(貸借対照表や損益計算書等の財務諸表毎に異なるシートを出力する)。図21は財務諸表シート53の一例を示している。 (D) A financial statement sheet 53 (a different sheet is output for each financial statement such as a balance sheet and income statement). FIG. 21 shows an example of the financial statement sheet 53.

財務諸表シート53は、表示情報40、インスタンステーブル41、文書情報42、要素テーブル43、表示リンクツリー45、計算リンクツリー46、名称リンクツリー47から作成される。   The financial statement sheet 53 is created from the display information 40, the instance table 41, the document information 42, the element table 43, the display link tree 45, the calculation link tree 46, and the name link tree 47.

ここでは、表示情報40から財務諸表名、各列の見出し、表示金額単位等を取得する。表示情報40がない場合は既存の情報から組み立てて、表見出し、列見出し等を出力する。   Here, the financial statement name, the headings of each column, the display amount unit, etc. are acquired from the display information 40. When there is no display information 40, it assembles from existing information and outputs a table heading, a column heading, etc.

表示リンクツリー45を1度たどり、表示すべき項目が格納される予定のセル位置を調べて、数式の前方参照を解決しておく。   The display link tree 45 is traced once, the cell position where the item to be displayed is to be stored is examined, and the forward reference of the formula is solved.

数式(例えば合計の数式)は通常、表示項目の最終行に位置するが、財務諸表の様式においては、図19に示すように、最初に位置する場合もある。このようなケースを解決するためには、一度数式を構成する要素がどの位置にあるかを知る必要が生じる。   A mathematical expression (for example, a total mathematical expression) is usually located at the last line of the display item, but in the form of financial statements, it may be located first as shown in FIG. In order to solve such a case, it is necessary to know where the elements constituting the mathematical expression are once.

表示リンクツリー45をルートからたどりながら、科目名、金額をセルに出力する。   While following the display link tree 45 from the root, the subject name and amount are output to the cell.

計算リンクツリー46において、ツリーの親ノード、すなわち計算方法が定義されている項目については、数式を組み立てて埋め込む。   In the calculation link tree 46, the parent node of the tree, that is, an item for which the calculation method is defined is assembled and embedded.

この処理において、本発明の特徴である、表示リンクツリー45と計算リンクツリー46の関連付けが行われる。   In this processing, the display link tree 45 and the calculation link tree 46 are associated with each other, which is a feature of the present invention.

いま、貸借対照表において、表示リンクツリー45、計算リンクツリー46が図20のように定義されていたとする。表示リンクツリー45では、流動負債45−1を親とした場合に、支払手形及び買掛金45−2、短期借入金45−3、未払法人税等45−4、賞与引当金45−5、受注損失45−6、その他45−7、流動負債合計45−8が子としてぶらさがっている。また、計算リンクツリー46では、流動負債46−1を親とした場合に、支払手形及び買掛金46−2、短期借入金46−3、未払法人税等46−4、引当金46−5、その他46−6が子としてぶらさがっており、さらに引当金46−5には賞与引当金46−7、受注損失46−8が子としてぶらさがっている。なお、図中のB31,B32などは表計算ソフトのセルアドレスを示している。   Now, it is assumed that the display link tree 45 and the calculation link tree 46 are defined as shown in FIG. 20 in the balance sheet. In the display link tree 45, when the current liability 45-1 is a parent, notes and accounts payable 45-2, short-term borrowings 45-3, income taxes payable 45-4, provision for bonuses 45-5, orders received Losses 45-6, other 45-7, and total current liabilities 45-8 are hanging as children. In addition, in the calculation link tree 46, when the current liability 46-1 is a parent, notes and accounts payable 46-2, short-term loans 46-3, income taxes payable 46-4, provision 46-5, The other 46-6 is hung as a child, and the allowance 46-5 is hung a bonus allowance 46-7 and an order loss 46-8 as a child. In the figure, B31, B32, etc. indicate cell addresses of the spreadsheet software.

上記ツリー構造においては、流動負債合計45−8が計算リンクツリー46 の親になっているので、この関係を表すための数式を生成する必要がある。   In the above tree structure, since the total current liabilities 45-8 is the parent of the calculation link tree 46, it is necessary to generate a mathematical expression for expressing this relationship.

図20において、支払手形及び買掛金45−2から未払法人税等45−4までは、計算リンクツリー46に対応する表示リンクツリー45が存在する(つまり実際に表示される)。しかし計算リンクツリー46の引当金46−5には、対応する表示リンク45が存在しないため、セル位置を用いた表計算ソフトの数式を生成することができない。   In FIG. 20, a display link tree 45 corresponding to the calculation link tree 46 exists (that is, is actually displayed) from the bills and accounts payable 45-2 to the accrued income taxes 45-4. However, since the corresponding display link 45 does not exist in the allowance 46-5 of the calculation link tree 46, it is not possible to generate a formula of spreadsheet software using cell positions.

そこで本発明では、下位項目が存在する計算リンクツリー46のノードについては、最下位のノードまで探索して、表示リンクツリー45の項目と計算リンクツリー46を関連付け、この関係を表すための数式を生成することを可能にしている。   Therefore, in the present invention, the nodes of the calculation link tree 46 in which the lower items exist are searched up to the lowest node, the items of the display link tree 45 are associated with the calculation link tree 46, and an expression for expressing this relationship is obtained. It is possible to generate.

実際に指定された金額との差額を求める式を組み立てて埋め込む。   Assemble and embed a formula that calculates the difference from the actual amount.

生成された数式どおりに合計を求める。実際にインスタンス文書に指定された金額との差額(誤差)が許容範囲外のものについては赤で表示する。XBRLには、切り捨てまたは四捨五入等の端数処理方式を示す方法がないため、最小値は切り捨て、最大値は四捨五入を想定してその範囲内かどうかをチェックしている。   Calculate the total according to the generated formula. If the difference (error) from the amount actually specified in the instance document is outside the allowable range, it is displayed in red. Since XBRL does not have a method for indicating a rounding method such as rounding off or rounding off, the minimum value is rounded down and the maximum value is rounded off to check whether it is within the range.

図21に示す財務諸表シートによれば、企業が作成したXBRLデータの計算リンクが妥当であったかどうかを検証することができる。B列の計算で囲まれた部分、「売上総利益」「販売費及び一般管理費」「営業利益」等には提出企業があらかじめ計算して単数処理を終えた数値が転記される。   According to the financial statement sheet shown in FIG. 21, it is possible to verify whether the calculation link of the XBRL data created by the company is valid. In the portion enclosed by the calculations in column B, “gross profit”, “selling and general administrative expenses”, “operating profit”, etc., the numerical values that the submitting company calculated in advance and completed the single processing are posted.

一方、C列の同じ行位置には、「売上総利益」「販売費及び一般管理費」「営業利益」等の計算リンクをたどって、表計算ソフトの計算式が作成される。また、D列にはB列とC列の差額計算を行う計算式が作成される。D列で差額が発生した場合、検証プログラムは構成される計算リンクをカウントし、端数処理の結果であるか否かを判定する。端数処理の結果でないと判定された場合、差額は赤字表示となる。この結果、検証実行者はD列の差額を見れば、計算リンクが正しく設定されているかどうかを判定することができる。   On the other hand, the calculation formula of the spreadsheet software is created at the same row position in the column C by following calculation links such as “gross profit”, “sales expenses and general administrative expenses”, and “operating profit”. A calculation formula for calculating the difference between the B column and the C column is created in the D column. When a difference occurs in the D column, the verification program counts the configured calculation links and determines whether or not the result is a fraction processing result. If it is determined that the result is not the result of rounding, the difference is displayed in red. As a result, the verification executor can determine whether or not the calculation link is correctly set by looking at the difference in the D column.

以上のように、第1実施形態では、(1)XBRLの表示リンクと名称リンクから、中間ファイル等を介することなく、直接、表計算ソフト上にインデントされた財務諸表を作成する、(2)XBRLの計算リンクを表計算ソフトの計算式として表現する、(3)XBRLでは別々に定義されている表示リンクと計算リンクを表計算ソフト上で関連付け、理解しやすい表現とする、という手順を用いることによって、専用ソフトにおける、定義を別個に行わなければならないという煩雑な状況をなくして、作成者の手間を大幅に削減することを可能にしている。   As described above, in the first embodiment, (1) an indented financial statement is created directly on a spreadsheet software from an XBRL display link and a name link without using an intermediate file, etc. (2) Express the calculation link of XBRL as a calculation formula of spreadsheet software. (3) In XBRL, associate the display link and calculation link defined separately on the spreadsheet software to make it easy to understand. As a result, it is possible to eliminate the troublesome situation that the definition must be performed separately in the dedicated software, and to greatly reduce the trouble of the creator.

さらに、専用ソフトでは、表示リンクと計算リンクが分離されているが、本実施形態では表計算ソフト上で一体となって表示されるため、XBRLの知識に乏しい人でも容易にインスタンス文書の検証を行うことができる。   In addition, in the dedicated software, the display link and the calculation link are separated, but in this embodiment, since they are displayed together on the spreadsheet software, even those who lack knowledge of XBRL can easily verify the instance document. It can be carried out.

(XBRLデータの作成)
次に、本発明の第2実施形態に係るXBRLデータ作成システムについて図面を参照して詳細に説明する。図22は、XBRLデータ作成サービスを行うサービス提供業者が当該サービスをウェブサービスとして提供する場合のXBRLデータ作成システムの構成図である。インターネット100に接続された金融庁サーバ109には、タクソノミ文書110が格納されている。また、サービス提供業者が所有するXBRL作成システムサーバ(以下、単に作成サーバと呼ぶ)103には、金融庁サーバ109からインターネット100を介してあらかじめダウンロードされたタクソノミ文書104が格納されている。また、作成サーバ103には、金融庁に対して財務報告を行う企業などのインスタンス作成者107,108のクライアント端末が接続されており、インターネット100を介したXBRLデータ(インスタンス)の作成が可能となっている。
(Create XBRL data)
Next, an XBRL data creation system according to a second embodiment of the present invention will be described in detail with reference to the drawings. FIG. 22 is a configuration diagram of an XBRL data creation system when a service provider that performs an XBRL data creation service provides the service as a web service. A taxonomy document 110 is stored in the FSA server 109 connected to the Internet 100. Also, an XBRL creation system server (hereinafter simply referred to as a creation server) 103 owned by a service provider stores a taxonomy document 104 downloaded in advance from the FSA server 109 via the Internet 100. In addition, the creation server 103 is connected to client terminals of instance creators 107 and 108 such as companies that make financial reports to the Financial Services Agency, and XBRL data (instances) can be created via the Internet 100. It has become.

また、作成者自身が作成サーバ103を所有する場合には、XBRLデータの作成を行うインスタンス作成者106がLAN経由で作成サーバ103に接続してインスタンスの作成を行う。   If the creator owns the creation server 103, the instance creator 106 who creates the XBRL data connects to the creation server 103 via the LAN and creates the instance.

作成サーバ103には、XBRLデータの作成を行うための作成プログラムが、Java(登録商標)システムの形態でインストールされている。作成プログラムは後述するように、タクソノミ・セレクタープログラム、スキーマ・ローダープログラム、リンクベース・ローダープログラム、作成者入力データ解析プログラム、XBRL出力プログラムなどの個々のプログラムを組み合わせたものである。   A creation program for creating XBRL data is installed in the creation server 103 in the form of a Java (registered trademark) system. As will be described later, the creation program is a combination of individual programs such as a taxonomy selector program, a schema loader program, a link base loader program, a creator input data analysis program, and an XBRL output program.

インスタンス作成者106または107がクライアント端末を使用して作成サーバ103に接続すると、作成プログラムが起動され、作成サーバ103に格納されているタクソノミ文書104からのタクソノミの選択を行うことが可能になる。インスタンス作成者106または107は選択したタクソノミを用いてXBRLデータ(インスタンス)の作成を行う。   When the instance creator 106 or 107 connects to the creation server 103 using the client terminal, the creation program is activated, and it is possible to select a taxonomy from the taxonomy document 104 stored in the creation server 103. The instance creator 106 or 107 creates XBRL data (instance) using the selected taxonomy.

なお、インスタンス作成者106または107は、作成サーブ103に接続してXBRLデータの作成を行うのではなく、スタンドアロンのクライアント端末を用いてXBRLデータの作成を行うことも可能である。この場合、クライアント端末には作成プログラムがJava(登録商標)システムの形態でインストールされるが、インスタンス作成者106または107は、表計算ソフトの機能拡張ソフト(アドイン)をインタフェースとして作成プログラムとメッセージやデータのやり取りを行う。   Note that the instance creator 106 or 107 does not connect to the creation server 103 and creates XBRL data, but can create XBRL data using a stand-alone client terminal. In this case, the creation program is installed on the client terminal in the form of a Java (registered trademark) system. However, the instance creator 106 or 107 uses the spreadsheet software function expansion software (add-in) as an interface to create the program, the message, Exchange data.

以下に、本発明に係るXBRLデータの作成方法について詳細に説明する。図23は、作成プログラムによる処理の詳細を説明するための図である。作成プログラムは、タクソノミ・セレクタープログラム130、スキーマ・ローダープログラム131−1、リンクベース・ローダープログラム131−2、作成者入力データ解析プログラム132、XBRL出力プログラム133などにより構成される。   Hereinafter, a method for creating XBRL data according to the present invention will be described in detail. FIG. 23 is a diagram for explaining details of processing by the creation program. The creation program includes a taxonomy selector program 130, a schema loader program 131-1, a link base loader program 131-2, a creator input data analysis program 132, an XBRL output program 133, and the like.

1.各表示、計算、名称リンクベースに使用するタクソノミの選択(図23の手順S10)
(A)まず、作成者は図24に示すような概要シート120に、作成する財務諸表の種別(連結・個別、年度・四半期・中間等の種別)、業種、開示者名、金額単位、提出日、提出回数等を入力する。
1. Selection of taxonomy used for each display, calculation, and name link base (step S10 in FIG. 23)
(A) First, the preparer submits a summary sheet 120 as shown in FIG. 24, the type of financial statements to be created (consolidated / individual, year / quarter / intermediate, etc.), type of business, name of disclosure, amount unit, and submission Enter the date, number of submissions, etc.

(B)タクソノミ・セレクタープログラム130は、(A)で入力された種別と業種に基づいて、標準タクソノミを決定する。標準タクソノミでは、タクソノミの肥大化を抑制するため、財務諸表の異なる表示方法やそれに伴う計算上の関係が、パターン別リンクベースファイル140として別ファイルに部品化されている。 (B) The taxonomy selector program 130 determines a standard taxonomy based on the type and type of business input in (A). In the standard taxonomy, in order to suppress the enlargement of the taxonomy, different display methods of financial statements and calculation relations associated therewith are divided into separate files as a link base file 140 for each pattern.

タクソノミ・セレクタープログラム130は、決定された標準タクソノミからこれらのパターン別リンクベースファイル140を読み込んで一覧表(パターン選択シート)
121として表示する(図25)。作成者はこの一覧表の中から、使用するパターンシートを選択する。
The taxonomy selector program 130 reads the link base file 140 for each pattern from the determined standard taxonomy and lists it (pattern selection sheet).
Displayed as 121 (FIG. 25). The creator selects a pattern sheet to be used from the list.

2.選択されたタクソノミからスケルトン表/要素一覧表の作成(図23の手順S11、S12)
(A)まず、スキーマ・ローダープログラム131−1は、パターンシートの選択(図25)に基づいて、企業拡張層以外のタクソノミセットを決定する。次に、スキーマ・ローダープログラム131−1は、標準のスキーマファイル141を読み込み、検証時と同様に要素テーブル142を作成する(手順S11)。
2. Creation of skeleton table / element list from selected taxonomy (steps S11 and S12 in FIG. 23)
(A) First, the schema loader program 131-1 determines a taxonomy set other than the company expansion layer based on the selection of the pattern sheet (FIG. 25). Next, the schema loader program 131-1 reads the standard schema file 141 and creates the element table 142 in the same manner as at the time of verification (step S11).

(B)次に、リンクベース・ローダープログラム131−2は、標準の表示リンク、パターン指定シートで指定されたパターンの表示リンク、およびをそれらが参照している
表示リンクファイル143−1をすべて読み込み、表示リンクツリー144−1を作成する。計算リンクファイル143−2も同様に読み込み、計算リンクツリー144−2を
作成する。さらに、リンクベース・ローダープログラム131−2は、標準の名称リンクファイル143−3を読み込み、名称リンクツリー144−3を作成する。
(B) Next, the link base loader program 131-2 reads all of the standard display link, the display link of the pattern designated by the pattern designation sheet, and the display link file 143-1 referring to them. The display link tree 144-1 is created. The calculation link file 143-2 is read in the same manner, and a calculation link tree 144-2 is created. Further, the link base loader program 131-2 reads the standard name link file 143-3 and creates a name link tree 144-3.

(C)次に、リンクベース・ローダープログラム131−2は、表示リンクツリー144−1と名称リンクツリー144−3を用いて、各財務諸表毎に台紙となるスケルトン
表122(図26)を表示する。また作成者の入力の便宜をはかるため、リンクベース・ローダープログラム131−2は、各財務諸表で用いられる可能性のある全要素を網羅
した要素一覧表(図27、図28)を表示する(手順S12)。
(C) Next, the link base loader program 131-2 uses the display link tree 144-1 and the name link tree 144-3 to display the skeleton table 122 (FIG. 26) as a mount for each financial statement. To do. Further, for the convenience of the creator's input, the link base loader program 131-2 displays an element list (FIGS. 27 and 28) that covers all elements that may be used in each financial statement ( Procedure S12).

3.作成者入力データの解析(図23の手順S13)
(A)作成者は、2.で作成/表示されたスケルトン表に勘定科目名、各会計期間毎の金額、表計算ソフト上の数式、財務諸表名、各列の見出しを入力する。また入力された勘定科目名とタクソノミの要素とを結びつけるため、作成者は、勘定科目名の隣の列に、要素一覧表123から選択した要素の冗長科目名を記入する。この場合、企業が独自に定義する拡張科目については要素一覧表にないため、別途、拡張科目定義シート124に定義する。
3. Analysis of creator input data (step S13 in FIG. 23)
(A) The creator is 2. Enter the account name, the amount for each accounting period, the formula on the spreadsheet software, the financial statement name, and the heading of each column in the skeleton table created / displayed in step 1. Further, in order to link the input account item name and the taxonomy element, the creator enters the redundant item name of the element selected from the element list 123 in the column adjacent to the account item name. In this case, an extended subject uniquely defined by the company is not included in the element list, and thus is separately defined in the extended subject definition sheet 124.

(B)作成者入力データ解析プログラム132は、拡張科目定義シート124に定義された科目を拡張要素テーブル157として保持する。 (B) The creator input data analysis program 132 holds the subjects defined in the extension subject definition sheet 124 as the extension element table 157.

(C)次に、作成者入力データ解析プログラム132は、入力された勘定科目名、冗長科目名、会計期間、金額に基づいてインスタンステーブル158を作成する。 (C) Next, the creator input data analysis program 132 creates an instance table 158 based on the input account title name, redundant subject name, accounting period, and amount.

(D)次に、作成者入力データ解析プログラム132は、入力された財務諸表名、各列の見出し、表示金額等に基づいて表示情報159を作成する。 (D) Next, the creator input data analysis program 132 creates display information 159 based on the inputted financial statement name, each column heading, display amount, and the like.

(E)次に、作成者入力データ解析プログラム132は、作成者により入力された財務諸表の勘定科目の並び順と段下げ情報に基づいて作成者表示リンクツリー160を作成する。この作成者表示リンクツリー160が標準の表示リンクツリーと比較して表示階層が異なるノードについては、出力表示リンクツリー160として保持する。 (E) Next, the creator input data analysis program 132 creates the creator display link tree 160 based on the arrangement order of the account items of the financial statements and the step-down information input by the creator. Nodes whose display hierarchy is different in the creator display link tree 160 compared to the standard display link tree are stored as the output display link tree 160.

(F)次に、作成者入力データ解析プログラム132は、作成者が入力した数式を解析し、作成者計算リンクツリー161を作成する。作成者計算リンクツリー161が標準計算ツリーと比較し、計算要素、計算順序が異なるノードについては、表示リンクと同様に、出力計算リンクツリー161として保持する。 (F) Next, the creator input data analysis program 132 analyzes the mathematical formula input by the creator and creates a creator calculation link tree 161. The creator calculation link tree 161 compares with the standard calculation tree, and the nodes having different calculation elements and calculation order are held as the output calculation link tree 161 in the same manner as the display link.

4.作成したXBRLデータの出力(図23の手順S14)
(A)XBRL出力プログラム133は、拡張要素テーブル157からスキーマファイル150、定義リンクファイル151および名称リンクファイル(日本語、英語)152を作成する。
4). Output of generated XBRL data (step S14 in FIG. 23)
(A) The XBRL output program 133 creates a schema file 150, a definition link file 151, and a name link file (Japanese, English) 152 from the extended element table 157.

(B)次に、XBRL出力プログラム133は、インスタンステーブル158からインスタンス文書ファイル154を出力するとともに、表示情報159から表示情報ファイル153を出力する。 (B) Next, the XBRL output program 133 outputs the instance document file 154 from the instance table 158 and also outputs the display information file 153 from the display information 159.

(C)次に、XBRL出力プログラム133は、出力表示リンクツリー160から、標準のアークを上書きし、作成者のアークが挿入された表示リンクファイル155を出力する。表示階層以外にも、表示に標準以外のラベルを使用する場合、たとえば「営業利益」がマイナスであった場合、「営業損失(△)」というラベルを使用する場合も標準アークの上書きが必要であるが、これらの上書き・挿入は金額、財務諸表の種類によって自動的に行われる。 (C) Next, the XBRL output program 133 overwrites the standard arc from the output display link tree 160 and outputs the display link file 155 in which the creator's arc is inserted. In addition to the display hierarchy, if a non-standard label is used for the display, for example, if "Operating profit" is negative, and the label "Operating loss (△)" is used, the standard arc must be overwritten. However, these overwrites and insertions are automatically performed depending on the amount and type of financial statements.

(D)次に、XBRL出力プログラム133は、表示リンクの場合と同様に、出力計算リンクツリー161から、標準のアークを上書きし作成者のアークが挿入された計算リンクファイル156を出力する。 (D) Next, the XBRL output program 133 outputs, from the output calculation link tree 161, the calculation link file 156 in which the standard arc is overwritten and the creator's arc is inserted, as in the case of the display link.

以上のように、第2実施形態では、(1)表計算ソフトの計算式からXBRLの計算リンクを作成する、(2)表計算ソフト上のインデントされた名称データからXBRLの表示リンクと名称リンクを作成する、という手順を用いることによって、専用ソフトにおける、定義を別個に行わなければならないという煩雑な状況をなくして、作成者の手間を大幅に削減することを可能にしている。   As described above, in the second embodiment, (1) an XBRL calculation link is created from the calculation formula of the spreadsheet software, and (2) an XBRL display link and name link are created from the indented name data on the spreadsheet software. By using the procedure of creating the software, it is possible to eliminate the troublesome situation that the definition must be performed separately in the dedicated software, and to greatly reduce the labor of the creator.

さらに、専用ソフトでは、表示リンクと計算リンクが分離されているが、本実施形態では表計算ソフト上で一体となって表示されるため、使用者はごく自然に表計算ソフト上での表示が会計ルールに即していること、作成した計算式が会計のルールに即していることの2点に注意を払うだけで、XBRLの知識に乏しい人でも容易にインスタンス文書の作成を行うことができる。   In addition, in the dedicated software, the display link and the calculation link are separated, but in this embodiment, since they are displayed together on the spreadsheet software, the user can naturally display on the spreadsheet software. Just paying attention to the two points of conforming to accounting rules and the formulas that have been created conforming to accounting rules, even those with little knowledge of XBRL can easily create instance documents. it can.

なお、上記した実施形態ではXBRLデータの検証と作成とを別個に行う場合について説明したが、ある者が上記作成プログラムを用いてXBRLデータを作成して金融庁にアップロードし、その後、同一の者が当該XBRLデータをダウンロードして上記検証ソフトを用いて検証することも可能である。   In the above-described embodiment, the case where XBRL data is verified and created separately has been described. However, a certain person creates XBRL data using the creation program and uploads it to the Financial Services Agency, and then the same person It is also possible to download the XBRL data and verify it using the verification software.

図1は、本発明の第1実施形態に係るXBRLデータ検証システムの構成図である。FIG. 1 is a configuration diagram of an XBRL data verification system according to the first embodiment of the present invention. 図2は、財務諸表の一例としての「損益計算書」を示す図である。FIG. 2 is a diagram showing an “income statement” as an example of financial statements. 図3は、XBRL文書の一例を示す図である。FIG. 3 is a diagram illustrating an example of an XBRL document. 図4は、検証ソフトによる処理の詳細を説明するための図である。FIG. 4 is a diagram for explaining the details of the processing by the verification software. 図5は、表示情報40の一例を示す図である。FIG. 5 is a diagram illustrating an example of the display information 40. 図6は、インスタンステーブル41の一例を示す図である。FIG. 6 is a diagram illustrating an example of the instance table 41. 図7は、図6のインスタンステーブル41に実際に数値などを入れた状態を示す図である。FIG. 7 is a diagram showing a state in which numerical values are actually entered in the instance table 41 of FIG. 図8は、文書情報42の一例を示す図である。FIG. 8 is a diagram illustrating an example of the document information 42. 図9は、要素テーブルの一例を示す図である。FIG. 9 is a diagram illustrating an example of the element table. 図10は、スキーマリスト44の一例を示す図である。FIG. 10 is a diagram illustrating an example of the schema list 44. 図11は、要素間の関係を示す図である。FIG. 11 is a diagram illustrating a relationship between elements. 図12は、表示リンクツリー45の一例を示す図である。FIG. 12 is a diagram illustrating an example of the display link tree 45. 図13は、計算リンクツリー46の一例を示す図である。FIG. 13 is a diagram illustrating an example of the calculation link tree 46. 図14は、計算リンクツリー46の他の例を示す図である。FIG. 14 is a diagram illustrating another example of the calculation link tree 46. 図15(A)、(B)は、名称リンクツリーの一例を示す図である。FIGS. 15A and 15B are diagrams illustrating an example of a name link tree. 図16は、概要シートの一例を示す図である。FIG. 16 is a diagram illustrating an example of a summary sheet. 図17は、図17はパターンシートの一例を示す図である。FIG. 17 is a diagram illustrating an example of a pattern sheet. 図18は、拡張科目シートの一例を示す図である。FIG. 18 is a diagram illustrating an example of the extended subject sheet. 図19は、数式(例えば合計の数式)が表示項目の最初に位置する例を示す図である。FIG. 19 is a diagram illustrating an example in which a mathematical expression (for example, a total mathematical expression) is positioned at the beginning of a display item. 図20は、表示リンクと計算リンクの一例を示す図である。FIG. 20 is a diagram illustrating an example of a display link and a calculation link. 図21は、表計算ソフト上に作成されたインデントされた財務諸表の一例を示す図である。FIG. 21 is a diagram showing an example of an indented financial statement created on spreadsheet software. 図22は、本発明の第2実施形態に係るXBRLデータ作成システムの構成図である。FIG. 22 is a configuration diagram of an XBRL data creation system according to the second embodiment of the present invention. 図23は、作成プログラムによる処理の詳細を説明するための図である。FIG. 23 is a diagram for explaining details of processing by the creation program. 図24は、概要シートの一例を示す図である。FIG. 24 is a diagram illustrating an example of a summary sheet. 図25は、パターン別リンクベースファイルの一覧表を示す図である。FIG. 25 is a diagram showing a list of link base files by pattern. 図26は、スケルトン表の一例を示す図である。FIG. 26 is a diagram illustrating an example of a skeleton table. 図27は、要素一覧表の一例を示す図である。FIG. 27 is a diagram illustrating an example of an element list. 図28は、要素一覧表の他の例を示す図である。FIG. 28 is a diagram illustrating another example of the element list.

符号の説明Explanation of symbols

1 インターネット
2 検証実施者
3 XBRL検証システムサーバ
4 XBRLインスタンス文書
5 タクソノミ文書
6,7 検証実施者
8 金融庁サーバ
9 タクソノミ文書
10 XBRLインスタンス文書
30 表示情報ローダープログラム
31 インスタンス文書ローダープログラム
32 スキーマ・ローダープログラム
33 リンクベース・ローダープログラム
48 表計算への出力プログラム
100 インターネット
101 インスタンス作成者
102 XBRLインスタンス文書
103 XBRL作成システムサーバ
104 タクソノミ文書
105 XBRLインスタンス文書
106,107 インスタンス作成者名
108 XBRLインスタンス文書
109 金融庁サーバ
110 タクソノミ文書
1 Internet 2 Verifier 3 XBRL Verification System Server 4 XBRL Instance Document 5 Taxonomy Documents 6 and 7 Verifier 8 Financial Agency Server 9 Taxonomy Document 10 XBRL Instance Document 30 Display Information Loader Program 31 Instance Document Loader Program 32 Schema Loader Program 33 Linkbase loader program 48 Output program for spreadsheet 100 Internet 101 Instance creator 102 XBRL instance document 103 XBRL creation system server 104 Taxonomy document 105 XBRL instance document 106, 107 Instance creator name 108 XBRL instance document 109 Financial Services Agency server 110 Taxonomy Documents

Claims (4)

インスタンス文書と、タクソノミ文書とから構成されるXBRLデータの検証を行うXBRLデータ検証システムであって、前記タクソノミ文書は、スキーマファイルと、名称リンクファイルと、表示リンクファイルと、計算リンクファイルと、表示情報ファイルとを含み、
前記表示情報ファイルから、財務諸表名、各列の見出し、表示金額単位情報等を読み込み、表示情報として保存する手段と、
前記インスタンス文書から、コンテキスト、表示金額単位、数値データ、文書情報等を読み込んでインスタンステーブルと文書情報とを作成する手段と、
前記スキーマファイルを読み込み、前記インスタンス文書が直接又は間接的に参照しているスキーマを用いて、要素テーブルとスキーマリストとを作成する手段と、
前記スキーマリストに含まれる表示リンクベース、計算リンクベースおよび名称リンクベースを読み込んで、前記表示リンクベースから表示リンクツリーを生成し、前記計算リンクベースから計算リンクツリーを生成し、前記名称リンクベースから名称リンクツリーを生成する手段と、
前記表示情報、前記インスタンステーブル、前記文書情報、前記要素テーブル、前記スキーマリスト、前記表示リンクツリー、前記計算リンクツリー、前記名称リンクツリーのうちの任意の組み合わせに基づいて財務諸表に関する情報を作成し表計算ソフト上で表示する手段と、
を具備することを特徴とするXBRLデータ検証システム。
An XBRL data verification system for verifying XBRL data composed of an instance document and a taxonomy document, wherein the taxonomy document includes a schema file, a name link file, a display link file, a calculation link file, and a display Including information files,
Means for reading financial statement names, column headings, display monetary unit information, and the like from the display information file and storing them as display information;
Means for reading from the instance document a context, a display monetary unit, numerical data, document information, etc., and creating an instance table and document information;
Means for reading the schema file and creating an element table and a schema list using a schema directly or indirectly referenced by the instance document;
Reading the display link base, calculation link base, and name link base included in the schema list, generating a display link tree from the display link base, generating a calculation link tree from the calculation link base, and from the name link base Means for generating a name link tree;
Create information related to financial statements based on any combination of the display information, the instance table, the document information, the element table, the schema list, the display link tree, the calculation link tree, and the name link tree. Means for displaying on spreadsheet software;
An XBRL data verification system comprising:
インスタンス文書と、タクソノミ文書とから構成されるXBRLデータの検証を行うXBRLデータ検証プログラムであって、前記タクソノミ文書は、スキーマファイルと、名称リンクファイルと、表示リンクファイルと、計算リンクファイルと、表示情報ファイルとを含み、
コンピュータを、
前記表示情報ファイルから、財務諸表名、各列の見出し、表示金額単位情報等を読み込み、表示情報として保存する手段、
前記インスタンス文書から、コンテキスト、表示金額単位、数値データ、文書情報等を読み込んでインスタンステーブルと文書情報とを作成する手段、
前記スキーマファイルを読み込み、前記インスタンス文書が直接又は間接的に参照しているスキーマを用いて、要素テーブルとスキーマリストとを作成する手段、
前記スキーマリストに含まれる表示リンクベース、計算リンクベースおよび名称リンクベースを読み込んで、前記表示リンクベースから表示リンクツリーを生成し、前記計算リンクベースから計算リンクツリーを生成し、前記名称リンクベースから名称リンクツリーを生成する手段、及び
前記表示情報、前記インスタンステーブル、前記文書情報、前記要素テーブル、前記スキーマリスト、前記表示リンクツリー、前記計算リンクツリー、前記名称リンクツリーのうちの任意の組み合わせに基づいて財務諸表に関する情報を作成し表計算ソフト上で表示する手段と、
して機能させるためのXBRLデータ検証システム。
An XBRL data verification program for verifying XBRL data composed of an instance document and a taxonomy document, wherein the taxonomy document includes a schema file, a name link file, a display link file, a calculation link file, and a display Including information files,
Computer
Means for reading financial statement names, column headings, display monetary unit information, and the like from the display information file and storing them as display information;
Means for reading from the instance document a context, a display monetary unit, numerical data, document information, etc., and creating an instance table and document information;
Means for reading the schema file and creating an element table and a schema list using a schema directly or indirectly referenced by the instance document;
Reading the display link base, calculation link base, and name link base included in the schema list, generating a display link tree from the display link base, generating a calculation link tree from the calculation link base, and from the name link base A means for generating a name link tree; and any combination of the display information, the instance table, the document information, the element table, the schema list, the display link tree, the calculation link tree, and the name link tree. A means for creating information about financial statements based on the spreadsheet and displaying it on spreadsheet software;
XBRL data verification system to make it function.
表計算ソフト上に入力された情報に基づいてXBRLデータを作成するXBRLデータ作成システムであって、
作成者により入力された情報のうち、種別と業種とに基づいて、標準タクソノミを決定するとともに、決定された標準タクソノミに基づいてパターン別リンクベースファイルを読み込んでパターン選択シートとして表示する手段と、
作成者により前記パターン選択シートから選択されたパターンシートに基づいて企業拡張層以外のタクソノミセットを決定するとともに、標準のスキーマファイルに基づいて、要素テーブルを作成する手段と、
標準の表示リンクファイル、計算リンクファイル、名称リンクファイルを読み込んで、それぞれ表示リンクツリー、計算リンクツリー、名称リンクツリーを作成する手段と、
前記表示リンクツリーと前記名称リンクツリーとを用いて、各財務諸表毎に台紙となるスケルトン表を表示するとともに、各財務諸表で用いられる可能性のある全要素を網羅した要素一覧表を表示する手段と、
作成者により拡張科目定義シートに定義された勘定科目を拡張要素テーブルとして保持するとともに、作成者により前記スケルトン表に入力された情報のうち、勘定科目名、冗長科目名、会計期間、金額に基づいてインスタンステーブルを作成し、財務諸表名、各列の見出し、表示金額等に基づいて表示情報を作成し、入力された勘定科目の並び順と段下げ情報に基づいて作成者表示リンクツリーまたは出力表示リンクツリーを作成し、表計算ソフト上の数式を解析して作成者計算リンクツリーまたは出力計算リンクツリーを作成する手段と、
前記拡張要素テーブルからスキーマファイル、定義リンクファイルおよび名称リンクファイルを作成し、前記インスタンステーブルからインスタンス文書ファイルを出力するとともに前記表示情報から表示情報ファイルを出力し、前記出力表示リンクツリーから標準のアークを上書きして作成者のアークが挿入された表示リンクファイルを作成するとともに、前記出力計算リンクツリーから標準のアークを上書きして作成者のアークが挿入された計算リンクファイルを出力する手段と、
を具備することを特徴とするXBRLデータ作成システム。
An XBRL data creation system for creating XBRL data based on information input on a spreadsheet software,
A standard taxonomy is determined based on the type and business type of information input by the creator, and a link-based file for each pattern is read based on the determined standard taxonomy and displayed as a pattern selection sheet.
Means for determining a taxonomy set other than the company extension layer based on a pattern sheet selected from the pattern selection sheet by the creator, and creating an element table based on a standard schema file;
A means for reading a standard display link file, calculation link file, and name link file and creating a display link tree, calculation link tree, and name link tree, respectively.
Using the display link tree and the name link tree, a skeleton table serving as a mount is displayed for each financial statement, and an element list covering all elements that may be used in each financial statement is displayed. Means,
Based on the account name, redundant item name, accounting period, and amount of information entered in the skeleton table by the creator while keeping the account defined in the extended item definition sheet by the creator as an extended element table Create an instance table, create display information based on the financial statement name, each column heading, display amount, etc., and display the author's display link tree or output based on the input account order and downgrade information A means for creating a display link tree, analyzing a formula on a spreadsheet software, and creating an author calculation link tree or an output calculation link tree;
Create a schema file, definition link file and name link file from the extension element table, output an instance document file from the instance table, output a display information file from the display information, and output a standard arc from the output display link tree. Creating a display link file in which the creator's arc is inserted by overwriting, and outputting a calculation link file in which the creator's arc is inserted by overwriting a standard arc from the output calculation link tree;
An XBRL data creation system comprising:
表計算ソフト上に入力された情報に基づいてXBRLデータを作成するXBRLデータ作成プログラムであって、
コンピュータを、
作成者により入力された情報のうち、種別と業種とに基づいて、標準タクソノミを決定するとともに、決定された標準タクソノミに基づいてパターン別リンクベースファイルを読み込んでパターン選択シートとして表示する手段、
作成者により前記パターン選択シートから選択されたパターンシートに基づいて企業拡張層以外のタクソノミセットを決定するとともに、標準のスキーマファイルに基づいて、要素テーブルを作成する手段、
標準の表示リンクファイル、計算リンクファイル、名称リンクファイルを読み込んで、それぞれ表示リンクツリー、計算リンクツリー、名称リンクツリーを作成する手段、
前記表示リンクツリーと前記名称リンクツリーとを用いて、各財務諸表毎に台紙となるスケルトン表を表示するとともに、各財務諸表で用いられる可能性のある全要素を網羅した要素一覧表を表示する手段、
作成者により拡張科目定義シートに定義された勘定科目を拡張要素テーブルとして保持するとともに、作成者により前記スケルトン表に入力された情報のうち、勘定科目名、冗長科目名、会計期間、金額に基づいてインスタンステーブルを作成し、財務諸表名、各列の見出し、表示金額等に基づいて表示情報を作成し、入力された勘定科目の並び順と段下げ情報に基づいて作成者表示リンクツリーまたは出力表示リンクツリーを作成し、表計算ソフト上の数式を解析して作成者計算リンクツリーまたは出力計算リンクツリーを作成する手段、及び
前記拡張要素テーブルからスキーマファイル、定義リンクファイルおよび名称リンクファイルを作成し、前記インスタンステーブルからインスタンス文書ファイルを出力するとともに前記表示情報から表示情報ファイルを出力し、前記出力表示リンクツリーから標準のアークを上書きして作成者のアークが挿入された表示リンクファイルを作成するとともに、前記出力計算リンクツリーから標準のアークを上書きして作成者のアークが挿入された計算リンクファイルを出力する手段、
として機能させるためのXBRLデータ作成プログラム。
An XBRL data creation program for creating XBRL data based on information input on spreadsheet software,
Computer
A method for determining a standard taxonomy based on the type and type of business among the information input by the creator, and reading a link-based file by pattern based on the determined standard taxonomy and displaying it as a pattern selection sheet,
Means for determining a taxonomy set other than the company extension layer based on the pattern sheet selected from the pattern selection sheet by the creator, and creating an element table based on a standard schema file;
Means to read standard display link file, calculation link file, name link file and create display link tree, calculation link tree, name link tree respectively,
Using the display link tree and the name link tree, a skeleton table serving as a mount is displayed for each financial statement, and an element list covering all elements that may be used in each financial statement is displayed. means,
Based on the account name, redundant item name, accounting period, and amount of information entered in the skeleton table by the creator while keeping the account defined in the extended item definition sheet by the creator as an extended element table Create an instance table, create display information based on the financial statement name, each column heading, display amount, etc., and display the author's display link tree or output based on the input account order and downgrade information A means for creating a display link tree, analyzing formulas on spreadsheet software to create a creator calculation link tree or an output calculation link tree, and creating a schema file, definition link file and name link file from the extension element table And outputting the instance document file from the instance table and the display information The display information file is output from the output display link tree, the standard arc is overwritten from the output display link tree to create a display link file in which the creator's arc is inserted, and the standard arc is overwritten from the output calculation link tree. A means to output a calculation link file with the creator's arc inserted,
XBRL data creation program to function as
JP2008320114A 2008-12-16 2008-12-16 Xbrl data verification/creation system and xbrl data verification/creation program Pending JP2010146109A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2008320114A JP2010146109A (en) 2008-12-16 2008-12-16 Xbrl data verification/creation system and xbrl data verification/creation program
PCT/JP2009/055705 WO2010070935A1 (en) 2008-12-16 2009-03-23 Xbrl data verification/creation system, method, and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008320114A JP2010146109A (en) 2008-12-16 2008-12-16 Xbrl data verification/creation system and xbrl data verification/creation program

Publications (1)

Publication Number Publication Date
JP2010146109A true JP2010146109A (en) 2010-07-01

Family

ID=42268615

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008320114A Pending JP2010146109A (en) 2008-12-16 2008-12-16 Xbrl data verification/creation system and xbrl data verification/creation program

Country Status (2)

Country Link
JP (1) JP2010146109A (en)
WO (1) WO2010070935A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2016132550A1 (en) * 2015-02-20 2017-11-24 富士通株式会社 Extraction program, extraction apparatus, and extraction method
WO2020240873A1 (en) * 2019-05-31 2020-12-03 富士通株式会社 Verification method, information processing device, and verification program
US11055477B2 (en) 2016-05-16 2021-07-06 Fujitsu Limited Evaluation device, evaluation method, and recording medium evaluating a line as a start line of a table
RU2794162C1 (en) * 2019-05-31 2023-04-12 Фудзицу Лимитед Verification method, information processing device and long-term computer readable storage medium for storing verification program
JP7381118B2 (en) 2022-02-16 2023-11-15 住野工業株式会社 Financial statement preparation system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003281128A (en) * 2002-01-18 2003-10-03 Internet Disclosure Co Ltd Document preparation system and preparation management
JP2005352774A (en) * 2004-06-10 2005-12-22 Nippon Yunishisu Kk Information processor, control method for information processor, computer program, and recording medium
JP2007527058A (en) * 2004-02-06 2007-09-20 ユービーマトリックス・インク Form composition mechanism and method for linking data and meta data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003281128A (en) * 2002-01-18 2003-10-03 Internet Disclosure Co Ltd Document preparation system and preparation management
JP2007527058A (en) * 2004-02-06 2007-09-20 ユービーマトリックス・インク Form composition mechanism and method for linking data and meta data
JP2005352774A (en) * 2004-06-10 2005-12-22 Nippon Yunishisu Kk Information processor, control method for information processor, computer program, and recording medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2016132550A1 (en) * 2015-02-20 2017-11-24 富士通株式会社 Extraction program, extraction apparatus, and extraction method
US11055477B2 (en) 2016-05-16 2021-07-06 Fujitsu Limited Evaluation device, evaluation method, and recording medium evaluating a line as a start line of a table
WO2020240873A1 (en) * 2019-05-31 2020-12-03 富士通株式会社 Verification method, information processing device, and verification program
JPWO2020240873A1 (en) * 2019-05-31 2021-12-16 富士通株式会社 Verification method, information processing device and verification program
JP7140284B2 (en) 2019-05-31 2022-09-21 富士通株式会社 Verification method, information processing device and verification program
RU2794162C1 (en) * 2019-05-31 2023-04-12 Фудзицу Лимитед Verification method, information processing device and long-term computer readable storage medium for storing verification program
JP7381118B2 (en) 2022-02-16 2023-11-15 住野工業株式会社 Financial statement preparation system

Also Published As

Publication number Publication date
WO2010070935A1 (en) 2010-06-24

Similar Documents

Publication Publication Date Title
US7899757B1 (en) Mechanism for indicating and resolving the trust level of information
US20200334412A1 (en) Data storage medium having a computer program executable to generate a detail document
US20070055596A1 (en) System for preparing financial disclosures by unifying financial close and financial control steps
Coderre Internal audit efficiency through automation
US6915306B1 (en) Automatic generation of data models and accompanying user interfaces
US8375291B2 (en) Method and system for generating and utilizing persistent electronic tick marks
JP4499086B2 (en) Accounting information collection / analysis system, method and program thereof
EA012691B1 (en) An automated publishing system that facilitates collaborative editing and accountability through virtual document architecture
US9563616B2 (en) Method and system for generating and utilizing persistent electronic tick marks and use of electronic support binders
US7849012B2 (en) Web-based methods and systems for exchanging information among partners
CN101194252A (en) Model-driven user interview
WO2002059755A1 (en) Rdx enhancement of system and method for implementing reusable data markup language (rdl)
JP2005515522A (en) A method and system for validating data warehouse data integrity and applying wafer-housing data to a plurality of predefined analytical models.
JP2012146158A (en) Accounting processing system
US20210056110A1 (en) Automatically migrating computer content
WO2010070935A1 (en) Xbrl data verification/creation system, method, and program product
JP2006318501A (en) Document preparation system, document preparation method, and document preparation program
US20040117280A1 (en) Financial document automation system and method
JP2023065627A (en) Information processing system, information processing method, and information processing program
CN115099915A (en) Financial settlement system and device based on J2EE and distributed multilayer system
US20030154263A1 (en) Server program
Richards et al. Progress on XBRL from an Australian perspective
JP2010510570A (en) System and method for creating customer-facing reports
JP5144974B2 (en) Module management method, module management apparatus, and module management program
KR101240917B1 (en) Taxonomy definition structure for extendible business reporting language and method of editing financial information using the same

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110517

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20111011