SlideShare una empresa de Scribd logo
1 de 26
Descargar para leer sin conexión
1




Dimensions : A Primer

 CA. NIRMAL GHORAWAT
   B. Com (Hons), ACA
2

         Session Overview

• What is an XBRL
  Dimension?

• Tagging an XBRL
  Dimension in an
  Instance Document



                 Presented By: CA. Nirmal Ghorawat
3

  What is an XBRL Dimension?

Simply Stated – “Dimension” is a Technical Term in
XBRL used to Tag The Tables Typically found in
Financial Reports.

However, XBRL Dimension are more versatile – in as
much – they can be used to represent multi-
dimensional Data (2D{Table}, 3D, etc) in XBRL.




                    Presented By: CA. Nirmal Ghorawat
4

    What is an XBRL Dimension?

  Ability to add multiple / additional identifiers to a piece
  of data / information

  Use of Dimension in non-forms-based Reporting
  SIMPLIFY Tagging and reduces no. of elements in
  Taxonomy

• Capability added to XBRL by XBRL Dimension 1.0
  (18 September, 2006) (Technical Specification)

                          Presented By: CA. Nirmal Ghorawat
5

The XBRL Dimension 1.0 Specification

 Modular eXtension to the XBRL Specification (XBRL
 2.1)

 Enables Developers to add additional semantic
 meaning to XBRL Taxonomies representing multi-
 dimensional reports programmatically




                     Presented By: CA. Nirmal Ghorawat
6

A Normal Table Featured in Financial Reports




                   Presented By: CA. Nirmal Ghorawat
7

            Terms Used in Dimensions

Dimension     is a manner in which data might be presented
(=Axis)       or say a categorization of facts.
              eg. Sales can be presented by way Region or
              Products.
Domain        The range of valid values for a Dimension is
              called its Domain.
              eg. Products or Region are both Domain.

              is a concept that is part of a domain. For
Domain        example, “Food and Beverages” is a Domain
  Member      Member in the “Product” Domain.
                          Presented By: CA. Nirmal Ghorawat
8

            Terms Used in Dimensions

Hypercube     A hypercube is a possible dimensional
(= Table)     representation.
              eg., Products and Regions form 2
              Hypercubes.



Primary Item is a simple concept, or item, defined in an
              XBRL schema that is part of a substitution
(=Line Items) group, and can therefore be represented in a
              multi-dimensional manner.
              eg. Sales
                          Presented By: CA. Nirmal Ghorawat
9

Terms Used in XBRL Dimensions




            Presented By: CA. Nirmal Ghorawat
10

        Why XBRL Dimensions?

Enables computer applications to consume and
process dynamic associations of Data

Automated processing of Multi-Dimensional Data for a
more complete analysis

Enables Developers to add additional semantic
meaning to XBRL Taxonomies representing multi-
dimensional reports programmatically


                     Presented By: CA. Nirmal Ghorawat
11

         Tuples v/s Dimensions

Tuples and Dimensions are both technical features in
XBRL Taxonomies which allow “Data” that is often
reported in the form of Tables in Financial / Business
Reports to be handled efficiently in XBRL.




                      Presented By: CA. Nirmal Ghorawat
12

            Tuples v/s Dimensions

Tuples                              Dimensions
Only 2-Dimensional. Not             Versatile. Can be used for
possible to represent multi-        representing         multi-
dimensional data using              dimensional data [2D/ 3D/
Tuples                              (n)D]

Not  as    functional    as         Dimensions      are    more
Dimensions                          Versatile and cover all
                                    functional aspects of Tuples
                                    and more
Inhibit Extensibility               Exhibit Extensibility

                         Presented By: CA. Nirmal Ghorawat
13

           Tuples v/s Dimensions

Tuples                              Dimensions
Higher No. of Elements in           Lower No. of Elements in
the Taxonomy (roughly:              the Taxonomy (roughly:
Domain Members X Line               Domain Members + Line
Items)                              Items)

No effect on Contexts.              Higher No. of Contexts in
                                    Instance Documents.




                         Presented By: CA. Nirmal Ghorawat
14




    TAGGING AN XBRL
DIMENSION IN AN INSTANCE
       DOCUMENT



         Presented By: CA. Nirmal Ghorawat
