kdpw_stream settlement operation type codes under ISO 15022/20022

Size: px
Start display at page:

Download "kdpw_stream settlement operation type codes under ISO 15022/20022"

Transcription

1 Appendix kdpw_stream settlement operation type codes under ISO 15022/20022 Specification of business requirements Version 0.4 Warsaw, June Krajowy Depozyt Papierów Wartościowych S.A. ul. Książęca Warszawa T F E kdpw@kdpw.pl Krajowy Depozyt Papierów Wartościowych Spółka Akcyjna z siedzibą w Warszawie (00-498) przy ulicy Książęcej 4, wpisana do rejestru przedsiębiorców prowadzonego przez Sąd Rejonowy dla m. st. Warszawy, XII Wydział Gospodarczy Krajowego Rejestru Sądowego, pod nr KRS , NIP , wysokość kapitału zakładowego i kapitału wpłaconego zł.

2 Table of contents Document history Introduction Settlement operation type attributes Operation type codes for selected settlement processes OTC trade Transactions which require opening and closing phase identification Corporate actions List of kdpw_stream settlement operations Transitional period Appendix 1 List of ISO20022 operation type codes Appendix 2 Operation type codes in ESMA s CSDR technical standards Appendix 3 Place of trade codes definition under ISO150022/ Face amount of debt instruments 2/28

3 Document history KDPW version 0.4 NMPG discussion results, update of transactions requiring matching KDPW version Open issues in NMPG discussions NMPG version Comments agreed by S&R NMPG PL KDPW version Clarification of CA provisions KDPW version Comments raised by NMPG PL KDPW version 0.2 Operations table edit KDPW version 0.1 First release 1. Introduction This document describes settlement operation codes under ISO15022/20022 requirements in kdpw_stream. The implementation of standard settlement operation attributes is a key part of the alignment of KDPW system communications with the international standards and practice. The requirement to identify the settlement operation type under ISO follows from the technical standards published by the European Securities and Markets Authority (ESMA) which accompany the European Regulation on improving securities settlement in the European Union and on central securities depositories (CSDR). This document presents a comparison of the existing and the new attributes of settlement operation types in kdpw_stream messages. The document contains a complete list of settlement operation types processed by KDPW and their new codes. Face amount of debt instruments 3/28

4 2. Settlement operation type attributes Settlement operations are currently defined in kdpw_stream using the following set of attributes: KDPW settlement transaction type - (KDPWSttlmTxTp) - 2 characters KDPW place of trade (KDPWPlcOfTrad) - 2 characters KDPW trading mode (KDPWTradMode) - 2 characters Transaction phase (TxPhs) - 4 characters All these attributes have values defined by KDPW and described in the KDPW Detailed Rules of Operation. In the new solution, settlement operations will be defined using the following attributes: Settlement transaction type (SttlmTxTp) - 4 characters Mandatory attribute of settlement instructions. Four-character code under ISO15022 in the field: 22F::SETR - Type of Settlement Transaction (counterpart to SctiesTxTp - SecuritiesTransactionType in ISO20022). Place of trade (PlcOfTrad) max, 16 characters Optional field. Used if necessary to define the place of trade of the original transaction in the settlement instruction. Exchange markets will be defined using an MIC. Counterpart to 94B::TRAD Place of Trade in ISO15022 and PlcOfTrad in ISO Trading mode (TradMode) max. 16 characters (we expect to use fourcharacter codes) Optional field. Only used if necessary to provide additional details of the transaction or settlement under the regulatory requirements, a fee schedule, specific operating requirements, etc. Four-character codes used in the field will be defined by KDPW. Trading mode in ISO messages will be defined in 22F::STCO - Settlement Transaction Condition in ISO15022 and SttlmTxCond in ISO Face amount of debt instruments 4/28

5 The new solution will not use the attribute Transaction phase (TxPhs). The kdpw_stream message structures require no alignment with the new settlement operation type codes. All of the required fields are included in the existing message versions. The table below presents kdpw_stream message fields used with the existing and the new settlement operation type codes. Transaction type Existing solution <KDPWSttlmTxTp> TR </KDPWSttlmTxTp> New solution <SttlmTxTp> TRAD </SttlmTxTp> Place of trade <KDPWPlacOfTrad> XG </KDPWPlacOfTrad> <PlacOfTrad> EXCH/XWAR </PlacOfTrad> Trading mode <KDPWTradMode> ZG </KDPWTradMode> <TradMode> GTDL </TradMode> Transaction phase <TxPhs> OPEN </TxPhs> None Face amount of debt instruments 5/28

6 The table below presents how the new settlement operation type codes in kdpw_stream correspond directly to codes used in ISO15022/ISO20022 messages. KDPW XML messages ISO15022 (SWIFT MT) ISO20022 Transaction type <SttlmTxTp> TRAD </SttlmTxTp> :22F::SETR//TRAD <SctiesTxTp> <Cd> TRAD </Cd> </SctiesTxTp> Place of trade <PlacOfTrad> EXCH/XWAR </PlacOfTrad> :94B::TRAD//EXCH/XWAR <PlcOfTrad> <Id> <MktIdrCd>XWAR</MktIdrCd> </Id> <Tp> <Cd>EXCH</Cd> </Tp> </PlcOfTrad> Trading mode <TradMode> EXWA </TradMode> :22F::STCO/KDPW/EXWA <SttlmTxCond> <Prtry> <Id>GTDL</Id> <Issr>KDPW</Issr> </Prtry> </SttlmTxCond> Face amount of debt instruments 6/28

7 3. Operation type codes for selected settlement processes 3.1 OTC trade The example below presents a settlement instruction for an OTC trade between participants AAAA and BBBB: <sese.ins > <GnlInf> <InstrTp>DP</InstrTp> <SndrMsgRef>A_INS1</SndrMsgRef> <FuncOfMsg>NEWM</FuncOfMsg> </GnlInf> <TradDtls> <ISIN>PL </ISIN> <ReqdSttlmQty> <Unit>1100</Unit> </ReqdSttlmQty> </TradDtls> <SttlmDtls> <SttlmTxTp>TRAD</SttlmTxTp> <SttlmDtTm> <Dt> </Dt> </SttlmDtTm> <DlvrgSdDtls> <DlvrgAgtDtls> <KDPWMmbId>AAAA</KDPWMmbId> <KDPWSafAcct>ABCD</KDPWSafAcct> </DlvrgAgtDtls> </DlvrgSdDtls> <RcvgSdDtls> <RcvgAgtDtls> <KDPWMmbId>BBBB</KDPWMmbId> <KDPWSafAcct>1213</KDPWSafAcct> </RcvgAgtDtls> </RcvgSdDtls> <SttlmAmt Ccy="PLN"> </SttlmAmt> </SttlmDtls> </sese.ins > As shown in the example, the only attribute necessary to identify the transaction type is the field SttlmTxTp which is completed with the value TRAD. The instruction contains no place of trade or trading mode identifier. 3.2 Transactions which require opening and closing phase identification For repo, tri-party repo, buy-sell-back, securities lending and collateral transactions, the opening and the closing phase need to be identified. According to the SMPG practice, the phase is identified using the settlement operation type and the instruction type. Face amount of debt instruments 7/28

8 The main kdpw_stream instruction types are: - DP/DN delivery versus payment / delivery free of payment (DvP, DFP), - PP/PN receive versus payment / receive free of payment (RvP, DFP). Depending on the scenario and transaction phase, the settlement instruction should specify the following operation type and instruction type values: Operation type Instruction type Description Repo REPU DP Repo opening leg collateral delivering party RVPO PP Repo opening leg cash delivering party REPU PP Repo closing leg cash returning party RVPO DP Repo closing leg collateral returning party Tri-party repo TRPO DP Repo opening leg collateral delivering party TRVO PP Repo opening leg cash delivering party TRPO PP Repo closing leg cash returning party TRVO DP Repo closing leg collateral returning party Buy-sell-back / sell-buy-back SBBK DP Opening selling party BSBK PP Opening buying party SBBK PP Closing selling party BSBK DP Closing buying party Securities lending SECL DN Loan opening lender SECB PN Loan opening borrower SECL PN Loan return lender SECB DN Loan return borrower Providing/releasing collateral COLO DN Collateral delivery (provider) COLI PN Collateral receive (recipient) COLO PN Delivered collateral return (provider) COLI DN Received collateral return (recipient) For instructions which require matching of the above operation codes, the following values will be cross-matched: REPU <-> RVPO TRPO <-> TRVO SBBK <-> BSBK SECL <-> SECB COLI <-> COLO Face amount of debt instruments 8/28

9 3.3 Corporate actions Settlement instructions generated as a result of corporate action processing will be identified with the operation type code CORP irrespective of the action type. An instruction will be linked to an action type using the CA identifier in the field CARef provided that the identifier has been issued as well as the action type code in the field CaCd. The following corporate action type codes will be used in the field CaCd: - CONV conversion of all securities marked with an ISIN code - PARI assimilation of all securities marked with an ISIN code - EXRI execution of subscription right - RHDI distribution of subscription right - SPLF split - SPLR reverse split - REDM redemption - CHAN, WRTH withdrawal of securities Face amount of debt instruments 9/28

