CEPTPrice

/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS_V20/CEPTV2History/CEPTPrices/CEPTPrice

Diagram

CEPTPrice SharePriceDate xs:date [1] AdjustedPrice xs:decimal [1] SharePrice xs:decimal [1] SharePriceFactor xs:decimal [0..1] ProxyBenchmarkUsage YesNoType [0..1]

Properties

Type
CEPTV2PriceType
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
6
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:date

11010_Adjusted_Share_Price_Date

2020-09-30
xs:decimal

11020_Adjusted_Price
"
Values that are used in the calculations according to Annex IV, 5-17.
Adjusted prices shall reflect capital market developments only. They shall be derived from actual prices and be adjusted for dividend payments, (reverse) share splits, and any scaling of absolute price levels e.g. in case of proxy usage.

Actual prices can be taken from the fund/ share class, its benchmark, or its proxy.
"

42.19
xs:decimal

11030_Share_Price

444.78
xs:decimal

11040_Share_Price_Factor
The adjustment factor to derive the adjusted price from the share price.

533.91
YesNoType

11050_Has_Proxy_Benchmark_Been_Used

YES or NO

YES

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"
            maxOccurs="unbounded"
            name="CEPTPrice"
            type="CEPTV2PriceType"/>

Referenced Type Definition (CEPTV2PriceType)

<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="CEPTV2PriceType">
   <xs:sequence>
      <xs:element name="SharePriceDate" type="xs:date">
         <xs:annotation>
            <xs:documentation>11010_Adjusted_Share_Price_Date
</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="AdjustedPrice">
         <xs:annotation>
            <xs:documentation>11020_Adjusted_Price
"
Values that are used in the calculations according to Annex IV, 5-17.
Adjusted prices shall reflect capital market developments only.  They shall be derived from actual prices and be adjusted for dividend payments, (reverse) share splits, and any scaling of absolute price levels e.g. in case of proxy usage.

Actual prices can be taken from the fund/ share class, its benchmark, or its proxy.
"
</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:decimal">
               <xs:minInclusive value="0"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element name="SharePrice">
         <xs:annotation>
            <xs:documentation>11030_Share_Price
</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:decimal">
               <xs:minInclusive value="0"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="SharePriceFactor" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>11040_Share_Price_Factor
The adjustment factor to derive the adjusted price from the share price.
</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="ProxyBenchmarkUsage" type="YesNoType">
         <xs:annotation>
            <xs:documentation>11050_Has_Proxy_Benchmark_Been_Used
</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>