AverageReturnPeriod2

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

Diagram

AverageReturnPeriod2 33170-33180-33190-33200 Unfavourable xs:decimal [1] Moderate xs:decimal [1] Favourable xs:decimal [1] StressScenario xs:decimal [1]

Documentation

33170-33180-33190-33200

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

92.64
xs:decimal

Avg return of moderate scenario for related period

747.47
xs:decimal

Avg return of favourable scenario for related period

571.62
xs:decimal

Avg return of stress scenario for related period

113.73

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="AverageReturnPeriod2"
            type="PRIIPS_AverageReturnType">
   <xs:annotation>
      <xs:documentation>33170-33180-33190-33200</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>