10 4. List of kdpw_stream settlement operations The table below presents the new settlement operation codes processed in kdpw_stream. The list of operation types is based on the KDPW Detailed Rules of Operation effective as of 1 January Settlement operation codes processed by KDPW: TRAD trade settlement REPU repo transaction RVPO reverse repo transaction SBBK sell-buy-back transaction BSBK buy-sell-back transaction TRPO tri-party repo transaction TRVO - tri-party reverse repo transaction SECL securities lending transaction SECB securities borrowing transaction CORP corporate action settlement COLI collateral in COLO collateral out PLAC registration of financial instruments REDI withdrawal of securities PORT portfolio transfer OWNI internal transfer (within one institution) OWNE external transfer (involving more than one institution) CNCB central bank transaction Face amount of debt instruments 10/28

11 CLAI transfer resulting from a market claim MKUP mark-down MKDW mark-up INTP asset status change (KDPW internal code) - Unless the tables below specify otherwise, transfers of securities involving cash settlement take place in sessions 1-3 and of securities involving no cash settlement at sessions Unless indicated otherwise, real-time settlement of transactions of a given type (if operated in the real-time settlement system) takes place from 08:00 to 17:00 for transfers of securities involving cash settlement and from 08:00 to 13:00 for transfers of securities involving no cash settlement. Face amount of debt instruments 11/28

12 Types of operations which require the confirmation of settlement details have the following codes: Previous No. Operation Transact Place of trade Trading RTGS Settlem Comments code: ion type mode ent - Transaction session type - Place of trade - Trading mode - Transaction phase (previous item on the list) 1 a) Transaction concluded outside organised TRAD DvP: DvP: 1-3 TR-NR-ZN trading executed by KDPW FoP: FoP: 1-4 (95, 96) b) Registration of securities referred to in 40 subpara. 6 of the KDPW Rules FoP: FoP: 1-4 b-e: place of TR-IN-ZN c) Deregistration of securities from registration accounts kept in KDPW in connection with their settlement must be indicated (97) transfer to a foreign market FoP: FoP: 1-4 WZ-IN-ZN- CLO1 (65a) TR-IN-ZN Face amount of debt instruments 12/28

13 d) Registration of Treasury bills according to the (60) provisions of 40a subpara. 2 of the KDPW Rules - FoP: 1-4 RZ-IN-ZN (85b) e) Deregistration of Treasury bills from registration accounts kept in KDPW in connection with their transfer from an auxiliary FoP: FoP: 1-4 WZ-IN-ZN- CLO1 (65b) account kept for KDPW in the National Bank of Poland 2 Transfer of securities in connection with post- TRAD KDPW/XPXX DvP: DvP: 1-3 Currently, RTGS TR-XP-ZN transaction settlement FoP: FoP: 1-4 from 16:30 (93, 94) 3 Transfer of securities between participants accounts in connection with the settlement of a transaction concluded as part of a Treasury bond sale auction or sale auction of Bank Gospodarstwa Krajowego bonds, underwritten or guaranteed by the State Treasury, where a party to the transaction is an auction participant who is not a direct participant TRAD PRIM/NBPX DvP: TR-NB-SW (88) 4 Registration of securities in connection with their transfer from the UK market if such securities are registered in the UK market as CREST Depository Interests (CDI) 5 Presenting securities for deregistration in connection with their transfer to the UK market if such securities are to be registered in the UK market as CREST Depository Interests (CDI) MKUP FoP: FoP: 1-4 MU-IN-ZN (75) MKDW FoP: FoP: 1-4 MD-IN-ZN- SUBS (11) Face amount of debt instruments 13/28

14 6 Transfer of securities between accounts kept for different participants, other than the transfers referred to in other items 7 Transfer of securities between accounts kept for the same participant, other than the transfers referred to in other items 8 Transfer of securities between accounts kept for different participants without transfer of ownership of these securities OWNE FoP: FoP: 1-4 OE-IN-ZN (13 OT-IN-ZN (14) OI-IN-ZN (15-16) OWNI FoP: FoP: 1-4 OW-IN-ZN (18) PORT FoP: FoP: 1-4 PT-IN-ZN (24) 9 Leg of a repo transaction executed without using KDPW as intermediary 10 Transfer of securities following marking to market operations for a repo transaction concluded without using KDPW as intermediary 11 Leg of a sell-buy-back transaction executed without using KDPW as intermediary 12 Repo settlement performed as part of the tri-party repo service, including cash transfer performed as part of the tri-party repo service REPU/ RVPO COLI/ COLO SBBK/ BSBK TRPO/ TRVO DvP: DvP: 1-3 TR-NR-ZR- OPEN RE-NR-ZR- CLOS (96a, 96b) REPU Fop: DvP: 1-4 DvP: DvP: 1-3 TR-NR-ZB- OPEN RE-NR-ZN- CLOS (96c, 96d) - DvP: 1-3 RE-NR-ZN- OPEN RE-NR-ZN- Face amount of debt instruments 14/28

15 13 Transfer of securities following marking to market operations performed as part of the tri-party repo service, including cash transfer performed as part of the tri-party repo service COLI/CO LO CLOS (84a, 84b, 111) TRPO - DvP: 1-3 RE-NR-ZN (84c, 111) 14 Transfer of securities in connection with a securities SECL/ DvP: DvP: 1-3 TP-IN-ZN lending and borrowing agreement concluded outside SECB FoP: FoP: 1-4 (86a, 86b) the lending and borrowing system organised by KDPW 15 Registration of securities according to the provisions of TRAD PRIM DvP: DvP: 1-3 RZ-IN-ZN 40 subpara. 5 of the KDPW Rules FoP: FoP: 1-4 (85a, 86) ZW-IN-ZN (73, 74) 16 Deregistration of securities from participants accounts according to the provisions of 40 subpara. 5 of the KDPW Rules 17 Exercise of rights from convertible bonds, preference bonds or subscription warrants according to the provisions of 40 subpara. 5 of the KDPW Rules REDI - DvP: 1-3 FoP: 1-4 REDI EXWA - DvP: 1-3 FoP: 1-4 WZ-IN-ZN (98, 99) ZW-IN-ZN (100, 101) 18 Transfer of securities in connection with the clearing guarantee system operated by KDPW_CCP COLI/ COLO FoP: FoP: 1-3 MS-IN-ZN (101a, 101b, 74b, 74c) Face amount of debt instruments 15/28

16 Types of operations which require the confirmation of settlement details from BondSpot S.A. and trade counterparties have the following codes: Previous No. Operation Transact Place of trade Trading RTGS Settlem Comments code: ion type mode ent - Transaction session type - Place of trade - Trading mode - Transaction phase (previous item on the list) 19 Transaction concluded in secondary trading on the electronic market of Treasury securities operated by BondSpot S.A.. 20 Leg of a repo transaction executed on the electronic market organised by BondSpot S.A. TRAD EXCH/TBSP - DvP: 1-3 Instructions submitted from a market may require confirmation of one or both trading parties REPU/ EXCH/TBSP DvP: DvP: 1-3 Instructions RVPO submitted from a market may require confirmation of one or both trading parties TR-MT-ZN (54, 87, 102) RE-MT-ZN- OPEN RE-MT-ZN- CLOS (26, 27, 80, 80a, 103, 103a) Face amount of debt instruments 16/28

17 21 Leg of a sell-buy-back transaction executed on the electronic market organised by BondSpot S.A. 22 Repo settlement performed as part of the tri-party repo service for transactions executed on the electronic market organised by BondSpot S.A., including cash transfer performed as part of the tri-party repo service 23 Transfer of securities following marking to market operations performed as part of the tri-party repo service for transactions executed on the electronic market organised by BondSpot S.A., including cash transfer performed as part of the tri-party repo service SBBK/ BSBK TRPO/ TRVO COLI/ COLO EXCH/TBSP DvP: DvP: 1-3 Instructions submitted from a market may require confirmation of one or both trading parties RE-MT-ZN- OPEN RE-MT-ZN- CLOS (26, 27, 80, 80a, 103, 103a) EXCH/TBSP - DvP: 1-3 Instructions RE-MT-TRsubmitted from a OPEN market require RE-MT-TRconfirmation of CLOS both trading (103b, 103c, parties 112) EXCH/TBSP TRPO - DvP: 1-3 RE-MT-ZN (84d, 112) Types of operations which do not require the confirmation of settlement details have the following codes: Previous No. Operation Transact Place of trade Trading RTGS Settlem Comments code: ion type mode ent - Transaction session type - Place of trade - Trading Face amount of debt instruments 17/28

18 mode - Transaction phase (previous item on the list) 24 Stock exchange transaction concluded on a market other than the derivatives market whose settlement is guaranteed by the clearing fund or the KDPW clearing fund 25 Stock exchange transaction concluded outside a session Stock exchange transaction involving acquisition of a qualifying holding 26 Transaction concluded as part of a public offering through the Warsaw Stock Exchange 27 A buy-in or sell-out securities transaction concluded on the stock exchange market for the purpose of correct performance of obligations arising from the clearing of other transactions 28 Transaction concluded on the basis of an order submitted as part of a securities subscription carried out through the Warsaw Stock Exchange IT system 29 Transaction concluded in the alternative trading system organised by the Warsaw Stock Exchange whose settlement is guaranteed by the ATS Guarantee Fund, or the KDPW ATS Guarantee Fund TRAD EXCH/XWAR - DvP: 1-3 TR-XG-ZG (36) TRAD EXCH/XWAR TRPK - DvP: 1-3 TR-XG-PK TR-XG-ZP (39, 41) TRAD EXCH/XWAR TRSW - DvP: 1-3 TR-XX-SW (40) TRAD EXCH/XWAR BISO - DvP: 1-3 TR-XG-BI (42) TRAD PRIM/XWAR - DvP: 1-3 TR-XX-PS (43) TRAD EXCH/XNCO - DvP: 1-3 TR-XA-ZG (44) Face amount of debt instruments 18/28

19 30 - Block transaction concluded in the alternative trading system organised by the Warsaw Stock Exchange - Transaction involving the acquisition of a qualifying shareholding, executed in the alternative trading system organised by the Warsaw Stock Exchange 31 A buy-in or sell-out securities transaction concluded in the alternative trading system organised by the Warsaw Stock Exchange for the purpose of correct performance of obligations arising from the clearing of other transactions 32 Block transaction concluded on the over-the-counter regulated market 33 Transaction concluded on the over-the-counter regulated market whose settlement is guaranteed by the clearing fund or the KDPW clearing fund 34 Transaction concluded in the alternative trading system organised by BondSpot S.A. whose settlement is guaranteed by the ATS Guarantee Fund, or the KDPW ATS Guarantee Fund 35 Block transaction concluded in the alternative trading system organised by BondSpot S.A. 36 Transfer of securities between participants accounts in connection with the settlement of a transaction concluded as part of a Treasury bond redemption auction or a redemption auction of Bank Gospodarstwa Krajowego bonds, underwritten or guaranteed by the State Treasury TRAD EXCH/XNCO TRPK - DvP: 1-3 TR-XA-PK TR-XA-ZP (45, 47) TRAD EXCH/XNCO BISO - DvP: 1-3 TR-XA-BI (46) TRAD EXCH/RPWC TRPK - DvP: 1-3 TR-XC-PK TR-XC-ZP (48, 50) TRAD EXCH/RPWC - DvP: 1-3 TR-XC-ZG (51) TRAD EXCH/BOSP - DvP: 1-3 TR-XM-ZG (52) TRAD EXCH/BOSP TRPK - DvP: 1-3 TR-XM-ZP (53) TRAD SECM/NBPX - DvP: 1-2 TR-NB-ZN (55) Face amount of debt instruments 19/28

20 37 a) Transaction involving the sale to a bank or the purchase from a bank of Treasury securities by the National Bank of Poland at auction as part of the monetary policy, b) the sale to a bank or the purchase from a bank of Treasury securities by the National Bank of Poland outside auction as part of the monetary policy. 38 Transfer of securities between participants accounts in connection with the settlement of a transaction concluded as part of a Treasury bond exchange auction or an exchange auction of Bank Gospodarstwa Krajowego bonds, underwritten or guaranteed by the State Treasury - redemption 39 Transfer of securities between participants accounts in connection with the settlement of a transaction concluded as part of a Treasury bond exchange auction or an exchange auction of Bank Gospodarstwa Krajowego bonds, underwritten or guaranteed by the State Treasury - allocation 40 Transfer of securities between participants accounts in connection with the settlement of a transaction concluded as part of a Treasury bond sale auction or a sale auction of Bank Gospodarstwa Krajowego bonds, underwritten or guaranteed by the State Treasury 41 Obligatory buyout of shares of a public company referred to in 82 subpara. 1 of the Law on public offerings TRAD SECM/NBPX TRPP - DvP: 1 TR-NB-PP (55a) TRAD SECM/NBPX - FoP: 1-4 TR-NB-ZN (56) TRAD PRIM/NBPX - FoP: 1-4 TR-NB-ZN (56) TRAD PRIM/NBPX DvP: TR-NB-SW (57) TRAD - DvP: 1-3 TR-IN-ZN (59) Face amount of debt instruments 20/28

