BailInRule

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII_V7/Portfolio/Positions/Position/AdditionalInformation/BailInRule

Diagram

BailInRule

Documentation

EN

A142 - Indicate if there is a "Bail-in" Rule applicable for debt instrument

DE

A142 - Indicate wenn there ist ein "Bail-in" Rule applicable für debt instrument

FR

A142 - Indicate si there est un "Bail-dans" Rule applicable pour debt instrument

NL

A142 - Indicate als there is een "Bail-in" Rule applicable voor debt instrument

Properties

Type
xs:int
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
8
Sample Data
2
Restrictions
Base: xs:int
Enumeration:
  • 0
  • 1
  • 2
  • 9

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="BailInRule">
   <xs:annotation>
      <xs:documentation xml:lang="en">A142 - Indicate if there is a "Bail-in" Rule applicable for debt instrument
</xs:documentation>
      <xs:documentation xml:lang="de">A142 - Indicate wenn there ist ein "Bail-in" Rule applicable für debt instrument</xs:documentation>
      <xs:documentation xml:lang="fr">A142 - Indicate si there est un "Bail-dans" Rule applicable pour debt instrument</xs:documentation>
      <xs:documentation xml:lang="nl">A142 - Indicate als there is een "Bail-in" Rule applicable voor debt instrument</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:int">
         <xs:enumeration value="0"/>
         <xs:enumeration value="1"/>
         <xs:enumeration value="2"/>
         <xs:enumeration value="9"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>