Fund

/FundsXML4/RegulatoryReportings/DirectReporting/EMT/FinancialInstrument/CostsAndChargesExAnte/Fund

Diagram

Fund Relevant fields for funds EntryCost xs:decimal 0..1 MaxEntryCostItaly xs:decimal 0..1 MaxEntryCostAcquired xs:decimal 0..1 MaxExitCost xs:decimal 0..1 MaxExitCostItaly xs:decimal 0..1 MaxExitCostAcquired xs:decimal 0..1 TypicalExitCost xs:decimal 0..1 OngoingCosts xs:decimal 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
6
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/RegulatoryReportings/.../EntryCost xs:decimal

07020: Maximum not acquired to the fund (ETF are excluded). Expressed as a % of the amount to be invested

106.68
/RegulatoryReportings/.../MaxEntryCostItaly xs:decimal

07030: Maximum fixed amount per subscription, not incorporated. Flat fee definied by the manufacturer

868.55
/RegulatoryReportings/.../MaxEntryCostAcquired xs:decimal

07040: Subscription fees acquired to the fund
Expressed as a % of the amount to be invested

726.50
/RegulatoryReportings/.../MaxExitCost xs:decimal

07050: Maximum not acquired to the fund (ETF are excluded). Expressed as a % of the NAV

958.50
/RegulatoryReportings/.../MaxExitCostItaly xs:decimal

07060: Maximum fixed amount per redemption, not incorporated. Flat fee defined by the manufacturer

199.18
/RegulatoryReportings/.../MaxExitCostAcquired xs:decimal

07070: Maximum (ETF are excluded). Subscription fees acquired to the fund. Expressed as a % of the NAV

569.22
/RegulatoryReportings/.../TypicalExitCost xs:decimal

07080: Current exit cost linked to the RHP or ????????

243.15
/RegulatoryReportings/.../OngoingCosts xs:decimal

07100: Ongoing costs include management fees and distribution fees

732.24
/RegulatoryReportings/.../ManagementFee xs:decimal

07110: Percentage per annum. These fees are included in total on going costs. These fees are used by distributors to calculate their retrocession fees

76.44
/RegulatoryReportings/.../DistributionFee xs:decimal

07120: Percentage per annum. 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.

374.73
/RegulatoryReportings/.../TransactionCosts xs:decimal

07130: Costs within the products (percentage of NAV)

234.86
/RegulatoryReportings/.../IncidentalCosts xs:decimal

07140: Expressed as a % of NAV of the Financial Product. Includes performance fees and others costs Ex ante

983.90

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="EntryCost" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07020: Maximum not acquired to the fund (ETF are excluded). Expressed as a % of the amount to be invested</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MaxEntryCostItaly" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07030: Maximum fixed amount per subscription, not incorporated. Flat fee definied by the manufacturer</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MaxEntryCostAcquired" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07040: Subscription fees acquired to the fund 
Expressed as a % of the amount to be invested</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MaxExitCost" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07050: Maximum not acquired to the fund  (ETF are excluded). Expressed as a % of the NAV</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MaxExitCostItaly" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07060: Maximum fixed amount per redemption, not incorporated. Flat fee defined by the manufacturer</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MaxExitCostAcquired" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07070: Maximum (ETF are excluded). Subscription fees acquired to the fund. Expressed as a % of the NAV</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="TypicalExitCost" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07080: Current exit cost linked to the RHP or ????????</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="OngoingCosts" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07100: Ongoing costs include management fees and distribution fees</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="ManagementFee" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07110: Percentage per annum. These fees are included in total on going costs. These fees are used by distributors to calculate their retrocession fees</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="DistributionFee" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07120: Percentage per annum. 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>07130: Costs within the products (percentage of NAV)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="IncidentalCosts" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>07140: Expressed as a % of NAV of the Financial Product. Includes performance fees and others costs Ex ante</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>