15

         xbrldi :: NameSpace
The instance document must contain reference
for the “xbrldi” namespaces
xbrldi     http://xbrl.org/2006/xbrldi




                    Presented By: CA. Nirmal Ghorawat
16

    Explicit v/s Typed Dimension

Explicit                          Typed
  You know exactly what are           You don’t know the values
  the Dimension Members               but you know enough to
  (i.e., the Domain explicitly        define the members (i.e.,
  names its members)                  not possible to explicitly
                                      name its members)
  There is a FINITE and               There may be an INFINITE
  MANAGEABLE number of                (UNMANAGEABLE)
  members                             number     of   (possible)
                                      members.



                           Presented By: CA. Nirmal Ghorawat
17

Example : Explicit Dimension - Simple




                Presented By: CA. Nirmal Ghorawat
18

  Tagging an Explicit Dimension-Simple Type
<xbrli:context id=“GoodsPurchased1Member_D2012>
  <xbrli:entity>
        <xbrli:identifier
  scheme=“www.mca.gov.in/CIN”>CIN</xbrli:identifier>
  </xbrli:entity>
  (<xbrli:period>       </xbrli:period>)
  <xbrli:scenario>                                     Domain Axis
        <xbrldi:explicitMember dimension=
        “in-gaap_CategoriesOfGoodsPurchasedAxis”>
        in-gaap_GoodsPurchased1Member
        </xbrldi:explicitMember>
  </xbrli:scenario>                      Domain Member
  </xbrli:context>

                               Presented By: CA. Nirmal Ghorawat
19

           Data items for Table

...
<in-gaap_DescriptionOfGoodsPurchased
    contextRef=“GoodsPurchased1Member_D2012”>Cement
    </in-gaap_DescriptionOfGoodsPurchased>
<in-gaap_GoodsPurchased
    contextRef=“GoodsPurchased1Member_D2012”
    unitRef=“INR” decimals=“INF”>40000 </in-
    gaap_GoodsPurchased >
...


                        Presented By: CA. Nirmal Ghorawat
20

Example : Explicit Dimension - Complex




                Presented By: CA. Nirmal Ghorawat
21

Tagging an Explicit Dimension-Complex Type
<xbrli:context id=“LongTerm_INRTermLoanBank_Secured_I2012>
  <xbrli:entity>
         <xbrli:identifier scheme=“www.mca.gov.in/CIN”>CIN</xbrli:identifier>
  </xbrli:entity> (<xbrli:period>   </xbrli:period>)
  <xbrli:scenario>                                         Domain Axis
        <xbrldi:explicitMember dimension=
        “in-gaap_ClassificationBasedOnTimePeriodAxis”>
        in-gaap_LongTermMember</xbrldi:explicitMember>
                                                           Domain Members
        <xbrldi:explicitMember dimension=
        “in-gaap_ClassificationOfBorrowingsAxis”>
        in-gaap_RupeeTermLoansFromBanksMember</xbrldi:explicitMember>
        <xbrldi:explicitMember dimension=
        “in-gaap_SubclassificationOfBorrowingsAxis”>
        in-gaap_SecuredBorrowingsMember</xbrldi:explicitMember>
   </xbrli:scenario>
   </xbrli:context>

                                 Presented By: CA. Nirmal Ghorawat
22

           Data items for Table

...
<in-gaap_Borrowings
    contextRef=“LongTerm_INRTermLoanBank_Secured_I2012
    ” unitRef=“INR” decimals=“INF”>100000</ in-
    gaap_Borrowings >
...




                        Presented By: CA. Nirmal Ghorawat
23

Typed Dimension




     Presented By: CA. Nirmal Ghorawat
24

        Tagging a Typed Dimension
<xbrli:context id=“AuditorAxis_GhorawatCo_D2012>
  <xbrli:entity>
        <xbrli:identifier
  scheme=“www.mca.gov.in/CIN”>CIN</xbrli:identifier>
  </xbrli:entity>
  (<xbrli:period>       </xbrli:period>)
  <xbrli:scenario>
        <xbrldi:typedMember dimension= “in-ca_AuditorsAxis”>
                 <in-ca_AuditorsDomain>Ghorawat And Company</in-
                 ca_AuditorsDomain>
        </xbrldi:typedMember>
  </xbrli:scenario>
  </xbrli:context>


                            Presented By: CA. Nirmal Ghorawat
