InvestmentHorizon

/FundsXML4/Funds/Fund/Subfunds/Subfund/SubfundStaticData/InvestmentHorizon

Diagram

InvestmentHorizon Recommended holding period in years Minimum xs:decimal [0..1] Optimum xs:decimal [0..1]

Documentation

Recommended holding period in years

Properties

Type
(anonymous)
Cardinality
0..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
7
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:decimal 20.91
xs:decimal 887.34

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"
            minOccurs="0"
            name="InvestmentHorizon">
   <xs:annotation>
      <xs:documentation>Recommended holding period in years</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="Minimum" type="xs:decimal"/>
         <xs:element minOccurs="0" name="Optimum" type="xs:decimal"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>