InvestmentAdvice

/FundsXML4/RegulatoryReportings/DirectReporting/EMT_V3/FinancialInstrument/TargetMarket/DistributionStrategy/InvestmentAdvice

Diagram

InvestmentAdvice

Documentation

EN

06030: Retail or Professional or Both or Neither

DE

06030: Privatanleger oder Professionell oder Both oder Neither

FR

06030: Particulier ou Professionnel ou Both ou Neither

NL

06030: Particulier van Professioneel van Both van Neither

Properties

Type
RetailProfessionalBothNeitherType
Cardinality
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
7
Sample Data
R
Restrictions
Base: xs:string
Length: 1
Enumeration:
  • R
  • P
  • B
  • N

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="InvestmentAdvice"
            type="RetailProfessionalBothNeitherType">
   <xs:annotation>
      <xs:documentation xml:lang="en">06030: Retail or Professional or Both or Neither</xs:documentation>
      <xs:documentation xml:lang="de">06030: Privatanleger oder Professionell oder Both oder Neither</xs:documentation>
      <xs:documentation xml:lang="fr">06030: Particulier ou Professionnel ou Both ou Neither</xs:documentation>
      <xs:documentation xml:lang="nl">06030: Particulier van Professioneel van Both van Neither</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (RetailProfessionalBothNeitherType)

<xs:simpleType xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               name="RetailProfessionalBothNeitherType">
   <xs:annotation>
      <xs:documentation xml:lang="en">MiFID II investor type classification: R (Retail), P (Professional), B (Both), N (Neither)</xs:documentation>
      <xs:documentation xml:lang="de">MiFID II Anlegertyp-Klassifikation: R (Retail), P (Professional), B (Beide), N (Keiner)</xs:documentation>
      <xs:documentation xml:lang="fr">Classification type d'investisseur MiFID II: R (Retail), P (Professional), B (Les deux), N (Aucun)</xs:documentation>
      <xs:documentation xml:lang="nl">MiFID II beleggertype classificatie: R (Retail), P (Professional), B (Beide), N (Geen)</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:length value="1"/>
      <xs:enumeration value="R"/>
      <xs:enumeration value="P"/>
      <xs:enumeration value="B"/>
      <xs:enumeration value="N"/>
   </xs:restriction>
</xs:simpleType>