Advertisement
Guest User

Untitled

a guest
Feb 14th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.73 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.                 <SingleExplicitConstraint Dimension="s2c_dim:TZ" Value="s2c_LB:x13" />
  33.             </Row>
  34.         </Rows>
  35.         <Columns>
  36.             <Column Code="C0010" Concept="s2md_met:ei1111">
  37.                 <SingleExplicitConstraint Dimension="s2c_dim:LA" Value="s2c_GA:x75" IsDefault="true" />
  38.                 <SingleExplicitConstraint Dimension="s2c_dim:NY" Value="s2c_XZ:x57" />
  39.             </Column>
  40.             <Column Code="C0020" Concept="s2md_met:ei1112" />
  41.         </Columns>
  42.         <Sheets>
  43.             <Sheet>
  44.                 <!-- Explicit Multiple Value -->
  45.                 <ExplicitConstraint Dimension="s2c_dim:BL">
  46.                     <ConstraintMember IsDefault="true">s2c_LB:x135</ConstraintMember>
  47.                     <ConstraintMember>s2c_LB:x136</ConstraintMember>
  48.                 </ExplicitConstraint>
  49.             </Sheet>
  50.             <Sheet>
  51.                 <!-- Explicit Single Value -->
  52.                 <SingleExplicitConstraint Dimension="s2c_dim:VG" Value="s2c_AM:x84" />
  53.                 <!-- Typed -->
  54.                 <TypedConstraint Dimension="s2c_dim:FN" />
  55.             </Sheet>
  56.         </Sheets>
  57.         <Facts>
  58.             <Fact Id="87654321-9012-3456-7890-qwertyuiopqw" Type="decimal" R="R0010" C="C0010" />
  59.             <Fact Id="87654321-2109-3456-7890-qwertyuiopqw" Type="boolean" R="R0010" C="C0020" Formula="2 * {87654321-9012-3456-7890-qwertyuiopqw}" />
  60.         </Facts>
  61.     </Table>
  62.     <!-- Sol2 2.3.0 EP1 S.30.01.01.01, EBA DPM 2.8.1.1 COREP OF, Consolidated C 08.02 -->
  63.     <Table Name="VariableRowAnyDimensional">
  64.         <Rows>
  65.             <TypedConstraint Dimension="s2c_dim:AS" />
  66.             <TypedConstraint Dimension="s2c_dim:AR" />
  67.         </Rows>
  68.         <Columns>
  69.             <Column Code="C0010" Concept="s2md_met:ei1113" />
  70.         </Columns>
  71.         <Facts>
  72.             <Fact Id="asdfghjk-9012-3456-7890-098765433456" Type="decimal" C="C0010" />
  73.         </Facts>
  74.     </Table>
  75. </Taxonomy>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement