Skip to content

Commit

Permalink
#5 EBA Filing Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
John Nordberg committed Apr 24, 2024
1 parent 285deb1 commit 5f38911
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
15 changes: 13 additions & 2 deletions eba.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:str="http://exslt.org/strings" xmlns:my="http://example.org/my"
xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:link="http://www.xbrl.org/2003/linkbase"
xmlns:find="http://www.eurofiling.info/xbrl/ext/filing-indicators"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
exclude-result-prefixes="my xbrli link find xsi xi" extension-element-prefixes="func str exsl">

<xsl:output indent="yes" method="xml" omit-xml-declaration="yes" />
Expand Down Expand Up @@ -133,12 +133,23 @@
</xsl:call-template>
</xsl:template>

<xsl:template match="@xml:base">
<xsl:call-template name="EBAError">
<xsl:with-param name="code" select="'2.1'" />
<xsl:with-param name="context" select="." />
</xsl:call-template>
</xsl:template>

<xsl:template match="/">
<result>
<xsl:apply-templates />
</result>
</xsl:template>

<xsl:template match="/">
<xsl:apply-templates select="//@*" />
</xsl:template>

<xsl:template match="text()|@*">
<!-- <xsl:value-of select="."/> -->
</xsl:template>
Expand Down
5 changes: 3 additions & 2 deletions report/sbp_ifrs9.xbrl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--(C) EBA-->
<xbrli:xbrl xmlns:xbrli="http://www.xbrl.org/2003/instance"
<xbrli:xbrl xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xbrli="http://www.xbrl.org/2003/instance"
xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xbrldi="http://xbrl.org/2006/xbrldi" xmlns:iso4217="http://www.xbrl.org/2003/iso4217"
xmlns:eba_model="http://www.eba.europa.eu/xbrl/ext/model"
Expand Down Expand Up @@ -9064,7 +9065,7 @@
<xbrli:period>
<xbrli:instant>2023-12-31</xbrli:instant>
</xbrli:period>
<xbrli:scenario>
<xbrli:scenario xml:base="foo">
<xbrldi:explicitMember dimension="eba_dim:BAS">eba_BA:x17</xbrldi:explicitMember>
<xbrldi:explicitMember dimension="eba_dim:MCY">eba_MC:x997</xbrldi:explicitMember>
<xbrldi:explicitMember dimension="eba_dim:RPE">eba_RF:x82</xbrldi:explicitMember>
Expand Down

0 comments on commit 5f38911

Please sign in to comment.