SingleFund

/FundsXML4/Funds/Fund/SingleFund

Diagram

SingleFund SingleFundStaticData SingleFundStaticDataType [0..1] ShareClasses (anonymous) [0..1] Segments (anonymous) [0..1]

Documentation

EN

Use this node for non-umbrella fund structures

DE

Verwenden Sie diesen Knoten für nicht-Umbrella-Fondsstrukturen

FR

Utilisez ce nœud pour les structures de fonds non-umbrella

NL

Gebruik dit knooppunt voor niet-umbrella fondsstructuren

Properties

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

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
SingleFundStaticDataType

Static data of single fund (similar to static data of subfund)

Statische Daten des Einzelfonds (ähnlich den statischen Daten eines Subfonds)

Données statiques du fonds unique (similaires aux données statiques d'un subfond)

Statische gegevens van het enkelvoudige fonds (vergelijkbaar met statische gegevens van een subfonds)

(anonymous)

List of share classes of single fund

Liste der Share Classes des Einzelfonds

Liste des classes d'actions du fonds unique

Lijst van share classes van het enkelvoudige fonds

(anonymous)

Data related to segments/pockets of funds (typically managed by different fund managers)

Daten zu Segmenten/Pockets von Fonds (typischerweise von verschiedenen Fund Managern verwaltet)

Données relatives aux segments/pockets de fonds (typiquement gérés par différents fund managers)

Gegevens gerelateerd aan segmenten/pockets van fondsen (typisch beheerd door verschillende fund managers)

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

Referenced Type Definition (SingleFundType)

<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="SingleFundType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Single fund (non-umbrella) structure containing static data, share classes and optional segments</xs:documentation>
      <xs:documentation xml:lang="de">Single Fund (kein Umbrella) Struktur mit statischen Daten, Share Classes und optionalen Segments</xs:documentation>
      <xs:documentation xml:lang="fr">Structure single fund (non-umbrella) contenant données statiques, share classes et segments optionnels</xs:documentation>
      <xs:documentation xml:lang="nl">Single fund (geen umbrella) structuur met statische gegevens, share classes en optionele segments</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element minOccurs="0"
                  name="SingleFundStaticData"
                  type="SingleFundStaticDataType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Static data of single fund (similar to static data of subfund)</xs:documentation>
            <xs:documentation xml:lang="de">Statische Daten des Einzelfonds (ähnlich den statischen Daten eines Subfonds)</xs:documentation>
            <xs:documentation xml:lang="fr">Données statiques du fonds unique (similaires aux données statiques d'un subfond)</xs:documentation>
            <xs:documentation xml:lang="nl">Statische gegevens van het enkelvoudige fonds (vergelijkbaar met statische gegevens van een subfonds)</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="ShareClasses">
         <xs:annotation>
            <xs:documentation xml:lang="en">List of share classes of single fund</xs:documentation>
            <xs:documentation xml:lang="de">Liste der Share Classes des Einzelfonds</xs:documentation>
            <xs:documentation xml:lang="fr">Liste des classes d'actions du fonds unique</xs:documentation>
            <xs:documentation xml:lang="nl">Lijst van share classes van het enkelvoudige fonds</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element maxOccurs="unbounded" name="ShareClass" type="ShareClassType">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Static and dynamic data of a share class</xs:documentation>
                     <xs:documentation xml:lang="de">Statische und dynamische Daten einer Share Class</xs:documentation>
                     <xs:documentation xml:lang="fr">Données statiques et dynamiques d'une classe d'actions</xs:documentation>
                     <xs:documentation xml:lang="nl">Statische en dynamische gegevens van een share class</xs:documentation>
                  </xs:annotation>
               </xs:element>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="Segments">
         <xs:annotation>
            <xs:documentation xml:lang="en">Data related to segments/pockets of funds (typically managed by different fund managers)</xs:documentation>
            <xs:documentation xml:lang="de">Daten zu Segmenten/Pockets von Fonds (typischerweise von verschiedenen Fund Managern verwaltet)</xs:documentation>
            <xs:documentation xml:lang="fr">Données relatives aux segments/pockets de fonds (typiquement gérés par différents fund managers)</xs:documentation>
            <xs:documentation xml:lang="nl">Gegevens gerelateerd aan segmenten/pockets van fondsen (typisch beheerd door verschillende fund managers)</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element maxOccurs="unbounded" name="Segment" type="SegmentType"/>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
   </xs:sequence>
</xs:complexType>