Identifiers
/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/Segments/Segment/SegmentDynamicData/Portfolios/Portfolio/Positions/Position/Identifiers
Diagram
Documentation
DE
Identifiers of instrument (like ISIN, Ticker, ...)
EN
Kennnummer des im Portfolio enthaltenen Instrumentes (ISIN, Ticker, ...)
Properties
- Type
- IdentifiersType
- 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
- 14
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| ISINType |
International Securities Identification Number (12 chars) |
AYR1OWW45WP0 | |
| (anonymous) |
Bloomberg identifiers |
||
| xs:string |
Committee on Uniform Security Identification Procedures (9 chars) |
aaaaaaaaa | |
| xs:string |
German Wertpapier-Kenn-Nummer (6 chars) |
aaaaaa | |
| LEICodeType |
Legal Entity Identification for Financial Contracts (20 chars) |
uZO4186azu2387LTH320 | |
| Text64Type |
Market Exchange Identifier |
ExampleText | |
| Text32Type |
Reuters Instrument Code |
ExampleText | |
| xs:string |
Stock Exchange Daily Official List (7 chars) |
NBCTVD5 | |
| xs:int |
Local swiss security number |
218 | |
| BicCodeType |
Business Identifier Code from SWIFT (3-12 chars) |
aaaaaaaaaaa | |
| Text256Type |
All other identifiers (with listed or free type) |
ExampleText |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="Identifiers"
type="IdentifiersType">
<xs:annotation>
<xs:documentation xml:lang="de">Identifiers of instrument (like ISIN, Ticker, ...)
</xs:documentation>
<xs:documentation xml:lang="en">Kennnummer des im Portfolio enthaltenen Instrumentes (ISIN, Ticker, ...)</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(IdentifiersType)
Referenced Type Definition (IdentifiersType)
<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="IdentifiersType">
<xs:sequence>
<xs:element minOccurs="0" name="ISIN" type="ISINType">
<xs:annotation>
<xs:documentation>International Securities Identification Number (12 chars)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Bloomberg">
<xs:annotation>
<xs:documentation>Bloomberg identifiers</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="Ticker" type="Text32Type">
<xs:annotation>
<xs:documentation>Bloomberg Ticker</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Exchange" type="Text16Type">
<xs:annotation>
<xs:documentation>Bloomberg exchange</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Market">
<xs:annotation>
<xs:documentation>Bloomberg market</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="Text16Type">
<xs:enumeration value="Govt"/>
<xs:enumeration value="Corp"/>
<xs:enumeration value="Mtge"/>
<xs:enumeration value="Mmkt"/>
<xs:enumeration value="Muni"/>
<xs:enumeration value="Pfd"/>
<xs:enumeration value="Equity"/>
<xs:enumeration value="Comdty"/>
<xs:enumeration value="Index"/>
<xs:enumeration value="Curncy"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="BBGID">
<xs:annotation>
<xs:documentation>Bloomberg Global Identifier (12 chars)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="12"/>
<xs:pattern value="[A-Z0-9]{12}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="CUSIP">
<xs:annotation>
<xs:documentation>Committee on Uniform Security Identification Procedures (9 chars)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="GermanWKN">
<xs:annotation>
<xs:documentation>German Wertpapier-Kenn-Nummer (6 chars)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="LEI">
<xs:annotation>
<xs:documentation>Legal Entity Identification for Financial Contracts (20 chars)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="LEICodeType">
<xs:length value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="2" minOccurs="0" name="MexID">
<xs:annotation>
<xs:documentation>Market Exchange Identifier</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Text64Type">
<xs:attribute name="type" type="Text16Type"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="2" minOccurs="0" name="ReutersRIC">
<xs:annotation>
<xs:documentation>Reuters Instrument Code</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Text32Type">
<xs:attribute name="type" type="Text16Type"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="SEDOL">
<xs:annotation>
<xs:documentation>Stock Exchange Daily Official List (7 chars)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="7"/>
<xs:minLength value="6"/>
<xs:pattern value="[B-DF-HJ-NP-TV-Z0-9]{6}[0-9]{1}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="SwissValorenCode" type="xs:int">
<xs:annotation>
<xs:documentation>Local swiss security number</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="SwiftBIC" type="BicCodeType">
<xs:annotation>
<xs:documentation>Business Identifier Code from SWIFT (3-12 chars)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="OtherID">
<xs:annotation>
<xs:documentation>All other identifiers (with listed or free type)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Text256Type">
<xs:attribute name="ListedType" type="ListedIdentifierType"/>
<xs:attribute name="FreeType" type="Text100Type"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>