AverageReturnPeriod1
/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS_V20/CEPTV2Performance/CEPTRHPS/CEPTRHP/PerformaceScenario/AverageReturnPeriod1
Diagram
Documentation
33130-33140-33150-33160
Properties
- Type
- PRIIPS_AverageReturnType
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 8
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:decimal | Avg return of unfavourable scenario for related period |
665.14 | |
| xs:decimal | Avg return of moderate scenario for related period |
767.42 | |
| xs:decimal | Avg return of favourable scenario for related period |
336.70 | |
| xs:decimal | Avg return of stress scenario for related period |
191.41 |
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:xs="http://www.w3.org/2001/XMLSchema"
name="AverageReturnPeriod1"
type="PRIIPS_AverageReturnType">
<xs:annotation>
<xs:documentation>33130-33140-33150-33160</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(PRIIPS_AverageReturnType)
Referenced Type Definition (PRIIPS_AverageReturnType)
<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="PRIIPS_AverageReturnType">
<xs:sequence>
<xs:element name="Unfavourable" type="xs:decimal">
<xs:annotation>
<xs:documentation>Avg return of unfavourable scenario for related period</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Moderate" type="xs:decimal">
<xs:annotation>
<xs:documentation>Avg return of moderate scenario for related period</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Favourable" type="xs:decimal">
<xs:annotation>
<xs:documentation>Avg return of favourable scenario for related period</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StressScenario" type="xs:decimal">
<xs:annotation>
<xs:documentation>Avg return of stress scenario for related period</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>