Benchmark

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

Diagram

Benchmark BenchmarkID xs:string [0..1] Name xs:string [1] Currency ISOCurrencyCodeType [1] Provider BenchmarkProviderCompany [0..1] BenchmarkType xs:string [0..1] BenchmarkUsage (anonymous) [0..1] BenchmarkComponents (anonymous) [0..1]

Properties

Type
(anonymous)
Cardinality
1..*
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:string

Link to Benchmark Dynamic Data

ExampleText
xs:string ExampleText
ISOCurrencyCodeType

Three-letter ISO-CurrencyCode (ISO 4217)

Dreistelliger ISO-Waehrungscode (ISO 4217)

OTK
BenchmarkProviderCompany
xs:string Custom
(anonymous)

official, internal, performance attribution, etc.

(anonymous)

if blended Benchmark

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            maxOccurs="unbounded"
            name="Benchmark">
   <xs:complexType>
      <xs:complexContent>
         <xs:extension base="BenchmarkStaticDataType"/>
      </xs:complexContent>
   </xs:complexType>
</xs:element>