ReturnModerate

/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS/PRIIPS_Report/EPT_BaseData/PerformanceScenario/ReturnModerate

Diagram

ReturnModerate 02040-02050-02060 Return of the portfolio, fund, share class corresponding to the moderate scenario OneYear xs:decimal [0..1] HalfRHP xs:decimal [0..1] RHP xs:decimal [1]

Documentation

02040-02050-02060 Return of the portfolio, fund, share class corresponding to the moderate scenario

Properties

Type
PRIIPS_ReturnScenarioType
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
7
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:decimal

After one year. Mandotory if RHP >1 year.

352.29
xs:decimal

After half of the RHP. Mandatory if the RHP > 2 years.

143.49
xs:decimal

At the RHP

820.18

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="ReturnModerate"
            type="PRIIPS_ReturnScenarioType">
   <xs:annotation>
      <xs:documentation>02040-02050-02060 Return of the portfolio, fund, share class corresponding to the moderate scenario</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (PRIIPS_ReturnScenarioType)

<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_ReturnScenarioType">
   <xs:sequence>
      <xs:element minOccurs="0" name="OneYear" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>After one year.  Mandotory if RHP &gt;1 year.</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="HalfRHP" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>After half of the RHP. Mandatory if the RHP &gt; 2 years.</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="RHP" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>At the RHP   </xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>