Benchmark

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

Diagram

Benchmark BenchmarkID (anonymous) 0..1 Name (anonymous) Currency ISOCurrencyCodeType Provider BenchmarkProviderCompany 0..1 BenchmarkType (anonymous) 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
/Funds/.../BenchmarkID (anonymous)

Link to Benchmark Dynamic Data

ExampleText
/Funds/.../Name (anonymous) ExampleText
/Funds/.../Currency ISOCurrencyCodeType

Three-letter ISO-CurrencyCode (ISO 4217)

Dreistelliger ISO-Waehrungscode (ISO 4217)

WBL
/Funds/.../Provider BenchmarkProviderCompany
/Funds/.../BenchmarkType (anonymous) Returns Based
/Funds/.../BenchmarkUsage (anonymous)

official, internal, performance attribution, etc.

/Funds/.../BenchmarkComponents (anonymous)

if blended Benchmark

XML Snippet

<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>