Fund
/FundsXML4/RegulatoryReportings/DirectReporting/EMT/FinancialInstrument/CostsAndChargesExPost/Fund
Diagram
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 |
970.11 |
| /RegulatoryReportings/.../ManagementFee | xs:decimal | 08050: Management fee ex post |
260.50 |
| /RegulatoryReportings/.../DistributionFee | xs:decimal | 08060: Distribution fee ex post |
414.99 |
| /RegulatoryReportings/.../TransactionCosts | xs:decimal | 08070: Transaction costs ex post |
188.60 |
| /RegulatoryReportings/.../IncidentialCosts | xs:decimal | 08080: Incidential costs ex post |
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>