MinimumRecommendedHoldingPeriod

/FundsXML4/RegulatoryReportings/DirectReporting/EMT_V3/FinancialInstrument/TargetMarket/ClientObjectives/MinimumRecommendedHoldingPeriod

Diagram

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

Documentation

EN

05080: Minimum recommended holding period
RHP: Recommended Holding Period

DE

05080: Minimum recommended Bestand period
RHP: Recommended Bestand Period

FR

05080: Minimum recommended détention period
RHP: Recommended Détention Period

NL

05080: Minimum recommended bezit period
RHP: Recommended Bezit 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
7

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

654.22
xs:string

V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
H ... Hold to Maturity

V ... Very Short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
H ... Hold zu Maturity

V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
H ... Hold à Maturity

V ... Very short term (max 1Y)
S ... Short term (max 3Y)
M ... Medium term (max 5Y)
L ... Long term (min 5Y)
H ... Hold naar Maturity

M

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="MinimumRecommendedHoldingPeriod">
   <xs:annotation>
      <xs:documentation xml:lang="en">05080: Minimum recommended holding period
RHP: Recommended Holding Period</xs:documentation>
      <xs:documentation xml:lang="de">05080: Minimum recommended Bestand period
RHP: Recommended Bestand Period</xs:documentation>
      <xs:documentation xml:lang="fr">05080: Minimum recommended détention period
RHP: Recommended Détention Period</xs:documentation>
      <xs:documentation xml:lang="nl">05080: Minimum recommended bezit period
RHP: Recommended Bezit 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: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)
H ... Hold to Maturity</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)
H ... Hold zu Maturity</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)
H ... Hold à Maturity</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)
H ... Hold naar Maturity</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="H"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
      </xs:choice>
   </xs:complexType>
</xs:element>