CreditRiskData

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII_V5/Portfolio/Positions/Position/CreditRiskData

Diagram

CreditRiskData A46 to A54 + A57 + A59 - Useless for cash positions. Mandatory otherwise. Refers to Counterparty for OTC Derivatives. Corresponds to TPT block "Issuer data" (A46 to A59) InstrumentIssuer SIIIssuerType_V5 [1] IssuerGroup SIIIssuerType_V5 [1] IssuerCountry ISOCountryCodeType [1] EconomicArea EconomicArea2Type [0..1] StateGuarantee YesNoL1Type [0..1] CreditQualityStep CQSType [0..1] EconomicSector NACECodeType [0..1] Covered xs:string [0..1]

Documentation

en

A46 to A54 + A57 + A59 - Useless for cash positions.
Mandatory otherwise.
Refers to Counterparty for OTC Derivatives.
Corresponds to TPT block "Issuer data" (A46 to A59)

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
SIIIssuerType_V5

Identification of instrument issuer (or counterpart for OTC instruments).

Name and codification of an Issuer

SIIIssuerType_V5

Characteristics of final financial group the InstrumentIssuer belongs to (highest parent company).
Duplicate InstrumentIssuer data if identical to InstrumentIssuer

Name and codification of an Issuer

ISOCountryCodeType

Country of instrument issuer:
ISO country code 2 (ISO 3166-1)
or "XA" for Supranational issuers
or "EU" for European Union institutions

The ISOCountryCodeType is a type for decoding ISO-CountryCodes. It is used the two-letter ISO-CountryCodes (ISO 3166-1alpha-2). It is of the type string and has a length from exactly two letters.

Der ISOCountryCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Laendercodes bereit. Verwendet werden die zweistelligen ISO-Waehrungscodes (ISO 3166-1alpha-2). Er ist vom Typ string und hat eine Laenge von zwei Zeichen.

aa
EconomicArea2Type

Economic area code of Country:
1 EEA
2 OECD non EEA
3 non OECD.

SII Economic area of a country

2
YesNoL1Type

The instrument is guaranteed by the state of issuer ('Y') or not ('N')

Flag Y or N

N
CQSType

CQS: Synthetic issue or issuer rating.
Integer from 0=AAA to 6=CCC. plus 9=unrated

Credit Quality Step (Synthetic rating) 0 to 6 or 9 if no rating known.

4
NACECodeType

A54 - Economic sector of instrument issuer.
NACE code mandatory.
Optional for Derivatives or Underlying instruments.

NACE European code (7 positions) to identify a kind of economic activity

K
xs:string

A55 - The instrument is covered ("C") or not ('NC')

NC

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="CreditRiskData">
   <xs:annotation>
      <xs:documentation xml:lang="en">A46 to A54 + A57 + A59 - Useless for cash positions.
Mandatory otherwise.
Refers to Counterparty for OTC Derivatives.
Corresponds to TPT block "Issuer data" (A46 to A59)</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:complexContent>
         <xs:extension base="CreditRiskDataType_V5">
            <xs:sequence>
               <xs:element minOccurs="0" name="EconomicSector" type="NACECodeType">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">A54 - Economic sector of instrument issuer.
NACE code mandatory.
Optional for Derivatives or Underlying instruments.</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element minOccurs="0" name="Covered">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">A55 - The instrument is covered ("C") or not ('NC')</xs:documentation>
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="C"/>
                        <xs:enumeration value="NC"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:element>
            </xs:sequence>
         </xs:extension>
      </xs:complexContent>
   </xs:complexType>
</xs:element>