TotalReturn
/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/PerformanceFigures/TotalReturns/TotalReturn
Diagram
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
- 11
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ISOCurrencyCodeType |
Three-letter ISO-CurrencyCode (ISO 4217) Dreistelliger ISO-Waehrungscode (ISO 4217) |
PHH | |
| (anonymous) |
Absolute and/or percentage value |
||
| xs:date | 2021-08-26 | ||
| CalculationPeriodType | 6 Months | ||
| xs:boolean | false | ||
| Text500Type |
Text (max. 500 characters) |
ExampleText | |
| (anonymous) |
Single or savings plan investment amounts |
||
| xs:date | 2021-08-01 | ||
| xs:decimal | 583.09 | ||
| xs:decimal | 947.40 |
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="TotalReturn"
type="TotalReturnType"/>
Referenced Type Definition
(TotalReturnType)
Referenced Type Definition (TotalReturnType)
<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="TotalReturnType">
<xs:sequence>
<xs:element name="Currency" type="ISOCurrencyCodeType"/>
<xs:element name="Value">
<xs:annotation>
<xs:documentation>Absolute and/or percentage value</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>Single or savings plan investment 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:element minOccurs="0" name="CorrectionCoefficient" type="xs:decimal"/>
<xs:element minOccurs="0" name="ReinvestmentCoefficient" type="xs:decimal"/>
</xs:sequence>
</xs:complexType>