TotalFigures

/FundsXML4/Funds/Fund/CountrySpecificData/DE/RealEstateReporting/FundData/AnnualReturnsStructure/TotalFigures

Diagram

TotalFigures TotalAnnualReturns AnnualReturnsDataDEType [1] Liquidity PercentageType [1] ReturnBeforeFundCosts PercentageType [1] ReturnAfterFundCosts PercentageType [1]

Properties

Type
(anonymous)
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
8

Child Elements & Attributes

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

Die Liquiditätsrendite errechnet wird aus "Erträge und Wertveränderungen aus Liquidität"/"Durchschnittliche Liquidität" berechnet (in Prozent).

The liquidity yield is calculated from "Income and changes in value from liquidity"/"Average liquidity" (in percent).

641.02
PercentageType

Gesamtergebnis des Fonds vor Fondskosten (in Prozent).

Total return of the fund before fund costs (in Prozent).

594.91
PercentageType

Gesamtergebnis des Fonds nach Fondskosten (in Prozent).

Total return of the fund after fund costs (in Prozent).

627.14

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="TotalFigures">
   <xs:complexType>
      <xs:sequence>
         <xs:element name="TotalAnnualReturns" type="AnnualReturnsDataDEType"/>
         <xs:element name="Liquidity" type="PercentageType">
            <xs:annotation>
               <xs:documentation xml:lang="de">Die Liquiditätsrendite errechnet wird aus "Erträge und Wertveränderungen aus Liquidität"/"Durchschnittliche Liquidität" berechnet (in Prozent).</xs:documentation>
               <xs:documentation xml:lang="en">The liquidity yield is calculated from "Income and changes in value from liquidity"/"Average liquidity" (in percent).</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="ReturnBeforeFundCosts" type="PercentageType">
            <xs:annotation>
               <xs:documentation xml:lang="de">Gesamtergebnis des Fonds vor Fondskosten (in Prozent).</xs:documentation>
               <xs:documentation xml:lang="en">Total return of the fund before fund costs (in Prozent).</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="ReturnAfterFundCosts" type="PercentageType">
            <xs:annotation>
               <xs:documentation xml:lang="de">Gesamtergebnis des Fonds nach Fondskosten (in Prozent).</xs:documentation>
               <xs:documentation xml:lang="en">Total return of the fund after fund costs (in Prozent).</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>