ECB

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/Flows/Flow/InvestorTypes/ECB

Diagram

ECB

Documentation

EN

Investor type according to ECB classification

DE

[AUTO] Anlegertyp gemäß EZB-Klassifizierung

FR

Investisseur type selon ECB classification

NL

Belegger type volgens ECB classificatie

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
15
Sample Data
PROFESSIONAL INVESTOR
Restrictions
Base: xs:string
Enumeration:
  • RETAIL INVESTOR
  • PROFESSIONAL INVESTOR
  • INSTITUTIONAL INVESTOR

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="ECB">
   <xs:annotation>
      <xs:documentation xml:lang="en">Investor type according to ECB classification</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Anlegertyp gemäß EZB-Klassifizierung</xs:documentation>
      <xs:documentation xml:lang="fr">Investisseur type selon ECB classification</xs:documentation>
      <xs:documentation xml:lang="nl">Belegger type volgens ECB classificatie</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="RETAIL INVESTOR"/>
         <xs:enumeration value="PROFESSIONAL INVESTOR"/>
         <xs:enumeration value="INSTITUTIONAL INVESTOR"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>