ECB

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/InvestorAllocation/Allocation/InvestorTypes/ECB

Diagram

ECB

Documentation

EN

Investor type according to ECB classification

DE

Anlegertyp gemäß EZB-Klassifizierung

FR

Investisseur type selon ECB classification

NL

Belegger type volgens ECB classificatie

ES

Tipo de inversor según clasificación del BCE

IT

Tipologia di investitori secondo la classificazione della BCE

CS

Investor type according to ECB classification

HU

Investor type according to ECB classification

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
12
Sample Data
INSTITUTIONAL 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: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="ECB">
   <xs:annotation>
      <xs:documentation xml:lang="en">Investor type according to ECB classification</xs:documentation>
      <xs:documentation xml:lang="de">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:documentation xml:lang="es">Tipo de inversor según clasificación del BCE</xs:documentation>
      <xs:documentation xml:lang="it">Tipologia di investitori secondo la classificazione della BCE</xs:documentation>
      <xs:documentation xml:lang="cs">Investor type according to ECB classification</xs:documentation>
      <xs:documentation xml:lang="hu">Investor type according to ECB classification</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>