BenchmarkType

/FundsXML4/Funds/Fund/FundStaticData/Benchmarks/Benchmark/BenchmarkType

Diagram

BenchmarkType

Documentation

Type of benchmark (Market Index, Blended, Custom, etc.)

EN

Type of benchmark (Market Index, Blended, Custom, etc.)

DE

Art des Benchmarks (Marktindex, Blended, Custom, etc.)

FR

Type de benchmark (indice de marché, mixte, personnalisé, etc.)

NL

Type benchmark (marktindex, blended, aangepast, etc.)

ES

Tipo de benchmark (índice de mercado, mixto, personalizado, etc.)

IT

Tipo di benchmark (indice di mercato, misto, personalizzato, ecc.)

CS

Typ benchmarku (tržní index, smíšený, vlastní atd.)

HU

A benchmark típusa (piaci index, kevert, egyedi stb.)

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
6
Sample Data
Other
Restrictions
Base: xs:string
Enumeration:
  • Market Index
  • Blended Benchmark
  • Custom
  • Absolute Value/Target Return
  • Peer Groups and Universes
  • Factor Based Models
  • Returns Based
  • Exchange Traded Fund
  • Other

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="BenchmarkType">
   <xs:annotation>
      <xs:documentation>Type of benchmark (Market Index, Blended, Custom, etc.)</xs:documentation>
      <xs:documentation xml:lang="en">Type of benchmark (Market Index, Blended, Custom, etc.)</xs:documentation>
      <xs:documentation xml:lang="de">Art des Benchmarks (Marktindex, Blended, Custom, etc.)</xs:documentation>
      <xs:documentation xml:lang="fr">Type de benchmark (indice de marché, mixte, personnalisé, etc.)</xs:documentation>
      <xs:documentation xml:lang="nl">Type benchmark (marktindex, blended, aangepast, etc.)</xs:documentation>
      <xs:documentation xml:lang="es">Tipo de benchmark (índice de mercado, mixto, personalizado, etc.)</xs:documentation>
      <xs:documentation xml:lang="it">Tipo di benchmark (indice di mercato, misto, personalizzato, ecc.)</xs:documentation>
      <xs:documentation xml:lang="cs">Typ benchmarku (tržní index, smíšený, vlastní atd.)</xs:documentation>
      <xs:documentation xml:lang="hu">A benchmark típusa (piaci index, kevert, egyedi stb.)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Market Index"/>
         <xs:enumeration value="Blended Benchmark"/>
         <xs:enumeration value="Custom"/>
         <xs:enumeration value="Absolute Value/Target Return"/>
         <xs:enumeration value="Peer Groups and Universes"/>
         <xs:enumeration value="Factor Based Models"/>
         <xs:enumeration value="Returns Based"/>
         <xs:enumeration value="Exchange Traded Fund"/>
         <xs:enumeration value="Other"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>