BrokerID

/FundsXML4/RegulatoryReportings/DirectReporting/EMIR/EMIR_Report/CounterpartyData/BrokerID

Diagram

BrokerID

Documentation

EN

field 8 according to annex table 1 EMIR ITS and RTS

DE

Feld 8 gemäß Anhang Tabelle 1 EMIR ITS und RTS

FR

champ 8 selon le tableau de l'annexe 1 EMIR ITS et RTS

NL

veld 8 volgens bijlage tabel 1 EMIR ITS en RTS

Properties

Type
EMIRIDType
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
Sample Data
aaaaaaaaaaaaaa
Restrictions
Base: xs:string
MinLength: 11
MaxLength: 50

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="BrokerID"
            type="EMIRIDType">
   <xs:annotation>
      <xs:documentation xml:lang="en">field 8 according to annex table 1 EMIR ITS and RTS</xs:documentation>
      <xs:documentation xml:lang="de">Feld 8 gemäß Anhang Tabelle 1 EMIR ITS und RTS</xs:documentation>
      <xs:documentation xml:lang="fr">champ 8 selon le tableau de l'annexe 1 EMIR ITS et RTS</xs:documentation>
      <xs:documentation xml:lang="nl">veld 8 volgens bijlage tabel 1 EMIR ITS en RTS</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (EMIRIDType)

<xs:simpleType 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"
               name="EMIRIDType">
   <xs:annotation>
      <xs:documentation xml:lang="en">EMIR identifier type for LEI, UTI or other regulatory identifiers with length between 11 and 50 characters</xs:documentation>
      <xs:documentation xml:lang="de">EMIR Identifier-Typ für LEI, UTI oder andere regulatorische Kennungen mit Länge zwischen 11 und 50 Zeichen</xs:documentation>
      <xs:documentation xml:lang="fr">Type d'identifiant EMIR pour LEI, UTI ou autres identifiants réglementaires avec une longueur entre 11 et 50 caractères</xs:documentation>
      <xs:documentation xml:lang="nl">EMIR identifier type voor LEI, UTI of andere regulatory identifiers met lengte tussen 11 en 50 tekens</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:minLength value="11"/>
      <xs:maxLength value="50"/>
   </xs:restriction>
</xs:simpleType>