SFDRProductType

/FundsXML4/RegulatoryReportings/DirectReporting/EET1.1/EET1.1/MainCriterias/SFDRProductType

Diagram

SFDRProductType 20040_Financial_Instrument_SFDR_Product_Type Reference of the article of SFDR european regulation applying to the product (art 6, art 8 or art 9) 6= no product acc. to Art. 8/9 8= Art. 8 SFDR Product (ESG characteristics) 9= Art. 9 SFDR product (ESG objective)

Documentation

20040_Financial_Instrument_SFDR_Product_Type
Reference of the article of SFDR european regulation applying to the product (art 6, art 8 or art 9)
6= no product acc. to Art. 8/9
8= Art. 8 SFDR Product (ESG characteristics)
9= Art. 9 SFDR product (ESG objective)

Properties

Type
(anonymous)
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
6
Sample Data
0
Restrictions
Base: xs:string
Enumeration:
  • 0
  • 6
  • 8
  • 9

XML Snippet

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="SFDRProductType">
   <xs:annotation>
      <xs:documentation>20040_Financial_Instrument_SFDR_Product_Type
Reference of the article of SFDR european regulation applying to the product (art 6, art 8 or art 9)
6= no product acc. to Art. 8/9
8= Art. 8 SFDR Product (ESG characteristics)
9= Art. 9 SFDR product (ESG objective)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="0"/>
         <xs:enumeration value="6"/>
         <xs:enumeration value="8"/>
         <xs:enumeration value="9"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>