Fund

/FundsXML4/RegulatoryReportings/DirectReporting/EMT/FinancialInstrument/CostsAndChargesExPost/Fund

Diagram

Fund Relevant fields for funds OngoingCosts xs:decimal 0..1 ManagementFee xs:decimal 0..1 DistributionFee xs:decimal 0..1 TransactionCosts xs:decimal 0..1 IncidentialCosts xs:decimal 0..1 CalculationPeriod (anonymous) 0..1

Documentation

Relevant fields for funds

Properties

Type
(anonymous)
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
/RegulatoryReportings/.../OngoingCosts xs:decimal

08030: Ongoing costs ex post
Definition tbd as a % of NAV of the Financial Product / per annum. Occured costs over one year

970.11
/RegulatoryReportings/.../ManagementFee xs:decimal

08050: Management fee ex post
Definition tbd as a % of NAV of the Financial Product / per annum. Occured costs over one year

260.50
/RegulatoryReportings/.../DistributionFee xs:decimal

08060: Distribution fee ex post
Definition tbd as a % of NAV of the Financial Product / per annum. Occured costs over one year

414.99
/RegulatoryReportings/.../TransactionCosts xs:decimal

08070: Transaction costs ex post
Definition tbd as a % of NAV of the Financial Product / per annum. Occured costs over one year

188.60
/RegulatoryReportings/.../IncidentialCosts xs:decimal

08080: Incidential costs ex post
Definition tbd as a % of NAV of the Financial Product / per annum. Occured costs over one year

193.75
/RegulatoryReportings/.../CalculationPeriod (anonymous)

Mandatory for German and Swiss distributors

XML Snippet

<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="Fund">
   <xs:annotation>
      <xs:documentation>Relevant fields for funds</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="OngoingCosts" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08030: Ongoing costs ex post
Definition tbd as a % of NAV of the Financial Product / per annum. Occured costs over one year</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="ManagementFee" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08050: Management fee ex post
Definition tbd as a % of NAV of the Financial Product / per annum. Occured costs over one year</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="DistributionFee" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08060: Distribution fee ex post
Definition tbd as a % of NAV of the Financial Product / per annum. Occured costs over one year</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="TransactionCosts" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08070: Transaction costs ex post
Definition tbd as a % of NAV of the Financial Product / per annum. Occured costs over one year</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="IncidentialCosts" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08080: Incidential costs ex post
Definition tbd as a % of NAV of the Financial Product / per annum. Occured costs over one year</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="CalculationPeriod">
            <xs:annotation>
               <xs:documentation>Mandatory for German and Swiss distributors</xs:documentation>
            </xs:annotation>
            <xs:complexType>
               <xs:sequence>
                  <xs:element minOccurs="0" name="Start" type="xs:date">
                     <xs:annotation>
                        <xs:documentation>08090: Date of beginning of calculation period
Mandatory for German and Swiss distributors</xs:documentation>
                     </xs:annotation>
                  </xs:element>
                  <xs:element minOccurs="0" name="End" type="xs:date">
                     <xs:annotation>
                        <xs:documentation>08100: Date of end of calculation period
Mandatory for German and Swiss distributors</xs:documentation>
                     </xs:annotation>
                  </xs:element>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>