SFDRProductType

/FundsXML4/Funds/Fund/FundStaticData/SFDRProductType

Diagram

SFDRProductType

Documentation

EN

Financial Instrument SFDR Product Type - Reference to the SFDR regulation article (6, 8, or 9). 6=no Art.8/9 product, 8=ESG characteristics, 9=ESG objective

DE

[AUTO] SFDR-Produkttyp des Finanzinstruments - Verweis auf SFDR-Verordnungsartikel (6, 8 oder 9). 6=kein Art.8/9-Produkt, 8=ESG-Merkmale, 9=ESG-Ziel

FR

Financial Instrument SFDR Product Type - Référence à SFDR regulation article (6, 8, ou 9). 6=aucun Art.8/9 product, 8=ESG characteristics, 9=ESG objective

NL

Financial Instrument SFDR Product Type - Referentie naar SFDR regulation article (6, 8, van 9). 6=geen Art.8/9 product, 8=ESG characteristics, 9=ESG objective

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
4
Sample Data
0
Restrictions
Base: xs:int
Enumeration:
  • 0
  • 6
  • 8
  • 9

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="SFDRProductType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Financial Instrument SFDR Product Type - Reference to the SFDR regulation article (6, 8, or 9). 6=no Art.8/9 product, 8=ESG characteristics, 9=ESG objective</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] SFDR-Produkttyp des Finanzinstruments - Verweis auf SFDR-Verordnungsartikel (6, 8 oder 9). 6=kein Art.8/9-Produkt, 8=ESG-Merkmale, 9=ESG-Ziel</xs:documentation>
      <xs:documentation xml:lang="fr">Financial Instrument SFDR Product Type - Référence à SFDR regulation article (6, 8, ou 9). 6=aucun Art.8/9 product, 8=ESG characteristics, 9=ESG objective</xs:documentation>
      <xs:documentation xml:lang="nl">Financial Instrument SFDR Product Type - Referentie naar SFDR regulation article (6, 8, van 9). 6=geen Art.8/9 product, 8=ESG characteristics, 9=ESG objective</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:int">
         <xs:enumeration value="0"/>
         <xs:enumeration value="6"/>
         <xs:enumeration value="8"/>
         <xs:enumeration value="9"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>