Fund
/FundsXML4/Funds/Fund
Diagram
Documentation
All single fund, umbrella, sicav, portfolio related data
Alle Daten zu einzelnen Fonds, Umbrellas, SICAVs, Portfolios
Toutes les données relatives aux fonds individuels, umbrellas, sicavs, portefeuilles
Alle gegevens gerelateerd aan individuele fondsen, umbrellas, sicavs, portefeuilles
Properties
- Type
- FundType
- 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
- 2
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| IdentifiersType |
Identifiers of fund Identifikatoren des Fonds Identifiants du fonds Identificaties van het fonds |
||
| NamesType |
Names of fund Namen des Fonds Noms du fonds Namen van het fonds |
||
| ISOCurrencyCodeType |
Main currency of fund (typically used by custodian for calculation of total NAV) Hauptwährung des Fonds (typischerweise von der Depotbank zur Berechnung des Gesamt-NAV verwendet) Devise principale du fonds (typiquement utilisée par le dépositaire pour le calcul du NAV total) Hoofdvaluta van het fonds (typisch gebruikt door de custodian voor berekening van totale NAV) |
DMS | |
| xs:boolean |
Defines whether this is a single fund or an umbrella like structure with subfunds Definiert, ob dies ein einzelner Fonds oder eine Umbrella-ähnliche Struktur mit Subfonds ist Définit s'il s'agit d'un fonds unique ou d'une structure de type umbrella avec des subfonds Definieert of dit een enkelvoudig fonds of een umbrella-achtige structuur met subfondsen is |
true | |
| DataSupplierType |
Definition of data source (investment company, vendor, ...) Definition der Datenquelle (Investmentgesellschaft, Anbieter, ...) Définition de la source de données (société d'investissement, fournisseur, ...) Definitie van de gegevensbron (beleggingsmaatschappij, leverancier, ...) |
||
| FundStaticDataType |
Main static data of fund (Fiscal Year, Custody, ...) Wichtigste statische Daten des Fonds (Geschäftsjahr, Verwahrung, ...) Principales données statiques du fonds (Exercice fiscal, Custody, ...) Belangrijkste statische gegevens van het fonds (Boekjaar, Custody, ...) |
||
| FundDynamicDataType |
Dynamic data of fund (total values, holdings, transactions, breakdowns, ...) Dynamische Daten des Fonds (Gesamtwerte, Holdings, Transaktionen, Aufschlüsselungen, ...) Données dynamiques du fonds (valeurs totales, holdings, transactions, répartitions, ...) Dynamische gegevens van het fonds (totale waarden, holdings, transacties, uitsplitsingen, ...) |
||
| SingleFundType |
Use this node for non-umbrella fund structures Verwenden Sie diesen Knoten für nicht-Umbrella-Fondsstrukturen Utilisez ce nœud pour les structures de fonds non-umbrella Gebruik dit knooppunt voor niet-umbrella fondsstructuren |
||
| (anonymous) |
Use this node for umbrella fund structures Verwenden Sie diesen Knoten für Umbrella-Fondsstrukturen Utilisez ce nœud pour les structures de fonds umbrella Gebruik dit knooppunt voor umbrella fondsstructuren |
||
| CountrySpecificFundDataType |
Country specific data of fund (as defined in 'FundsXML4_CountrySpecificData_xx.xsd') Länderspezifische Daten des Fonds (wie in 'FundsXML4_CountrySpecificData_xx.xsd' definiert) Données spécifiques au pays du fonds (tel que défini dans 'FundsXML4_CountrySpecificData_xx.xsd') Landspecifieke gegevens van het fonds (zoals gedefinieerd in 'FundsXML4_CountrySpecificData_xx.xsd') |
Identity Constraints
- Selector
- FundStaticData/Benchmarks/Benchmark
- Field(s)
-
BenchmarkID
- Selector
- FundDynamicData/Benchmarks/Benchmark
- Field(s)
-
BenchmarkID
- Refers to
- benchmarkID
Element Definition
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"
maxOccurs="unbounded"
name="Fund"
type="FundType">
<xs:annotation>
<xs:documentation xml:lang="en">All single fund, umbrella, sicav, portfolio related data</xs:documentation>
<xs:documentation xml:lang="de">Alle Daten zu einzelnen Fonds, Umbrellas, SICAVs, Portfolios</xs:documentation>
<xs:documentation xml:lang="fr">Toutes les données relatives aux fonds individuels, umbrellas, sicavs, portefeuilles</xs:documentation>
<xs:documentation xml:lang="nl">Alle gegevens gerelateerd aan individuele fondsen, umbrellas, sicavs, portefeuilles</xs:documentation>
</xs:annotation>
<xs:key name="benchmarkID">
<xs:selector xpath="FundStaticData/Benchmarks/Benchmark"/>
<xs:field xpath="BenchmarkID"/>
</xs:key>
<xs:keyref name="benchmarkDynamicRef" refer="benchmarkID">
<xs:selector xpath="FundDynamicData/Benchmarks/Benchmark"/>
<xs:field xpath="BenchmarkID"/>
</xs:keyref>
</xs:element>
Referenced Type Definition
(FundType)
Referenced Type Definition (FundType)
<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="FundType">
<xs:annotation>
<xs:documentation xml:lang="en">Complete fund structure including identifiers, static/dynamic data, and either single fund or umbrella with subfunds</xs:documentation>
<xs:documentation xml:lang="de">Vollständige Fund-Struktur einschließlich Identifiers, statischer/dynamischer Daten, und entweder Single Fund oder Umbrella mit Subfunds</xs:documentation>
<xs:documentation xml:lang="fr">Structure de fonds complète incluant identifiers, données statiques/dynamiques, et soit single fund soit umbrella avec subfunds</xs:documentation>
<xs:documentation xml:lang="nl">Volledige fonds structuur inclusief identifiers, statische/dynamische gegevens, en ofwel single fund of umbrella met subfunds</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Identifiers" type="IdentifiersType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifiers of fund</xs:documentation>
<xs:documentation xml:lang="de">Identifikatoren des Fonds</xs:documentation>
<xs:documentation xml:lang="fr">Identifiants du fonds</xs:documentation>
<xs:documentation xml:lang="nl">Identificaties van het fonds</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Names" type="NamesType">
<xs:annotation>
<xs:documentation xml:lang="en">Names of fund</xs:documentation>
<xs:documentation xml:lang="de">Namen des Fonds</xs:documentation>
<xs:documentation xml:lang="fr">Noms du fonds</xs:documentation>
<xs:documentation xml:lang="nl">Namen van het fonds</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Currency" type="ISOCurrencyCodeType">
<xs:annotation>
<xs:documentation xml:lang="en">Main currency of fund (typically used by custodian for calculation of total NAV)</xs:documentation>
<xs:documentation xml:lang="de">Hauptwährung des Fonds (typischerweise von der Depotbank zur Berechnung des Gesamt-NAV verwendet)</xs:documentation>
<xs:documentation xml:lang="fr">Devise principale du fonds (typiquement utilisée par le dépositaire pour le calcul du NAV total)</xs:documentation>
<xs:documentation xml:lang="nl">Hoofdvaluta van het fonds (typisch gebruikt door de custodian voor berekening van totale NAV)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SingleFundFlag" type="xs:boolean">
<xs:annotation>
<xs:documentation xml:lang="en">Defines whether this is a single fund or an umbrella like structure with subfunds</xs:documentation>
<xs:documentation xml:lang="de">Definiert, ob dies ein einzelner Fonds oder eine Umbrella-ähnliche Struktur mit Subfonds ist</xs:documentation>
<xs:documentation xml:lang="fr">Définit s'il s'agit d'un fonds unique ou d'une structure de type umbrella avec des subfonds</xs:documentation>
<xs:documentation xml:lang="nl">Definieert of dit een enkelvoudig fonds of een umbrella-achtige structuur met subfondsen is</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="DataSupplier" type="DataSupplierType">
<xs:annotation>
<xs:documentation xml:lang="en">Definition of data source (investment company, vendor, ...)</xs:documentation>
<xs:documentation xml:lang="de">Definition der Datenquelle (Investmentgesellschaft, Anbieter, ...)</xs:documentation>
<xs:documentation xml:lang="fr">Définition de la source de données (société d'investissement, fournisseur, ...)</xs:documentation>
<xs:documentation xml:lang="nl">Definitie van de gegevensbron (beleggingsmaatschappij, leverancier, ...)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="FundStaticData" type="FundStaticDataType">
<xs:annotation>
<xs:documentation xml:lang="en">Main static data of fund (Fiscal Year, Custody, ...)</xs:documentation>
<xs:documentation xml:lang="de">Wichtigste statische Daten des Fonds (Geschäftsjahr, Verwahrung, ...)</xs:documentation>
<xs:documentation xml:lang="fr">Principales données statiques du fonds (Exercice fiscal, Custody, ...)</xs:documentation>
<xs:documentation xml:lang="nl">Belangrijkste statische gegevens van het fonds (Boekjaar, Custody, ...)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="FundDynamicData" type="FundDynamicDataType">
<xs:annotation>
<xs:documentation xml:lang="en">Dynamic data of fund (total values, holdings, transactions, breakdowns, ...)</xs:documentation>
<xs:documentation xml:lang="de">Dynamische Daten des Fonds (Gesamtwerte, Holdings, Transaktionen, Aufschlüsselungen, ...)</xs:documentation>
<xs:documentation xml:lang="fr">Données dynamiques du fonds (valeurs totales, holdings, transactions, répartitions, ...)</xs:documentation>
<xs:documentation xml:lang="nl">Dynamische gegevens van het fonds (totale waarden, holdings, transacties, uitsplitsingen, ...)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0">
<xs:element name="SingleFund" type="SingleFundType">
<xs:annotation>
<xs:documentation xml:lang="en">Use this node for non-umbrella fund structures</xs:documentation>
<xs:documentation xml:lang="de">Verwenden Sie diesen Knoten für nicht-Umbrella-Fondsstrukturen</xs:documentation>
<xs:documentation xml:lang="fr">Utilisez ce nœud pour les structures de fonds non-umbrella</xs:documentation>
<xs:documentation xml:lang="nl">Gebruik dit knooppunt voor niet-umbrella fondsstructuren</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Subfunds">
<xs:annotation>
<xs:documentation xml:lang="en">Use this node for umbrella fund structures</xs:documentation>
<xs:documentation xml:lang="de">Verwenden Sie diesen Knoten für Umbrella-Fondsstrukturen</xs:documentation>
<xs:documentation xml:lang="fr">Utilisez ce nœud pour les structures de fonds umbrella</xs:documentation>
<xs:documentation xml:lang="nl">Gebruik dit knooppunt voor umbrella fondsstructuren</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="Subfund" type="SubfundType">
<xs:annotation>
<xs:documentation xml:lang="en">Static and dynamic data of a subfund</xs:documentation>
<xs:documentation xml:lang="de">Statische und dynamische Daten eines Subfonds</xs:documentation>
<xs:documentation xml:lang="fr">Données statiques et dynamiques d'un subfond</xs:documentation>
<xs:documentation xml:lang="nl">Statische en dynamische gegevens van een subfonds</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element minOccurs="0"
name="CountrySpecificData"
type="CountrySpecificFundDataType">
<xs:annotation>
<xs:documentation xml:lang="en">Country specific data of fund (as defined in 'FundsXML4_CountrySpecificData_xx.xsd')</xs:documentation>
<xs:documentation xml:lang="de">Länderspezifische Daten des Fonds (wie in 'FundsXML4_CountrySpecificData_xx.xsd' definiert)</xs:documentation>
<xs:documentation xml:lang="fr">Données spécifiques au pays du fonds (tel que défini dans 'FundsXML4_CountrySpecificData_xx.xsd')</xs:documentation>
<xs:documentation xml:lang="nl">Landspecifieke gegevens van het fonds (zoals gedefinieerd in 'FundsXML4_CountrySpecificData_xx.xsd')</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>