Bloomberg

/FundsXML4/Documents/Document/Fund/Identifiers/Bloomberg

Diagram

Bloomberg Ticker Text32Type [0..1] Exchange Text16Type [0..1] Market Text16Type [0..1] BBGID xs:string [0..1]

Documentation

EN

Bloomberg identifiers

DE

[AUTO] Bloomberg-Identifikatoren

FR

Bloomberg identifiers

NL

Bloomberg identifiers

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
5

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
Text32Type

Bloomberg Ticker

[AUTO] Bloomberg Ticker-Symbol

Bloomberg Ticker

Bloomberg Ticker

ExampleText
Text16Type

Bloomberg exchange

[AUTO] Bloomberg Börsenplatz

Bloomberg bourse

Bloomberg beurs

ExampleText
Text16Type

Bloomberg market

[AUTO] Bloomberg Marktsegment

Bloomberg marché

Bloomberg markt

Corp
xs:string

Bloomberg Global Identifier (12 chars)

[AUTO] Bloomberg Global Identifier (12 Zeichen)

Bloomberg Global Identifiant (12 chars)

Bloomberg Global Identificatie (12 chars)

K22H0XZ8Y8VY

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="Bloomberg">
   <xs:annotation>
      <xs:documentation xml:lang="en">Bloomberg identifiers</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Bloomberg-Identifikatoren</xs:documentation>
      <xs:documentation xml:lang="fr">Bloomberg identifiers</xs:documentation>
      <xs:documentation xml:lang="nl">Bloomberg identifiers</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="Ticker" type="Text32Type">
            <xs:annotation>
               <xs:documentation xml:lang="en">Bloomberg Ticker</xs:documentation>
               <xs:documentation xml:lang="de">[AUTO] Bloomberg Ticker-Symbol</xs:documentation>
               <xs:documentation xml:lang="fr">Bloomberg Ticker</xs:documentation>
               <xs:documentation xml:lang="nl">Bloomberg Ticker</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="Exchange" type="Text16Type">
            <xs:annotation>
               <xs:documentation xml:lang="en">Bloomberg exchange</xs:documentation>
               <xs:documentation xml:lang="de">[AUTO] Bloomberg Börsenplatz</xs:documentation>
               <xs:documentation xml:lang="fr">Bloomberg bourse</xs:documentation>
               <xs:documentation xml:lang="nl">Bloomberg beurs</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="Market">
            <xs:annotation>
               <xs:documentation xml:lang="en">Bloomberg market</xs:documentation>
               <xs:documentation xml:lang="de">[AUTO] Bloomberg Marktsegment</xs:documentation>
               <xs:documentation xml:lang="fr">Bloomberg marché</xs:documentation>
               <xs:documentation xml:lang="nl">Bloomberg markt</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="Text16Type">
                  <xs:enumeration value="Govt"/>
                  <xs:enumeration value="Corp"/>
                  <xs:enumeration value="Mtge"/>
                  <xs:enumeration value="Mmkt"/>
                  <xs:enumeration value="Muni"/>
                  <xs:enumeration value="Pfd"/>
                  <xs:enumeration value="Equity"/>
                  <xs:enumeration value="Comdty"/>
                  <xs:enumeration value="Index"/>
                  <xs:enumeration value="Curncy"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="BBGID">
            <xs:annotation>
               <xs:documentation xml:lang="en">Bloomberg Global Identifier (12 chars)</xs:documentation>
               <xs:documentation xml:lang="de">[AUTO] Bloomberg Global Identifier (12 Zeichen)</xs:documentation>
               <xs:documentation xml:lang="fr">Bloomberg Global Identifiant (12 chars)</xs:documentation>
               <xs:documentation xml:lang="nl">Bloomberg Global Identificatie (12 chars)</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:length value="12"/>
                  <xs:pattern value="[A-Z0-9]{12}"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>