Advertisement
Guest User

Untitled

a guest
Feb 13th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Taxonomy xmlns:s2md_met="http://eiopa.europa.eu/xbrl/s2md/dict/met" xmlns:s2c_dim="http://eiopa.europa.eu/xbrl/s2c/dict/dim" schemaRef="http://www.eba.europa.eu/eu/fr/xbrl/crr/fws/res/cp-2017-15/2018-07-31/mod/resol.xsd">
  3.     <FilingIndicators>
  4.         <FilingIndicator Name="S.01.01">
  5.             <Table Code="S.01.01.01.01" />
  6.             <Table Code="Unusual Table" />
  7.         </FilingIndicator>
  8.     </FilingIndicators>
  9.     <DuplicateFacts>
  10.         <Fact Name="s2md_met:ei1111">
  11.             <Id>12345678-9012-3456-7890-qwertyuiopqw</Id>
  12.             <Id>87654321-9012-3456-7890-qwertyuiopqw</Id>
  13.         </Fact>
  14.     </DuplicateFacts>
  15.     <!-- Sol2 2.3.0 EP1 S.01.01.01.01, BOE stress testing EP st013 ST013.00.01 -->
  16.     <Table Name="FixedSingleDimensional">
  17.         <Rows>
  18.             <Row Code="R0010" Concept="s2md_met:ei1111" />
  19.             <Row Code="R0020" />
  20.         </Rows>
  21.         <Columns>
  22.             <Column Code="C0010" />
  23.         </Columns>
  24.         <Facts>
  25.             <Fact Id="12345678-9012-3456-7890-qwertyuiopqw" Type="decimal" R="R0010" C="C0010" />
  26.         </Facts>
  27.     </Table>
  28.     <!-- Sol2 2.3.0 EP1 SR.01.01.01.01, BOE stress testing EP st013 ST013.02.01 -->
  29.     <Table Name="FixedMultiDimensional">
  30.         <Rows>
  31.             <Row Code="R0010">
  32.                 <Constraint Dimension="s2c_dim:TZ" Value="s2c_LB:x13" />
  33.             </Row>
  34.         </Rows>
  35.         <Columns>
  36.             <Column Code="C0010" Concept="s2md_met:ei1111">
  37.                 <Constraint Dimension="s2c_dim:LA" Value="s2c_GA:x75" />
  38.                 <Constraint Dimension="s2c_dim:NY" Value="s2c_XZ:x57" />
  39.             </Column>
  40.             <Column Code="C0020" Concept="s2md_met:ei1112" />
  41.         </Columns>
  42.         <Sheets>
  43.             <!-- Explicit Single Value -->
  44.             <Sheet Dimension="s2c_dim:VG" Value="s2c_AM:x84" />
  45.             <!-- Explicit Multiple Value -->
  46.             <Sheet Dimension="s2c_dim:BL">
  47.                 <Value>s2c_LB:x135</Value>
  48.                 <Value>s2c_LB:x136</Value>
  49.             </Sheet>
  50.             <!-- Typed -->
  51.             <Sheet Dimension="s2c_dim:FN" Value="typed" />
  52.         </Sheets>
  53.         <Facts>
  54.             <Fact Id="87654321-9012-3456-7890-qwertyuiopqw" Type="decimal" R="R0010" C="C0010" />
  55.             <Fact Id="87654321-2109-3456-7890-qwertyuiopqw" Type="boolean" R="R0010" C="C0020" Formula="2 * {87654321-9012-3456-7890-qwertyuiopqw}" />
  56.         </Facts>
  57.     </Table>
  58.     <!-- Sol2 2.3.0 EP1 S.30.01.01.01, EBA DPM 2.8.1.1 COREP OF, Consolidated C 08.02 -->
  59.     <Table Name="VariableRowAnyDimensional">
  60.         <Rows>
  61.             <Constraint Dimension="s2c_dim:AS" />
  62.             <Constraint Dimension="s2c_dim:AR" />
  63.         </Rows>
  64.         <Columns>
  65.             <Column Code="C0010" Concept="s2md_met:ei1113" />
  66.         </Columns>
  67.         <Facts>
  68.             <Fact Id="asdfghjk-9012-3456-7890-098765433456" Type="decimal" C="C0010" />
  69.         </Facts>
  70.     </Table>
  71. </Taxonomy>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement