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]

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

Text500Type

Name of company

ExampleText
Text500Type

Legal (full) name of company

ExampleText
Text256Type

Legal form of company

ExampleText
AddressType

Address of company

ISOCountryCodeType

Country code of main business of company

The ISOCountryCodeType is a type for decoding ISO-CountryCodes. It is used the two-letter ISO-CountryCodes (ISO 3166-1alpha-2). It is of the type string and has a length from exactly two letters.

Der ISOCountryCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Laendercodes bereit. Verwendet werden die zweistelligen ISO-Waehrungscodes (ISO 3166-1alpha-2). Er ist vom Typ string und hat eine Laenge von zwei Zeichen.

aa
CompanyType

Parent company (if applicable)

xs:string

All other identifiers (with listed or free type)

ExampleText
xs:string

Type of Company/Issuer

Non-MMF investment funds
xs:boolean true

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="Provider"
            type="BenchmarkProviderCompany"/>

Referenced Type Definition (BenchmarkProviderCompany)

<xs:complexType 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"
                name="BenchmarkProviderCompany">
   <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>