21 42 Delivery of underlying instrument in connection with exercise of derivative instrument OWNE SECM/KDPW - FoP: 1-3 TR-DV-ZG (60b) 43 Repo transaction settled on the basis of a settlement instruction sent by KDPW_CCP 44 Sell-buy-back transaction settled on the basis of a settlement instruction sent by KDPW_CCP REPU/RV PO SBBK/ BSBK OTCO/KDPW - DvP: 1-3 TR-OC-ZG (60a) OTCO/KDPW - DvP: 1-3 TR-OC-ZG (60a) 45 Settlement instructions generated as a result of corporate action processing CORP R, 1-4 AS-IN-ZN CH-IN-ZN PP-IN-ZN PP-IN-ZN PP-IN-ZN PP-IN-ZN RZ-IN-ZN- OPEN WY-IN-ZN WZ-IN-ZN (1, 6, 20, 21, 22, 23a, 34, 64, 66) 46 Registration of financial instruments in the depository PLAC FoP: DvP: 1-3 FoP: 1-4 RZ-IN-ZN (33) PP-IN-ZN Face amount of debt instruments 21/28

22 (23b) 47 Deregistration of securities from the account of a participant REDI CLOS FoP: FoP: 1-4 WZ-IN-ZN CLOS (67) 48 Granting and returning an automatic securities loan SECB/ SECL AUTO - DvP: 1-3 BO-IN-ZN- OPEN BO-IN-ZN- CLOS (2, 3, 9, 10) 49 Settlement related to the grant of a loan concluded in the negotiated lending system Settlement related to the return of a loan concluded in the negotiated lending system SECB/ SECL PNEG - DvP: 1-3 LB-PN-ZN- OPEN LB-PN-ZG- CLOS (7, 7a) 50 Lender substitution SECB/ SECL SUBS - FoP: 1-3 LE-IN-ZN- SUBS (8) 51 Leg of a repo transaction concluded between the REPU/ OTCO/NBPX Opening: DvP: 1 RE-NB-ZN- National Bank of Poland and a bank RVPO 17:00 OPEN Closing: RE-NB-ZN- 11:00 CLOS (28, 29) 52 Transfer of securities onto the account of the National CNCB Delivery: Delivery: CB-IN-ZN Bank of Poland for the purpose of collateralising CB-NB-ZN technical credit Return: Return: (4, 5) Transfer of securities onto KDPW participant s account from the account of the National Bank of Poland in connection with the repayment of technical credit Face amount of debt instruments 22/28

23 53 Transfer of the collateral for a securities loan to the lender 54 Transfer of securities contributed as initial margin by order of a participant COLI/ COLO COLI/ COLO - FoP 1-3 TZ-IN-ZN (61) FoP: FoP: 1-3 TZ-IN-ZN (62a) 55 Change of the status of securities INTP FoP: FoP: 1-4 ZS-IN-ZN (69, 70) Face amount of debt instruments 23/28

24 Types of operations involving only cash transfers have the following codes: Previous No. Operation Transact Place of trade Trading RTGS Settlem Comments code: ion type mode ent - Transaction session type - Place of trade - Trading mode - Transaction phase (previous item on the list) 56 Cash transfer in connection with the settlement of a transaction according to 50 of the KDPW Rules Cash transfer related to the processing of compensation referred to in 68 of the KDPW Rules 57 Cash transfer in connection with a fee charged as a result of the refusal by a participant to accept a transaction concluded as part of a Treasury bond redemption or exchange tender organised by the Ministry of Finance CLAI KP-IN-ZN (104) KR-IN-ZN (113) OWNE INTR :45 - DP-IN-ZN (105) 58 Cash transfer in connection with: - replenishment of a shortage or return of a surplus of contractual collateral of a negotiated loan, or - take-over of contractual collateral of a negotiated loan COLI/ COLO PNEG ZP-IN-ZN (106) Face amount of debt instruments 24/28

25 by KDPW_CCP 59 Cash transfer in connection with the processing of collateral of automatic securities loans 60 Cash transfer in connection with the execution of a cash payment arising from a transaction executed outside organised trading, determined on the basis of an instruction sent by KDPW_CCP COLI/ COLO COLI/ COLO AUTO BP-IN-ZN (108) CCPT IP-OC-ZG (109) Face amount of debt instruments 25/28

