Provider

/FundsXML4/Funds/Fund/FundStaticData/Benchmarks/Benchmark/BenchmarkComponents/BenchmarkComponent/Provider

Diagram

Provider Identifiers IdentifiersType [1] Name Text500Type [1] LegalName Text500Type [0..1] LegalForm Text256Type [0..1] Address AddressType [0..1] BusinessCountry ISOCountryCodeType [0..1] ParentCompany CompanyType [0..1] OtherClassification xs:string [0..*] Type xs:string [0..1] IsESMARegisterd xs:boolean [0..1]

Documentation

EN

Benchmark index provider company with ESMA registration status (EU Benchmark Regulation)

DE

Benchmark Index Provider Company mit ESMA-Registrierungsstatus (EU Benchmark Regulation)

FR

Société provider de benchmark index avec statut d'enregistrement ESMA (EU Benchmark Regulation)

NL

Benchmark index provider bedrijf met ESMA-registratiestatus (EU Benchmark Regulation)

Properties

Type
BenchmarkProviderCompany
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
9

Child Elements & Attributes

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

Identifiers of company

[AUTO] Identifikatoren des Unternehmens

Identifiers de company

Identifiers van company

Text500Type

Name of company

[AUTO] Name des Unternehmens

Nom de company

Naam van company

ExampleText
Text500Type

Legal (full) name of company

[AUTO] Vollständiger rechtlicher Name des Unternehmens

Juridique (full) nom de company

Juridisch (full) naam van company

ExampleText
Text256Type

Legal form of company

[AUTO] Rechtsform des Unternehmens

Juridique form de company

Juridisch form van company

ExampleText
AddressType

Address of company

[AUTO] Adresse des Unternehmens

Address de company

Address van company

ISOCountryCodeType

Country code of main business of company

[AUTO] Ländercode des Hauptgeschäftssitzes

Pays code de main business de company

Land code van main business van company

aa
CompanyType

Parent company (if applicable)

[AUTO] Muttergesellschaft (falls zutreffend)

Parent company (si applicable)

Parent company (als applicable)

xs:string

All other identifiers (with listed or free type)

[AUTO] Weitere Identifikatoren (mit vordefiniertem oder freiem Typ)

All autre identifiers (avec listed ou free type)

All overig identifiers (met listed van free type)

ExampleText
xs:string

Type of Company/Issuer

[AUTO] Art des Unternehmens/Emittenten

Type de Company/Émetteur

Type van Company/Emittent

Non-profit institutions serving households
xs:boolean false

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Provider"
            type="BenchmarkProviderCompany"/>

Referenced Type Definition (BenchmarkProviderCompany)

<xs:complexType xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="BenchmarkProviderCompany">
   <xs:annotation>
      <xs:documentation xml:lang="en">Benchmark index provider company with ESMA registration status (EU Benchmark Regulation)</xs:documentation>
      <xs:documentation xml:lang="de">Benchmark Index Provider Company mit ESMA-Registrierungsstatus (EU Benchmark Regulation)</xs:documentation>
      <xs:documentation xml:lang="fr">Société provider de benchmark index avec statut d'enregistrement ESMA (EU Benchmark Regulation)</xs:documentation>
      <xs:documentation xml:lang="nl">Benchmark index provider bedrijf met ESMA-registratiestatus (EU Benchmark Regulation)</xs:documentation>
   </xs:annotation>
   <xs:complexContent>
      <xs:extension base="CompanyType">
         <xs:sequence>
            <xs:element minOccurs="0" name="IsESMARegisterd" type="xs:boolean"/>
         </xs:sequence>
      </xs:extension>
   </xs:complexContent>
</xs:complexType>