25

            Data items for Table

...
<in-ca_CategoryOfAuditor
    contextRef=“AuditorAxis_GhorawatCo_D2012”>Individual</
    in-ca_CategoryOfAuditor>
<in-ca_NameOfAuditFirm
    contextRef=“AuditorAxis_GhorawatCo_D2012”>Ghorawat
    &amp Co</in-ca_NameOfAuditFirm >
...



                          Presented By: CA. Nirmal Ghorawat
26




                 Presented By:
                   CA. Nirmal Ghorawat
             e-Mail : nirmal.ghorawat@icai.org
Web: http://www.canirmalg.wordpress.com www.ghorawat.in

Más contenido relacionado

Más de Nirmal Ghorawat

Ind as 23 borrowing costs
Ind as 23 borrowing costsInd as 23 borrowing costs
Ind as 23 borrowing costsNirmal Ghorawat
 
Ind as 103 business combinations
Ind as 103 business combinationsInd as 103 business combinations
Ind as 103 business combinationsNirmal Ghorawat
 
IND AS 108 OPERATING SEGMENTS
IND AS 108 OPERATING SEGMENTSIND AS 108 OPERATING SEGMENTS
IND AS 108 OPERATING SEGMENTSNirmal Ghorawat
 
Digital collaborative accounting
Digital collaborative accounting Digital collaborative accounting
Digital collaborative accounting Nirmal Ghorawat
 
Taxation of capital gains
Taxation of capital gainsTaxation of capital gains
Taxation of capital gainsNirmal Ghorawat
 
XBRL Presentation Handout
XBRL Presentation HandoutXBRL Presentation Handout
XBRL Presentation HandoutNirmal Ghorawat
 
Xbrl the future of financial reporting by ca. nirmal ghorawat
Xbrl the future of financial reporting by ca. nirmal ghorawatXbrl the future of financial reporting by ca. nirmal ghorawat
Xbrl the future of financial reporting by ca. nirmal ghorawatNirmal Ghorawat
 
IFRS 3 Business Combinations
IFRS 3 Business CombinationsIFRS 3 Business Combinations
IFRS 3 Business CombinationsNirmal Ghorawat
 
IFRS 8 Operating Segments
IFRS 8 Operating SegmentsIFRS 8 Operating Segments
IFRS 8 Operating SegmentsNirmal Ghorawat
 

Más de Nirmal Ghorawat (12)

Ind as 21 forex
Ind as 21 forexInd as 21 forex
Ind as 21 forex
 
Ind as 23 borrowing costs
Ind as 23 borrowing costsInd as 23 borrowing costs
Ind as 23 borrowing costs
 
Ind as 103 business combinations
Ind as 103 business combinationsInd as 103 business combinations
Ind as 103 business combinations
 
IND AS 108 OPERATING SEGMENTS
IND AS 108 OPERATING SEGMENTSIND AS 108 OPERATING SEGMENTS
IND AS 108 OPERATING SEGMENTS
 
Footnotes
FootnotesFootnotes
Footnotes
 
Digital collaborative accounting
Digital collaborative accounting Digital collaborative accounting
Digital collaborative accounting
 
Taxation of capital gains
Taxation of capital gainsTaxation of capital gains
Taxation of capital gains
 
XBRL Presentation Handout
XBRL Presentation HandoutXBRL Presentation Handout
XBRL Presentation Handout
 
Xbrl the future of financial reporting by ca. nirmal ghorawat
Xbrl the future of financial reporting by ca. nirmal ghorawatXbrl the future of financial reporting by ca. nirmal ghorawat
Xbrl the future of financial reporting by ca. nirmal ghorawat
 
Drafting of deeds
Drafting of deedsDrafting of deeds
Drafting of deeds
 
IFRS 3 Business Combinations
IFRS 3 Business CombinationsIFRS 3 Business Combinations
IFRS 3 Business Combinations
 
IFRS 8 Operating Segments
IFRS 8 Operating SegmentsIFRS 8 Operating Segments
IFRS 8 Operating Segments
 

Último

Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 

Último (20)

Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 

