TotalReturn
/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/PerformanceFigures/TotalReturns/TotalReturn
Diagram
Documentation
Total return data including currency and calculation periods
[AUTO] Total Return-Daten einschließlich Währung und Berechnungszeiträume
Total rendement données y compris devise et calculation periods
Totaal rendement gegevens inclusief valuta en calculation periods
Properties
- Type
- TotalReturnType
- 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
- 14
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ISOCurrencyCodeType |
Currency of the total return value [AUTO] Währung des Total Return-Wertes Devise de total rendement valeur Valuta van totaal rendement waarde |
GTK | |
| (anonymous) |
Absolute and/or percentage value [AUTO] Absoluter und/oder prozentualer Wert Absolute et/ou pourcentage valeur Absolute en/van percentage waarde |
||
| xs:date | 2024-02-18 | ||
| CalculationPeriodType |
Calculation period type for performance figures (1 Day, 1 Week, 1 Month, 3 Months, 6 Months, YTD, 1-10 Years, Since launch, Specific) Berechnungsperioden-Typ für Performance-Kennzahlen (1 Tag, 1 Woche, 1 Monat, 3 Monate, 6 Monate, YTD, 1-10 Jahre, Seit Auflage, Spezifisch) Type de période de calcul pour les chiffres de performance (1 jour, 1 semaine, 1 mois, 3 mois, 6 mois, YTD, 1-10 ans, depuis le lancement, spécifique) Berekeningsperiode type voor prestatie cijfers (1 dag, 1 week, 1 maand, 3 maanden, 6 maanden, YTD, 1-10 jaar, sinds lancering, specifiek) |
Since launch | |
| xs:boolean | false | ||
| Text500Type |
Text (max. 500 characters) [AUTO] Text (max. 500 Zeichen) Text (max. 500 characters) Text (max. 500 characters) |
ExampleText | |
| (anonymous) |
Single or savings plan investment amounts [AUTO] Einmal- oder Sparplan-Anlagebeträge Unique ou savings plan investissement amounts Enkel van savings plan belegging amounts |
||
| xs:date |
Start date for performance calculation [AUTO] Startdatum für die Performance-Berechnung Start date pour performance calculation Start datum voor prestatie calculation |
2020-10-02 | |
| xs:decimal |
Correction coefficient applied to calculation [AUTO] Auf die Berechnung angewandter Korrekturkoeffizient Correction coefficient applied à calculation Correction coefficient applied naar calculation |
476.65 | |
| xs:decimal |
Reinvestment coefficient for dividend reinvestment [AUTO] Wiederanlagekoeffizient für Dividendenreinvestition Reinvestment coefficient pour dividende reinvestment Reinvestment coefficient voor dividend reinvestment |
386.23 |
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"
maxOccurs="unbounded"
name="TotalReturn"
type="TotalReturnType"/>
Referenced Type Definition
(TotalReturnType)
Referenced Type Definition (TotalReturnType)
<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="TotalReturnType">
<xs:annotation>
<xs:documentation xml:lang="en">Total return data including currency and calculation periods</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Total Return-Daten einschließlich Währung und Berechnungszeiträume</xs:documentation>
<xs:documentation xml:lang="fr">Total rendement données y compris devise et calculation periods</xs:documentation>
<xs:documentation xml:lang="nl">Totaal rendement gegevens inclusief valuta en calculation periods</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Currency" type="ISOCurrencyCodeType">
<xs:annotation>
<xs:documentation xml:lang="en">Currency of the total return value</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Währung des Total Return-Wertes</xs:documentation>
<xs:documentation xml:lang="fr">Devise de total rendement valeur</xs:documentation>
<xs:documentation xml:lang="nl">Valuta van totaal rendement waarde</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Value">
<xs:annotation>
<xs:documentation xml:lang="en">Absolute and/or percentage value</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Absoluter und/oder prozentualer Wert</xs:documentation>
<xs:documentation xml:lang="fr">Absolute et/ou pourcentage valeur</xs:documentation>
<xs:documentation xml:lang="nl">Absolute en/van percentage waarde</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="AbsoluteValue" type="xs:decimal"/>
<xs:sequence>
<xs:element name="PercentageValue" type="PercentageType"/>
<xs:element minOccurs="0" name="AbsoluteValue" type="xs:decimal"/>
</xs:sequence>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ValidityDate" type="xs:date"/>
<xs:element name="CalculationPeriod" type="CalculationPeriodType"/>
<xs:element minOccurs="0" name="AnnualizedFlag" type="xs:boolean"/>
<xs:element minOccurs="0" name="CalculationMethod" type="Text500Type"/>
<xs:element minOccurs="0" name="Investment">
<xs:annotation>
<xs:documentation xml:lang="en">Single or savings plan investment amounts</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Einmal- oder Sparplan-Anlagebeträge</xs:documentation>
<xs:documentation xml:lang="fr">Unique ou savings plan investissement amounts</xs:documentation>
<xs:documentation xml:lang="nl">Enkel van savings plan belegging amounts</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="SingleInvestment" type="FundAmountType"/>
<xs:sequence>
<xs:element name="SavingsPlanInvestment" type="FundAmountType"/>
<xs:element minOccurs="0" name="SavingsPlanFrequency" type="FrequencyType"/>
</xs:sequence>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="StartCalculationDate" type="xs:date">
<xs:annotation>
<xs:documentation xml:lang="en">Start date for performance calculation</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Startdatum für die Performance-Berechnung</xs:documentation>
<xs:documentation xml:lang="fr">Start date pour performance calculation</xs:documentation>
<xs:documentation xml:lang="nl">Start datum voor prestatie calculation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="CorrectionCoefficient" type="xs:decimal">
<xs:annotation>
<xs:documentation xml:lang="en">Correction coefficient applied to calculation</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Auf die Berechnung angewandter Korrekturkoeffizient</xs:documentation>
<xs:documentation xml:lang="fr">Correction coefficient applied à calculation</xs:documentation>
<xs:documentation xml:lang="nl">Correction coefficient applied naar calculation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="ReinvestmentCoefficient" type="xs:decimal">
<xs:annotation>
<xs:documentation xml:lang="en">Reinvestment coefficient for dividend reinvestment</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Wiederanlagekoeffizient für Dividendenreinvestition</xs:documentation>
<xs:documentation xml:lang="fr">Reinvestment coefficient pour dividende reinvestment</xs:documentation>
<xs:documentation xml:lang="nl">Reinvestment coefficient voor dividend reinvestment</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>