Index
/FundsXML4/AssetMasterData/Asset/AssetDetails/Index
Diagram
Documentation
Indices
Indices
Indices
Indices
Properties
- Type
- IndexType
- Cardinality
- 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
- 4
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| CompanyType |
Information about Index Provider Information about Index Provider Information about Index Provider Informatie about Index Provider |
||
| xs:string |
Main Index Category Main Index Kategorie Main Index Catégorie Main Index Categorie |
ESG | |
| xs:string |
Information about Index Component Risk Information about Index Component Risiko Information about Index Component Risque Informatie about Index Component Risico |
low | |
| xs:string |
Information about Index Compontnt Region Information about Index Compontnt Region Information about Index Compontnt Région Informatie about Index Compontnt Regio |
Emerging Markets | |
| xs:string |
Information about Index Component Size Information about Index Component Size Information about Index Component Size Informatie about Index Component Size |
large cap |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="Index"
type="IndexType">
<xs:annotation>
<xs:documentation xml:lang="en">Indices</xs:documentation>
<xs:documentation xml:lang="de">Indices</xs:documentation>
<xs:documentation xml:lang="fr">Indices</xs:documentation>
<xs:documentation xml:lang="nl">Indices</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(IndexType)
Referenced Type Definition (IndexType)
<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="IndexType">
<xs:annotation>
<xs:documentation xml:lang="en">Index Asset data information</xs:documentation>
<xs:documentation xml:lang="de">Index Vermögenswert Daten Information</xs:documentation>
<xs:documentation xml:lang="fr">Index Actif données information</xs:documentation>
<xs:documentation xml:lang="nl">Index Actief gegevens informatie</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element minOccurs="0" name="IndexProvider" type="CompanyType">
<xs:annotation>
<xs:documentation xml:lang="en">Information about Index Provider</xs:documentation>
<xs:documentation xml:lang="de">Information about Index Provider</xs:documentation>
<xs:documentation xml:lang="fr">Information about Index Provider</xs:documentation>
<xs:documentation xml:lang="nl">Informatie about Index Provider</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Category">
<xs:annotation>
<xs:documentation xml:lang="en">Main Index Category</xs:documentation>
<xs:documentation xml:lang="de">Main Index Kategorie</xs:documentation>
<xs:documentation xml:lang="fr">Main Index Catégorie</xs:documentation>
<xs:documentation xml:lang="nl">Main Index Categorie</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Currency"/>
<xs:enumeration value="Equity"/>
<xs:enumeration value="Fixed Income"/>
<xs:enumeration value="Commodities"/>
<xs:enumeration value="Dividends and Factors"/>
<xs:enumeration value="Multi-Asset"/>
<xs:enumeration value="ESG"/>
<xs:enumeration value="Thematics"/>
<xs:enumeration value="Digital Assets"/>
<xs:enumeration value="Indicators"/>
<xs:enumeration value="Other Strategies"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="RiskIndicator">
<xs:annotation>
<xs:documentation xml:lang="en">Information about Index Component Risk</xs:documentation>
<xs:documentation xml:lang="de">Information about Index Component Risiko</xs:documentation>
<xs:documentation xml:lang="fr">Information about Index Component Risque</xs:documentation>
<xs:documentation xml:lang="nl">Informatie about Index Component Risico</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="high"/>
<xs:enumeration value="low"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="Region">
<xs:annotation>
<xs:documentation xml:lang="en">Information about Index Compontnt Region</xs:documentation>
<xs:documentation xml:lang="de">Information about Index Compontnt Region</xs:documentation>
<xs:documentation xml:lang="fr">Information about Index Compontnt Région</xs:documentation>
<xs:documentation xml:lang="nl">Informatie about Index Compontnt Regio</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Emerging Markets"/>
<xs:enumeration value="Developed Markets"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="Size">
<xs:annotation>
<xs:documentation xml:lang="en">Information about Index Component Size</xs:documentation>
<xs:documentation xml:lang="de">Information about Index Component Size</xs:documentation>
<xs:documentation xml:lang="fr">Information about Index Component Size</xs:documentation>
<xs:documentation xml:lang="nl">Informatie about Index Component Size</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="large cap"/>
<xs:enumeration value="mid cap"/>
<xs:enumeration value="small cap"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>