Xbrl dimension a primer nirmal ghorawat

  • 1. 1 Dimensions : A Primer CA. NIRMAL GHORAWAT B. Com (Hons), ACA
  • 2. 2 Session Overview • What is an XBRL Dimension? • Tagging an XBRL Dimension in an Instance Document Presented By: CA. Nirmal Ghorawat
  • 3. 3 What is an XBRL Dimension? Simply Stated – “Dimension” is a Technical Term in XBRL used to Tag The Tables Typically found in Financial Reports. However, XBRL Dimension are more versatile – in as much – they can be used to represent multi- dimensional Data (2D{Table}, 3D, etc) in XBRL. Presented By: CA. Nirmal Ghorawat
  • 4. 4 What is an XBRL Dimension? Ability to add multiple / additional identifiers to a piece of data / information Use of Dimension in non-forms-based Reporting SIMPLIFY Tagging and reduces no. of elements in Taxonomy • Capability added to XBRL by XBRL Dimension 1.0 (18 September, 2006) (Technical Specification) Presented By: CA. Nirmal Ghorawat
  • 5. 5 The XBRL Dimension 1.0 Specification Modular eXtension to the XBRL Specification (XBRL 2.1) Enables Developers to add additional semantic meaning to XBRL Taxonomies representing multi- dimensional reports programmatically Presented By: CA. Nirmal Ghorawat
  • 6. 6 A Normal Table Featured in Financial Reports Presented By: CA. Nirmal Ghorawat
  • 7. 7 Terms Used in Dimensions Dimension is a manner in which data might be presented (=Axis) or say a categorization of facts. eg. Sales can be presented by way Region or Products. Domain The range of valid values for a Dimension is called its Domain. eg. Products or Region are both Domain. is a concept that is part of a domain. For Domain example, “Food and Beverages” is a Domain Member Member in the “Product” Domain. Presented By: CA. Nirmal Ghorawat
  • 8. 8 Terms Used in Dimensions Hypercube A hypercube is a possible dimensional (= Table) representation. eg., Products and Regions form 2 Hypercubes. Primary Item is a simple concept, or item, defined in an XBRL schema that is part of a substitution (=Line Items) group, and can therefore be represented in a multi-dimensional manner. eg. Sales Presented By: CA. Nirmal Ghorawat
  • 9. 9 Terms Used in XBRL Dimensions Presented By: CA. Nirmal Ghorawat
  • 10. 10 Why XBRL Dimensions? Enables computer applications to consume and process dynamic associations of Data Automated processing of Multi-Dimensional Data for a more complete analysis Enables Developers to add additional semantic meaning to XBRL Taxonomies representing multi- dimensional reports programmatically Presented By: CA. Nirmal Ghorawat
  • 11. 11 Tuples v/s Dimensions Tuples and Dimensions are both technical features in XBRL Taxonomies which allow “Data” that is often reported in the form of Tables in Financial / Business Reports to be handled efficiently in XBRL. Presented By: CA. Nirmal Ghorawat
  • 12. 12 Tuples v/s Dimensions Tuples Dimensions Only 2-Dimensional. Not Versatile. Can be used for possible to represent multi- representing multi- dimensional data using dimensional data [2D/ 3D/ Tuples (n)D] Not as functional as Dimensions are more Dimensions Versatile and cover all functional aspects of Tuples and more Inhibit Extensibility Exhibit Extensibility Presented By: CA. Nirmal Ghorawat
  • 13. 13 Tuples v/s Dimensions Tuples Dimensions Higher No. of Elements in Lower No. of Elements in the Taxonomy (roughly: the Taxonomy (roughly: Domain Members X Line Domain Members + Line Items) Items) No effect on Contexts. Higher No. of Contexts in Instance Documents. Presented By: CA. Nirmal Ghorawat
  • 14. 14 TAGGING AN XBRL DIMENSION IN AN INSTANCE DOCUMENT Presented By: CA. Nirmal Ghorawat
  • 15. 15 xbrldi :: NameSpace The instance document must contain reference for the “xbrldi” namespaces xbrldi http://xbrl.org/2006/xbrldi Presented By: CA. Nirmal Ghorawat
  • 16. 16 Explicit v/s Typed Dimension Explicit Typed You know exactly what are You don’t know the values the Dimension Members but you know enough to (i.e., the Domain explicitly define the members (i.e., names its members) not possible to explicitly name its members) There is a FINITE and There may be an INFINITE MANAGEABLE number of (UNMANAGEABLE) members number of (possible) members. Presented By: CA. Nirmal Ghorawat
  • 17. 17 Example : Explicit Dimension - Simple Presented By: CA. Nirmal Ghorawat
  • 18. 18 Tagging an Explicit Dimension-Simple Type <xbrli:context id=“GoodsPurchased1Member_D2012> <xbrli:entity> <xbrli:identifier scheme=“www.mca.gov.in/CIN”>CIN</xbrli:identifier> </xbrli:entity> (<xbrli:period> </xbrli:period>) <xbrli:scenario> Domain Axis <xbrldi:explicitMember dimension= “in-gaap_CategoriesOfGoodsPurchasedAxis”> in-gaap_GoodsPurchased1Member </xbrldi:explicitMember> </xbrli:scenario> Domain Member </xbrli:context> Presented By: CA. Nirmal Ghorawat
  • 19. 19 Data items for Table ... <in-gaap_DescriptionOfGoodsPurchased contextRef=“GoodsPurchased1Member_D2012”>Cement </in-gaap_DescriptionOfGoodsPurchased> <in-gaap_GoodsPurchased contextRef=“GoodsPurchased1Member_D2012” unitRef=“INR” decimals=“INF”>40000 </in- gaap_GoodsPurchased > ... Presented By: CA. Nirmal Ghorawat
  • 20. 20 Example : Explicit Dimension - Complex Presented By: CA. Nirmal Ghorawat
  • 21. 21 Tagging an Explicit Dimension-Complex Type <xbrli:context id=“LongTerm_INRTermLoanBank_Secured_I2012> <xbrli:entity> <xbrli:identifier scheme=“www.mca.gov.in/CIN”>CIN</xbrli:identifier> </xbrli:entity> (<xbrli:period> </xbrli:period>) <xbrli:scenario> Domain Axis <xbrldi:explicitMember dimension= “in-gaap_ClassificationBasedOnTimePeriodAxis”> in-gaap_LongTermMember</xbrldi:explicitMember> Domain Members <xbrldi:explicitMember dimension= “in-gaap_ClassificationOfBorrowingsAxis”> in-gaap_RupeeTermLoansFromBanksMember</xbrldi:explicitMember> <xbrldi:explicitMember dimension= “in-gaap_SubclassificationOfBorrowingsAxis”> in-gaap_SecuredBorrowingsMember</xbrldi:explicitMember> </xbrli:scenario> </xbrli:context> Presented By: CA. Nirmal Ghorawat
  • 22. 22 Data items for Table ... <in-gaap_Borrowings contextRef=“LongTerm_INRTermLoanBank_Secured_I2012 ” unitRef=“INR” decimals=“INF”>100000</ in- gaap_Borrowings > ... Presented By: CA. Nirmal Ghorawat
  • 23. 23 Typed Dimension Presented By: CA. Nirmal Ghorawat
  • 24. 24 Tagging a Typed Dimension <xbrli:context id=“AuditorAxis_GhorawatCo_D2012> <xbrli:entity> <xbrli:identifier scheme=“www.mca.gov.in/CIN”>CIN</xbrli:identifier> </xbrli:entity> (<xbrli:period> </xbrli:period>) <xbrli:scenario> <xbrldi:typedMember dimension= “in-ca_AuditorsAxis”> <in-ca_AuditorsDomain>Ghorawat And Company</in- ca_AuditorsDomain> </xbrldi:typedMember> </xbrli:scenario> </xbrli:context> Presented By: CA. Nirmal Ghorawat
  • 25. 25 Data items for Table ... <in-ca_CategoryOfAuditor contextRef=“AuditorAxis_GhorawatCo_D2012”>Individual</ in-ca_CategoryOfAuditor> <in-ca_NameOfAuditFirm contextRef=“AuditorAxis_GhorawatCo_D2012”>Ghorawat &amp Co</in-ca_NameOfAuditFirm > ... Presented By: CA. Nirmal Ghorawat
  • 26. 26 Presented By: CA. Nirmal Ghorawat e-Mail : nirmal.ghorawat@icai.org Web: http://www.canirmalg.wordpress.com www.ghorawat.in