Advertisement
Guest User

Untitled

a guest
Feb 14th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.71 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.  
  4.     <FilingIndicators>
  5.         <FilingIndicator Name="S.01.01">
  6.             <Table Code="S.01.01.01.01" />
  7.             <Table Code="Unusual Table" />
  8.         </FilingIndicator>
  9.     </FilingIndicators>
  10.    
  11.     <DuplicateFacts>
  12.         <Fact Name="s2md_met:ei1111">
  13.             <Id>12345678-9012-3456-7890-qwertyuiopqw</Id>
  14.             <Id>87654321-9012-3456-7890-qwertyuiopqw</Id>
  15.         </Fact>
  16.     </DuplicateFacts>
  17.    
  18.     <!-- Sol2 2.3.0 EP1 S.01.01.01.01, BOE stress testing EP st013 ST013.00.01 -->
  19.     <Table Name="FixedSingleDimensional">
  20.         <Rows>
  21.             <Row Code="R0010" Concept="s2md_met:ei1111" />
  22.             <Row Code="R0020" />
  23.         </Rows>
  24.         <Columns>
  25.             <Column Code="C0010" />
  26.         </Columns>
  27.         <Facts>
  28.             <Fact Id="12345678-9012-3456-7890-qwertyuiopqw" Type="decimal" R="R0010" C="C0010" />
  29.         </Facts>
  30.     </Table>
  31.    
  32.     <!-- Sol2 2.3.0 EP1 SR.01.01.01.01, BOE stress testing EP st013 ST013.02.01 -->
  33.     <Table Name="FixedMultiDimensional">
  34.         <Rows>
  35.             <Row Code="R0010">
  36.                 <SingleExplicitConstraint Dimension="s2c_dim:TZ" Value="s2c_LB:x13" />
  37.             </Row>
  38.         </Rows>
  39.         <Columns>
  40.             <Column Code="C0010" Concept="s2md_met:ei1111">
  41.                 <SingleExplicitConstraint Dimension="s2c_dim:LA" Value="s2c_GA:x75" IsDefault="true" />
  42.                 <SingleExplicitConstraint Dimension="s2c_dim:NY" Value="s2c_XZ:x57" />
  43.             </Column>
  44.             <Column Code="C0020" Concept="s2md_met:ei1112" />
  45.         </Columns>
  46.         <SheetConstraints>
  47.             <!-- Explicit Multiple Value -->
  48.             <ExplicitConstraint Dimension="s2c_dim:BL">
  49.                 <ConstraintMember IsDefault="true">s2c_LB:x135</ConstraintMember>
  50.                 <ConstraintMember>s2c_LB:x136</ConstraintMember>
  51.             </ExplicitConstraint>
  52.  
  53.             <!-- Explicit Single Value -->
  54.             <SingleExplicitConstraint Dimension="s2c_dim:VG" Value="s2c_AM:x84" />
  55.            
  56.             <!-- Typed -->
  57.             <TypedConstraint Dimension="s2c_dim:FN" />
  58.         </SheetConstraints>
  59.         <Facts>
  60.             <Fact Id="87654321-9012-3456-7890-qwertyuiopqw" Type="decimal" R="R0010" C="C0010" />
  61.             <Fact Id="87654321-2109-3456-7890-qwertyuiopqw" Type="boolean" R="R0010" C="C0020" Formula="2 * {87654321-9012-3456-7890-qwertyuiopqw}" />
  62.         </Facts>
  63.     </Table>
  64.    
  65.     <!-- Sol2 2.3.0 EP1 S.30.01.01.01, EBA DPM 2.8.1.1 COREP OF, Consolidated C 08.02 -->
  66.     <Table Name="VariableRowAnyDimensional">
  67.         <Rows>
  68.             <TypedConstraint Dimension="s2c_dim:AS" />
  69.             <TypedConstraint Dimension="s2c_dim:AR" />
  70.         </Rows>
  71.         <Columns>
  72.             <Column Code="C0010" Concept="s2md_met:ei1113" />
  73.         </Columns>
  74.         <Facts>
  75.             <Fact Id="asdfghjk-9012-3456-7890-098765433456" Type="decimal" C="C0010" />
  76.         </Facts>
  77.     </Table>
  78. </Taxonomy>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement