OtherSpecificInvestmentNeed

/FundsXML4/RegulatoryReportings/DirectReporting/EMT_V4_2/FinancialInstrument/AdditionalInformationUK2/OtherSpecificInvestmentNeed

Diagram

OtherSpecificInvestmentNeed

Documentation

EN

10060: "Y - Yes, there is a CFD
I - There is an intention to produce a CFD
N - No, there is no intention to produce a CFD"

DE

10060: "Y - Yes, there ist ein CFD
I - There ist ein intention zu produce ein CFD
N - No, there ist kein intention zu produce ein CFD"

FR

10060: "Y - Yes, there est un CFD
I - There est un intention à produce un CFD
N - No, there est aucun intention à produce un CFD"

NL

10060: "Y - Yes, there is een CFD
I - There is een intention naar produce een CFD
N - No, there is geen intention naar produce een CFD"

Properties

Type
xs:string
Cardinality
0..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
Sample Data
N
Restrictions
Base: xs:string
Length: 1
Enumeration:
  • Y
  • I
  • N

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="OtherSpecificInvestmentNeed">
   <xs:annotation>
      <xs:documentation xml:lang="en">10060: "Y - Yes, there is a CFD
I - There is an intention to produce a CFD
N - No, there is no intention to produce a CFD"
</xs:documentation>
      <xs:documentation xml:lang="de">10060: "Y - Yes, there ist ein CFD
I - There ist ein intention zu produce ein CFD
N - No, there ist kein intention zu produce ein CFD"</xs:documentation>
      <xs:documentation xml:lang="fr">10060: "Y - Yes, there est un CFD
I - There est un intention à produce un CFD
N - No, there est aucun intention à produce un CFD"</xs:documentation>
      <xs:documentation xml:lang="nl">10060: "Y - Yes, there is een CFD
I - There is een intention naar produce een CFD
N - No, there is geen intention naar produce een CFD"</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:length value="1"/>
         <xs:enumeration value="Y"/>
         <xs:enumeration value="I"/>
         <xs:enumeration value="N"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>