Category

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

Diagram

Category 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

Documentation

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

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
8
Sample Data
M
Restrictions
Base: xs:string
Enumeration:
  • V
  • S
  • M
  • L
  • H

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="Category">
   <xs:annotation>
      <xs:documentation>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: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>