Widening

/FundsXML4/RegulatoryReportings/DirectReporting/EFTs/EFT/DeviationReportManufacturerTargetMarketPerspective/Widening

Diagram

Widening OutsideIntendedDistributionStrategyRetailAndSelfService xs:string [0..1]

Documentation

Widening of Distribution Strategy Reporting Fields (ESMA para 51)

Properties

Type
(anonymous)
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
6

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:string

06010_Outside_Intended_Distribution_Strategy_Retail_And_Self_Service
In reference to ESMA Product Governance Guidelines Article 51 this field is used to disclose if the Distribution Strategy of the Distributor is widened in relation to the Distribution Strategy intended by the Manufacturer with regards to Retail Clients.

N

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Widening">
   <xs:annotation>
      <xs:documentation>Widening of Distribution Strategy Reporting Fields (ESMA para 51)</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0"
                     name="OutsideIntendedDistributionStrategyRetailAndSelfService">
            <xs:annotation>
               <xs:documentation>06010_Outside_Intended_Distribution_Strategy_Retail_And_Self_Service
In reference to ESMA Product Governance Guidelines Article 51 this field is used to disclose if the Distribution Strategy of the Distributor is widened in relation to the Distribution Strategy intended by the Manufacturer with regards to Retail Clients.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:enumeration value="Y"/>
                  <xs:enumeration value="N"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>