26 5. Transitional period Settlement instructions submitted to kdpw_stream before the implementation date of the new codes to be settled after the implementation date should use the existing operation type codes. Status and settlement confirmation messages for such instructions sent after the implementation date will use the new operation type codes. Face amount of debt instruments 26/28

27 Appendix 1 List of ISO20022 operation type codes This section presents the list of settlement operation type codes in ISO20022 messages. The kdpw_stream codes are a subset of the codes on the list presented below. AUTO AutoCollateralisation Relates to an auto-collateralisation movement BSBK Buy Sell Back - Relates to a buy sell back transaction. CLAI Market Claim Transaction resulting from a market claim. CNCB Central Bank Collateral Operation Relates to a collateral delivery/receipt to a National Central Bank for central bank credit operations. COLI Collateral In Relates to a collateral transaction, form the point of view of the collateral taker or its agent. COLO Collateral Out Relates to a collateral transaction, form the point of view of the collateral giver or its agent. CONV DR Conversion Relates to a depository receipt conversion. CORP Corporate action Relates to a corporate action ETFT Exchange Traded Funds Relates to an exchange traded fund (ETF) creation or redemption. FCTA Factor Update Relates to a factor update. INSP Move of Stock Relates to a movement of shares into or out of a pooled account. ISSU Issuance Relates to the issuance of a security such as an equity or a depository receipt. MKDW Mark-Down Relates to the decrease of positions held by an ICSD at the common depository due to custody operations (repurchase, pre-release, proceed of corp. event realigned). MKUP Mark-Up Relates to the increase of positions held by an ICSD at the common depository due to custody operations (repurchase, pre-release, proceed of corporate event realigned). NETT Netting Relates to the netting of settlement instructions. NSYN Non Syndicated Relates to the issue of medium and short term paper (CP, CD, MTN,notes...) under a program and without syndication arrangement. OWNE External Account Transfer Relates to an account transfer involving more than one instructing party (messages sender) and/or account servicer (messages receiver). OWNI Internal Account Transfer Relates to an account transfer involving one instructing party messages sender at one account servicer (messages receiver). PAIR Pair-Off Relates to a pair-off: the transaction is paired off and netted against one or more previous transactions. PLAC Placement Relates to the placement/new issue of a financial instrument. PORT Portfolio Move Relates to a portfolio move from one investment manager to another and/or from an account servicer to another. It is generally charged differently than another account transfer (OWNE, OWNI, INSP), hence the need to identify this type of transfer as such. REAL Realignment Relates to a realignment of positions. REDI Withdrawal Relates to the withdrawal of specified amounts from specified subaccounts. REDM Redemption (Funds) Relates to a redemption of Funds (Funds Industry ONLY). RELE DR Release/Cancellation Relates to a release (into/from local) of Depository Receipt operation. REPU Repo Relates to a repurchase agreement transaction. RODE Return of Delivery Without Matching Relates to the return of financial instruments resulting from a rejected delivery without matching operation. RVPO Reverse Repo Relates to a reverse repurchase agreement transaction. SBBK Sell Buy Back Relates to a sell buy back transaction. SBRE Borrowing Reallocation Internal reallocation of a borrowed holding from one safekeeping account to another. SECB Securities Borrowing Relates to a securities borrowing operation. SECL Securities Lending Relates to a securities lending operation. SLRE Lending Reallocation Internal reallocation of a holding on loan from one safekeeping account to another. SUBS Subscription (Funds) Relates to a subscription to funds (Funds Industry ONLY). SYND Syndicate of Underwriters Relates to the issue of financial instruments through a syndicate of underwriters and a Lead Manager. TBAC TBA Closing Relates to a To Be Announced (TBA) closing trade. TRAD Trade Relates to the settlement of a trade. TRPO Triparty Repo Relates to a triparty repurchase agreement. TRVO Triparty Reverse Repo Relates to a triparty reverse repurchase agreement. TURN Turnaround Relates to a turnaround: the same security is bought and sold to settle the same day, to or from different brokers. Face amount of debt instruments 27/28

28 Appendix 2 Operation type codes in ESMA s CSDR technical standards Under the record keeping requirements, ESMA requires at least the following operation type codes: a) TRAD - purchase or sale of securities; b) COLI/COLO/CNCB - collateral management operations; c) SECL/SECB - securities lending/borrowing operations; d) REPU/RVPO/TRPO/TRVO/ BSBK/ SBBK - repurchase transactions; e) OTHR (or more granular codes as provided by the CSD) - others. Appendix 3 Place of trade codes definition under ISO150022/20022 TRAD Place of Trade Place at which the order was traded, directly by the instructing party or not. FORMAT :4!c/[8c]/4!c[/30x] (Qualifier)(Data Source Scheme)(PlaceCode)(Narrative) Place Code must contain one of the following codes: EXCH Stock Exchange Place of trade is a stock exchange. OTCO Over The Counter Place of trade is over the counter. PRIM Primary Market Place of trade is the primary market. SECM Secondary Market Place of trade is the secondary market. VARI Various Trade was executed on various places. USAGE RULES When Place Code is OTCO, Narrative, if present, must specify the system. When Place Code is EXCH, Narrative, if present, must specify the Market Identifier Code (MIC). A cross-exchange netted transaction is to be identified by the combination of Various (Place field :94B::TRAD//VARI) and Netting (Indicator field :22F::SETR//NETT). Face amount of debt instruments 28/28

The NL market s response to ESMA s consultation of 10 July 2017 (ESMA )

The NL market s response to ESMA s consultation of 10 July 2017 (ESMA ) Consultation response DACSI 17-1117 Guidelines on Internalised Settlement Reporting under Article 9 of CSDR The NL market s response to ESMA s consultation of 10 July 2017 (ESMA70-151-457) Date 14 September

More information

Re.: Systemic harmonisation with CSDR requirements Phase 1 (2017 spring implementation window)

Re.: Systemic harmonisation with CSDR requirements Phase 1 (2017 spring implementation window) SCP /ZW/2/2017 CCP/ZW/53/2017 Warsaw, 20 January 2017 KDPW Participants KDPW_CCP Participants (organised trade & OTC) Re.: Systemic harmonisation with CSDR requirements Phase 1 (2017 spring implementation

More information

Re.: Modifications in KDPW and KDPW_CCP IT systems scheduled in 2017

Re.: Modifications in KDPW and KDPW_CCP IT systems scheduled in 2017 SCP/ZW/12/2016 CCP/ZW/609/2016 Warsaw, 30 September 2016 KDPW Participants KDPW_CCP Participants Re.: Modifications in KDPW and KDPW_CCP IT systems scheduled in 2017 Dear Sir or Madam, Below please find

More information

Identification of Securities Financing Transactions Using Standard Message Formats. Version 1.0, produced for ICMA/ERC

Identification of Securities Financing Transactions Using Standard Message Formats. Version 1.0, produced for ICMA/ERC Identification of Securities Financing Transactions Using Standard Message Formats Version 1.0, produced for ICMA/ERC 17 November 2014 Executive summary Regulators are asking the industry to become safer

More information

RA ID : CHANGE REQUEST. A. Origin of the request:

RA ID : CHANGE REQUEST. A. Origin of the request: ISO Change Requests in the context of the T2S Change Requests 587, 600 and 607 (CRG is invited to provide additional business scenarios to spport the ISO CRs if required below) RA ID : A. Origin of the

More information

T2S PROJECT SAMPLE MESSAGES

T2S PROJECT SAMPLE MESSAGES T2S PROJECT SAMPLE MESSAGES Version 0.1 Deliverable Name: T2S PR FT FS Sample Messages Deliverable Number: Status: T2S-185 Issued externally Issue Date: 15/08/2014 CONTENTS 1. Document Management... 3

More information

Introductory comments

Introductory comments Introductory comments The (AFME) welcomes the opportunity to comment on the ESMA Discussion Paper on Guidelines on Internalised Settlement Reporting under Article 9 of CSDR. AFME s intention is to work

More information

DB response to ESMA s consultation on guidelines on Internalised Settlement Reporting under Article 9 of CSDR

DB response to ESMA s consultation on guidelines on Internalised Settlement Reporting under Article 9 of CSDR EU Transparency Register ID Number 271912611231-56 ESMA 103 rue de Grenelle 75007 Paris France Deutsche Bank AG Winchester House 1 Great Winchester Street London EC2N 2DB Tel +44 20 75458000 Direct Tel

More information

The Role of KDPW as CSD in the Polish Market

The Role of KDPW as CSD in the Polish Market The Role of KDPW as CSD in the Polish Market Polish National Depository for Securities (KDPW) IX International AECSD Conference Kyiv, 6 September 2012 KDPW Introduction Responsibilities: Central securities

More information

SETTLEMENT AND ISO STANDARDS: POLAND MARKET PRACTICE

SETTLEMENT AND ISO STANDARDS: POLAND MARKET PRACTICE SETTLEMENT AND ISO 15022 STANDARDS: POLAND MARKET PRACTICE Issued on behalf of the Polish Market Practice Group. Created: March 2014 Last updated: August 2018 1 I. Introduction: The purpose of this document

More information

Re.: Modifications to KDPW and KDPW_CCP IT systems scheduled in 2018

Re.: Modifications to KDPW and KDPW_CCP IT systems scheduled in 2018 SCP /ZW/19/2017 CCP/ZW/661/2017 Warsaw, 29 September 2017 To: KDPW Participants KDPW_CCP Participants Re.: Modifications to KDPW and KDPW_CCP IT systems scheduled in 2018 Dear Sir or Madam, Below please

More information

FINANCIAL INSTRUMENTS

FINANCIAL INSTRUMENTS CASH AND DERIVATIVES MARKET FINANCIAL INSTRUMENTS CASH MARKET OTC DERIVATIVES, OTC REPO T-BONDS, EQUITIES NBP WSE 100% Regulated market (RM) ATS market OTC market Non-centrally cleared Treasury Equity

More information

Company Profile. CENTRAL SECURITIES DEPOSITORY of POLAND (KDPW SA) Poland. Dr Iwona Sroka

Company Profile. CENTRAL SECURITIES DEPOSITORY of POLAND (KDPW SA) Poland. Dr Iwona Sroka Company Profile Organization Name: Country/ Region: Name of CEO: Capital (US$): CENTRAL SECURITIES DEPOSITORY of POLAND (KDPW SA) Poland Dr Iwona Sroka 5 570 144,03 (21 000 000 PLN) Number of Officers

More information

Markets & Securities Services SWIFT. Citi ISO15022 Field 22F Codes List For Sequence E Settlement Details (MT ) (as of SR2014)

Markets & Securities Services SWIFT. Citi ISO15022 Field 22F Codes List For Sequence E Settlement Details (MT ) (as of SR2014) Markets & Securities Services SWIFT Citi ISO15022 Field 22F Codes List For Sequence E Settlement Details (MT540-547) (as of SR2014) In addition to the MT544-547 settlement confirmations, qualifiers/codes

More information

National Depository for Securities (KDPW) and Clearing House KDPW_CCP

National Depository for Securities (KDPW) and Clearing House KDPW_CCP National Depository for Securities (KDPW) and Clearing House KDPW_CCP Warsaw, January 2013 Agenda KDPW and KDPW_CCP on the Polish Capital Market National Depository for Securities (KDPW) Clearing House

More information

ΤΑRGET2 Securities/BOGS COMMUNICATION WITH BOGS SWIFT MESSAGES APRIL 2014

ΤΑRGET2 Securities/BOGS COMMUNICATION WITH BOGS SWIFT MESSAGES APRIL 2014 ΤΑRGET2 Securities/BOGS COMMUNICATION WITH BOGS SWIFT MESSAGES APRIL 2014 1 ΤΑRGET2 Securities/BOGS 1. Communication with BOGS 2. Template MT541 3. Amendments MT530 a) Template - Linkages b) Template -

