TimeHorizon

/FundsXML4/RegulatoryReportings/DirectReporting/EMT/FinancialInstrument/ClientObjectives/TimeHorizon

Diagram

TimeHorizon Years xs:decimal [1] Category xs:string [1]

Documentation

EN

05080: Minimum recommended holding period

DE

05080: Minimum recommended Bestand period

FR

05080: Minimum recommended détention period

NL

05080: Minimum recommended bezit period

ES

05080: Minimum recommended tenencia period

Properties

Type
(anonymous)
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
6

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:decimal

Minimum recommended holding period in years

Minimum recommended Bestand period in years

Minimum recommended détention period dans years

Minimum recommended bezit period in years

Minimum recommended tenencia period en years

173.06
xs:string

V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
Neutral ... Neutral

V ... Very Short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
Neutral ... Neutral

V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
Neutral ... Neutral

V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
Neutral ... Neutral

V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
Neutral ... Neutral

L

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="TimeHorizon">
   <xs:annotation>
      <xs:documentation xml:lang="en">05080: Minimum recommended holding period</xs:documentation>
      <xs:documentation xml:lang="de">05080: Minimum recommended Bestand period</xs:documentation>
      <xs:documentation xml:lang="fr">05080: Minimum recommended détention period</xs:documentation>
      <xs:documentation xml:lang="nl">05080: Minimum recommended bezit period</xs:documentation>
      <xs:documentation xml:lang="es">05080: Minimum recommended tenencia period</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:choice>
         <xs:element name="Years" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">Minimum recommended holding period in years</xs:documentation>
               <xs:documentation xml:lang="de">Minimum recommended Bestand period in years</xs:documentation>
               <xs:documentation xml:lang="fr">Minimum recommended détention period dans years</xs:documentation>
               <xs:documentation xml:lang="nl">Minimum recommended bezit period in years</xs:documentation>
               <xs:documentation xml:lang="es">Minimum recommended tenencia period en years</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="Category">
            <xs:annotation>
               <xs:documentation xml:lang="en">V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
Neutral ... Neutral</xs:documentation>
               <xs:documentation xml:lang="de">V ... Very Short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
Neutral ... Neutral</xs:documentation>
               <xs:documentation xml:lang="fr">V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
Neutral ... Neutral</xs:documentation>
               <xs:documentation xml:lang="nl">V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
Neutral ... Neutral</xs:documentation>
               <xs:documentation xml:lang="es">V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
Neutral ... Neutral</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:enumeration value="V"/>
                  <xs:enumeration value="S"/>
                  <xs:enumeration value="M"/>
                  <xs:enumeration value="L"/>
                  <xs:enumeration value="Neutral"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
      </xs:choice>
   </xs:complexType>
</xs:element>