AnnualReturnsStructure
/FundsXML4/Funds/Fund/CountrySpecificData/DE/RealEstateReporting/FundData/AnnualReturnsStructure
Diagram
Documentation
Jährliche Datenlieferung, ausschließlich für offene Publikumsfonds
Once per year; exclusively for open-ended retail funds
Once per year; exclusively pour ouvert-ended particulier funds
Once per year; exclusively voor open-ended particulier funds
Properties
- Type
- (anonymous)
- Cardinality
- 0..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
- 7
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:date |
Beginn des Geschäftsjahres, auf das sich die Renditekennzahlen beziehen Beginning of the fiscal year to which the return components refer Beginning de fiscal year à qui rendement components refer Beginning van fiscal year naar welke rendement components refer |
2022-03-14 | |
| xs:date |
Ende des Geschäftsjahres, auf das sich die Renditekennzahlen beziehen End of the fiscal year to which the return components refer End de fiscal year à qui rendement components refer End van fiscal year naar welke rendement components refer |
2020-03-26 | |
| (anonymous) | |||
| (anonymous) |
Element Definition
Element Definition
<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="AnnualReturnsStructure">
<xs:annotation>
<xs:documentation xml:lang="de">Jährliche Datenlieferung, ausschließlich für offene Publikumsfonds</xs:documentation>
<xs:documentation xml:lang="en">Once per year; exclusively for open-ended retail funds</xs:documentation>
<xs:documentation xml:lang="fr">Once per year; exclusively pour ouvert-ended particulier funds</xs:documentation>
<xs:documentation xml:lang="nl">Once per year; exclusively voor open-ended particulier funds</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="StartFiscalYear" type="xs:date">
<xs:annotation>
<xs:documentation xml:lang="de">Beginn des Geschäftsjahres, auf das sich die Renditekennzahlen beziehen</xs:documentation>
<xs:documentation xml:lang="en">Beginning of the fiscal year to which the return components refer</xs:documentation>
<xs:documentation xml:lang="fr">Beginning de fiscal year à qui rendement components refer</xs:documentation>
<xs:documentation xml:lang="nl">Beginning van fiscal year naar welke rendement components refer</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EndFiscalYear" type="xs:date">
<xs:annotation>
<xs:documentation xml:lang="de">Ende des Geschäftsjahres, auf das sich die Renditekennzahlen beziehen</xs:documentation>
<xs:documentation xml:lang="en">End of the fiscal year to which the return components refer</xs:documentation>
<xs:documentation xml:lang="fr">End de fiscal year à qui rendement components refer</xs:documentation>
<xs:documentation xml:lang="nl">End van fiscal year naar welke rendement components refer</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="unbounded" name="CountryDistribution">
<xs:complexType>
<xs:sequence>
<xs:element name="Country" type="ISOCountryCodeType">
<xs:annotation>
<xs:documentation xml:lang="de">Land, für das die Renditekennzahlen zutreffen</xs:documentation>
<xs:documentation xml:lang="en">Country for which the return indicators apply</xs:documentation>
<xs:documentation xml:lang="fr">Pays pour qui rendement indicators apply</xs:documentation>
<xs:documentation xml:lang="nl">Land voor welke rendement indicators apply</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CountryFigures" type="AnnualReturnsDataDEType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element 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:documentation xml:lang="fr">The liquidité yield est calculé de "Income et changes dans valeur de liquidité"/"Average liquidité" (dans percent).</xs:documentation>
<xs:documentation xml:lang="nl">The liquiditeit yield is berekend van "Income en changes in waarde van liquiditeit"/"Average liquiditeit" (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:documentation xml:lang="fr">Total rendement de fonds before fonds costs (dans Prozent).</xs:documentation>
<xs:documentation xml:lang="nl">Totaal rendement van fonds before fonds 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:documentation xml:lang="fr">Total rendement de fonds after fonds costs (dans Prozent).</xs:documentation>
<xs:documentation xml:lang="nl">Totaal rendement van fonds after fonds costs (in Prozent).</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>