More information

DISCLOSURE FRAMEWORK FOR SECURITIES SETTLEMENT SYSTEMS. Krajowy Depozyt Papierów Wartościowych SA (The National Depository for Securities)

DISCLOSURE FRAMEWORK FOR SECURITIES SETTLEMENT SYSTEMS. Krajowy Depozyt Papierów Wartościowych SA (The National Depository for Securities) DISCLOSURE FRAMEWORK FOR SECURITIES SETTLEMENT SYSTEMS Krajowy Depozyt Papierów Wartościowych SA (The National Depository for Securities) September 2000 Preamble and Disclaimer Notice The following document

More information

Repurchase Agreement (REPO) Settlement Market Practice

Repurchase Agreement (REPO) Settlement Market Practice Repurchase Agreement (REPO) Settlement Market Practice Status: Final/Approved Update date: 3/08/2019 Update. Impl. date: --- Author: SMPG - 1 - Contents I. OVERALL SCOPE AND DEFINITIONS:...4 II. SINGLE

More information

RULES OF THE WSE BONDSPOT ATS GUARANTEE FUND

RULES OF THE WSE BONDSPOT ATS GUARANTEE FUND RULES OF THE WSE BONDSPOT ATS GUARANTEE FUND Valid as of 1 September 2016 CHAPTER I General Provisions 1 1. These rules define the procedures for the creation and use of the guarantee fund securing the

More information

GLOBAL MARKET PRACTICE FOR INITIAL PUBLIC OFFERING (IPO)

GLOBAL MARKET PRACTICE FOR INITIAL PUBLIC OFFERING (IPO) GLOBAL MARKET PRACTICE FOR INITIAL PUBLIC OFFERING (IPO) Disclaimer The Securities Market Practice Group is a group of experts who devote their time on a voluntary basis to define global and local market

More information

KDPW Group State-of-the-art post-trade infrastructure. Dr. Iwona Sroka President & CEO of KDPW and KDPW_CCP

KDPW Group State-of-the-art post-trade infrastructure. Dr. Iwona Sroka President & CEO of KDPW and KDPW_CCP KDPW Group State-of-the-art post-trade infrastructure Dr. Iwona Sroka President & CEO of KDPW and KDPW_CCP Warsaw, 15 September 2014 join the celebrations of the 25th anniversary of economic freedom in

More information

BGŻ Group. Presentation of H results. Warsaw, 13 August 2013

BGŻ Group. Presentation of H results. Warsaw, 13 August 2013 BGŻ Group Presentation of H1 2013 results Warsaw, 13 August 2013 Disclaimer This presentation has been prepared by Bank Gospodarki Żywnościowej S.A., hereafter the Bank. The data contained within this

More information

Guideline Processing of Corporate Actions

Guideline Processing of Corporate Actions Annex 28 to the GTC of OeKB CSD SD Guideline Processing of Corporate Actions Guideline for the Processing of Corporate Actions of Securities Held in Safekeeping and Managed by OeKB CSD as Issuer CSD or

More information

Sell/Buy - Buy/Sell Back Settlement Market Practice

Sell/Buy - Buy/Sell Back Settlement Market Practice Sell/Buy - Buy/Sell Back Settlement Market Practice Status: Final Update date: March, 2013 Recom Impl date: May 2013 Author: SMPG - 1 - I. SCOPE AND DEFINITIONS:... 3 II. ACTORS AND ROLES.3 III. ACTIVITY

More information

Gergely Koczan Potential benefits and challenges of taking collateral for Eurosystem credit operations in T2S

Gergely Koczan Potential benefits and challenges of taking collateral for Eurosystem credit operations in T2S Gergely Koczan Potential benefits and challenges of taking collateral for Eurosystem credit operations in T2S AMI-SeCo Workshop on Eurosystem deliberations on taking collateral 11 May 2017, Madrid Rubric

More information

mbank HIPOTECZNY S.A.

mbank HIPOTECZNY S.A. mbank HIPOTECZNY S.A. Warsaw, 9 October 2017 Issue of mortgage covered bearer bonds for a total nominal value of PLN 1,000,000,000 Series HPA32 issued under the mortgage covered bond issuance program of

More information

Dział Rozwoju Systemów Informatycznych ---------------------------------------------------------------------------------------------------------------------------- Rules of exchanging ISO20022 messages

More information

RULES. Krajowy Depozyt Papierów Wartościowych (KDPW) CHAPTER I GENERAL PROVISIONS

RULES. Krajowy Depozyt Papierów Wartościowych (KDPW) CHAPTER I GENERAL PROVISIONS rules_ of Krajowy Depozyt Papierów Wartościowych (KDPW) Valid as of 1 January 2018 RULES Of Krajowy Depozyt Papierów Wartościowych (KDPW) CHAPTER I GENERAL PROVISIONS 1 1. The Rules of Krajowy Depozyt

More information

USER REQUIREMENTS CHAPTER 5 LIFECYCLE MANAGEMENT AND MATCHING REQUIREMENTS

USER REQUIREMENTS CHAPTER 5 LIFECYCLE MANAGEMENT AND MATCHING REQUIREMENTS USER REQUIREMENTS CHAPTER 5 LIFECYCLE MANAGEMENT AND MATCHING REQUIREMENTS T2S project Team Reference: T2S-07-0355 Date: 15 November 2007 Version: 1 Status: Final TABLE OF CONTENT 5 Lifecycle Management

More information

Subject: Harmonization of the CDCC's business operations with EU Regulation (CSDR)

Subject: Harmonization of the CDCC's business operations with EU Regulation (CSDR) MANAGEMENT BOARD Ref. No.: U-101/00-551/VR Zagreb, 1 February 2017 Subject: Harmonization of the CDCC's business operations with EU Regulation (CSDR) Dear Sirs, Hereby we would like to inform you about

More information

BGŻ Group. Presentation of Q1-Q results. Warsaw, 13 November 2013

