DescriptionPastInterval

/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS_V20/EPTV2/Narratives/DescriptionPastInterval

Diagram

DescriptionPastInterval UnfavorableScenario xs:string [0..1] ModerateScenario xs:string [0..1] FavorableScenario xs:string [0..1] WasBenchmarkUsed YesNoType [0..1]

Documentation

04086 - 04089

Properties

Type
(anonymous)
Cardinality
0..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
6

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:string

04086 - Describes the historical time period the unfavourable scernario corresponds to

ExampleText
xs:string

04087 - Describes the historical time period the moderate scernario corresponds to

ExampleText
xs:string

04088 - Describes the historical time period the favourable scernario corresponds to

ExampleText
YesNoType

04089- Boolean to identify whether a benchmark or proxy was used for performance calculation in the unfavourable, moderate and favourable scenarios.

NO

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"
            minOccurs="0"
            name="DescriptionPastInterval">
   <xs:annotation>
      <xs:documentation>04086 - 04089</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="UnfavorableScenario">
            <xs:annotation>
               <xs:documentation>04086 - Describes the historical time period the unfavourable scernario corresponds to</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="300"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="ModerateScenario">
            <xs:annotation>
               <xs:documentation>04087 - Describes the historical time period the moderate scernario corresponds to</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="300"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="FavorableScenario">
            <xs:annotation>
               <xs:documentation>04088 - Describes the historical time period the favourable scernario corresponds to</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:maxLength value="300"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="WasBenchmarkUsed" type="YesNoType">
            <xs:annotation>
               <xs:documentation>04089- Boolean to identify whether a benchmark or proxy was used for performance calculation in the unfavourable, moderate and favourable scenarios. 
</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>