Covered

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII/Portfolio/Positions/Position/CreditRiskData/Covered

Diagram

Covered

Documentation

EN

A55 - The instrument is covered ("C") or not ('NC')

DE

A55 - The Instrument is gedeckt ("C") or not ('NC')

FR

A55 - The instrument est covered ("C") ou pas ('NC')

NL

A55 - The instrument is covered ("C") van niet ('NC')

Properties

Type
xs:string
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
9
Sample Data
NC
Restrictions
Base: xs:string
Enumeration:
  • C
  • NC

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="Covered">
   <xs:annotation>
      <xs:documentation xml:lang="en">A55 - The instrument is covered ("C") or not ('NC')</xs:documentation>
      <xs:documentation xml:lang="de">A55 - The Instrument is gedeckt ("C") or not ('NC')</xs:documentation>
      <xs:documentation xml:lang="fr">A55 - The instrument est covered ("C") ou pas ('NC')</xs:documentation>
      <xs:documentation xml:lang="nl">A55 - The instrument is covered ("C") van niet ('NC')</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="C"/>
         <xs:enumeration value="NC"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>