StructuredSecurity

/FundsXML4/RegulatoryReportings/DirectReporting/EMT/FinancialInstrument/CostsAndChargesExPost/StructuredSecurity

Diagram

StructuredSecurity Relevant fields for structured securities EntryCost xs:decimal 0..1 ExitCost xs:decimal 0..1 OngoingCosts xs:decimal 0..1 OngoingCostsAccumulated xs:decimal 0..1 ManagementFee xs:decimal 0..1

Documentation

Relevant fields for structured securities

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

08010: One off entry cost ex post
If 07010 set to U : absolute figures in product currency
If 07010 set to P : % of Notional or NAV (not per annum)

833.49
/RegulatoryReportings/.../ExitCost xs:decimal

08020: One off exit cost ex post
If 07010 set to U : absolute figures in product currency
If 07010 set to P : % of Notional or NAV (not per annum)

36.11
/RegulatoryReportings/.../OngoingCosts xs:decimal

08030: Ongoing costs ex post
If 07010 set to U : absolute figures in product currency
If 07010 set to P : % of Notional or NAV (not per annum)

358.18
/RegulatoryReportings/.../OngoingCostsAccumulated xs:decimal

08040: Ongoing costs ex post accumulated
If 07010 set to U : absolute figures in product currency
If 07010 set to P : % of Notional or NAV (not per annum)

706.89
/RegulatoryReportings/.../ManagementFee xs:decimal

08050: Management fee ex post
If 07010 set to U : absolute figures in product currency
If 07010 set to P : % of Notional or NAV (not per annum)

986.38

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="StructuredSecurity">
   <xs:annotation>
      <xs:documentation>Relevant fields for structured securities</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="EntryCost" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08010: One off entry cost ex post
If 07010 set to U : absolute figures in product currency
If 07010 set to P : % of Notional or NAV (not per annum)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="ExitCost" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08020: One off exit cost ex post
If 07010 set to U : absolute figures in product currency
If 07010 set to P : % of Notional or NAV (not per annum)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="OngoingCosts" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08030: Ongoing costs ex post
If 07010 set to U : absolute figures in product currency
If 07010 set to P : % of Notional or NAV (not per annum)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="OngoingCostsAccumulated" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08040: Ongoing costs ex post accumulated
If 07010 set to U : absolute figures in product currency
If 07010 set to P : % of Notional or NAV (not per annum)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="ManagementFee" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>08050: Management fee ex post
If 07010 set to U : absolute figures in product currency
If 07010 set to P : % of Notional or NAV (not per annum)</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>