WO2020240873A1 - 検証方法、情報処理装置及び検証プログラム - Google Patents

検証方法、情報処理装置及び検証プログラム Download PDF

Info

Publication number
WO2020240873A1
WO2020240873A1 PCT/JP2019/021888 JP2019021888W WO2020240873A1 WO 2020240873 A1 WO2020240873 A1 WO 2020240873A1 JP 2019021888 W JP2019021888 W JP 2019021888W WO 2020240873 A1 WO2020240873 A1 WO 2020240873A1
Authority
WO
WIPO (PCT)
Prior art keywords
verification
data
target data
axis
verification target
Prior art date
Application number
PCT/JP2019/021888
Other languages
English (en)
French (fr)
Inventor
承剛 大山
Original Assignee
富士通株式会社
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 富士通株式会社 filed Critical 富士通株式会社
Priority to JP2021522607A priority Critical patent/JP7140284B2/ja
Priority to EP19930397.5A priority patent/EP3979177A4/en
Priority to PCT/JP2019/021888 priority patent/WO2020240873A1/ja
Publication of WO2020240873A1 publication Critical patent/WO2020240873A1/ja
Priority to US17/502,216 priority patent/US20220035791A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2365Ensuring data consistency and integrity
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion
    • 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

Definitions

  • the present invention relates to a verification method and the like.
  • XBRL eXtensible Business Reporting Language
  • XBRL is a language developed based on XML (eXtensible Markup Language) as a data description language for facilitating the creation, distribution and use of business reports.
  • the financial statements to be submitted must comply with the Dimension specification, which is an extended specification used to represent data with multiple axes, such as a two-dimensional table. Therefore, the financial supervisory authority that receives the submission of financial statements verifies the financial statements based on a specification called the Dimension specification.
  • FIG. 12 is a diagram showing a reference example of financial statements conforming to the Deminsion specification.
  • the axes of "region” and “business” are defined for the accounts (hereinafter referred to as "items") of "sales", “cost of sales", and "gross profit”. ..
  • On the "region” axis "North America", “Europe”, “Asia”, and “total” are defined as possible values.
  • On the axis of "business”, “hardware”, “software”, and “total” are defined as possible values.
  • the default is the value used when no value is specified for the axis. For example, if the axis is "Product Type", "All Products” is used as the default value. In other words, when the subject is "sales”, the sales of "North America” and the sales of "all products” of "North America” have the same meaning. On the other hand, in the case of an axis for which a default value is not specified, it is necessary to always specify a value for this axis.
  • the present invention aims to improve verification accuracy.
  • the verification method when the XBRL data is received, the data of an arbitrary subject is acquired as the verification target data from the XBRL data, and the definition information of the XBRL data is referred to to the data of the same subject as the verification target data.
  • the assigned attribute value is specified, and when the specified attribute value is associated with or is not associated with the verification target data, the verification target data is determined to be appropriate and specified.
  • an attribute value other than the attribute value is associated with the verification target data, a process for verifying the validity of the verification target data by using an algorithm for determining that the verification target data is not valid is performed.
  • the verification accuracy can be improved.
  • FIG. 1 is a functional block diagram showing a configuration of an information processing device according to an embodiment.
  • FIG. 2 is a diagram showing an example of definition information.
  • FIG. 3 is a diagram showing an example of an instance.
  • FIG. 4 is a diagram showing an example of a combination bit string table according to an embodiment.
  • FIG. 5 is a diagram showing an example of a verification bit string according to an embodiment.
  • FIG. 6 is a diagram showing an example of the verification process according to the embodiment.
  • FIG. 7 is a diagram showing an example of a main flowchart of the verification process according to the embodiment.
  • FIG. 8 is a diagram showing an example of a flowchart of the definition information analysis process according to the embodiment.
  • FIG. 1 is a functional block diagram showing a configuration of an information processing device according to an embodiment.
  • FIG. 2 is a diagram showing an example of definition information.
  • FIG. 3 is a diagram showing an example of an instance.
  • FIG. 4 is a diagram showing an example of a combination bit
  • FIG. 9 is a diagram showing an example of a flowchart of the verification information analysis process according to the embodiment.
  • FIG. 10 is a diagram showing an example of a flowchart of the verification process according to the embodiment.
  • FIG. 11 is a diagram showing an example of a computer that executes a verification program.
  • FIG. 12 is a diagram showing a reference example of financial statements conforming to the Deminsion specification.
  • FIG. 13A is a diagram showing a reference example of verification by bit operation.
  • FIG. 13B is a diagram showing a reference example of verification by bit operation.
  • FIGS. 13A and 13B are diagrams showing a reference example of verification by bit operation.
  • FIGS. 13A and 13B a case where the combination of the axes and the values of the axes is verified when the account items (hereinafter, abbreviated as “items”) are “sales” and “assets” will be described.
  • a bit string is generated considering all combinations of axes and values for "sales” and “assets” as subjects.
  • “all regions”, “North America”, “Asia”, and “Europe” are the values on the “region” axis.
  • “All products”, “home appliances”, and “PC” are values on the “product type” axis.
  • “Tangible” and “intangible” are the values on the “asset type” axis.
  • a bit value of "1” is set when the axis and value are possible combinations for the subject.
  • a bit value of "0” is set when the combination of the axis and the value is not possible for the subject.
  • a bit value of "1” is set for the value of the "region” axis and the value of the "product type” axis.
  • a bit value of "1” is set for the value on the "Region” axis and the value on the "Asset type” axis. All combinations of axes and values for subjects and possible combinations of axes and values for subjects are defined in advance in the definition information using the Dimension specifications.
  • the information processing apparatus performs a bit operation to determine whether or not the combination of values to be verified is appropriate on the premise of a bit string of a possible combination of an axis and a value for the subject shown in FIG. 13A. Verify using.
  • the information processing device performs an AND operation on the bit string of the possible combination of the axis and the value when the subject is "sales" and the bit string for verification of "region: North America, no other designation", and ANDs. Output the result. If the AND result matches the inquiry bit, the information processing device determines that the combination is appropriate. Here, since the AND result matches the query bit, it is determined that the combination of values to be verified is a valid combination.
  • the information processing device performs an AND operation on the bit string of the possible combination of the axis and the value when the subject is "sales" and the bit string for verification of "region: tangible, no other designation", and ANDs. Output the result. If the AND result matches the inquiry bit, the information processing device determines that the combination is appropriate. Here, since the AND result does not match the query bit, it is determined that the combination of values to be verified is not a valid combination.
  • the information processing device performs an AND operation between the bit string of the possible combination of the axis and the value when the subject is "asset” and the bit string for verification of "region: all regions, no other designation”. Output the AND result. If the AND result matches the inquiry bit, the information processing device determines that the combination is appropriate. Here, since the AND result matches the query bit, it is determined that the combination of values to be verified is a valid combination.
  • the value of the axis of "asset type” needs to be verified from the combination of the axis and the value when the subject shown in FIG. 13B is “asset”. is there. That is, the value of the "asset type” axis needs to be included in the combination of values to be verified. However, in the case of the lower part of FIG. 13B, the value of the axis of "asset type” is not included in the combination of the values to be verified. Nevertheless, the AND result matches the query bit, and the combination of values to be verified is determined to be a valid combination.
  • the Dimension specification does not define a default value for the "asset type” axis, so when verifying a combination of values whose subject is “asset”, be sure to put “asset” in the verification bit string. This is because it is necessary to specify a non-default value for the "Type” axis. However, even though the value of the axis of "asset type" is not specified in the bit string for verification, the result is valid. That is, since the Dimension specification has the concept of default, in the case of an axis having no default in the value, it may be erroneously determined to be valid as shown in the lower part of FIG. 13B. Therefore, when performing verification based on the Dimension specifications, it is difficult to correctly verify with a simple combination of axes and axis values.
  • the information processing device 1 that executes the verification method for improving the verification accuracy when the verification based on the Dimension specification is performed by bit operation will be described.
  • FIG. 1 is a functional block diagram showing a configuration of an information processing device according to an embodiment.
  • the information processing apparatus 1 performs verification based on the Dimension specification by bit operation.
  • the information processing apparatus 1 determines whether or not the designation of the axis value can be omitted based on the possible combination of the axis and the axis value for the subject defined in advance by the Dimension specification.
  • the information processing apparatus 1 is obtained by adding discriminant bits to the bit string (combination bit string) of the possible combination of the axis and the value of the axis and the bit string for verification (verification bit string), respectively. Verification is performed using the combination bit string and the verification bit string.
  • the verification bit string is an example of verification target data.
  • a bit string of possible combinations of axes and axis values is an example of combination data.
  • the information processing device 1 has a control unit 10 and a storage unit 20.
  • the control unit 10 has an internal memory for storing programs and control data that define various processing procedures, and executes various processes by these.
  • the control unit 10 corresponds to, for example, an integrated circuit such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array) or an electronic circuit such as a CPU (Central Processing Unit) or an MPU (Micro Processing Unit).
  • the control unit 10 includes a definition information analysis unit 11, a verification information analysis unit 12, a verification unit 13, and an output unit 14.
  • the verification information analysis unit 12 is an example of an acquisition unit.
  • the verification unit 13 is an example of a specific unit and a verification unit.
  • the storage unit 20 corresponds to a storage device such as a non-volatile semiconductor memory element such as a flash memory (Flash Memory) or an FRAM (registered trademark) (Ferroelectric Random Access Memory). Then, the storage unit 20 has the definition information 21, the instance 22, the combination bit string table 23, and the verification bit string 24.
  • a storage device such as a non-volatile semiconductor memory element such as a flash memory (Flash Memory) or an FRAM (registered trademark) (Ferroelectric Random Access Memory).
  • the definition information 21 is information on the definition program of the XBRL element.
  • the definition information 21 is information that defines information necessary for electronically expressing financial information such as account name and axis information of the XBRL element.
  • the definition information 21 is included in the XBRL taxonomy.
  • FIG. 2 is a diagram showing an example of definition information. As shown in FIG. 2, the definition information 21 stores the subject, the axis, and the values that the axis can take in association with each other.
  • the "all regions” of the values that can be taken by the "region” axis and the “all products” of the values that can be taken by the “product type” axis are the default values that can be taken by the axis. Note that the default value that the axis can take is not defined in the "asset type” axis.
  • instance 22 is a document showing XBRL data describing financial information. Financial information is described according to the rules defined in the XBRL taxonomy.
  • FIG. 3 is a diagram showing an example of an instance.
  • the instance includes, for example, a company identifier, a value date, axis information, and the like as information associated with the subject value.
  • the information associated with the value of the subject is called "context".
  • the context represents the data of the XBRL element by Identifier, Period, Segment, Scenario. That is, the XBRL element can be interpreted by Identifier, Period, Segment, and Scenario.
  • a value of "tangible” is set on the axis of "asset type”.
  • the value of "North America” is set on the "Region” axis.
  • the combination bit string table 23 stores the bit strings of possible combinations of axes and axis values for each subject.
  • the combination bit string is a bit string that considers all combinations of axes and axis values for all axes defined in the definition information 21.
  • the combinatorial bit string has bits that indicate whether it is optional or non-optional for each axis.
  • the combination bit string table 23 is generated by the definition information analysis unit 11.
  • FIG. 4 is a diagram showing an example of a combination bit string table according to an embodiment.
  • the combination bit string table 23 associates the information for the axis value with the information indicating whether the axis can be omitted for each subject.
  • the information for the axis value is information indicating whether or not the axis value is specified in the subject, and is represented by bits. As an example, if the axis value is specified for the subject, "1" is set, and if it is not specified, "0" is set.
  • the omission for the axis is information indicating whether the axis has a default value or the axis is not specified in the subject, and is represented by a bit. As an example, "1" if the axis has a default value or the axis is not set for a subject, "0" if the axis is set for a subject and the axis does not have a default value. "Is set.
  • the axis values of "Region” are specified for the subjects for "All regions", “North America”, “Asia”, and “Europe” respectively.
  • a “1” indicating that is stored.
  • "all products”, “home appliances”, and “PC” of the "product type” "1” indicating that the axis value is specified for the subject is stored.
  • "tangible” and “intangible” of the “asset type” "0” indicating that the axis value is not specified in the subject is stored.
  • the optional "region "1” indicating that the "region” axis has a default value is stored.
  • the axis value of "Region” is specified for the subject for "All regions", “North America”, “Asia”, and “Europe” respectively.
  • “1” indicating that the item is stored is stored.
  • “all products”, “home appliances”, and “PC” of the "product type” "0” indicating that the axis value is not specified in the subject is stored.
  • "0" indicating that the axis value is not specified in the subject is stored.
  • the axis values “tangible” and “intangible” of the "asset type” “1” indicating that the axis value is specified for the subject is stored.
  • the verification bit string 24 is a bit string used for verification of whether or not the combination of values to be verified is appropriate for the subject to be verified.
  • the verification bit string 24 has bits indicating that the designation is omitted for the axis of the value not to be verified.
  • the verification bit string 24 is generated by the verification information analysis unit 12.
  • FIG. 5 is a diagram showing an example of a verification bit string according to an embodiment.
  • the verification bit string 24 associates the subject with information on the axis value and information indicating whether the axis can be omitted.
  • the information for the axis value is information indicating whether or not the axis value is specified in the combination of values to be verified, and is represented by bits. As an example, “1" is set when the axis value is specified as a combination of values to be verified, and “0" is set when it is not specified. Whether or not the axis can be omitted is information indicating that the specification is omitted for the axis of the value not specified in the combination of values to be verified, and is represented by a bit. As an example, "1" is set when the specification is omitted, and "0" is set when the specification is not omitted.
  • the combination of values to be verified when the subject is "asset” is "region: all regions, no other designation".
  • "Region: all regions, no other designation” means that the value of the "region” axis is specified as “all regions” and the value of the other axis is not specified.
  • "1" as an inquiry bit is stored in the bit for "all areas" of the verification bit string 24.
  • "product type” of the verification bit string 24 "1" indicating that the designation is omitted is stored.
  • the optional "asset type” of the verification bit string 24 “1” indicating that the designation is omitted is stored.
  • "0" indicating that the designation is not omitted is stored.
  • the combination of values to be verified when the subject is "asset” is "region: not specified".
  • "Region: not specified” means that the values of all axes are not specified. In such a case, "0" indicating that there is no query for the values of all the axes of the verification bit string 24 is stored.
  • "1" indicating that the designation is omitted is stored.
  • "product type” of the verification bit string 24 "1" indicating that the designation is omitted is stored.
  • the optional "asset type” of the verification bit string 24 "1" indicating that the designation is omitted is stored.
  • the combination of values to be verified when the subject is "asset” is "region: North America, asset type: tangible".
  • "Region: North America, asset type: tangible” means that the value designation of the "region” axis is “North America” and the value designation of the "asset type” is "tangible”.
  • "1" as an inquiry bit is stored in the bit for "North America” of the verification bit string 24.
  • a “1” as an inquiry bit is stored in the "tangible” bit of the verification bit string 24.
  • “product type” of the verification bit string 24 "1" indicating that the designation is omitted is stored.
  • In the optional "region” of the verification bit string 24, “0” indicating that the designation is not omitted is stored.
  • “asset type” of the verification bit string 24 “0” indicating that the designation is not omitted is stored.
  • the definition information analysis unit 11 analyzes the definition information 21 and generates the combination bit string table 23.
  • the definition information analysis unit 11 refers to the definition information 21 to acquire all combinations of axes and axis values and saves them in a list.
  • the definition information analysis unit 11 adds an optional item for each axis to the end of the list.
  • the definition information analysis unit 11 uses the list to generate a combination bit string based on all subjects.
  • the definition information analysis unit 11 performs the following processing for each subject.
  • the definition information analysis unit 11 refers to the definition information 21 and sets the combination portion of the list corresponding to the combination of the axis and the value of the axis based on the subject to "1" to generate the combination bit string.
  • the definition information analysis unit 11 sets an optional bit of this axis to "1" when there is an axis that is not based on the subject, that is, an axis that is not specified in the subject. Further, the definition information analysis unit 11 sets an optional bit of this axis to "1" when a default value is specified for the axis based on the subject. If the default value is not specified for the axis based on the subject, the definition information analysis unit 11 leaves the optional bit of this axis as "0". Then, the definition information analysis unit 11 adds the combination bit string for each subject to the combination bit string table 23.
  • the verification information analysis unit 12 analyzes the verification information to be verified and generates the verification bit string 24.
  • the verification information analysis unit 12 when the verification information analysis unit 12 receives the instance 22 which is the XBRL data to be verified, the verification information analysis unit 12 acquires the data of an arbitrary subject from the instance 22 as the verification target data. The verification information analysis unit 12 generates a verification bit string 24 from the verification target data. As an example, the verification information analysis unit 12 acquires an axis to be verified from the verification target data, and checks whether a plurality of values are specified for the same axis. When a plurality of values are not specified for the same axis, the verification information analysis unit 12 sets the combination part of the list corresponding to the combination of the axis to be verified and the value of the axis to "1" for verification. Generate the bit string 24.
  • the verification information analysis unit 12 sets "1" in the optional item of the verification bit string 24 for the axis not to be verified, that is, the axis not specified in the verification target data.
  • the verification information analysis unit 12 leaves the optional bit of this axis as "0" for the axis to be verified, that is, the axis specified in the verification target data.
  • the verification unit 13 verifies the verification information to be verified.
  • the verification unit 13 acquires the combination bit string of the subject to be verified from the combination bit string table 23.
  • the verification unit 13 performs an AND operation on the verification bit string 24 and the acquired combination bit string. Then, the verification unit 13 determines that the AND result is valid when it matches the verification bit string 24. If the AND result does not match the verification bit string 24, the verification unit 13 determines that it is not valid.
  • the verification unit 13 refers to the definition information 21 and specifies the axis and the axis value (corresponding to the combination bit string) assigned to the data of the same subject as the verification target data (corresponding to the verification bit string 24).
  • the verification unit 13 determines that the verification target data is valid, and other than the specified axis and the value of the axis.
  • the axis and the value of the axis of are specified in the verification target data, it is determined that the verification target data is not valid.
  • the verification unit 13 includes the specified axis and the value of the axis includes the axis of a predetermined type and the value of the axis, and neither of the axis and the value of the axis of the predetermined type is specified in the verification target data. In some cases, it is determined that the data to be verified is not valid.
  • the predetermined type referred to here is, for example, a type indicating an axis having no default (axis of asset type) shown in FIG.
  • the output unit 14 outputs the verification result of the verification information to be verified.
  • the output unit 14 outputs the verification bit string 24, the combination bit string of the subject to be verified, and the verification result to the monitor.
  • FIG. 6 is a diagram showing an example of the verification process according to the embodiment.
  • FIG. 6 describes a case where the subject is an “asset” and the combination of the values to be verified in P1 to P3 shown in FIG. 5 is verified.
  • the bit string represented by the reference numeral b0 in FIG. 6 is a combination bit string when the subject is “asset”.
  • “1" indicating that the value of the axis of the "region" is specified for the subject is set.
  • "1" is set to indicate that the value of the axis of "asset type" is specified for the subject.
  • the optional bit of the "region” is set to “1” indicating that the axis of the "region” has a default value ("all range”).
  • An optional bit of "product type” is set to “1” indicating that the axis of "product type” is not set in the subject.
  • the axis of "asset type” is set in the subject, and "0" indicating that the axis does not have a default value is set.
  • the combination of values to be verified by P1 is "Region: All regions, no other designation".
  • the bit string represented by the reference numeral b1 in FIG. 6 is the verification bit string 24 of the combination of values to be verified by P1.
  • the query bit "1" is set as a bit for "all regions”.
  • "0" is set to indicate that the designation is not omitted.
  • the omission of "product type” "1” indicating that the specification is omitted is set.
  • assert type "1" indicating that the designation is omitted is set.
  • the verification unit 13 ANDs the verification bit string 24 (b1) and the combination bit string b0. Then, when the AND result a1 matches the verification bit string 24 (b1), the verification unit 13 determines that the combination of the values to be verified by P1 is appropriate. When the AND result a1 does not match the verification bit string 24 (b1), the verification unit 13 determines that the combination of the values to be verified by P1 is not valid. Here, since the AND result a1 does not match the verification bit string 24 (b1), it is determined that the combination of the values to be verified by P1 is not valid.
  • the verification unit 13 adds the optional bits of each axis to the combination bit string and the verification bit string 24, so that the AND result does not match the verification bit, and thus it is determined to be valid in the past. It can be determined that the verification is not valid.
  • the combination of values to be verified by P2 is "not specified".
  • the bit string represented by the reference numeral b2 in FIG. 6 is the verification bit string 24 of the combination of values to be verified by P2.
  • "1" indicating that the designation is omitted is set for each of the "region", “product type”, and “asset type” that can be omitted.
  • the verification unit 13 ANDs the verification bit string 24 (b2) and the combination bit string b0. Then, when the AND result a2 matches the verification bit string 24 (b2), the verification unit 13 determines that the combination of the values to be verified by P2 is appropriate. When the AND result a2 does not match the verification bit string 24 (b2), the verification unit 13 determines that the combination of the values to be verified by P2 is not valid. Here, since the AND result a2 does not match the verification bit string 24 (b2), it is determined that the combination of the values to be verified by P2 is not valid.
  • the verification unit 13 adds the optional bits of each axis to the combination bit string and the verification bit string 24, so that the AND result does not match the verification bit, and thus it is determined to be valid in the past. It can be determined that the verification is not valid.
  • the combination of values to be verified on P3 is "Region: North America, Asset type: Tangible".
  • the bit string represented by the reference numeral b3 in FIG. 6 is the verification bit string 24 of the combination of values to be verified by P3.
  • the query bit "1" is set as the bit for "North America”.
  • the query bit "1" is set as the bit for "tangible”.
  • "0" is set to indicate that the designation is not omitted.
  • In the omission of "product type”, "1” indicating that the specification is omitted is set.
  • the optional "asset type "0” is set to indicate that the specification is not omitted.
  • the verification unit 13 ANDs the verification bit string 24 (b3) and the combination bit string b0. Then, when the AND result a3 matches the verification bit string 24 (b3), the verification unit 13 determines that the combination of the values to be verified by P3 is appropriate. When the AND result a3 does not match the verification bit string 24 (b3), the verification unit 13 determines that the combination of the values to be verified by P3 is not valid. Here, since the AND result a3 matches the verification bit string 24 (b3), it is determined that the combination of the values to be verified by P3 is appropriate.
  • FIG. 7 is a diagram showing an example of a main flowchart of the verification process according to the embodiment.
  • step S11 when the definition information analysis unit 11 inputs the definition program (definition information 21) of the XBRL element (step S11), the definition information analysis process is executed (step S12).
  • the definition information analysis process is executed (step S12). The flowchart of the definition information analysis process will be described later.
  • the verification information analysis unit 12 executes the verification information analysis process (step S13).
  • the flowchart of the verification information analysis process will be described later.
  • the verification unit 13 executes the verification process (step S14).
  • the flow chart of the verification process will be described later.
  • the output unit 14 outputs the result of the verification process (step S15).
  • FIG. 8 is a diagram showing an example of a flowchart of the definition information analysis process according to the embodiment.
  • the definition information analysis unit 11 acquires all the combinations of the axes and the values of the axes existing in the definition link of the definition information 21, and saves them in the list for generating the verification bit string 24 (step S21). ). In addition, the definition information analysis unit 11 adds an optional bit for each axis to the end of the list (step S22).
  • the definition information analysis unit 11 acquires the combination of the axis and the value of the axis associated with all the subjects (step S23).
  • the definition information analysis unit 11 selects one subject from all the subjects (step S24A).
  • the definition information analysis unit 11 generates a bit string in which the index of the list corresponding to the combination of the axis and the value of the axis associated with the selected subject is set to "1" (step S24).
  • the definition information analysis unit 11 determines whether or not there is an axis that is not linked (not specified) to the selected subject (step S25). If it is determined that the selected subject has an axis that is not associated (not specified) (step S25; Yes), the definition information analysis unit 11 sets the optional bit of the axis of the bit string to "1". (Step S26). Then, the definition information analysis unit 11 proceeds to step S27.
  • step S25 if it is determined that there is no axis that is not linked (not specified) to the selected subject (step S25; No), the definition information analysis unit 11 proceeds to step S27.
  • step S27 the definition information analysis unit 11 determines whether or not a default value is specified for the axis associated with the selected subject (step S27). When it is determined that the default value is specified for the axis associated with the selected subject (step S27; Yes), the definition information analysis unit 11 sets the optional bit of the axis of the bit string to "1". (Step S28). Then, the definition information analysis unit 11 proceeds to step S29.
  • step S27 if it is determined that the default value is not specified for the axis associated with the selected subject (step S27; No), the definition information analysis unit 11 proceeds to step S29.
  • step S29 the definition information analysis unit 11 combines the bit strings and adds them to the bit string table 23 (step S29).
  • the definition information analysis unit 11 determines whether or not all the subjects have been selected (step S30). If it is determined that all the subjects have not been selected (step S30; No), the definition information analysis unit 11 proceeds to step S24A in order to select the next subject.
  • step S30 if it is determined that all the subjects have been selected (step S30; Yes), the definition information analysis unit 11 ends the definition information analysis process.
  • FIG. 9 is a diagram showing an example of a flowchart of the verification information analysis process according to the embodiment.
  • the verification information analysis unit 12 accepts the subject to be verified and the combination of the axis and the value of the axis (step S41). That is, the verification information analysis unit 12 accepts a combination of values to be verified.
  • the verification information analysis unit 12 determines whether or not a plurality of values are specified for the same axis for the received combination (step S42). When it is determined that a plurality of values are specified for the same axis (step S42; Yes), the verification information analysis unit 12 determines that the combination of the values to be verified is not valid (step S43). .. Then, the verification information analysis unit 12 ends the verification information analysis process.
  • step S42 when it is determined that a plurality of values are not specified for the same axis (step S42; No), the verification information analysis unit 12 determines the index of the list corresponding to the combination of the axis and the value of the axis.
  • the verification bit string 24 set to “1” is generated (step S44).
  • the verification information analysis unit 12 sets the optional bits of the verification bit string 24 to "1" for the axes not specified in the received combination (step S45). Then, the verification information analysis unit 12 ends the verification information analysis process.
  • FIG. 10 is a diagram showing an example of a flowchart of the verification process according to the embodiment.
  • the verification unit 13 acquires all the bit strings of the subjects to be verified from the combination bit string table 23 (step S51).
  • the reason for acquiring all of them is that, depending on the subject to be verified, even the same subject may have a plurality of combination bit strings.
  • the verification unit 13 determines whether or not the combination bit string exists (step S52). When it is determined that the combination bit string does not exist (step S52; No), the verification unit 13 determines that there is no restriction due to the Dimension specification, and determines that the combination of values to be verified is a valid combination (step S53). ). Then, the verification unit 13 ends the verification process.
  • step S52 when it is determined that the combination bit string exists (step S52; Yes), the verification unit 13 ANDs the combination bit string and the verification bit string 24 (step S54). Then, the verification unit 13 determines whether or not the result of the AND operation is the same as that of the verification bit string 24 (step S55).
  • the verification unit 13 determines that the combination of values to be verified is a valid combination (step S56). Then, the verification unit 13 ends the verification process.
  • step S55 when it is determined that the result of the AND operation is not the same as the verification bit string 24 (step S55; No), the verification unit 13 determines that the combination of values to be verified is not appropriate (step S57). Then, the verification unit 13 ends the verification process.
  • the information processing device 1 can perform high-speed verification while improving the accuracy of verification based on the Dimension specifications of the large-scale instance 22. That is, in recent years, the instance 22 reported using the Dimension specification has increased in scale to, for example, several hundred megabytes (MB) to several gigabytes (GB). Therefore, the financial supervisory authority or the like that received the submission of the instance 22 needs to verify the large-scale instance 22 that received the submission. In such a case, the information processing apparatus 1 can verify the combination of a large number of numerical dimensions in the instance 22 without referring to the XBRL taxonomy (definition information 21).
  • the information processing device 1 can reliably and quickly allocate the data of the instance 22 to the table definition in the XBRL taxonomy (definition information 21). That is, the XBRL taxonomy (definition information 21) has a specification for defining a table called table link base. In the matrix of the header part of each table, the subject name and possible values of Dimension are specified. If the information processing device 1 generates the verification bit string 24 of the instance 22 at the time of verification, it is possible to allocate data to each table using the generated verification bit string 24 thereafter. For example, the information processing apparatus 1 can search each table for data satisfying Dimension using the verification bit string 24 from the instance 22, and assign it to each table.
  • the information processing apparatus 1 when the information processing apparatus 1 receives the XBRL data, it acquires the data of any subject from the XBRL data as the verification target data.
  • the information processing device 1 refers to the definition information of the XBRL data and specifies the attribute value assigned to the data of the same subject as the data to be verified.
  • the information processing device 1 determines that the verification target data is valid when the specified attribute value is associated with or is not associated with the verification target data, and the attribute value other than the specified attribute value. Is associated with the verification target data, the validity of the verification target data is verified by using an algorithm that determines that the verification target data is not valid.
  • the information processing apparatus 1 when the specified attribute value includes the attribute value of a predetermined type and none of the attribute values of the predetermined type is associated with the verification target data, the verification target data is Judge that it is not valid. According to such a configuration, the information processing apparatus 1 can improve the verification accuracy.
  • the information processing apparatus 1 imparts verification information indicating that the attribute value to be verified in any subject is verified, and does not omit the axis of the attribute to be verified. Acquires the verification target data in which the information to be omitted and the information indicating to be omitted for the axis of the attribute value not to be verified are given as the attribute value.
  • the information processing device 1 gives combination information indicating a combination of an axis based on an arbitrary subject and an attribute value of the axis, and determines whether the axis based on an arbitrary subject can be omitted or cannot be omitted. Acquire combination data to which the indicated information is given as an attribute value.
  • the information processing device 1 collates the verification target data and the combination data with the corresponding attribute values, and determines that the verification target data is not valid when any of the attribute values is not associated with each other. .. According to such a configuration, the information processing apparatus 1 can improve the verification accuracy by using the information indicating whether the axis can be omitted or not omitted for the verification.
  • the information processing device 1 collates the corresponding attribute values with each other by bit operation. According to such a configuration, the information processing apparatus 1 can perform verification with high accuracy and high speed.
  • each component of the information processing device 1 shown does not necessarily have to be physically configured as shown in the figure. That is, the specific mode of distribution / integration of the information processing device 1 is not limited to the one shown in the figure, and all or part of the information processing device 1 may be functionally or physically in an arbitrary unit according to various loads and usage conditions. It can be distributed and integrated.
  • the verification unit 13 and the output unit 14 may be integrated as one unit.
  • the definition information analysis unit 11 has a first definition information analysis unit that generates a combination portion of the axis and the value of the axis of the combination bit string, and a second definition information that generates an optional bit portion of the combination bit string. It may be distributed to the analysis unit.
  • the verification information analysis unit 12 generates a first verification information analysis unit that generates a portion of a combination of axes and axis values of the verification bit string 24, and an optional bit portion of the verification bit string 24. It may be distributed to the second verification information analysis unit. Further, the storage unit 20 such as the definition information 21, the instance 22, the combination bit string table 23, and the verification bit string 24 may be connected via the network as an external device of the information processing device 1.
  • FIG. 11 is a diagram showing an example of a computer that executes a verification program.
  • the computer 200 includes a CPU (Central Processing Unit) 203 that executes various arithmetic processes, an input device 215 that receives data input from a user, and a display control unit 207 that controls the display device 209. Have. Further, the computer 200 has a drive device 213 for reading a program or the like from a storage medium, and a communication control unit 217 for exchanging data with another computer via a network. Further, the computer 200 has a memory 201 for temporarily storing various information and an HDD (Hard Disk Drive) 205. The memory 201, CPU 203, HDD 205, display control unit 207, drive device 213, input device 215, and communication control unit 217 are connected by a bus 219.
  • the drive device 213 is, for example, a device for the removable disk 211.
  • the HDD 205 stores the verification program 205a and the verification processing-related information 205b.
  • the CPU 203 reads the verification program 205a and expands it into the memory 201.
  • the verification program 205a functions as a verification process.
  • the verification process corresponds to each functional unit of the control unit 10.
  • the verification processing-related information 205b corresponds to the definition information 21, the instance 22, the combination bit string table 23, and the verification bit string 24.
  • the verification program 205a does not necessarily have to be stored in the HDD 205 from the beginning.
  • a "portable physical medium” such as a flexible disk (FD), a CD-ROM (Compact Disk Read Only Memory), a DVD (Digital Versatile Disk), a magneto-optical disk, or an IC (Integrated Circuit) card inserted into a computer 200.
  • FD flexible disk
  • CD-ROM Compact Disk Read Only Memory
  • DVD Digital Versatile Disk
  • IC Integrated Circuit
  • Control unit 11 Definition information analysis unit 12 Verification information analysis unit 13 Verification unit 14 Output unit 20 Storage unit 21 Definition information 22 Instances 23 Combination bit string table 24 Verification bit string

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Computer Security & Cryptography (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Finance (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Debugging And Monitoring (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

情報処理装置1は、インスタンス22から任意の科目のデータを検証データとして取得し、XBRLデータの定義情報21を参照して、検証データと同一科目のデータに割り当てられた属性値を特定し(S52)、特定した属性値が検証データに対応付けられている又は対応付けられていない場合に、検証データが妥当であると判定し、且つ、特定した属性値以外の属性値が検証データに対応付けられている場合に、検証データが妥当ではないと判定するアルゴリズムを用いて、検証データの妥当性を検証する(S54、S55)。そして、情報処理装置1は、特定した属性値に所定の種別の属性値が含まれ、且つ、所定の種別の属性値のいずれも検証データに対応付けられていない場合に、検証データが妥当ではないと判定する(S57)ことで、検証精度を向上することができる。

Description

検証方法、情報処理装置及び検証プログラム
 本発明は、検証方法等に関する。
 例えば、XBRL(eXtensible Business Reporting Language)による財務諸表を金融監督機関へ提出することが義務付けられている。XBRLとは、ビジネス報告の作成、流通及び利用を容易にするためのデータ記述言語として、XML(eXtensible Markup Language)をベースに開発された言語である。
 提出される財務諸表は、2次元の表など、複数の軸を持ったデータを表現するために用いられる拡張仕様であるDimension仕様に準拠する必要がある。このため、財務諸表の提出を受けた金融監督機関は、当該財務諸表について、Dimension仕様と呼ばれる仕様に基づく検証を行う。
 Dimension仕様では、軸と軸に指定する値の組み合わせをあらかじめ定義する。この組み合わせによりデータとして可能な値が表現される。図12は、Deminsion仕様に準拠した財務諸表の参考例を示す図である。図12に示す財務諸表では、「売上高」、「売上原価」、「売上総利益」という勘定科目(以下、科目という)に対して、「地域」、「事業」という軸が定義されている。「地域」の軸には、取り得る値として「北米」、「欧州」、「アジア」、「合計」が定義されている。「事業」の軸には、取り得る値として「ハードウェア」、「ソフトウェア」、「合計」が定義されている。
 そして、Dimension仕様に基づく検証では、定義にない組み合わせ、又は定義で禁止されている組み合わせが存在する場合には、そのデータは妥当なデータではないと判断される。ここでは、例えば、科目が「売上高」である場合に、軸が「地域」である「北米」、軸が「事業」である場合の「ハードウェア」の組み合わせは、妥当なデータであると判断される。一方、例えば、科目が「売上高」である場合に、軸が「地域」である「アフリカ」、軸が「事業」である場合の「ミドルウェア」の組み合わせは、妥当なデータでないと判断される。「アフリカ」は、「地域」の軸の取り得る値として定義されていないからである。「ミドルウェア」は、「事業」の軸の取り得る値として定義されていないからである。
特開2001-306370号公報 特開平5-134859号公報
 かかるDimension仕様には、デフォルトという概念が存在する。デフォルトとは、軸に対して値を指定しない場合に使われる値のことをいう。例えば、軸が「製品種別」である場合に、デフォルトの値として「全製品」が使われる。つまり、科目が「売上高」である場合、「北米」の売上高と、「北米」の「全製品」の売上高とは同義の意味を持つ。一方、デフォルトの値が指定されない軸の場合には、この軸に対して必ず値を指定することが必要となる。
 このため、Dimension仕様に基づく検証を行う際には、単純な軸と軸の値の組み合わせだけでは正しく検証することが難しいという問題がある。なお、同様の問題は、Dimension仕様に基づく検証以外でも生じうるものである。
 1つの側面では、本発明は、検証精度を向上することを目的とする。
 一態様の検証方法において、XBRLデータを受け付けると、前記XBRLデータから任意の科目のデータを検証対象データとして取得し、XBRLデータの定義情報を参照して、前記検証対象データと同一科目のデータに割り当てられた属性値を特定し、特定した前記属性値が前記検証対象データに対応付けられている又は対応付けられていない場合に、前記検証対象データが妥当であると判定し、且つ、特定した前記属性値以外の属性値が前記検証対象データに対応付けられている場合に、前記検証対象データが妥当ではないと判定するアルゴリズムを用いて、前記検証対象データの妥当性を検証する、処理をコンピュータが実行する検証方法であって、特定した前記属性値に所定の種別の属性値が含まれ、且つ、前記所定の種別の属性値のいずれも前記検証対象データに対応付けられていない場合に、前記検証対象データが妥当ではないと判定する、処理をコンピュータが実行する。
 一つの態様によれば、検証精度を向上することができる。
図1は、実施例に係る情報処理装置の構成を示す機能ブロック図である。 図2は、定義情報の一例を示す図である。 図3は、インスタンスの一例を示す図である。 図4は、実施例に係る組み合わせビット列テーブルの一例を示す図である。 図5は、実施例に係る検証用ビット列の一例を示す図である。 図6は、実施例に係る検証処理の一例を示す図である。 図7は、実施例に係る検証処理のメインのフローチャートの一例を示す図である。 図8は、実施例に係る定義情報解析処理のフローチャートの一例を示す図である。 図9は、実施例に係る検証情報解析処理のフローチャートの一例を示す図である。 図10は、実施例に係る検証処理のフローチャートの一例を示す図である。 図11は、検証プログラムを実行するコンピュータの一例を示す図である。 図12は、Deminsion仕様に準拠した財務諸表の参考例を示す図である。 図13Aは、ビット演算による検証の参考例を示す図である。 図13Bは、ビット演算による検証の参考例を示す図である。
 以下に、本願の開示する検証方法、情報処理装置及び検証プログラムの実施例を図面に基づいて詳細に説明する。なお、実施例によりこの発明が限定されるものではない。
 まず、Dimension仕様に基づく検証を行う際に、軸と軸の値の組み合わせの検証を、ビット演算を用いて行う場合の参考例を、図13A及び図13Bを参照して説明する。図13A及び図13Bは、ビット演算による検証の参考例を示す図である。図13A及び図13Bでは、勘定科目(以下、「科目」と略記)が「売上」、「資産」である場合の、軸と軸の値の組み合わせの検証を行う場合について説明する。
 図13Aに示すように、科目としての「売上」、「資産」に対して、軸と値の全組み合わせを考慮したビット列が生成されている。ここでは、「全地域」、「北米」、「アジア」、「欧州」が「地域」軸の値である。「全製品」、「家電」、「PC」が「製品種別」軸の値である。「有形」、「無形」が「資産種別」軸の値である。
 科目に対して軸と値とが可能な組み合わせである場合に「1」のビット値が設定される。科目に対して軸と値とが可能でない組み合わせである場合に「0」のビット値が設定される。ここでは、「売上」の科目に対して、「地域」軸の値及び「製品種別」軸の値に「1」のビット値が設定されている。「資産」の科目に対して、「地域」軸の値及び「資産種別」軸の値に「1」のビット値が設定されている。なお、科目に対する軸と値の全組み合わせや、科目に対する軸と値とが可能な組み合わせは、Dimension仕様を用いて定義情報にあらかじめ定義される。
 このような状況の下、情報処理装置は、図13Aに示した科目に対する軸と値との可能な組み合わせのビット列を前提に、検証する値の組み合わせが妥当であるか否かを、ビット演算を用いて検証する。
 図13B上段に示すように、科目が「売上」である場合の検証する値の組み合わせが、「地域:北米、他指定なし」であるとする。「地域:北米、他指定なし」とは、「地域」軸の値の指定が「北米」且つその他の軸の値の指定がない場合を意味する。かかる場合には、検証用のビット列の「北米」に対するビットに問い合わせビットとしての「1」が設定される。すなわち、検証用のビット列は、検証する値のビットのみ「1」が設定される。
 そして、情報処理装置は、科目が「売上」である場合の軸と値との可能な組み合わせのビット列と、「地域:北米、他指定なし」の検証用のビット列とのAND演算を行い、AND結果を出力する。情報処理装置は、AND結果が問い合わせビットと一致すれば、妥当な組み合わせであると判定する。ここでは、AND結果は問い合わせビットと一致するので、検証する値の組み合わせは、妥当な組み合わせであると判定される。
 図13B中段に示すように、科目が「売上」である場合の検証する値の組み合わせが、「資産:有形、他指定なし」であるとする。「資産:有形、他指定なし」とは、「資産種別」軸の値の指定が「有形」且つその他の軸の値の指定がない場合を意味する。かかる場合には、検証用のビット列の「有形」に対するビットに問い合わせビットとしての「1」が設定される。
 そして、情報処理装置は、科目が「売上」である場合の軸と値との可能な組み合わせのビット列と、「地域:有形、他指定なし」の検証用のビット列とのAND演算を行い、AND結果を出力する。情報処理装置は、AND結果が問い合わせビットと一致すれば、妥当な組み合わせであると判定する。ここでは、AND結果は問い合わせビットと一致しないので、検証する値の組み合わせは、妥当な組み合わせでないと判定される。
 図13B下段に示すように、科目が「資産」である場合の検証する値の組み合わせが、「地域:全地域、他指定なし」であるとする。「地域:全地域、他指定なし」とは、「地域」軸の値の指定が「全地域」且つその他の軸の値の指定がない場合を意味する。かかる場合には、検証用のビット列の「全地域」に対するビットに問い合わせビットとしての「1」が設定される。
 そして、情報処理装置は、科目が「資産」である場合の軸と値との可能な組み合わせのビット列と、「地域:全地域、他指定なし」の検証用のビット列とのAND演算を行い、AND結果を出力する。情報処理装置は、AND結果が問い合わせビットと一致すれば、妥当な組み合わせであると判定する。ここでは、AND結果は問い合わせビットと一致するので、検証する値の組み合わせは、妥当な組み合わせであると判定される。
 ところが、科目が「資産」である場合、「資産種別」の軸の値は、図13Bで示される科目が「資産」である場合の軸と値とが可能な組み合わせから検証対象である必要がある。すなわち、「資産種別」の軸の値が、検証する値の組み合わせに含まれる必要がある。しかしながら、図13B下段の場合では、「資産種別」の軸の値が、検証する値の組み合わせに含まれていない。これにもかかわらず、AND結果が問い合わせビットと一致してしまい、検証する値の組み合わせが、妥当な組み合わせであると判定されている。
 これは、Dimension仕様には、「資産種別」の軸はデフォルトの値が定義されていないため、科目が「資産」の値の組み合わせを検証する場合には、必ず、検証用のビット列に「資産種別」の軸のデフォルトでない値を指定することが必要であるからである。しかしながら、検証用のビット列に、「資産種別」の軸の値を指定していないにもかかわらず、妥当という結果になっている。すなわち、Dimension仕様には、デフォルトという概念が存在するので、値にデフォルトがない軸の場合、図13Bの下段のように誤って妥当と判定される場合がある。したがって、Dimension仕様に基づく検証を行う際には、単純な軸と軸の値の組み合わせだけでは正しく検証することが難しい。
 そこで、以降では、Dimension仕様に基づく検証をビット演算で行う際に、検証精度を向上する検証方法を実行する情報処理装置1について説明する。
[実施例に係る情報処理装置の構成]
 図1は、実施例に係る情報処理装置の構成を示す機能ブロック図である。図1に示すように、情報処理装置1は、Dimension仕様に基づく検証をビット演算で行う。情報処理装置1は、Dimension仕様によりあらかじめ定義される科目に対する軸と軸の値とが可能な組み合わせに基づいて、軸の値の指定が省略可能かどうかを判断する。そして、情報処理装置1は、軸と軸の値との可能な組み合わせのビット列(組み合わせビット列)及び検証用のビット列(検証用ビット列)にそれぞれ判別用のビットを追加して、追加して得られる組み合わせビット列と検証用ビット列とを用いて検証を行う。なお、検証用のビット列は、検証対象データの一例である。軸と軸の値との可能な組み合わせのビット列は、組み合わせデータの一例である。
 情報処理装置1は、制御部10と記憶部20とを有する。
 制御部10は、各種の処理手順を規定したプログラムや制御データを格納するための内部メモリを有し、これらによって種々の処理を実行する。そして、制御部10は、例えば、ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)等の集積回路又はCPU(Central Processing Unit)やMPU(Micro Processing Unit)等の電子回路に対応する。さらに、制御部10は、定義情報解析部11、検証情報解析部12、検証部13及び出力部14を有する。なお、検証情報解析部12は、取得部の一例である。検証部13は、特定部及び検証部の一例である。
 記憶部20は、例えばフラッシュメモリ(Flash Memory)やFRAM(登録商標)(Ferroelectric Random Access Memory)等の不揮発性の半導体メモリ素子等の記憶装置に対応する。そして、記憶部20は、定義情報21、インスタンス22、組み合わせビット列テーブル23及び検証用ビット列24を有する。
 定義情報21は、XBRL要素の定義体の情報である。定義情報21は、XBRL要素の勘定科目名や軸の情報など財務情報を電子的に表現するために必要な情報を定義した情報である。定義情報21は、XBRLタクソノミに含まれる。
 図2は、定義情報の一例を示す図である。図2に示すように、定義情報21は、科目、軸及び軸が取り得る値を対応付けて記憶する。
 一例として、科目が「売上」である場合に、軸として「地域」、「製品種別」が含まれる。軸が「地域」である場合に、軸が取り得る値として「全地域」、「北米」、「アジア」及び「欧州」が含まれる。軸が「製品種別」である場合に、軸が取り得る値として「全製品」、「家電」及び「PC」が含まれる。また、科目が「資産」である場合に、軸として「地域」、「資産種別」が含まれる。軸が「地域」である場合に、軸が取り得る値として「全地域」、「北米」、「アジア」及び「欧州」が含まれる。軸が「資産種別」である場合に、軸が取り得る値として「有形」及び「無形」が含まれる。
 ここでいう「地域」の軸が取り得る値の「全地域」や、「製品種別」の軸が取り得る値の「全製品」が、軸が取り得るデフォルトの値である。なお、「資産種別」の軸には、軸が取り得るデフォルトの値が定義されない。
 図1に戻って、インスタンス22は、財務情報を記述したXBRLデータを示す文書である。財務情報は、XBRLタクソノミに定義されたルールに従って記述される。
 図3は、インスタンスの一例を示す図である。図3に示すように、インスタンスは、科目の値に紐付く情報として、例えば企業の識別子、値の日付、軸の情報などが含まれる。科目の値に紐付く情報のことを「コンテキスト」という。コンテキストは、Identifier、Period、Segment、Scenarioにより、XBRL要素のデータを表現する。すなわち、XBRL要素は、Identifier、Period、Segment、Scenarioにより解釈できる。一例として、「資産種別」の軸に「有形」の値が設定されている。「地域」の軸に「北米」の値が設定されている。
 図1に戻って、組み合わせビット列テーブル23は、軸と軸の値との可能な組み合わせのビット列を科目ごとに記憶する。組み合わせビット列は、定義情報21に定義された全軸について、軸と軸の値の全組み合わせを考慮したビット列である。加えて、組み合わせビット列は、それぞれの軸に対して省略可能であるか省略不可能であるかを示すビットを持つ。なお、組み合わせビット列テーブル23は、定義情報解析部11によって生成される。
 ここで、実施例に係る組み合わせビット列テーブル23の一例を、図4を参照して説明する。図4は、実施例に係る組み合わせビット列テーブルの一例を示す図である。図4に示すように、組み合わせビット列テーブル23は、科目ごとに、軸の値に対する情報と、軸に対する省略可能であるかを示す情報とを、対応付ける。
 軸の値に対する情報は、軸の値が科目に指定されているか否かを示す情報であり、ビットで表わす。一例として、軸の値が科目に指定されている場合には「1」、指定されていない場合には「0」が設定される。軸に対する省略可能であるかは、軸にデフォルトの値を持つか、又は軸が科目に指定されていないかを示す情報であり、ビットで表わす。一例として、軸にデフォルトの値を持つか、又は軸が科目に設定されていない場合には「1」、軸が科目に設定され、且つ、軸にデフォルトの値を持たない場合には「0」が設定される。
 一例として、科目が「売上」である場合に、「地域」の軸の値「全地域」、「北米」、「アジア」、「欧州」には、それぞれ軸の値が科目に指定されていることを示す「1」が記憶されている。「製品種別」の軸の値「全製品」、「家電」、「PC」には、それぞれ軸の値が科目に指定されていることを示す「1」が記憶されている。「資産種別」の軸の値「有形」、「無形」には、それぞれ軸の値が科目に指定されていないことを示す「0」が記憶されている。「地域」の省略可能には、「地域」の軸にデフォルトの値を持つことを示す「1」が記憶されている。「製品種別」の省略可能には、「製品種別」の軸にデフォルトの値を持つことを示す「1」が記憶されている。「資産種別」の省略可能には、「資産種別」の軸が科目に設定されていないことを示す「1」が記憶されている。
 別の例として、科目が「資産」である場合に、「地域」の軸の値「全地域」、「北米」、「アジア」、「欧州」には、それぞれ軸の値が科目に指定されていることを示す「1」が記憶されている。「製品種別」の軸の値「全製品」、「家電」、「PC」には、それぞれ軸の値が科目に指定されていないことを示す「0」が記憶されている。「資産種別」の軸の値「有形」、「無形」には、それぞれ軸の値が科目に指定されていることを示す「1」が記憶されている。「地域」の省略可能には、「地域」の軸にデフォルトの値を持つことを示す「1」が記憶されている。「製品種別」の省略可能には、「製品種別」の軸が科目に設定されていないことを示す「1」が記憶されている。「資産種別」の省略可能には、「資産種別」の軸が科目に設定され、且つ、当該軸にデフォルトの値を持たないことを示す「0」が記憶されている。
 図1に戻って、検証用ビット列24は、検証する科目について、検証する値の組み合わせが妥当であるか否かの検証に用いられるビット列である。加えて、検証用ビット列24は、検証しない値の軸に対して指定を省略することを示すビットを持つ。なお、検証用ビット列24は、検証情報解析部12によって生成される。
 ここで、実施例に係る検証用ビット列24の一例を、図5を参照して説明する。図5は、実施例に係る検証用ビット列の一例を示す図である。図5に示すように、検証用ビット列24は、科目に対して、軸の値に対する情報と、軸に対する省略可能であるかを示す情報とを、対応付ける。
 軸の値に対する情報は、軸の値が検証する値の組み合わせに指定されているか否かを示す情報であり、ビットで表わす。一例として、軸の値が検証する値の組み合わせに指定されている場合には「1」、指定されていない場合には「0」が設定される。軸に対する省略可能であるかは、検証する値の組み合わせに指定されていない値の軸に対して指定を省略することを示す情報であり、ビットで表わす。一例として、指定を省略する場合には「1」、省略しない場合には「0」が設定される。
 一例(P1)として、科目が「資産」である場合の検証する値の組み合わせが、「地域:全地域、他指定なし」である。「地域:全地域、他指定なし」とは、「地域」軸の値の指定が「全地域」且つその他の軸の値の指定がない場合を意味する。かかる場合には、検証用ビット列24の「全地域」に対するビットに問い合わせビットとしての「1」が記憶されている。加えて、検証用ビット列24の「製品種別」の省略可能には、指定を省略することを示す「1」が記憶されている。加えて、検証用ビット列24の「資産種別」の省略可能には、指定を省略することを示す「1」が記憶されている。なお、検証用ビット列24の「地域」の省略可能には、指定を省略しないことを示す「0」が記憶されている。
 別の例(P2)として、科目が「資産」である場合の検証する値の組み合わせが、「地域:指定なし」である。「地域:指定なし」とは、全ての軸の値の指定がない場合を意味する。かかる場合には、検証用ビット列24の全ての軸の値に対するビットに問い合わせがないことを示す「0」が記憶されている。加えて、検証用ビット列24の「地域」の省略可能には、指定を省略することを示す「1」が記憶されている。検証用ビット列24の「製品種別」の省略可能には、指定を省略することを示す「1」が記憶されている。加えて、検証用ビット列24の「資産種別」の省略可能には、指定を省略することを示す「1」が記憶されている。
 別の例(P3)として、科目が「資産」である場合の検証する値の組み合わせが、「地域:北米、資産種別:有形」である。「地域:北米、資産種別:有形」とは、「地域」軸の値の指定が「北米」且つ「資産種別」の値の指定が「有形」である場合を意味する。かかる場合には、検証用ビット列24の「北米」に対するビットに問い合わせビットとしての「1」が記憶されている。検証用ビット列24の「有形」に対するビットに問い合わせビットとしての「1」が記憶されている。加えて、検証用ビット列24の「製品種別」の省略可能には、指定を省略することを示す「1」が記憶されている。なお、検証用ビット列24の「地域」の省略可能には、指定を省略しないことを示す「0」が記憶されている。検証用ビット列24の「資産種別」の省略可能には、指定を省略しないことを示す「0」が記憶されている。
 図1に戻って、定義情報解析部11は、定義情報21を解析して、組み合わせビット列テーブル23を生成する。
 例えば、定義情報解析部11は、定義情報21を参照して、軸及び軸の値の組み合わせを全て取得し、リストに保存する。定義情報解析部11は、リストの末尾に各軸の省略可能の項目を追加する。定義情報解析部11は、リストを用いて、全ての科目に基づく組み合わせビット列を生成する。一例として、定義情報解析部11は、科目ごとに、以下の処理を行う。定義情報解析部11は、定義情報21を参照して、科目に基づく軸と軸の値の組み合わせに該当するリストの組み合わせ部分を「1」に設定して、組み合わせビット列を生成する。加えて、定義情報解析部11は、科目に基づいていない軸、すなわち、科目に指定されていない軸がある場合には、この軸の省略可能のビットを「1」に設定する。さらに、定義情報解析部11は、科目に基づく軸にデフォルトの値が指定されている場合には、この軸の省略可能のビットを「1」に設定する。なお、定義情報解析部11は、科目に基づく軸にデフォルトの値が指定されていない場合には、この軸の省略可能なビットを「0」のままとする。そして、定義情報解析部11は、科目ごとの組み合わせビット列を組み合わせビット列テーブル23に追加する。
 検証情報解析部12は、検証する検証情報を解析して、検証用ビット列24を生成する。
 例えば、検証情報解析部12は、検証するXBRLデータであるインスタンス22を受け付けると、インスタンス22から任意の科目のデータを検証対象データとして取得する。検証情報解析部12は、検証対象データから検証用ビット列24を生成する。一例として、検証情報解析部12は、検証対象データから検証したい軸を取得し、同一の軸に複数の値が指定されていないかをチェックする。検証情報解析部12は、同一の軸に複数の値が指定されていない場合には、検証したい軸と軸の値の組み合わせに該当するリストの組み合わせ部分を「1」に設定して、検証用ビット列24を生成する。加えて、検証情報解析部12は、検証しない軸、すなわち、検証対象データに指定されていない軸について、検証用ビット列24の省略可能の項目に「1」を設定する。なお、検証情報解析部12は、検証したい軸、すなわち、検証対象データに指定されている軸について、この軸の省略可能なビットを「0」のままとする。
 検証部13は、検証する検証情報を検証する。
 例えば、検証部13は、検証する科目の組み合わせビット列を組み合わせビット列テーブル23から取得する。検証部13は、検証用ビット列24と、取得した組み合わせビット列とをAND演算する。そして、検証部13は、AND結果が検証用ビット列24と一致する場合には、妥当であると判定する。検証部13は、AND結果が検証用ビット列24と一致しない場合には、妥当でないと判定する。
 すなわち、検証部13は、定義情報21を参照して、検証対象データ(検証用ビット列24に相当)と同一科目のデータに割り当てられた軸と軸の値(組み合わせビット列に相当)を特定する。検証部13は、特定した軸と軸の値が検証対象データに指定されている又は指定されていない場合に、検証対象データが妥当であると判定し、且つ、特定した軸と軸の値以外の軸と軸の値が検証対象データに指定されている場合に、検証対象データが妥当ではないと判定する。そして、検証部13は、特定した軸と軸の値に所定の種別の軸と軸の値が含まれ、且つ、所定の種別の軸と軸の値のいずれも検証対象データに指定されていない場合に、検証対象データが妥当ではないと判定する。ここでいう所定の種別とは、例えば、図5で示すデフォルトを持たない軸(資産種別の軸)を示す種別のことをいう。
 出力部14は、検証する検証情報の検証結果を出力する。例えば、出力部14は、検証用ビット列24と検証する科目の組み合わせビット列と検証結果とをモニタに出力する。
[検証処理の一例]
 図6は、実施例に係る検証処理の一例を示す図である。図6では、科目が「資産」である場合であって、図5で示したP1~P3の検証する値の組み合わせの検証を行う場合について説明する。図6の符号b0で示すビット列は、科目が「資産」である場合の組み合わせビット列である。組み合わせビット列b0には、「地域」の軸の値が科目に指定されていることを示す「1」が設定されている。「資産種別」の軸の値が科目に指定されていることを示す「1」が設定されている。そして、「地域」の省略可能ビットに、「地域」の軸にデフォルトの値(「全値域」)を持つことを示す「1」が設定されている。「製品種別」の省略可能ビットに、「製品種別」の軸が科目に設定されていないことを示す「1」が設定されている。「資産種別」の省略可能ビットに「資産種別」の軸が科目に設定され、且つ、軸にデフォルトの値を持たないことを示す「0」が設定されている。
 このような状況の下、P1の検証する値の組み合わせの検証について説明する。P1の検証する値の組み合わせは、「地域:全地域、他指定なし」である。ここでは、図6の符号b1で示すビット列が、P1の検証する値の組み合わせの検証用ビット列24である。検証用ビット列24には、「全地域」に対するビットに問い合わせビット「1」が設定されている。「地域」の省略可能には、指定を省略しないことを示す「0」が設定されている。「製品種別」の省略可能には、指定を省略することを示す「1」が設定されている。「資産種別」の省略可能には、指定を省略することを示す「1」が設定されている。
 例えば、検証部13は、検証用ビット列24(b1)と、組み合わせビット列b0とをAND演算する。そして、検証部13は、AND結果a1が検証用ビット列24(b1)と一致する場合には、P1の検証する値の組み合わせが妥当であると判定する。検証部13は、AND結果a1が検証用ビット列24(b1)と一致しない場合には、P1の検証する値の組み合わせが妥当でないと判定する。ここでは、AND結果a1が検証用ビット列24(b1)と一致しないので、P1の検証する値の組み合わせが妥当でないと判定される。すなわち、科目が「資産」である場合、値にデフォルトを持たない「資産種別」の軸の値が指定されなければならないが、P1の検証する値の組み合わせに「資産種別」の軸の値が指定されていないので、P1の検証する値の組み合わせが妥当でないと判定される。これにより、検証部13は、各軸の省略可能なビットを、組み合わせビット列及び検証用ビット列24に追加したことで、AND結果が検証用ビットと一致しなくなるため、従来では妥当であると判定された検証を妥当でないと判定することができる。
 次に、P2の検証する値の組み合わせの検証について説明する。P2の検証する値の組み合わせは、「指定なし」である。ここでは、図6の符号b2で示すビット列が、P2の検証する値の組み合わせの検証用ビット列24である。検証用ビット列24には、「地域」、「製品種別」及び「資産種別」のそれぞれの省略可能には、指定を省略することを示す「1」が設定されている。
 例えば、検証部13は、検証用ビット列24(b2)と、組み合わせビット列b0とをAND演算する。そして、検証部13は、AND結果a2が検証用ビット列24(b2)と一致する場合には、P2の検証する値の組み合わせが妥当であると判定する。検証部13は、AND結果a2が検証用ビット列24(b2)と一致しない場合には、P2の検証する値の組み合わせが妥当でないと判定する。ここでは、AND結果a2が検証用ビット列24(b2)と一致しないので、P2の検証する値の組み合わせが妥当でないと判定される。すなわち、科目が「資産」である場合、値にデフォルトを持たない「資産種別」の軸の値が指定されなければならないが、P2の検証する値の組み合わせに「資産種別」の軸の値が指定されていないので、P2の検証する値の組み合わせが妥当でないと判定される。これにより、検証部13は、各軸の省略可能なビットを、組み合わせビット列及び検証用ビット列24に追加したことで、AND結果が検証用ビットと一致しなくなるため、従来では妥当であると判定された検証を妥当でないと判定することができる。
 次に、P3の検証する値の組み合わせの検証について説明する。P3の検証する値の組み合わせは、「地域:北米、資産種別:有形」である。ここでは、図6の符号b3で示すビット列が、P3の検証する値の組み合わせの検証用ビット列24である。検証用ビット列24には、「北米」に対するビットに問い合わせビット「1」が設定されている。「有形」に対するビットに問い合わせビット「1」が設定されている。「地域」の省略可能には、指定を省略しないことを示す「0」が設定されている。「製品種別」の省略可能には、指定を省略することを示す「1」が設定されている。「資産種別」の省略可能には、指定を省略しないことを示す「0」が設定されている。
 例えば、検証部13は、検証用ビット列24(b3)と、組み合わせビット列b0とをAND演算する。そして、検証部13は、AND結果a3が検証用ビット列24(b3)と一致する場合には、P3の検証する値の組み合わせが妥当であると判定する。検証部13は、AND結果a3が検証用ビット列24(b3)と一致しない場合には、P3の検証する値の組み合わせが妥当でないと判定する。ここでは、AND結果a3が検証用ビット列24(b3)と一致するので、P3の検証する値の組み合わせが妥当であると判定される。すなわち、組み合わせビット列b0で示される組み合わせの軸と軸の値がP3の検証する値の組み合わせに指定されている又は指定されていないので、P3の検証する値の組み合わせが妥当であると判定される。
[検証処理のフローチャート]
 ここで、実施例に係る検証処理のフローチャートを、図7~図10を参照して説明する。図7は、実施例に係る検証処理のメインのフローチャートの一例を示す図である。
 図7に示すように、定義情報解析部11は、XBRL要素の定義体(定義情報21)を入力すると(ステップS11)、定義情報解析処理を実行する(ステップS12)。なお、定義情報解析処理のフローチャートについては、後述する。
 そして、検証情報解析部12は、検証情報解析処理を実行する(ステップS13)。なお、検証情報解析処理のフローチャートについては、後述する。
 そして、検証部13は、検証処理を実行する(ステップS14)。なお、検証処理のフローチャートについては、後述する、
 そして、出力部14は、検証処理の結果を出力する(ステップS15)。
[定義情報解析処理のフローチャート]
 図8は、実施例に係る定義情報解析処理のフローチャートの一例を示す図である。
 図8に示すように、定義情報解析部11は、定義情報21の定義リンクに存在する軸及び軸の値の組み合わせを全て取得し、検証用ビット列24の生成用のリストに保存する(ステップS21)。加えて、定義情報解析部11は、リストの末尾に各軸の省略可能ビットを追加する(ステップS22)。
 そして、定義情報解析部11は、全ての科目に紐付く軸と軸の値の組み合わせを取得する(ステップS23)。
 そして、定義情報解析部11は、全ての科目の中から1つの科目を選択する(ステップS24A)。定義情報解析部11は、選択した科目に紐付く軸と軸の値の組み合わせに該当するリストのインデックスを「1」にしたビット列を生成する(ステップS24)。
 そして、定義情報解析部11は、選択した科目に紐付かない(指定されていない)軸があるか否かを判定する(ステップS25)。選択した科目に紐付かない(指定されていない)軸があると判定した場合には(ステップS25;Yes)、定義情報解析部11は、ビット列の当該軸の省略可能ビットを「1」に設定する(ステップS26)。そして、定義情報解析部11は、ステップS27に移行する。
 一方、選択した科目に紐付かない(指定されていない)軸がないと判定した場合には(ステップS25;No)、定義情報解析部11は、ステップS27に移行する。
 ステップS27において、定義情報解析部11は、選択した科目に紐付く軸にデフォルトの値が指定されているか否かを判定する(ステップS27)。選択した科目に紐付く軸にデフォルトの値が指定されていると判定した場合には(ステップS27;Yes)、定義情報解析部11は、ビット列の当該軸の省略可能ビットを「1」に設定する(ステップS28)。そして、定義情報解析部11は、ステップS29に移行する。
 一方、選択した科目に紐付く軸にデフォルトの値が指定されていないと判定した場合には(ステップS27;No)、定義情報解析部11は、ステップS29に移行する。
 ステップS29において、定義情報解析部11は、ビット列を組み合わせビット列テーブル23に追加する(ステップS29)。
 そして、定義情報解析部11は、全ての科目を選択したか否かを判定する(ステップS30)。全ての科目を選択していないと判定した場合には(ステップS30;No)、定義情報解析部11は、次の科目を選択すべく、ステップS24Aに移行する。
 一方、全ての科目を選択したと判定した場合には(ステップS30;Yes)、定義情報解析部11は、定義情報解析処理を終了する。
[検証情報解析処理のフローチャート]
 図9は、実施例に係る検証情報解析処理のフローチャートの一例を示す図である。
 図9に示すように、検証情報解析部12は、検証したい科目と軸と軸の値の組み合わせを受け付ける(ステップS41)。すなわち、検証情報解析部12は、検証する値の組み合わせを受け付ける。
 そして、検証情報解析部12は、受け付けた組み合わせについて、同一の軸に対して複数の値が指定されているか否かを判定する(ステップS42)。同一の軸に対して複数の値が指定されていると判定した場合には(ステップS42;Yes)、検証情報解析部12は、検証する値の組み合わせが妥当ではないと判定する(ステップS43)。そして、検証情報解析部12は、検証情報解析処理を終了する。
 一方、同一の軸に対して複数の値が指定されていないと判定した場合には(ステップS42;No)、検証情報解析部12は、軸と軸の値の組み合わせに該当するリストのインデックスを「1」にした検証用ビット列24を生成する(ステップS44)。
 加えて、検証情報解析部12は、受け付けた組み合わせに指定されていない軸について、検証用ビット列24の省略可能ビットを「1」に設定する(ステップS45)。そして、検証情報解析部12は、検証情報解析処理を終了する。
[検証処理のフローチャート]
 図10は、実施例に係る検証処理のフローチャートの一例を示す図である。
 図10に示すように、検証部13は、組み合わせビット列テーブル23から検証する科目のビット列を全て取得する(ステップS51)。全て取得するのは、検証する科目によっては、同じ科目であっても複数の組み合わせビット列を有する場合があるからである。
 検証部13は、組み合わせビット列が存在するか否かを判定する(ステップS52)。組み合わせビット列が存在しないと判定した場合には(ステップS52;No)、検証部13は、Dimension仕様による制約はないと判断し、検証する値の組み合わせが妥当な組み合わせであると判定する(ステップS53)。そして、検証部13は、検証処理を終了する。
 一方、組み合わせビット列が存在する判定した場合には(ステップS52;Yes)、検証部13は、組み合わせビット列と検証用ビット列24をAND演算する(ステップS54)。そして、検証部13は、AND演算の結果が検証用ビット列24と同じであるか否かを判定する(ステップS55)。
 AND演算の結果が検証用ビット列24と同じであると判定した場合には(ステップS55;Yes)、検証部13は、検証する値の組み合わせが妥当な組み合わせと判定する(ステップS56)。そして、検証部13は、検証処理を終了する。
 一方、AND演算の結果が検証用ビット列24と同じでないと判定した場合には(ステップS55;No)、検証部13は、検証する値の組み合わせが妥当ではない組み合わせと判定する(ステップS57)。そして、検証部13は、検証処理を終了する。
 これにより、情報処理装置1は、大規模なインスタンス22のDimension仕様に基づく検証の精度を向上しつつ、高速に検証することができる。すなわち、近年、Dimension仕様を用いて報告されるインスタンス22は、例えば数100メガバイト(MB)~数ギガバイト(GB)と大規模化している。したがって、インスタンス22の提出を受けた金融監督機関などは、提出を受けた大規模化したインスタンス22を検証する必要がある。かかる場合に、情報処理装置1は、インスタンス22における大量の数値のDimensionの組み合わせを、XBRLタクソノミ(定義情報21)を参照しなくても、検証することが可能となる。
 また、情報処理装置1は、XBRLタクソノミ(定義情報21)の中の表定義に対して、インスタンス22のデータを確実且つ高速に割り当てることが可能となる。すなわち、XBRLタクソノミ(定義情報21)には、テーブルリンクベースという表を定義する仕様が存在する。各表のヘッダー部の行列には、科目名やDimensionの取り得る値などが指定されている。情報処理装置1が、インスタンス22の検証用ビット列24を検証時に生成しておけば、その後、生成した検証用ビット列24を用いて各表へデータを割り当てることが可能となる。例えば、情報処理装置1は、各表に、検証用ビット列24を用いてDimensionを満たすデータをインスタンス22から検索し、各表へ割り当てることが可能となる。
[実施例の効果]
 上記実施例によれば、情報処理装置1は、XBRLデータを受け付けると、前記XBRLデータから任意の科目のデータを検証対象データとして取得する。情報処理装置1は、XBRLデータの定義情報を参照して、検証対象データと同一科目のデータに割り当てられた属性値を特定する。情報処理装置1は、特定した属性値が検証対象データに対応付けられている又は対応付けられていない場合に、検証対象データが妥当であると判定し、且つ、特定した属性値以外の属性値が検証対象データに対応付けられている場合に、検証対象データが妥当ではないと判定するアルゴリズムを用いて、検証対象データの妥当性を検証する。そして、情報処理装置1は、特定した属性値に所定の種別の属性値が含まれ、且つ、所定の種別の属性値のいずれも検証対象データに対応付けられていない場合に、検証対象データが妥当ではないと判定する。かかる構成によれば、情報処理装置1は、検証精度を向上することができる。
 また、上記実施例によれば、情報処理装置1は、任意の科目の検証する属性値に対して検証することを示す検証情報を付与するとともに、検証する属性の軸に対して省略しないことを示す情報及び検証しない属性値の軸に対して省略することを示す情報を属性値として付与する検証対象データを取得する。情報処理装置1は、任意の科目に基づく軸と当該軸の属性値の組み合わせを示す組み合わせ情報を付与するとともに、任意の科目に基づく軸に対して省略可能であるか省略不可能であるかを示す情報を属性値として付与する組み合わせデータを取得する。情報処理装置1は、検証対象データと、組み合わせデータとを対応する属性値同士で照合し、いずれかの属性値同士で対応付けがされていない場合に、検証対象データが妥当ではないと判定する。かかる構成によれば、情報処理装置1は、軸に対して省略可能であるか省略不可能であるかを示す情報を、検証に用いることで、検証精度を向上することができる。
 また、情報処理装置1は対応する属性値同士の照合をビット演算で行う。かかる構成によれば、情報処理装置1は、検証を精度良く且つ高速に行うことができる。
[プログラム等]
 なお、図示した情報処理装置1の各構成要素は、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、情報処理装置1の分散・統合の具体的態様は図示のものに限られず、その全部又は一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的又は物理的に分散・統合して構成することができる。例えば、検証部13と出力部14とを1個の部として統合しても良い。一方、定義情報解析部11を、組み合わせビット列の軸と軸の値の組み合わせの部分を生成する第1の定義情報解析部と、組み合わせビット列の省略可能なビットの部分を生成する第2の定義情報解析部とに分散しても良い。同様に、検証情報解析部12を、検証用ビット列24の軸と軸の値の組み合わせの部分を生成する第1の検証情報解析部と、検証用ビット列24の省略可能なビットの部分を生成する第2の検証情報解析部とに分散しても良い。また、定義情報21、インスタンス22、組み合わせビット列テーブル23及び検証用ビット列24等の記憶部20を情報処理装置1の外部装置としてネットワーク経由で接続するようにしても良い。
 また、上記実施例で説明した各種の処理は、あらかじめ用意されたプログラムをパーソナルコンピュータやワークステーション等のコンピュータで実行することによって実現することができる。そこで、以下では、図1に示した情報処理装置1と同様の機能を実現する検証プログラムを実行するコンピュータの一例を説明する。図11は、検証プログラムを実行するコンピュータの一例を示す図である。
 図11に示すように、コンピュータ200は、各種演算処理を実行するCPU(Central Processing Unit)203と、ユーザからのデータの入力を受け付ける入力装置215と、表示装置209を制御する表示制御部207を有する。また、コンピュータ200は、記憶媒体からプログラム等を読取るドライブ装置213と、ネットワークを介して他のコンピュータとの間でデータの授受を行う通信制御部217とを有する。また、コンピュータ200は、各種情報を一時記憶するメモリ201と、HDD(Hard Disk Drive)205を有する。そして、メモリ201、CPU203、HDD205、表示制御部207、ドライブ装置213、入力装置215、通信制御部217は、バス219で接続されている。
 ドライブ装置213は、例えばリムーバブルディスク211用の装置である。HDD205は、検証プログラム205a及び検証処理関連情報205bを記憶する。
 CPU203は、検証プログラム205aを読み出して、メモリ201に展開する。検証プログラム205aは、検証プロセスとして機能する。
 例えば、検証プロセスは、制御部10の各機能部に対応する。検証処理関連情報205bは、定義情報21、インスタンス22、組み合わせビット列テーブル23及び検証用ビット列24に対応する。
 なお、検証プログラム205aについては、必ずしも最初からHDD205に記憶させておかなくても良い。例えば、コンピュータ200に挿入されるフレキシブルディスク(FD)、CD-ROM(Compact Disk Read Only Memory)、DVD(Digital Versatile Disk)、光磁気ディスク、IC(Integrated Circuit)カード等の「可搬用の物理媒体」に当該プログラムを記憶させておく。そして、コンピュータ200がこれらから検証プログラム205aを読み出して実行するようにしても良い。
 1 情報処理装置
 10 制御部
 11 定義情報解析部
 12 検証情報解析部
 13 検証部
 14 出力部
 20 記憶部
 21 定義情報
 22 インスタンス
 23 組み合わせビット列テーブル
 24 検証用ビット列

Claims (5)

  1.  XBRLデータを受け付けると、前記XBRLデータから任意の科目のデータを検証対象データとして取得し、
     XBRLデータの定義情報を参照して、前記検証対象データと同一科目のデータに割り当てられた属性値を特定し、
     特定した前記属性値が前記検証対象データに対応付けられている又は対応付けられていない場合に、前記検証対象データが妥当であると判定し、且つ、特定した前記属性値以外の属性値が前記検証対象データに対応付けられている場合に、前記検証対象データが妥当ではないと判定するアルゴリズムを用いて、前記検証対象データの妥当性を検証する、
     処理をコンピュータが実行する検証方法であって、
     特定した前記属性値に所定の種別の属性値が含まれ、且つ、前記所定の種別の属性値のいずれも前記検証対象データに対応付けられていない場合に、前記検証対象データが妥当ではないと判定する、
     処理をコンピュータが実行することを特徴とする検証方法。
  2.  該取得する処理は、前記任意の科目の検証する属性値に対して検証することを示す検証情報を付与するとともに、検証する属性の軸に対して省略しないことを示す情報及び検証しない属性値の軸に対して省略することを示す情報を属性値として付与する検証対象データを取得し、
     該特定する処理は、前記任意の科目に基づく軸と当該軸の属性値の組み合わせを示す組み合わせ情報を付与するとともに、前記任意の科目に基づく軸に対して省略可能であるか省略不可能であるかを示す情報を属性値として付与する組み合わせデータを取得し、
     該判定する処理は、前記検証対象データと、前記組み合わせデータとを対応する属性値同士で照合し、いずれかの属性値同士で対応付けがされていない場合に、前記検証対象データが妥当ではないと判定する
     ことを特徴とする請求項1に記載の検証方法。
  3.  該判定する処理は、対応する属性値同士の照合をビット演算で行う
     ことを特徴とする請求項2に記載の検証方法。
  4.  XBRLデータを受け付けると、前記XBRLデータから任意の科目のデータを検証対象データとして取得する取得部と、
     XBRLデータの定義情報を参照して、前記取得部によって取得された検証対象データと同一科目のデータに割り当てられた属性値を特定する特定部と、
     前記特定部によって特定された前記属性値が前記検証対象データに対応付けられている又は対応付けられていない場合に、前記検証対象データが妥当であると判定し、且つ、特定した前記属性値以外の属性値が前記検証対象データに対応付けられている場合に、前記検証対象データが妥当ではないと判定するアルゴリズムを用いて、前記検証対象データの妥当性を検証する検証部と、を有し、
     前記検証部は、
     前記特定部によって特定された前記属性値に所定の種別の属性値が含まれ、且つ、前記所定の種別の属性値のいずれも前記検証対象データに対応付けられていない場合に、前記検証対象データが妥当ではないと判定する、
     ことを特徴とする情報処理装置。
  5. XBRLデータを受け付けると、前記XBRLデータから任意の科目のデータを検証対象データとして取得し、
     XBRLデータの定義情報を参照して、前記検証対象データと同一科目のデータに割り当てられた属性値を特定し、
     特定した前記属性値が前記検証対象データに対応付けられている又は対応付けられていない場合に、前記検証対象データが妥当であると判定し、且つ、特定した前記属性値以外の属性値が前記検証対象データに対応付けられている場合に、前記検証対象データが妥当ではないと判定するアルゴリズムを用いて、前記検証対象データの妥当性を検証する、
     処理をコンピュータに実行させる検証プログラムであって、
     特定した前記属性値に所定の種別の属性値が含まれ、且つ、前記所定の種別の属性値のいずれも前記検証対象データに対応付けられていない場合に、前記検証対象データが妥当ではないと判定する、
     処理をコンピュータに実行させることを特徴とする検証プログラム。
PCT/JP2019/021888 2019-05-31 2019-05-31 検証方法、情報処理装置及び検証プログラム WO2020240873A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2021522607A JP7140284B2 (ja) 2019-05-31 2019-05-31 検証方法、情報処理装置及び検証プログラム
EP19930397.5A EP3979177A4 (en) 2019-05-31 2019-05-31 VERIFICATION PROCESS, INFORMATION PROCESSING SYSTEM AND VERIFICATION PROGRAM
PCT/JP2019/021888 WO2020240873A1 (ja) 2019-05-31 2019-05-31 検証方法、情報処理装置及び検証プログラム
US17/502,216 US20220035791A1 (en) 2019-05-31 2021-10-15 Verification method, information processing apparatus, and non-transitory computer-readable storage medium for storing verification program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2019/021888 WO2020240873A1 (ja) 2019-05-31 2019-05-31 検証方法、情報処理装置及び検証プログラム

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US17/502,216 Continuation US20220035791A1 (en) 2019-05-31 2021-10-15 Verification method, information processing apparatus, and non-transitory computer-readable storage medium for storing verification program

Publications (1)

Publication Number Publication Date
WO2020240873A1 true WO2020240873A1 (ja) 2020-12-03

Family

ID=73552301

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/021888 WO2020240873A1 (ja) 2019-05-31 2019-05-31 検証方法、情報処理装置及び検証プログラム

Country Status (4)

Country Link
US (1) US20220035791A1 (ja)
EP (1) EP3979177A4 (ja)
JP (1) JP7140284B2 (ja)
WO (1) WO2020240873A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113515489A (zh) * 2021-03-12 2021-10-19 中电建电力检修工程有限公司 一种方向观察结果校验的方法及系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05134859A (ja) 1991-11-14 1993-06-01 Nec Corp 画面定義用ソフトウエア開発支援システム
JP2001306370A (ja) 2000-04-22 2001-11-02 Goichi Murui ファイルレコード(データベースを含む)の圧縮技法
JP2008134864A (ja) * 2006-11-29 2008-06-12 Hitachi Ltd 財務情報検証方法、及び、システム
JP2010146109A (ja) * 2008-12-16 2010-07-01 Internet Disclosure Co Ltd Xbrlデータ検証/作成システム及びxbrlデータ検証/作成プログラム
WO2016132550A1 (ja) * 2015-02-20 2016-08-25 富士通株式会社 抽出プログラム、抽出装置および抽出方法

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060242181A1 (en) * 2005-04-22 2006-10-26 Business Objects Apparatus and method for transforming XBRL data into database schema
US20070130032A1 (en) * 2005-12-07 2007-06-07 Microsoft Corporation Dimension validation rules
US8645234B2 (en) * 2009-08-27 2014-02-04 Oracle International Corporation General ledger chart of accounts combination editing request response
US8423586B2 (en) * 2010-04-20 2013-04-16 Xbrl Cloud, Inc. XBRL service system and method
US8539006B2 (en) * 2010-11-01 2013-09-17 Microsoft Corporation Logical chart of accounts with hashing
US8898104B2 (en) * 2011-07-26 2014-11-25 International Business Machines Corporation Auto-mapping between source and target models using statistical and ontology techniques
CN102355461B (zh) * 2011-09-29 2014-05-28 广州中浩控制技术有限公司 一种xbrl可信数据存储方法和可信数据存储系统
US10585877B1 (en) * 2015-09-29 2020-03-10 James Casazza System and method for achieving high quality data integrity
JP6712046B2 (ja) * 2016-03-11 2020-06-17 富士通株式会社 抽出プログラム、抽出装置及び抽出方法
WO2018096686A1 (ja) * 2016-11-28 2018-05-31 富士通株式会社 検証プログラム、検証装置、検証方法、インデックス生成プログラム、インデックス生成装置およびインデックス生成方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05134859A (ja) 1991-11-14 1993-06-01 Nec Corp 画面定義用ソフトウエア開発支援システム
JP2001306370A (ja) 2000-04-22 2001-11-02 Goichi Murui ファイルレコード(データベースを含む)の圧縮技法
JP2008134864A (ja) * 2006-11-29 2008-06-12 Hitachi Ltd 財務情報検証方法、及び、システム
JP2010146109A (ja) * 2008-12-16 2010-07-01 Internet Disclosure Co Ltd Xbrlデータ検証/作成システム及びxbrlデータ検証/作成プログラム
WO2016132550A1 (ja) * 2015-02-20 2016-08-25 富士通株式会社 抽出プログラム、抽出装置および抽出方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3979177A4

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113515489A (zh) * 2021-03-12 2021-10-19 中电建电力检修工程有限公司 一种方向观察结果校验的方法及系统

Also Published As

Publication number Publication date
JP7140284B2 (ja) 2022-09-21
US20220035791A1 (en) 2022-02-03
EP3979177A1 (en) 2022-04-06
EP3979177A4 (en) 2022-06-15
JPWO2020240873A1 (ja) 2021-12-16

Similar Documents

Publication Publication Date Title
AU2021273576B2 (en) Model integration tool
CN110495132B (zh) 用于在分布式网络节点内生成、上传和执行代码区块的系统和方法
JP4758150B2 (ja) 外部メタデータの処理
KR102404913B1 (ko) 블록체인 기반의 nft를 이용한 음원 거래 플랫폼을 제공하는 서버에서 수행되는 음원 nft 발급 서비스 제공 방법
US20060041421A1 (en) Method and system for processing grammar-based legality expressions
JP6200584B2 (ja) 企業財務データを変換するサーバシステム、方法及びコンピュータプログラム
US20160162539A1 (en) Computer executable method of generating analysis data and apparatus performing the same and storage medium for the same
US7814334B2 (en) Method and apparatus for changing and adding activation keys for functions of digital content without having to change and recompile the digital content
WO2016063502A1 (ja) 知識管理装置、知識管理方法、及び、プログラムの記録媒体
WO2020240873A1 (ja) 検証方法、情報処理装置及び検証プログラム
JP6598973B2 (ja) 分散コンピューティングシステムにおけるデータフローの追跡
JP6900956B2 (ja) 検証プログラム、検証装置、検証方法、インデックス生成プログラム、インデックス生成装置およびインデックス生成方法
JP6708253B2 (ja) 評価プログラム、評価装置および評価方法
RU2794162C1 (ru) Способ верификации, устройство обработки информации и долговременный считываемый компьютером носитель хранения для хранения программы верификации
JP2021189570A (ja) シナリオ生成プログラム、試験管理装置、シナリオ生成方法およびシステム
KR20160051164A (ko) 대용량 데이터 환경에서 접근권한 인증 장치 및 그를 위한 컴퓨터로 읽을 수 있는 기록매체
US20080270475A1 (en) Data processing systems and methods for connecting business objects to data sources
JP6699433B2 (ja) データ管理プログラム、装置、及び方法
JP2017215785A (ja) 権限テスト装置およびプログラム
JP6610037B2 (ja) テスト実施装置、方法、および、プログラム
US20120089989A1 (en) Systems and methods for executing and implementing computer processes in process environments
US20080115106A1 (en) Method, system and program product to identify the use of a restricted term in a source file
KR20240061164A (ko) 공공데이터를 활용한 보험청구서 생성 장치 및 방법
Seiter et al. Extraction of a Relation for Vertical Refinement
JP2011048412A (ja) 情報処理装置及び情報処理方法及びプログラム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19930397

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2021522607

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2019930397

Country of ref document: EP

Effective date: 20220103