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
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)

964.54
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)

968.12
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)

591.72
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)

479.26
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)

831.56

Element Definition

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