BGŻ Group. Presentation of Q1-Q results. Warsaw, 13 November 2013 BGŻ Group Presentation of Q1-Q3 2013 results Warsaw, 13 November 2013 Disclaimer This presentation has been prepared by Bank Gospodarki Żywnościowej S.A., hereafter the Bank. The data contained within

More information

mbank HIPOTECZNY S.A.

mbank HIPOTECZNY S.A. mbank HIPOTECZNY S.A. Warsaw, 26 September 2016 Issue of mortgage covered bearer bonds for a total nominal value of EUR 13,000,000 Series HPE14 issued under the mortgage covered bond issuance program of

More information

RESOLUTION 7/2015 OF THE MANAGEMENT BOARD OF NARODOWY BANK POLSKI. of 12 March 2015

RESOLUTION 7/2015 OF THE MANAGEMENT BOARD OF NARODOWY BANK POLSKI. of 12 March 2015 RESOLUTION 7/2015 OF THE MANAGEMENT BOARD OF NARODOWY BANK POLSKI of 12 March 2015 concerning the introduction of the "Regulations on operating accounts and deposit accounts for Treasury bills and NBP

More information

Key Economic Figures in the CEE

Key Economic Figures in the CEE 2 3 Key Economic Figures in the CEE COUNTRY POPULATION (mln person) REAL GDP GROWTH RATE - volume (% change on previous year) REAL GDP PER CAPITA GROWTH RATE ( EUR per capita) GDP at market prices (mln

More information

mbank HIPOTECZNY S.A.

mbank HIPOTECZNY S.A. mbank HIPOTECZNY S.A. Warsaw, 19 June 2018 Issue of mortgage covered bearer bonds for a total nominal value of up to PLN 300,000,000 Series HPA33 issued under the mortgage covered bond issuance program

More information

Guidelines On the Process for the Calculation of the Indicators to Determine the Substantial Importance of a CSD for a Host Member State

Guidelines On the Process for the Calculation of the Indicators to Determine the Substantial Importance of a CSD for a Host Member State Guidelines On the Process for the Calculation of the Indicators to Determine the Substantial Importance of a CSD for a Host Member State 28 March 2018 ESMA70-708036281-67 Table of Contents I. Executive

More information

Consultation Paper Guidelines on Internalised Settlement Reporting under Article 9 of CSDR

Consultation Paper Guidelines on Internalised Settlement Reporting under Article 9 of CSDR Consultation Paper Guidelines on Internalised Settlement Reporting under Article 9 of CSDR 10 July 2017 ESMA70-151-457 Date: 10 July 2017 Responding to this paper ESMA invites comments on all matters in

More information

DCP AUTHORIZATION TEST CASES T2S PROJECT

DCP AUTHORIZATION TEST CASES T2S PROJECT DCP AUTHORIZATION TEST CASES T2S PROJECT Version 4.1 REVIEW dated 6 th July 2015 1 Target2 Securities - DCP AUTHORIZATION TEST v. 4.1 Review [T2S 208] Contents 1 DOCUMENT MANAGEMENT 5 1.1 Document History

More information

NASDAQ CSD CORPORATE ACTION SERVICE DESCRIPTION. Nasdaq Central Securities Depository in Baltic

NASDAQ CSD CORPORATE ACTION SERVICE DESCRIPTION. Nasdaq Central Securities Depository in Baltic NASDAQ CSD CORPORATE ACTION SERVICE DESCRIPTION Nasdaq Central Securities Depository in Baltic v 1.4. September 2017 1 TABLE OF CONTENTS 1 INTRODUCTION... 6 1.1 PURPOSE OF THE DOCUMENT... 6 1.2 TARGET

More information

BGŻ Group. Presentation of H results. Warsaw, August 13, 2014

BGŻ Group. Presentation of H results. Warsaw, August 13, 2014 BGŻ Group Presentation of H1 2014 results Warsaw, August 13, 2014 Disclaimer This presentation has been prepared by Bank Gospodarki Żywnościowej S.A., hereafter the Bank. The data contained within this

More information

Regulation on Book Entry System of Securities, approved by the DCA of the NBM, No. 250 of October 25, 2012

Regulation on Book Entry System of Securities, approved by the DCA of the NBM, No. 250 of October 25, 2012 Published on ( http://www.bnm.org) Print Expand Hide.2.202 Regulation on Book Entry System of Securities, approved by the DCA of the NBM, No. 250 of October 25, 202 Published in the Official Monitor of

More information

Description of Transactions in Debt Securities

Description of Transactions in Debt Securities Description of Transactions in Debt Securities mbank.pl Table of Contents 1. Definitions...3 2. Accounts...3 3. Entering into the Transaction...3 4. Transaction Performance...4 5. Non-delivery...4 6. General

More information

BGŻ Group. Presentation of Q results. Warsaw, November 7th, 2014

BGŻ Group. Presentation of Q results. Warsaw, November 7th, 2014 BGŻ Group Presentation of Q3 2014 results Warsaw, November 7th, 2014 Disclaimer This presentation has been prepared by Bank Gospodarki Żywnościowej S.A., hereafter the Bank. The data contained within this

More information

NBB-SSS Securities settlement system of the National Bank of Belgium. Regulations January 2012 English translation - for information purposes only

NBB-SSS Securities settlement system of the National Bank of Belgium. Regulations January 2012 English translation - for information purposes only NBB-SSS Securities settlement system of the National Bank of Belgium Regulations January 2012 English translation - for information purposes only National Bank of Belgium, Brussels All rights reserved.

More information

Triparty Arrangements for Collateral Management

Triparty Arrangements for Collateral Management Triparty Arrangements for Management IIFM Industry Seminar on Islamic Capital Market, Liquidity Management and Risk Mitigation Instruments Bahrain, 9 th December 2012 José Manoka Mussala Global Securities

More information

Proposed Business Model

Proposed Business Model T+2 Settlement Cycle Proposed Business Model 9 th January 2017 Contents 1. Introduction... 4 2. Definitions... 4 3. Structure... 6 4. Settlement Cycle... 8 5. Pre-order checks... 11 6. Custody Controls...

More information

Repo Settlement Market Practice

Repo Settlement Market Practice Repo Settlement Market Practice Status: Final Update date: March 2010 Author: SMPG - 1 - SCOPE AND DEFINITIONS:... 4 ONE MESSAGE MARKET PRACTICE... 5 I. GENERAL MARKET PRACTICE RULES:... 5 A. Instruction

More information

INVITATION TO SUBMIT OFFERS TO SELL THE SHARES. of CPD S.A.

INVITATION TO SUBMIT OFFERS TO SELL THE SHARES. of CPD S.A. INVITATION TO SUBMIT OFFERS TO SELL THE SHARES of CPD S.A. As part of the Invitation to Submit Offers to sell the Shares, CPD Spółka Akcyjna with its registered office in Warsaw, address: ul. Cybernetyki

More information

CORPORATE ACTIONS BUSINESS PROCESS DESCRIPTION

CORPORATE ACTIONS BUSINESS PROCESS DESCRIPTION CORPORATE ACTIONS BUSINESS PROCESS DESCRIPTION TS Programme Office Reference: 0.0.0/0/000 Date: 0 April 0 Version:. Status: Draft 0 TABLE OF CONTENTS 0 0 0 Introduction. Objective and Scope. Structure

More information

T2S features and functionalities

T2S features and functionalities T2S features and functionalities Conference at Narodowy Bank Polski 23 June 2009 T2S Project Team European Central Bank 09.04.01/2009/005409 T2S settles CSD instructions Notary function Custody and assetservicing

More information

DRAFT - ECSDA SINGLE SETTLEMENT FAILS PENALTIES FRAMEWORK FOR THE PURPOSE OF THE HARMONISED APPLICATION OF THE CSDR SETTLEMENT DISCIPLINE REGIME

DRAFT - ECSDA SINGLE SETTLEMENT FAILS PENALTIES FRAMEWORK FOR THE PURPOSE OF THE HARMONISED APPLICATION OF THE CSDR SETTLEMENT DISCIPLINE REGIME Last updated on 09/07/2018 DRAFT - ECSDA SINGLE SETTLEMENT FAILS PENALTIES FRAMEWORK FOR THE PURPOSE OF THE HARMONISED APPLICATION OF THE CSDR SETTLEMENT DISCIPLINE REGIME Contents Glossary... 4 Introduction...

More information

Final Report Guidelines on Internalised Settlement Reporting under Article 9 of CSDR

Final Report Guidelines on Internalised Settlement Reporting under Article 9 of CSDR Final Report Guidelines on Internalised Settlement Reporting under Article 9 of CSDR 28 March 2018 ESMA70-151-1258 Table of Contents 1. Executive summary...3 2. Background and mandate 6 3. Feedback statement..7

More information

Transaction Processing Command Market Practice

Transaction Processing Command Market Practice Market Practice The Securities Market Practice Group is a group of experts that represents local markets or market infrastructures and who devote their time on a voluntary basis to define global and local

More information

Rules of reporting by WCCH to the Repository of KDPW S.A.

Rules of reporting by WCCH to the Repository of KDPW S.A. Attachment No 1 to the Resolution No. 303/71/10/2016 adopted by the Management Board of Warsaw Commodity Clearing House dated on the day of October the 7 th 2016. Rules of reporting by WCCH to the Repository

More information

ASX Collateral Management Services. Product Guide

ASX Collateral Management Services. Product Guide ASX Collateral Management Services Product Guide Disclaimer of Liability This Product Guide is a draft document provided for information and discussion purposes only. It contains general and incomplete

More information

Guideline Settlement and Securities Account Administration

Guideline Settlement and Securities Account Administration Annex 8 to the GTC of OeKB CSD Guideline Settlement and Securities Account Administration Version 1.4 June 2018 2 Table of Contents Table of Figures 6 Revision History 7 1 Introduction 8 1.1 Objective

More information

Bank of Greece Securities Settlement System (BOGS)

Bank of Greece Securities Settlement System (BOGS) February 2015 Bank of Greece Securities System () T2S - Community and Business Day testing 1. INTRODUCTION This document intends to provide all participants with the necessary information required, in

More information

ICMA European Repo Council (ERC) General Meeting. 19 November 2014 MTS, London

ICMA European Repo Council (ERC) General Meeting. 19 November 2014 MTS, London ICMA European Repo Council (ERC) General Meeting 19 November 2014 MTS, London ICMA European Repo Council General Meeting November 2014 Fabrizio Testa CEO of MTS Page 2 MTS 20 November 2014 Welcome Page

More information

USER REQUIREMENTS ANNEX 12 ISSUE NOTE - CORPORATE EVENTS

USER REQUIREMENTS ANNEX 12 ISSUE NOTE - CORPORATE EVENTS USER REQUIREMENTS ANNEX 12 ISSUE NOTE - CORPORATE EVENTS T2S project Team Reference: T2S-07-0353 Date: 16 November 2007 Version: 1 Status: Final TABLE OF CONTENT 1 Introduction...3 2 Corporate events (CE)...4

More information

Registration to T2S. 07 May Patrick Heyvaert

Registration to T2S. 07 May Patrick Heyvaert 07 May 2015 Patrick Heyvaert Registration Ordering T2S services via VAN Only for directly connected Procedure SWIFT or SIA-Colt Static data test environment (T2S community and pre-production environments)

More information

mbank Hipoteczny S.A.

mbank Hipoteczny S.A. Supplement Supplement dated 30 July 2014 mbank Hipoteczny S.A. Issue of Mortgage Covered Bonds for a total amount of PLN 200,000,000 Series HPA23 under the Covered Bond Issue Programme of up to PLN 6,000,000,000

More information

T2S Guide for Payment Banks

T2S Guide for Payment Banks T2S Guide for Payment Banks June 2016 updated version T2S Programme Office European Central Bank ECB-PUBLIC 0 1 T2S Guide for Payment Banks An Introduction A Payment Bank is an important entity in T2S

More information

mbank Hipoteczny S.A.

mbank Hipoteczny S.A. Supplement Supplement dated 30 November 2015 mbank Hipoteczny S.A. Issue of Mortgage Covered Bonds for a total amount of PLN 255,000,000 Series HPA27 under the Covered Bond Issue Programme of up to PLN

More information

KDPW Group State-of-the-art post-trade infrastructure

KDPW Group State-of-the-art post-trade infrastructure KDPW Group State-of-the-art post-trade infrastructure Ph.D. Iwona Sroka President & CEO of KDPW and KDPW_CCP Boston, 30 September 2014 join the celebrations of the 25th anniversary of economic freedom

More information

REPORTING INSTRUCTIONS FOR THE ELECTRONIC TRANSMISSION. version DIRECTORATE GENERAL STATISTICS. 18 July 2017

REPORTING INSTRUCTIONS FOR THE ELECTRONIC TRANSMISSION. version DIRECTORATE GENERAL STATISTICS. 18 July 2017 DIRECTORATE GENERAL STATISTICS ECB-PUBLIC 18 July 2017 REPORTING INSTRUCTIONS FOR THE ELECTRONIC TRANSMISSION OF MONEY MARKET STATISTICAL REPORTING (MMSR) version 2.3.1 1. INTRODUCTION...4 2. GENERAL REQUIREMENTS...5

More information

REPORTING INSTRUCTIONS FOR THE ELECTRONIC TRANSMISSION. version 3.0 DIRECTORATE GENERAL STATISTICS. 15 December 2017

REPORTING INSTRUCTIONS FOR THE ELECTRONIC TRANSMISSION. version 3.0 DIRECTORATE GENERAL STATISTICS. 15 December 2017 DIRECTORATE GENERAL STATISTICS ECB-PUBLIC 15 December 2017 REPORTING INSTRUCTIONS FOR THE ELECTRONIC TRANSMISSION OF MONEY MARKET STATISTICAL REPORTING (MMSR) version 3.0 Version Date Description 3.0 15.12.2017

More information

(Valid as at the date of entry in the national company register (KRS) on 30 November 2017) THE STATUTE

(Valid as at the date of entry in the national company register (KRS) on 30 November 2017) THE STATUTE (Valid as at the date of entry in the national company register (KRS) on 30 November 2017) THE STATUTE OF KRAJOWY DEPOZYT PAPIERÓW WARTOŚCIOWYCH SPÓŁKA AKCYJNA (KDPW S.A.) 1 1. The name of the Company

More information

Guidelines On the Process for the Calculation of the Indicators to Determine the Most Relevant Currencies in which Settlement Takes Place

Guidelines On the Process for the Calculation of the Indicators to Determine the Most Relevant Currencies in which Settlement Takes Place Guidelines On the Process for the Calculation of the Indicators to Determine the Most Relevant Currencies in which Settlement Takes Place 5 May 2017 70-708036281-66 Table of Contents I. Executive Summary...

More information

OTC Clearing in KDPW_CCP. Warsaw, October 2013

OTC Clearing in KDPW_CCP. Warsaw, October 2013 Warsaw, October 2013 Agenda Market Infrastructure in Poland About KDPW_CCP OTC Clearing in KDPW_CCP 2 Market Infrastructure in Poland KDPW_CCP and KDPW Financial Supervision Authority (KNF) KDPW WSE Main

More information

2017 Cash management in TARGET2-Securities with the Banque de France Blueprint Version 4 March 2017

2017 Cash management in TARGET2-Securities with the Banque de France Blueprint Version 4 March 2017 2017 Cash management in TARGET2-Securities with the Banque de France Blueprint Version 4 March 2017 Banque de France Version 4 March 2017 1 C O N T E N T S 1. INTRODUCTION... 5 2. CASH ACCOUNTS... 6 2.1.

More information

Table of Contents LETTER FROM THE PRESIDENT AND CEO

Table of Contents LETTER FROM THE PRESIDENT AND CEO Annual Report 2012 Table of Contents 2 LETTER FROM THE PRESIDENT AND CEO MAIN CORPORATE INFORMATION Core Business Corporate Bodies KDPW Organisational Chart Legal Basis of the Company s Business 3 4 4

More information

CA SERVICE A DTCC DATA SERVICES OFFERING

CA SERVICE A DTCC DATA SERVICES OFFERING CA 20022 SERVICE A DTCC DATA SERVICES OFFERING EVENT TYPES WEDNESDAY, APRIL 17, 2019 Copyright 2019 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved.. This work (including, without

More information

DISCLOSURE FRAMEWORK FOR SECURITIES SETTLEMENT SYSTEMS. Rejestr Papierów Wartościowych (Securities Register)

DISCLOSURE FRAMEWORK FOR SECURITIES SETTLEMENT SYSTEMS. Rejestr Papierów Wartościowych (Securities Register) DISCLOSURE FRAMEWORK FOR SECURITIES SETTLEMENT SYSTEMS Rejestr Papierów Wartościowych (Securities Register) March 2010 I. Basic information A. What is the name of the SSS? Securities Register (in Polish:

More information

Securities Settlement and Global Custody

Securities Settlement and Global Custody Securities Settlement and Global Custody A 3 days course This course can also be presented in-house for your company or via live on-line webinar The Banking and Corporate Finance Training Specialist Quizzes,

More information

Information Note 36/2016 of 14 March CADE SYSTEM FEES

Information Note 36/2016 of 14 March CADE SYSTEM FEES Information Note 36/2016 of 14 March CADE SYSTEM FEES Tax ID No.: A-82.695.677 - Companies Register of Madrid, Volume 15611, Book 0, Sheet 5, Page nº M-262.818, Entry 1 The purpose of this Information

More information

Resolution No. 35/158/14 of the Supervisory Board of KDPW_CCP S.A. dated 5 November 2014 shall be amended as follows:

Resolution No. 35/158/14 of the Supervisory Board of KDPW_CCP S.A. dated 5 November 2014 shall be amended as follows: Resolution No. 3/202/16 of the Supervisory Board of KDPW_CCP S.A. dated 8 February 2016 amending Resolution No. 35/158/14 of the Supervisory Board of KDPW_CCP S.A. dated 5 November 2014 Pursuant to Art.

More information

Securities Settlement and Global Custody

Securities Settlement and Global Custody Securities Settlement and Global Custody A 3 days course This course can be presented in-house for you on a date of your choosing The Banking and Corporate Finance Training Specialist Quizzes, case studies

More information

mbank Hipoteczny S.A.

mbank Hipoteczny S.A. Supplement Supplement dated 25 November 2014 mbank Hipoteczny S.A. Issue of Mortgage Covered Bonds for a total amount of EUR 50,000,000 Series HPE9 under the Covered Bond Issue Programme of up to PLN 6,000,000,000

More information

The Alior Bank S.A. Group. Report on the consolidated financial statements for the financial year ended 31 December 2015

The Alior Bank S.A. Group. Report on the consolidated financial statements for the financial year ended 31 December 2015 Report on the consolidated financial statements for the financial year ended 31 December 2015 Registered Auditor s Report on the consolidated financial statements For the financial year ended 31 December

More information

Securities Lending and Borrowing

Securities Lending and Borrowing Securities Lending and Borrowing Automated Securities Lending Programme Product Guide Securities Lending and Borrowing Automated Securities Lending Programme Product Guide Document number: 6239 This document

More information

BGŻ Group. Presentation of 2014 results. Warsaw, March 5th, 2015

BGŻ Group. Presentation of 2014 results. Warsaw, March 5th, 2015 BGŻ Group Presentation of 2014 results Warsaw, March 5th, 2015 Disclaimer This presentation has been prepared by Bank Gospodarki Żywnościowej S.A., hereafter the Bank. The data contained within this presentation

More information

REGULATION (EU) 2015/1599 OF THE EUROPEAN CENTRAL BANK

REGULATION (EU) 2015/1599 OF THE EUROPEAN CENTRAL BANK 24.9.2015 L 248/45 REGULATION (EU) 2015/1599 OF THE EUROPEAN CTRAL BANK of 10 September 2015 amending Regulation (EU) No 1333/2014 concerning statistics on the money markets (ECB/2015/30) THE GOVERNING

More information

Debt Instruments Solution (DIS) Project

Debt Instruments Solution (DIS) Project Debt Instruments Solution (DIS) Project 14 March 2017 Contents 1. Introduction...3 2. Purpose of this document...3 3. Settlements...4 3.1 Settlement Cycles and Guiding Principles...4 3.2. Transaction Types...

More information

Bi-lateral Collateral Market Practice

Bi-lateral Collateral Market Practice Bi-lateral Collateral Market Practice Status: Final Preparation date: October, 2015 Author: SMPG Disclaimer The Securities Market Practice Group is a group of experts who devote their time on a voluntary

More information

Commenting Institution BOOKIN

Commenting Institution BOOKIN Title Description Acronym In the field of transfer systems, it refers to the inclusion of a transfer order in the system s operations for further processing, possibly after various checks regarding for

More information

CORPORATE ACTIONS STANDARDS ISO 15022: FINLAND, ICELAND, NORWAY & SWEDEN MARKET PRACTICE

CORPORATE ACTIONS STANDARDS ISO 15022: FINLAND, ICELAND, NORWAY & SWEDEN MARKET PRACTICE CORPORATE ACTIONS STANDARDS ISO 15022: FINLAND, ICELAND, NORWAY & SWEDEN MARKET PRACTICE Issued on behalf of the Nordic Securities Market Practice Group Standards Release 2016 November 2016 1 Contents

More information

Instructions of the X-COM COLLATERAL MANAGEMENT Service

Instructions of the X-COM COLLATERAL MANAGEMENT Service Monte Titoli Instructions of the -COM COLLATERAL MANAGEMENT Service 26 March 2018 2 August 2018 The provisions highlighted concerning the operation of the non-guaranteed market section and OTC will be

More information

Final Terms. EUROPEAN INVESTMENT BANK Debt Issuance Programme. Issue Number: 2242/0300

Final Terms. EUROPEAN INVESTMENT BANK Debt Issuance Programme. Issue Number: 2242/0300 CONFORMED COPY Final Terms EUROPEAN INVESTMENT BANK Debt Issuance Programme PLN 900,000,000 2.750 per cent. Bonds due 25th August, 2026 (to be consolidated and form a single series with the existing PLN

More information

Depository Overview. January 2016

Depository Overview. January 2016 Depository Overview January 2016 CONTENTS 1. Preface...4 2. Introduction...5 About New Zealand Depository Limited...5 Regulatory Environment... 5 Participation Requirements... 5 Application Process...5

More information

Pricing Guidelines for Central Counterparty Clearing

Pricing Guidelines for Central Counterparty Clearing Markets and Securities Services I Direct Custody & Clearing April 2014 Pricing Guidelines for Central Counterparty Clearing Bank Handlowy w Warszawie S.A. The information contained in this communication

More information

Terms and Conditions of Investment Products. effective 03 January 2018

Terms and Conditions of Investment Products. effective 03 January 2018 Terms and Conditions of Investment Products effective 03 January 2018 These Terms and Conditions of Investment Products (Terms and Conditions) set out the terms on which Bank Handlowy w Warszawie S.A.

More information

Using T2S for Transaction Management

Using T2S for Transaction Management Annex 25 to the GTC of OeKB CSD Using T2S for Transaction Management Guidelines for the Austrian Capital Market. Version 1.6 /26.03.2018 Table of Contents 1 Introduction 5 1.1 Objective of the Guidelines

More information

Legal Entity Identifier (LEI) in KDPW_LOU. Marcin Wrona KDPW_TR Senior Specialist

Legal Entity Identifier (LEI) in KDPW_LOU. Marcin Wrona KDPW_TR Senior Specialist Legal Entity Identifier (LEI) in KDPW_LOU Marcin Wrona KDPW_TR Senior Specialist Bucharest 26.05.2015 LEI legal conditions 2 LEI why and what for? Why LEI was established? The creation of the Global LEI

More information

Clearing services DVP settlement

Clearing services DVP settlement Clearing services DVP settlement Delivery versus payment (DVP) is a method of settlement for securities that involves the simultaneous delivery of securities in exchange for the payment. As part of the

More information

Service Description in connection with the Introduction of TCS BaNCS System

Service Description in connection with the Introduction of TCS BaNCS System Service Description in connection with the Introduction of TCS BaNCS System V11.0.- 08/05/2017 INTRODUCTION... 5 1. MASTER DATA... 7 1.1. CLIENTS... 7 1.1.1. KELER code... 7 1.1.2. Access to T2S services:

More information

Overview of Collateral Management Harmonisation Activities (CMHAs) CMHA Title Workstream Priority 1 Priority 2 Priority 0

Overview of Collateral Management Harmonisation Activities (CMHAs) CMHA Title Workstream Priority 1 Priority 2 Priority 0 Overview of Collateral Management Harmonisation Activities (CMHAs) CMHA Title Workstream Priority 1 Priority 2 Priority 0 1 Triparty Collateral Management 1 11 7 16 2 Corporate Actions 2 16 5 1 3 Taxation

More information

TCS BaNCS Overview. January 2016

TCS BaNCS Overview. January 2016 TCS BaNCS Overview January 2016 CONTENTS 1. Preface... 3 2. Introduction... 4 3. Getting Started... 5 Web Browser... 5 Login... 5 Roles... 5 System Navigation... 6 Function Tabs... 6 4. Function Overview...

More information

Book Transfer Market Practice

Book Transfer Market Practice Book Transfer Market Practice Disclaimer The Securities Market Practice Group is a group of experts who devote their time on a voluntary basis to define global and local market practices for the benefit

More information

DETAILED FRAMEWORK TO ELABORATE USER REQUIREMENT DOCUMENT FOR CBE S CSD (Draft for discussion and under construction, January 7 th, 2010

DETAILED FRAMEWORK TO ELABORATE USER REQUIREMENT DOCUMENT FOR CBE S CSD (Draft for discussion and under construction, January 7 th, 2010 DETAILED FRAMEWORK TO ELABORATE USER REQUIREMENT DOCUMENT FOR CBE S CSD (Draft for discussion and under construction, January 7 th, 2010 Reference Date January 7, 2010 Status Debt Market Development Program

More information

Capital Group APLISENS Condensed Consolidated Financial Statements. For the period ended December 31, 2017

Capital Group APLISENS Condensed Consolidated Financial Statements. For the period ended December 31, 2017 Condensed Consolidated Financial Statements For the period ended December 31, 2017 Warsaw, March 20, 2018 TABLE OF CONTENT TABLE OF CONTENT... 1 SELECTED FINANCIAL DATA... 2 CONSOLIDATED FINANCIAL STATEMENTS...

More information