AverageReturnPeriod3

/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS_V20/CEPTV2Performance/CEPTRHPS/CEPTRHP/PerformaceScenario/AverageReturnPeriod3

Diagram

AverageReturnPeriod3 33210-33220-33230-33240 Unfavourable xs:decimal [1] Moderate xs:decimal [1] Favourable xs:decimal [1] StressScenario xs:decimal [1]

Documentation

33210-33220-33230-33240

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

736.05
xs:decimal

Avg return of moderate scenario for related period

512.04
xs:decimal

Avg return of favourable scenario for related period

663.63
xs:decimal

Avg return of stress scenario for related period

568.27

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="AverageReturnPeriod3"
            type="PRIIPS_AverageReturnType">
   <xs:annotation>
      <xs:documentation>33210-33220-33230-33240</xs:documentation>
   </xs:annotation>
</xs:element>

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>