InstrumentIssuer
/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII_V5/Portfolio/Positions/Position/DerivativeOrConvertible/UnderlyingInstrument/CreditRiskData/InstrumentIssuer
Diagram
Documentation
Name and codification of an Issuer
Identification of instrument issuer (or counterpart for OTC instruments).
Properties
- Type
- SIIIssuerType_V5
- 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
- 10
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:string | Entity name |
ExampleText | |
| LEICodeType | LEI or empty Legal Entity Identifier (LEI) (ISO 17442 standard) of the Entity or if not available the Interim Entity Identifier (IEI): |
889s4lSc168PlT728o95 | |
| xs:int | 9 |
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:xs="http://www.w3.org/2001/XMLSchema"
name="InstrumentIssuer"
type="SIIIssuerType_V5">
<xs:annotation>
<xs:documentation xml:lang="en">Identification of instrument issuer (or counterpart for OTC instruments).</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(SIIIssuerType_V5)
Referenced Type Definition (SIIIssuerType_V5)
<xs:complexType 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="SIIIssuerType_V5">
<xs:annotation>
<xs:documentation>Name and codification of an Issuer</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Name" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">Entity name</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Code" type="LEICodeType">
<xs:annotation>
<xs:documentation>LEI or empty</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CodeType">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:enumeration value="1"/>
<xs:enumeration value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>