SpecificInvestmentNeed

/FundsXML4/RegulatoryReportings/DirectReporting/EMT/FinancialInstrument/ClientObjectives/SpecificInvestmentNeed

Diagram

SpecificInvestmentNeed 05110: Yes or No or (Green investment, Ethical investment, Islamic banking, ESG, Other)

Documentation

05110: Yes or No or (Green investment, Ethical investment, Islamic banking, ESG, Other)

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
I
Restrictions
Base: xs:string
Length: 1
Enumeration:
  • Y
  • N
  • G
  • E
  • I
  • S
  • O

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="SpecificInvestmentNeed">
   <xs:annotation>
      <xs:documentation>05110: Yes or No or (Green investment, Ethical investment, Islamic banking, ESG, Other)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:length value="1"/>
         <xs:enumeration value="Y"/>
         <xs:enumeration value="N"/>
         <xs:enumeration value="G"/>
         <xs:enumeration value="E"/>
         <xs:enumeration value="I"/>
         <xs:enumeration value="S"/>
         <xs:enumeration value="O"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>