Fund

/FundsXML4/RegulatoryReportings/DirectReporting/EMT_V3/FinancialInstrument/CostsAndChargesExPost/CHOICE_34657/Fund

Diagram

Fund Relevant fields for funds EntryCostAcquired (anonymous) 0..1 OngoingCosts xs:decimal BorrowingCoststUK xs:decimal 0..1 ManagementFee xs:decimal DistributionFee xs:decimal 0..1 TransactionCosts xs:decimal IncidentalCosts xs:decimal

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

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/RegulatoryReportings/.../EntryCostAcquired (anonymous)

08025:
% of NAV

159.24
/RegulatoryReportings/.../OngoingCosts xs:decimal

08030: % of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied)

943.71
/RegulatoryReportings/.../BorrowingCoststUK xs:decimal

08045: Financing costs related to borrowing for the purposes of gearing expressed as a % of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied)

7.76
/RegulatoryReportings/.../ManagementFee xs:decimal

08050: % of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied)

681.04
/RegulatoryReportings/.../DistributionFee xs:decimal

08060:
% of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied).
Only applicable if the product has this feature (legal wording in the documentation). These fees are included in total on going costs and are not included into the management fees.

138.45
/RegulatoryReportings/.../TransactionCosts xs:decimal

08070: % of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied).
Costs within the products

907.78
/RegulatoryReportings/.../IncidentalCosts xs:decimal

08080: Incidential costs ex post
% of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied)

495.69

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="EntryCostAcquired">
            <xs:annotation>
               <xs:documentation>08025:
% of NAV</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:decimal"/>
            </xs:simpleType>
         </xs:element>
         <xs:element name="OngoingCosts" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08030: % of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="BorrowingCoststUK" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08045: Financing costs related to borrowing for the purposes of gearing expressed as a % of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="ManagementFee" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08050: % of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="DistributionFee" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08060: 
% of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied).
Only applicable if the product has this feature (legal wording in the documentation). These fees are included in total on going costs and are not included into the management fees. </xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="TransactionCosts" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08070: % of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied).
Costs within the products</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="IncidentalCosts" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08080: Incidential costs ex post
% of NAV of the Financial Product expressed in annualized terms (rate of cost deduction to be applied)</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>