UT-PBR-044 Processing of Static Data maintenance instructions during the night-time settlement (INC )

Size: px
Start display at page:

Download "UT-PBR-044 Processing of Static Data maintenance instructions during the night-time settlement (INC )"

Transcription

1 UT-PBR-044 Processing of Static Data maintenance instructions during the night-time settlement (INC ) Introduction This note describes the different design options proposed, along the project lifecycle, to manage the processing of Static Data maintenance instructions during the night-time settlement, in order to further explain (in addition to the information already provided in the ticket work-log) how the current software behaviour is in line with the latest design option retained in this area (as of GFS v.3.0). Furthermore, the notes illustrates some of the drawbacks that would result, within the current design, from allowing the queuing of multiple Static Data maintenance instructions insisting on the same object. Finally, the note identifies the possible options that can be selected at this stage as a possible way forward. GFS v.1.0 and v.2.0 (until May 2009). Within the original design, the Static Data Management processes were fully synchronised with all T2S settlement processes. This implied the need for the T2S application to be able to manage concurrency between different T2S processes and possible side-effects of static data changes on the T2S settlement processes. For this reason, five different scenarios were identified, one of them specifically concerning the processing of static data maintenance request during the night-time phase. As described below (see scenario 5), the original approach adopted during the night-time phase was just to queue all static data maintenance requests received during a settlement cycle. In other terms, all requests were simply put on a Pending status (informing the relevant T2S Actor) and all of them were then processed only by the end of the ongoing settlement cycle. This approach, inter alia, would have allowed what you are requesting for, i.e. to submit many static data maintenance requests on the same object, even though all of them would have been processed only by the end of the settlement cycle and without necessarily following the same sequence used by the T2S Actor to send these maintenance requests (owing to the parallelism of the architecture). Maintenance requests processing Depending on the specific request and on the type of static data object involved, each maintenance request submitted under the two eyes principle is processed according to one of the following scenarios 1 : 1. Maintenance request processing not concurrent with the settlement process 2 and without possible sideeffects on it. The request is either related to a static data object that is not relevant for the settlement process, i.e. that is not checked or changed in any way by the settlement process (e.g. update of a party 1 The aim of what follows is only to describe the expected behaviour of the concurrent processes from a user perspective and not to provide a specific technical approach. It will be part of the software design process to evaluate the different possibilities and to select the optimal solution for the management of concurrent processes. 2 In this context, with settlement process is meant the whole set of processes (i.e. validation, matching, settlement and so on) handling instructions in T2S, from their arrival in the system, until their settlement (or rejection).

2 address), or not meant to be immediately valid (e.g. closing of a securities account as of a future date). In this case, the request is processed immediately and the requested change is applied. 2. Maintenance request processing with possible side-effect on the settlement process. The request is related to a static data object whose change may have an impact on the settlement process (e.g. update of the tolerance amount for a specific currency and threshold), i.e. the object is checked but not changed by the settlement process. In this case, the request is processed immediately and the requested change is applied. Then, a maintenance notification is sent to the LCMM domain, so that the set of all individual settlement instructions not yet settled and possibly impacted by the change can be revalidated against the new data (see below the description of the Notify Maintenance function for more information). 3. Maintenance request processing possibly concurrent with the settlement process. The request is related to a static data object that may be used concurrently by the settlement process (e.g. creation of a new restriction on a securities account). In this scenario, two sub-cases are possible: 3.1. No settlement transactions that may use concurrently the relevant static data object are in the settlement in process status (see the Validation, Provisioning and Booking module of the Settlement domain for more information). The maintenance request is processed immediately and the requested change is applied. In the meantime, no other settlement transactions that may concurrently use the relevant static data object can reach the settlement in process status At least one settlement transaction that may concurrently use the relevant static data object is in the settlement in process status. The maintenance request is not processed until all the relevant settlement transactions leave this status and no other settlement transactions that may concurrently use the relevant static data object can reach the settlement in process status. When the last relevant settlement transaction leaves the settlement in process status, the maintenance request is processed and the requested change is applied. Also during the maintenance request execution, no other settlement transactions that may concurrently use the relevant static data object can reach the settlement in process status. 4. Maintenance request possibly concurrent with the settlement process and with possible side-effect on it. This is a combination of scenarios 2 and 3 in which the request is related to a static data object that may be used concurrently by the settlement process and may have an impact on it (e.g. closing of a T2S dedicated cash account). In this case, the request is processed as described for scenario 3 and the requested change is applied. Then, like for scenario 2, a maintenance notification is sent to the LCMM domain, so that the set of all individual settlement instructions not yet settled and possibly impacted by the change can be revalidated against the new data (see below the description of the Notify Maintenance function for more information). 5. Night-time maintenance request. Regardless of the relevant static data object, two sub-cases are possible: 5.1. The request is received during a settlement cycle. The maintenance request can not be processed immediately. T2S sends immediately a message to the sender, just to confirm the reception of the request, whose status is set to Pending. The request is eventually processed at the end of the current settlement cycle and the requested change is applied The request is received between two settlement cycles. The maintenance request is processed immediately and the requested change is applied.

3 In case of a maintenance request submitted following the four eyes principle, such a request is processed immediately anyhow (i.e. regardless of the specific request and the type of static data object involved), but the requested change is not made active, waiting for a proper maintenance approval request. From GFS v.3.0 (October 2009) In the summer of 2009, the market requested two main changes in the design of the Static Data Management processes: 1. to remove the synchronisation between the Static Data Management processes and the T2S settlement processes; 2. to process immediately Static Data maintenance requests during the night-time phase, by differentiating between changes affecting or not affecting the T2S settlement processes. The first change in the design reduced the possible scenarios occurring during the daytime phase from four to one. In addition, it required a clarification on how to avoid potential technical or business data inconsistencies stemming from the above mentioned lack of synchronisation. The second change in the design was requested in order (a) to allow the majority of the possible static data changes (i.e. the ones not affecting the T2S settlement processes) being processed immediately and (b) to reduce as much as possible the processing to be performed by SDMG between two night-time settlement sequences. This new approach, differently from the previous one, envisioned the immediate creation of the new revision of a given maintained static data object, without waiting (even for static data changes affecting the T2S settlement processes) for the end of the night-time settlement sequence. In particular, for static data changes affecting the T2S settlement processes, the new revision of the changed object was set in a Queued status, i.e. a transient status between the Approved status of the previous revision of the object and the Approved status of the newly created revision of the same object. This is the reason why, with this new approach, a Queued static data object cannot be further updated. The below GFS excerpt describe the SDMG behaviour when taking into account the two design changes just described. So, in a nutshell, the new design choice adopted for the night-time phase allowed removing any limitation on the processing of static data maintenance requests (when they are related to changes not affecting the T2S settlement processes) and performing immediately at least the business validation of all the static data maintenance requests related to changes that affect the T2S settlement processes. Compared with these advantages, not having the possibility to submit multiple static data maintenance requests on the same object was not considered a significant restriction, especially when considering that a single static data maintenance request can of course convey updates of many attributes of the same object. The current SDMG design is still founded on the design option adopted in GFS v.3.0. Maintenance requests processing Reference Id SDMG.ALL.SDM.2.1 Depending on the specific request (i.e. on the type of static data object involved), {T2S } and on the phase of the settlement day, each maintenance request submitted under the Two-Eyes principle is processed as follows.

4 During the daytime processing, this function processes the request and applies the requested update immediately. If the request updates a static data object or an attribute of a static data that LCMM uses in its validation process, the function forwards a maintenance notification to the LCMM domain to enable LCMM to revalidate the LCMM instructions, affected by the static data update (see below the description of the Notify Maintenance function for more information). The function notifies the following static data changes to the LCMM domain: Security Reference Data - update of final maturity date, minimum settlement unit, settlement unit multiple; - creation or logical deletion of deviating settlement unit; - logical deletion. Securities Account Reference Data - update of opening date or closing date; - deletion of a securities account. T2S Dedicated Cash Account Reference Data - update of opening date or closing date; - logical deletion. T2S Dedicated Cash Account Links - logical deletion. External RTGS Accounts - update of opening date or closing date; - logical deletion. The function uses the same mechanism also for an update of a limit. In this case, the function forwards a maintenance notification to the Settlement domain to enable it to check if it must trigger a forced autocollateralization reimbursement. During the night-time processing, the function processes and applies each request immediately. If the requested change may affect the ongoing settlement process, the function creates a revision occurrence for the static data object change and sets the approval status of this revision to Queued. As the function does not apply the change to the current instance of the object, the update does not affect the settlement transactions in the ongoing settlement process. The Static Data Domain revalidates and apply all objects with an approval status Queued (i.e. their approval status is set to Approved ) at the end of the current settlement sequence and before the beginning of the next settlement sequence (or cycle). If the Static Data Domain receives a request outside of a settlement sequence, i.e. between two sequences within the same night-time settlement cycle, between the end of the last sequence of a night-time settlement cycle and the beginning of the first sequence of the following settlement cycle, or after the end of the last night-time settlement cycle and the beginning of the day-light processing), then the function processes and applies the requested change immediately. As a general principle and regardless of the settlement day phase, the static data maintenance processes does not synchronise with any of the concurrent lifecycle management, matching and settlement processes

5 in order to avoid any performance issues for the processing of settlement instructions. This lack of synchronisation may cause, in some specific cases, technical or business data inconsistencies (e.g. deletion of a securities account linked to pending transactions or open positions). Such inconsistencies shall be avoided a priori by defining ad hoc business constraints. Typically, these business constraints restricts the possibility to perform some specific data changes intra-day, making them possible only as of a future date. The following list provides examples of these static data changes 3 : update of a party securities account relationship; update of a CSD link; update of a tolerance amount; update of a CoSD rule; update of configuration data for auto-collateralisation; update of an eligible counterpart CSD; update of an attribute domain; update of the calendar. By definition, these static data changes may have relevance for the validation of LCMM instructions with an intended settlement date in the future. Therefore, such updates do not result in inconsistencies for the ongoing lifecycle management and settlement processes as they do not access changed data as of a future date. Nevertheless, static data immediately notifies these changes to the LCMM so that the domain can identify and revalidate the relevant individual settlement instructions against static data, i.e. the LCMM instructions, intended for settlement after the date the relevant static data changes becomes valid. The function processes a maintenance using the Four-Eyes principle immediately, regardless of the specific request and the type of static data object involved, but it does not apply the change to the active instance of the static data object until receiving and successfully processing a maintenance approval request. Drawbacks of the approach requested in INC As outlined above, the current process is therefore based on the creation of a Queued revision of the object being modified, which is then re-submitted to the internal consistency checks for final approval at the end of the night-time settlement sequence. In other terms, the object is kept in this transient status until the end of the night-time settlement sequence, right after which it can reach its final status (e.g. Completed ). Meanwhile, no other Queued revisions of the same object can be created. The rest of this section speculates around the hypothesis of allowing the creation of multiple transient Queued revisions for the same object within the current design, in order to show the drawbacks this approach would create. If the system allowed two or more revisions to be created and queued for the same object during night-time settlement, this would lead to a number of issues. The main point is that Queued revisions are not completely valid yet, and they can still be rejected at the end of the respective night-time settlement sequence; moreover, the parallel architecture of the T2S application cannot ensure in any way that multiple 3 The exhaustive list of static data changes not allowed intra-day is identified during the detailed specification phase.

6 static data maintenance instructions would be queued (when reaching T2S) and completed (right after the end of night-time settlement sequence) according to the same order (which may also differ from the chronological order in which the instructions entered the system). Furthermore, it would not be clear how to handle the second (or third, fourth, nth) instruction insisting on the same object during a night-time settlement sequence. One possibility would be to handle all the instructions as concurrent updates of the same object, i.e. each new revision created out of one of the given instructions would use the latest Approved revision as basis. This creates obvious issues, as given several separate instructions, they could all be accepted and queued based on the initial Approved data; however, as the Queued revisions start being approved, each one would overwrite the previous one, which would cause loss of revision data. For example, starting from an object revision 0, three instructions are queued, each with different changes; this creates three revisions 1a, 1b and 1c each of which does not contain the changes that the others do. 1a is approved, and becomes the new Approved revision; same for 1b and finally for 1c. In the end the Approved revision only includes the changes related to 1c, and loses the ones related to 1a and 1b for no apparent reason on user side. Moreover, since the order of processing is not predetermined, the user would not be able to know which changes are implemented and which are lost; finally, no all-or-nothing logic would be applied, so some of the changes may be rejected and, again, the user would not be able to know which ones. These drawbacks are explored in detail in the examples below. It should be noted that this approach is the one that results from applying the process described in the functional specifications, with the only difference being the assumption that the system should allow multiple queued instances for the same object (as requested by Clearstream). Example 1 Multiple updates of a Security during the same night-time settlement sequence. The following security: ISIN Other Attributes MSA-X Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA-01-1 Approved is maintained during a given night-time settlement sequence by setting up an intraday restriction IR1 on it. This results in the creation of a new revision of the security with status Queued : ISIN Other Attributes MSA-X Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA-01-1 Approved ISIN123 Issue Date, CFI, etc. MSA-01 IR1 2 Queued 4 The same security is maintained again during the same night-settlement sequence by updating the value of a given market-specific attribute MSA-X from MSA-01 to MSA-02. This results in the creation of a further 4 In all the examples, red font is used to highlight the changes between the starting revision and the newly created revision.

7 revision of the security with status Approved (as updates of securities market-specific attribute values are not queued, according to table 144 of UDFS v.2.0): ISIN Other Attributes MSA-X Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA-01-1 Approved ISIN123 Issue Date, CFI, etc. MSA-01 IR1 2 Queued ISIN123 Issue Date, CFI, etc. MSA-02-3 Approved Right after the end of the night-settlement sequence, the queued static data maintenance instruction is resumed, in order to complete the processing started while the night-time settlement sequence was running. On this basis, revision 2 is approved, resulting in the creation of new revision (4) of the Security with status Approved : ISIN Other Attributes MSA-X Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA-01-1 Approved ISIN123 Issue Date, CFI, etc. MSA-01 IR1 2 Queued ISIN123 Issue Date, CFI, etc. MSA-02-3 Approved ISIN123 Issue Date, CFI, etc. MSA-01 IR1 4 Approved So, after the end of the processing of the queued static data maintenance instruction, the last approved revision of the maintained security only contains the changes included in the last approved update, i.e. only the update related to the intraday restriction IR1 (which was the first to be submitted by the user) and not the update of the value related to the market-specific attribute MSA-X, which remained active only from the moment it was approved (during the night-time settlement sequence) and the moment the following queued change was approved (after the end of the night-time settlement sequence). Besides this undesired effect from a pure SDMG viewpoint (and its obvious consequences for all the other T2S processes making use of market-specific attributes), the described behaviour would also have broader implications for other T2S processes and therefore for the user. In this example, for instance, when querying for the history of data changes applied on security ISIN123 (either in A2A mode via reda.009 or in U2A mode through the Data Changes screen) the user would see all the above revisions tracked as changes, while they do not correspond to the actual changes that were included in the Static Data maintenance instructions processed by T2S. For example, for the last object revision the history of data changes would report two changes (i.e. the update of MSA-X from MSA-02 to MSA-01 plus the setup of the intraday restriction IR1 ) when such a Static Data maintenance instruction was never submitted by the user (in fact, the corresponding submitted request contained the setup of the intraday restriction IR1 only). This would obviously create issues on the user side when trying to reconcile the Static Data maintenance instructions submitted to T2S and the resulting history of data changes.

8 Example 2 Multiple updates of a Security during the real-time settlement sequence. The following security: ISIN Other Attributes MSA-X SUM Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA Approved is maintained at 10:30 am by updating its settlement unit multiple from 1.25 to 1.75 and the value of the market-specific attribute MSA-X from MSA-01 to MSA-02. This results in the creation of a new revision of the security with status Queued : ISIN Other Attributes MSA-X SUM Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA Approved ISIN123 Issue Date, CFI, etc. MSA Queued The same security is maintained again at 11:45 am by setting up an intraday restriction IR1 on it and by updating the value of the market-specific attribute MSA-X from MSA-01 to MSA-03. This results in the creation of a further revision of the security with status Approved : ISIN Other Attributes MSA-X SUM Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA Approved ISIN123 Issue Date, CFI, etc. MSA Queued ISIN123 Issue Date, CFI, etc. MSA IR1 3 Approved The same security is maintained again at 3:20 pm by updating again the settlement unit multiple from 1.25 to This results in the creation of a further revision of the security with status Queued : ISIN Other Attributes MSA-X SUM Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA Approved ISIN123 Issue Date, CFI, etc. MSA Queued ISIN123 Issue Date, CFI, etc. MSA IR1 3 Approved ISIN123 Issue Date, CFI, etc. MSA Queued During the EoD phase, the two queued static data maintenance instructions are resumed, in order to complete the processing started the real-time settlement phase. Let us assume that the two pending instructions are resumed and processed following the same order according to which they were processed during the real-time settlement phase. In

9 this case, revision 2 will be approved in the first place, resulting in the creation of new revision (5) of the Security with status Approved : ISIN Other Attributes MSA-X SUM Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA Approved ISIN123 Issue Date, CFI, etc. MSA Queued ISIN123 Issue Date, CFI, etc. MSA IR1 3 Approved ISIN123 Issue Date, CFI, etc. MSA Queued ISIN123 Issue Date, CFI, etc. MSA Approved Then, revision 4 will be approved, resulting in the creation of the new revision (6) of the Security with status Approved : ISIN Other Attributes MSA-X SUM Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA Approved ISIN123 Issue Date, CFI, etc. MSA Queued ISIN123 Issue Date, CFI, etc. MSA IR1 3 Approved ISIN123 Issue Date, CFI, etc. MSA Queued ISIN123 Issue Date, CFI, etc. MSA Approved ISIN123 Issue Date, CFI, etc. MSA Approved So, after the end of the processing of all the queued static data maintenance instruction, the last approved revision of the maintained security only contains the changes included in the last approved update, i.e. only the update of the value related to the settlement unit multiple (and not the intraday restriction IR1 or any updates of the value of the marketspecific attribute MSA-X). As highlighted in the previous example, the undesired effects stemming from the described behaviour would not necessarily be limited to SDMG. In this case, for instance, an intraday restriction is applied to Security ISIN123 at 11:45 am, which implies SETT receives an immediate Static Data update notification for this. This intraday restriction remains in SDMG until the End-of-Day period, when it is overwritten as a side effect of the approval of the Static Data change queued at 3:20 pm (see revision 5), while in this case SETT does not receive any notification (because in fact there was no actual request of removal of the intraday restriction by the user). This means that the new business day will start with an intraday restriction IR1 that still exists in SETT while it does not exist anymore in SDMG. Consequently: there will be no way to remove said intraday restriction via the standard SDMG functionality (simply because it does not exist anymore in the SDMG data base) and

10 the user may setup another intraday restriction of the same type and overlapping with IR1, which would result in unpredictable consequences when this Static Data update is notified to SETT. In case the processing of the queued instructions would have followed the reverse order, this would have been the resulting sequence of revisions: ISIN Other Attributes MSA-X SUM Intraday Restrictions Revision Status ISIN123 Issue Date, CFI, etc. MSA Approved ISIN123 Issue Date, CFI, etc. MSA Queued ISIN123 Issue Date, CFI, etc. MSA IR1 3 Approved ISIN123 Issue Date, CFI, etc. MSA Queued ISIN123 Issue Date, CFI, etc. MSA Approved ISIN123 Issue Date, CFI, etc. MSA Approved So, in this case after the end of the processing of all the queued static data maintenance instructions, the values for the settlement unit multiple (1.75) and for the market-specific attribute MSA-X ( MSA-02 ) would not be the last one submitted by the user (2.25 and MSA-03, respectively) and the intraday restriction IR1 would be lost (as in the previous case). Obviously, the same implications described above for the other T2S processes are valid in this case as well. Example 3 Multiple updates and deletion of a Limit during the same night-time settlement sequence. The following limit: DCA CMB Valid From Value Revision Deletion 5 Status DCA123 CMB1 22-Jun Active Approved is maintained during a given night-time settlement sequence by updating its value from 0 to 100. This results in the creation of a new revision of the security with status Queued : DCA CMB Valid From Value Revision Deletion Status DCA123 CMB1 22-Jun Active Approved DCA123 CMB1 22-Jun Active Queued The same limit is deleted during the same night-settlement sequence. This results in the creation of a further revision of the security with status Queued : 5 This attribute is not shown in the previous examples are not relevant in those cases.

11 DCA CMB Valid From Value Revision Deletion Status DCA123 CMB1 22-Jun Active Approved DCA123 CMB1 22-Jun Active Queued DCA123 CMB1 22-Jun Deleted Queued The same limit is maintained again during the same night-settlement sequence by updating its value from 0 to 150. This results in the creation of a further revision of the security with status Queued : DCA CMB Valid From Value Revision Deletion Status DCA123 CMB1 22-Jun Active Approved DCA123 CMB1 22-Jun Active Queued DCA123 CMB1 22-Jun Deleted Queued DCA123 CMB1 22-Jun Active Queued Right after the end of the night-settlement sequence, the three queued static data maintenance instructions are resumed, in order to complete the processing started while the night-time settlement sequence was running. Let us assume that the three pending instructions are resumed and processed following the same order according to which they were processed during the night-time settlement sequence. In this case, revision 2 will be approved in the first place, resulting in the creation of new revision (5) of the limit with status Approved : DCA CMB Valid From Value Revision Deletion Status DCA123 CMB1 22-Jun Active Approved DCA123 CMB1 22-Jun Active Queued DCA123 CMB1 22-Jun Deleted Queued DCA123 CMB1 22-Jun Active Queued DCA123 CMB1 22-Jun Active Approved Then, revision 4 will be approved, resulting in the deletion of the limit, i.e. the creation of a new revision (6) with status Approved and deletion status Deleted : DCA CMB Valid From Value Revision Deletion Status DCA123 CMB1 22-Jun Active Approved DCA123 CMB1 22-Jun Active Queued

12 DCA123 CMB1 22-Jun Deleted Queued DCA123 CMB1 22-Jun Active Queued DCA123 CMB1 22-Jun Active Approved DCA123 CMB1 22-Jun Deleted Approved Finally, revision 5 will be approved, resulting in the creation of the new revision (7) of the limit with status Approved : DCA CMB Valid From Value Revision Deletion Status DCA123 CMB1 22-Jun Active Approved DCA123 CMB1 22-Jun Active Queued DCA123 CMB1 22-Jun Deleted Queued DCA123 CMB1 22-Jun Active Queued DCA123 CMB1 22-Jun Active Approved DCA123 CMB1 22-Jun Deleted Approved DCA123 CMB1 22-Jun Active Approved So, after the end of the processing of all the queued static data maintenance instruction the last approved revision of the maintained limit contains the value 150 despite the fact the same limit was successfully deleted just before. As illustrated in the previous examples, the final result depends anyway on the order according to which the queued instructions are processed after the end of the night-time settlement sequence. In this case, the three possible final results are: a limit with value 100, a limit with value 150, a deleted limit. As mentioned in the two previous examples, other T2S processes besides SDMG may be negatively influenced by the described behaviour. Similarly to what is shown for the intraday restriction of example 2, in this case SETT would receive three Static Data update notifications on the same limit: one related to the update of the limit to 100, the second concerning the deletion of the same limit, the third related to the update of the same limit (that was just deleted) to 150. The third notification, being inconsistent with the previous ones, may result in unpredictable consequences for SETT. Example 4 Multiple updates of a Securities Account during the same night-time settlement sequence. The following securities account: Account Number Other Attributes Opening Date Closing Date Revision Status

13 SAC123 Type, Currency, etc. 01/03/ Approved is maintained during a given night-time settlement sequence by postponing its opening date by five days. This results in the creation of a new revision of the securities account with status Queued : Account Number Other Attributes Opening Date Closing Date Revision Status SAC123 Type, Currency, etc. 01/03/ Approved SAC123 Type, Currency, etc. 06/03/ Queued The same securities account is maintained again during the same night-settlement sequence by setting the value of its closing day to 31/12/2017. This results in the creation of a further revision of the securities account with status Queued : Account Number Other Attributes Opening Date Closing Date Revision Status SAC123 Type, Currency, etc. 01/03/ Approved SAC123 Type, Currency, etc. 06/03/ Queued SAC123 Type, Currency, etc. 01/03/ /12/ Queued Right after the end of the night-settlement sequence, the queued static data maintenance instructions are resumed, in order to complete the processing started while the night-time settlement sequence was running. Let us assume that the two pending instructions are resumed and processed following the same order according to which they were processed during the night-time settlement sequence. In this case, revision 2 will be approved in the first place, resulting in the creation of a new revision (4) of the securities account with status Approved : Account Number Other Attributes Opening Date Closing Date Revision Status SAC123 Type, Currency, etc. 01/03/ Approved SAC123 Type, Currency, etc. 06/03/ Queued SAC123 Type, Currency, etc. 01/03/ /12/ Queued SAC123 Type, Currency, etc. 06/03/ Approved Then, revision 3 will be approved, resulting in the creation of a new revision (5) of the securities account with status Approved : Account Number Other Attributes Opening Date Closing Date Revision Status

14 SAC123 Type, Currency, etc. 01/03/ Approved SAC123 Type, Currency, etc. 06/03/ Queued SAC123 Type, Currency, etc. 01/03/ /12/ Queued SAC123 Type, Currency, etc. 06/03/ Approved SAC123 Type, Currency, etc. 01/03/ /12/ Approved So, after the end of the processing of the queued static data maintenance instructions, the last approved revision of the maintained securities account only contains the change included in the last approved update, i.e. only the update related to the closing date and not the update of the value related to the opening date of the securities account. In fact, the update of the opening date value remained active only from the moment it was approved and the latter update was approved. Also in this case, besides this undesired effect from a pure SDMG viewpoint, the described behaviour propagates its implications to other T2S processes and therefore to the user. In this example, both Static Data updates are subject to notification to LCMM for the revalidation of settlement instructions. On this basis, the first update (revision 4) triggers the cancellation of all CSD participant settlement instructions insisting on SAC123 and having ISD falling between 01/03/2016 and 06/03/2016, whereas the second update (revision 5) triggers the cancellation of all CSD participant settlement instructions insisting on SAC123 and having ISD > 31/12/2017. So, in terms of revalidation LCMM behaves as expected by the user. However, the validation process will not, as LCMM will reject (as expected by the user) CSD participant settlement instructions insisting on SAC123 and having an ISD falling between 01/03/2016 and 06/03/2016 only in the timeframe between the approval of revision 4 and 5, whereas it will start accepting them again (unexpectedly, from a user viewpoint) right after the approval of revision 5. Furthermore, as SDMG and LCMM processes are asynchronous, it may also happen that the revalidation process triggered by revision 4 is actually performed by LCMM only after revision 5 has already been approved, which means the revalidation process will miss the Static Data update related to revision 4 and therefore it will never cancel the CSD participant settlement instructions insisting on SAC123 and having ISD falling between 01/03/2016 and 06/03/2016. The second possibility (being completely hypothetical, as it does not correspond to the way object revisions are currently managed according the specifications) would be to have a sequential chain of instructions each of which incorporates the changes input by the previous one. This approach also has issues, which are summarized in the following example: - During a night-time settlement sequence, at t 0, user A sends a maintenance instruction to modify Securities Account SAC001. This creates a first Queued revision SAC Before the end of the night-time settlement sequence, at t 1 (with t 1 > t 0 ), user B sends a maintenance instruction on the same Securities Account SAC001. In this hypothetical example, this would create a second Queued revision SAC001-02, which also includes the changes from the first maintenance instruction. - At the end of the night-time settlement sequence, both maintenance instructions are reprocessed to verify their persisting compliance to the business validation rules.

15 - Revision SAC fails a business validation and is rejected. - This also leads to rejecting revision SAC001-02, which may contain valid changes in itself, but also contains the changes input in SAC In other words User B sees a change which is initially accepted, and subsequently rejected due to the prior actions of another independent user. - To come back to the issue of instruction ordering, even if the offending change is the one directly linked to SAC001-01, SAC could be processed before. This could lead to SAC being approved, and SAC subsequently being rejected. Since SAC also includes the changes related to SAC001-01, this would lead to an invalid revision. These examples highlight how the handling of multiple queued Static Data maintenance instructions on the same object during night-time settlement does not allow ensuring the requested changes are executed following an all-or-nothing principle and the user would be able to know the actual changes successfully implemented only by the end of the processing taking process after the end of the night-time settlement sequence. Conclusions 1. We believe the current behaviour of the software is in line with the user requirements (with specific reference to the update constraints depicted in T2S , stipulating that When a T2S system user or T2S process selects an occurrence for editing, T2S shall lock the occurrence so that a second T2S system user or T2S process cannot access it for update ) and with the functional design (in particular with the design option retained since GFS v.3.0 for the processing of static data maintenance requests during the night-time phase). 2. Modifying the software as requested in INC162924, i.e. by removing the check ensuring that a static data object in Queued status cannot be further updated, is not a viable option, as it would create a number of serious drawbacks (e.g. like the ones described above). 3. As to the way forward, we only see two possible options: 3.1. To leave the design as is and to introduce via Change Request (to be issued by the Eurosystem) a clarification in the UDFS and in the UHB, should you deem this useful To revert back to the design option that was in place up to GFS v.2.0 or to identify any other option (covering all the possible scenarios of multiple updates of the same static data object within the same night-time settlement sequence, or within the same settlement day in the specific case of Securities), which would require a Change Request (to be issued by Clearstream) and, when eventually approved, a change in the T2S application.

1. Legal/business importance parameter: Low 2. Market implementation efforts parameter: Low

1. Legal/business importance parameter: Low 2. Market implementation efforts parameter: Low General Information (Origin of Request) User Requirements (URD) Other User Functional or Technical Documentation (SYS) Request raised by: 4CB Institute: 4CB Date raised: 30.09.2016 Request title: Multiplex

More information

T2S GRAPHICAL USER INTERFACE BUSINESS FUNCTIONALITY

T2S GRAPHICAL USER INTERFACE BUSINESS FUNCTIONALITY TS GRAPHICAL USER INTERFACE Reference: 0.0.0/0/000 Author: ECB TS Programme Office Date: 0-0-0 Version:. Status: Draft Classification: TABLE OF CONTENTS TS GRAPHICAL USER INTERFACE INTRODUCTION.... Structure

More information

T2S GRAPHICAL USER INTERFACE BUSINESS FUNCTIONALITY

T2S GRAPHICAL USER INTERFACE BUSINESS FUNCTIONALITY TS GRAPHICAL USER INTERFACE BUSINESS FUNCTIONALITY Reference: 0.0.01/01/00 Author: ECB TS Programme Office Date: 01-0- Version: 1. Status: Draft Classification: Public TS Graphical User Interface TABLE

More information

Insights on Configuration of Restriction Types in T2S

Insights on Configuration of Restriction Types in T2S Insights on Configuration of Restriction Types in T2S June 2014 T2S Programme Office European Central Bank 0 Scope of the Presentation The presentation aims to address following key questions related to

More information

1. Legal/business importance parameter: Medium 2. Market implementation efforts parameter: Low

1. Legal/business importance parameter: Medium 2. Market implementation efforts parameter: Low General Information (Origin of Request) User Requirements (URD) Other User Functional or Technical Documentation (SYS) Request raised by: 4CB Institute: 4CB Date raised: 01/10/2014 Request title: Securities

More information

Roma, 28 Ottobre 2014 Centro Congressi Banca d Italia. Training Session: Access Rights

Roma, 28 Ottobre 2014 Centro Congressi Banca d Italia. Training Session: Access Rights Roma, 28 Ottobre 2014 Centro Congressi Banca d Italia Training Session: Access Rights Access Rights Access rights General concepts Users o Configuration of users Privileges Roles Secured objects Secured

More information

Urgency: Normal. 1. Legal/business importance parameter: Medium 2. Market implementation efforts parameter: Medium

Urgency: Normal. 1. Legal/business importance parameter: Medium 2. Market implementation efforts parameter: Medium General Information (Origin of Request) User Requirements (URD) Other User Functional or Technical Documentation (SYS) Request raised by: Deutsche Bundesbank Institute: NCB Date raised: 23/11/2015 Request

More information

T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT SHARED SERVICES (SHRD) FOR

T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT SHARED SERVICES (SHRD) FOR T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT FOR SHARED SERVICES (SHRD) Version: 1.0 Status: FINAL Date: 06/12/2017 Contents 1 EUROSYSTEM SINGLE MARKET INFRASTRUCTURE GATEWAY (ESMIG)... 6 1.1 Overview...

More information

Draft Summary Meeting of the Change Review Group

Draft Summary Meeting of the Change Review Group T2S PROGRAMME OFFICE 17 July 2015 V0.1 Contact person: Alejandro del Campo Roiz de la Parra Phone: +49 69 1344 7910 E-mail: T2S.CRG@ecb.int Draft Summary Meeting of the Change Review Group 9 July 2015,

More information

TIPS CERTIFICATION TEST CASES

TIPS CERTIFICATION TEST CASES DG-MIP 31 August 2018 UPDATABLE CERTIFICATION TEST CASES Version: 1.0 Status: Final Date: 30/08/2018 Version: 1.00 Table of Contents 1. CERTIFICATION TEST APPROACH AND TEST CASES 3 1.1 APPROACH 3 1.2 Participant

More information

Common Reference Data Management for TIPS

Common Reference Data Management for TIPS for TIPS s V0.1.0 Author 4CB Version 0.1.0 Date 16/01/2018 All rights reserved. INTRODUCTION... 4 READER S GUIDE... 4 1. GENERAL FEATURES OF CRDM... 5 1.1. INTRODUCTION TO THE CRDM SERVICE... 5 1.2. ACCESS

More information

TARGET Instant Payment Settlement CRDM TIPS UDFS Version v TIPS Contact Group #6

TARGET Instant Payment Settlement CRDM TIPS UDFS Version v TIPS Contact Group #6 TARGET Instant Payment Settlement CRDM TIPS UDFS Version v.0.3.0 TIPS Contact Group #6 Frankfurt am Main, 09.04.2018 Summary 1. Market feedback on CRDM TIPS UDFS v.0.2.0 2. Overview of CRDM TIPS UDFS v.0.3.0

More information

Guide for the T2S-forms

Guide for the T2S-forms Guide for the T2S-forms Header The header of the forms includes general information. These shall help identifying the institution via their BIC11. Please insert (also in the forms for the testing environments)

More information

Outcome 7 th Task Force on Future RTGS Services

Outcome 7 th Task Force on Future RTGS Services Outcome 7 th Task Force on Future RTGS Services 19 July 2017, from 09:30 until 17:00 held at the ECB, Sonnemannstraße 20, Frankfurt am Main, room C2.06 16 August 2017 1. Introduction The Chairperson will

More information

T2S Final Wave Iberclear: Functional modifications and migration procedures

T2S Final Wave Iberclear: Functional modifications and migration procedures T2S Final Wave Iberclear: Functional modifications and migration procedures Further to the pre-announcement D17030 dated 5 May 2017, Clearstream Banking AG, Frankfurt 1 informs customers about the scheduled

More information

TARGET Instant Payment Settlement Access Rights Management. TIPS Contact Group #8

TARGET Instant Payment Settlement Access Rights Management. TIPS Contact Group #8 TARGET Instant Payment Settlement Access Rights Management TIPS Contact Group #8 Frankfurt am Main, 04.07.2018 Access rights configuration in CRDM TIPS To ensure a smooth integration within the T2-T2S

More information

Single Shared Platform. User Detailed Functional Specifications - Optional Services - 2nd book Version May 2013

Single Shared Platform. User Detailed Functional Specifications - Optional Services - 2nd book Version May 2013 Single Shared Platform User Detailed Functional Specifications - Optional Services - 2nd book Version 7.01 31 May 2013 Table of Contents Table of Contents 11 Introduction 12 User Guide for optional modules

More information

Single Shared Platform User Detailed Functional Specifications - Optional Services - 2nd book

Single Shared Platform User Detailed Functional Specifications - Optional Services - 2nd book Single Shared Platform User Detailed Functional Specifications - Optional Services - 2nd book Version 12.0 23 March 2018 Table of Contents Table of Contents 11 Introduction... 1 12 User Guide for optional

More information

TARGET Instant Payment Settlement User Requirements

TARGET Instant Payment Settlement User Requirements User s Status: FINAL Executive Summary Introduction The market consultation on the TARGET Instant Payment (TIPS) User s Document (URD) was initiated on 9 January 2017 and ran until 24 February 2017. Financial

More information

Single Shared Platform User Detailed Functional Specifications - Optional Services - 2nd Book

Single Shared Platform User Detailed Functional Specifications - Optional Services - 2nd Book Single Shared Platform User Detailed Functional Specifications - Optional Services - 2nd Book Version 11.0 17 March 2017 Table of Contents Table of Contents 11 Introduction... 1 12 User Guide for optional

More information

TARGET Instant Payment Settlement

TARGET Instant Payment Settlement TARGET Instant Payment Settlement Overview of the market feedback on the 1 st UDFS draft TIPS Contact Group #2 Frankfurt am Main, 07.11.2017 Summary 1. Overview of the market feedback on the UDFS 2. Main

More information

1. Legal/business importance parameter: High 2. Market implementation efforts parameter: Low

1. Legal/business importance parameter: High 2. Market implementation efforts parameter: Low General Information (Origin of Request) User Requirements (URD) Other User Functional or Technical Documentation (SYS) Request raised by: 4CB Institute: 4CB Date raised: 05/01/2017 Request title: Handling

More information

1. Legal/business importance parameter: High 2. Market implementation efforts parameter: Low

1. Legal/business importance parameter: High 2. Market implementation efforts parameter: Low General Information (Origin of Request) User Requirements (URD) Other User Functional or Technical Documentation (SYS) Request raised by: 4CB Institute: 4CB Date raised: 05/01/2017 Request title: Handling

More information

Insight Session on T2S User Testing

Insight Session on T2S User Testing Insight Session on T2S User Testing Dedicated Info Session on T2S User Testing and Migration: an urgent matter Frankfurt, 3 July 2013 T2S Programme Office European Central Bank 1 T2S User Testing Agenda

More information

TARGET Instant Payment Settlement

TARGET Instant Payment Settlement V0.2.0 Author 4CB Version 0.2.0 Date 0113/1112/2017 All rights reserved. 1. INTRODUCTION TO TIPS... 4 1.1 TIPS OVERVIEW... 4 1.1.1 TIPS settlement service model... 4 1.1.2 TIPS Access... 5 1.2 INTERACTIONS

More information

Recommendations of the 18 Nov 2009 UR Management Subgroup meeting

Recommendations of the 18 Nov 2009 UR Management Subgroup meeting 09.04.01/2009/012083 Recommendations of the 18 Nov 2009 UR Management Subgroup meeting T2S AG meeting 09-10 December 2009 1 Summary 10 th meeting of the UR Management Sub-Group (URM SG) took place on 18

More information

T2S PROGRAMME STATUS AS OF MID-SEPTEMBER

T2S PROGRAMME STATUS AS OF MID-SEPTEMBER T2S PROGRAMME OFFICE ECB-PUBLIC AG Meeting 18/19 September 2012 Item 2 09.04.01/2012/007820 T2S PROGRAMME STATUS AS OF MID-SEPTEMBER 2012-1. Introduction In this note the T2S Programme Office provides

More information

T2S Connectivity Guide

T2S Connectivity Guide T2S Connectivity Guide Page 1 of 23 T2S Connectivity Guide Author 4CB Version 1.0 Date 29/11/2013 Status Classification Classified until Final Public N/A T2S Connectivity Guide Page 2 of 23 TABLE OF CONTENTS

More information

ISO20022 Messages types and flows in future RTGS services. 14 February 2017 Ad-hoc Workshop on messages for the Future RTGS Services

ISO20022 Messages types and flows in future RTGS services. 14 February 2017 Ad-hoc Workshop on messages for the Future RTGS Services ISO00 Messages types and flows in future RTGS s February 07 Ad-hoc Workshop on messages for the Future RTGS Services messages and message flow in TARGET (I) Background information for the RTGS s (today

More information

Clarification on Messaging Topics from Previous TCCG Meetings

Clarification on Messaging Topics from Previous TCCG Meetings ECB DG-MIP T2-T2S Consolidation Clarification on Messaging Topics from Previous TCCG Meetings TARGET Consolidation Contact Group 6 th Meeting on 04 September 2018 Rubric Clarification on Messaging Topics

More information

Guidelines for Handling Addressing Changes in the AMHS Network

Guidelines for Handling Addressing Changes in the AMHS Network EUR AMHS Documentation AMHS Addressing Change Guidance Guidelines for Handling Addressing Changes in the AMHS Network Document Reference: Author: EUR AMHS Documentation, AMHS Addressing Change Guidance

More information

TARGET Instant Payment Settlement

TARGET Instant Payment Settlement V0.1.0 Author 4CB Version 0.1.0 Date 01/11/2017 All rights reserved. 1. INTRODUCTION TO TIPS... 4 1.1 TIPS OVERVIEW... 4 1.1.1 TIPS settlement service model... 4 1.1.2 TIPS Access... 5 1.2 INTERACTIONS

More information

T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT SHARED SERVICES (SHRD) FOR

T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT SHARED SERVICES (SHRD) FOR T2/T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT FOR SHARED SERVICES (SHRD) Version: 1.1.1 Status: FINAL Date: 15/03/2018 Contents 1 EUROSYSTEM SINGLE MARKET INFRASTRUCTURE GATEWAY (ESMIG)... 6 1.1 Overview...

More information

TARGET Instant Payment Settlement

TARGET Instant Payment Settlement s V0.1.0 Author 4CB Version 0.1.0 Date 27/09/2017 All rights reserved. INTRODUCTION... 6 READER S GUIDE... 7 1. GENERAL FEATURES OF TIPS... 9 1.1. INTRODUCTION TO THE TIPS SERVICE... 9 1.2. ACCESS TO TIPS...

More information

9 January February [Please provide your input]

9 January February [Please provide your input] Institution name Deliverable Name Version No. Document sent for review on Feedback by Deutsche Bundesbank TARGET Instant Payments Settlement User Requirements 0.1 9 January 2017 24 February 2017 [Please

More information

Implementation Guide for Delivery Notification in Direct

Implementation Guide for Delivery Notification in Direct Implementation Guide for Delivery Notification in Direct Contents Change Control... 2 Status of this Guide... 3 Introduction... 3 Overview... 3 Requirements... 3 1.0 Delivery Notification Messages... 4

More information

1. Legal/business importance parameter: Medium 2. Market implementation efforts parameter: Low

1. Legal/business importance parameter: Medium 2. Market implementation efforts parameter: Low General Information (Origin of Request) User Requirements (URD) Other User Functional or Technical Documentation (SYS) Request raised by: 4CB Institute: 4CB Date raised: 14/10/2013 Request title: Updates

More information

Registration Guide. for DCA Holders

Registration Guide. for DCA Holders Registration Guide for DA Holders Version 1.2 / April 2016 USER GUIDE FOR OLLETION OF STATI DATA Table of contents 1. INTRODUTION... 3 1.1. OBJETIVE AND SOPE... 3 1.2. OLLETION OF STATI DATA FOR TEST AND

More information

Availability of T2S Generated Reports

Availability of T2S Generated Reports July 2015 T2S Programme Office European Central Bank 1 Agenda 1 2 3 Background Issue raised in the CRG Current Implementation and Considerations 2 Background All T2S reports are available in the user-to-application

More information

Chapter 2 Overview of the Design Methodology

Chapter 2 Overview of the Design Methodology Chapter 2 Overview of the Design Methodology This chapter presents an overview of the design methodology which is developed in this thesis, by identifying global abstraction levels at which a distributed

More information

BUSINESS JUSTIFICATION

BUSINESS JUSTIFICATION BUSINESS JUSTIFICATION FOR THE DEVELOPMENT OF NEW ISO 20022 FINANCIAL REPOSITORY ITEMS A. Name of the request: Cash aaccount reporting request and Notification messages B. Submitting organization: SWIFT

More information

Data Migration Tool File Format Specification

Data Migration Tool File Format Specification Data Migration Tool File Format Specification Author DIT Version 1.2.54 Date 02/06/201520/01/2016 Status Final Classification Accessible Classified until History of releases RELEASE DATE ISSUES STATUS

More information

Business Requirements Document (BRD) Template

Business Requirements Document (BRD) Template Business Requirements Document (BRD) Template Following is a template for a business requirements document (BRD). The document includes many best practices in use today. Don t be limited by the template,

More information

Supplier Quick Reference and How To Guide

Supplier Quick Reference and How To Guide and How To Guide For Help or Support support@primerevenue.com Toll Free USA & Canada: 1 800 557 8047 Toll Free Europe: 00800 7746 3000 Toll Free Asia: 001 800 7746 3000 Toll Free Australia: 1 800 217 718

More information

Straight2Bank Approver User Guide

Straight2Bank Approver User Guide Straight2Bank Approver User Guide Last Updated: March 2015 Table of Contents PURPOSE... 3 1. UNDERSTANDING TRANSACTION AUTHORISATION... 4 1.1. OVERVIEW... 4 1.2. VASCO TOKEN... 4 1.3. AVAILABILITY & CONTROL...

More information

Manual Rabo Corporate Connect

Manual Rabo Corporate Connect Manual Rabo Corporate Connect Rabo Trade Access User Manual Export Collections & Direct Collections October 2016 Contents 1. Introduction... 3 2. Creating a collection in RTA... 4 2.1. Before you start...

More information

/2011/ Item 8.2

/2011/ Item 8.2 09.04.01/2011/010381 Item 8.2 Change request form Page 1 of 15 REFERENCES L2 reference T2S 0300 URD created on 28/09/2011 (AG) Referenced documents CR_T2S_0300_URD_v0-0- 1.doc General Information (Origin

More information

Business Requirements. for. cancellation of business documents

Business Requirements. for. cancellation of business documents Business Requirements for cancellation of business documents Status: Approved by ebix Forum Version/release: 2.0 Revision: A Date: December 2015 ebix Business requirements for cancellation of business

More information

Distributed Transaction Management 2003

Distributed Transaction Management 2003 Distributed Transaction Management 2003 Jyrki Nummenmaa http://www.cs.uta.fi/~dtm jyrki@cs.uta.fi General information We will view this from the course web page. Motivation We will pick up some motivating

More information

ORDINANCE ON NUMBER PORTABILITY. Unofficial consolidated text 1

ORDINANCE ON NUMBER PORTABILITY. Unofficial consolidated text 1 ORDINANCE ON NUMBER PORTABILITY (Official Gazette No. 42/09 and 62/11) Unofficial consolidated text 1 I. GENERAL PROVISIONS Contents and purpose Article 1 This Ordinance shall lay down the manner, conditions

More information

Incompatibility Dimensions and Integration of Atomic Commit Protocols

Incompatibility Dimensions and Integration of Atomic Commit Protocols The International Arab Journal of Information Technology, Vol. 5, No. 4, October 2008 381 Incompatibility Dimensions and Integration of Atomic Commit Protocols Yousef Al-Houmaily Department of Computer

More information

A Proposal for User-Level Failure Mitigation in the MPI-3 Standard

A Proposal for User-Level Failure Mitigation in the MPI-3 Standard A Proposal for User-Level Failure Mitigation in the MPI-3 Standard Wesley Bland George Bosilca Aurelien Bouteiller Thomas Herault Jack Dongarra {bland, bosilca, bouteill, herault, dongarra } @ eecs.utk.edu

More information

Memorandum. This memorandum requires Board action. EXECUTIVE SUMMARY

Memorandum. This memorandum requires Board action. EXECUTIVE SUMMARY California Independent System Operator Corporation Memorandum To: ISO Board of Governors From: Keith Casey, Vice President, Market & Infrastructure Development Date: May 21, 2014 Re: Decision on interconnection

More information

Creating Bulk Events. User Guide. Strong Bonds. Version 1.8 May 18, 2018

Creating Bulk Events. User Guide. Strong Bonds. Version 1.8 May 18, 2018 Creating Bulk Events User Guide Version 1.8 May 18, 2018 Strong Bonds Table of Contents About This Guide... 4 Benefits of Using Strong Bonds to Create Events... 4 Who Should Use This Guide... 4 How This

More information

SAP. Modeling Guide for PPF

SAP. Modeling Guide for PPF Modeling Guide for PPF Contents 1 Document Organization... 3 1.1 Authors... 3 1.2 Intended Group of Readers... 3 1.3 References... 3 1.4 Glossary... 4 2 Modeling Guidelines - Application Analysis... 6

More information

Important Notice National Securities Clearing Corporation

Important Notice National Securities Clearing Corporation Important Notice National Securities Clearing Corporation A#: 8672 P&S# 8247 Date: JANUARY 28, 2019 To: From: Attention: Subject: ALL ACATS PARTICIPANTS ACATS PRODUCT MANAGEMENT, DTCC EQUITIES CLEARANCE

More information

Agenda / Course Outline

Agenda / Course Outline Supplier Rating System (SRS) Supplier Protest Requests Supplier Training Guide January 2019 Copyright 2018 Raytheon Company. All rights reserved. Agenda / Course Outline 1. What are SRS protest requests

More information

OSEK/VDX. Communication. Version January 29, 2003

OSEK/VDX. Communication. Version January 29, 2003 Open Systems and the Corresponding Interfaces for Automotive Electronics OSEK/VDX Communication Version 3.0.1 January 29, 2003 This document is an official release and replaces all previously distributed

More information

RealTime Merchant SM (RTM) Marriott User s Guide

RealTime Merchant SM (RTM) Marriott User s Guide RealTime Merchant SM (RTM) Marriott Copyright Information 2006/07 Global Card Services, Inc. All rights reserved. Reproduction, adaptation, or translation without prior written permission from Global Card

More information

Proposal for Business Transaction Protocol Version 1.0

Proposal for Business Transaction Protocol Version 1.0 Proposal for Business Transaction Protocol Version 1.0 Sanjay Dalal (sanjay.dalal@bea.com) Pal Takacsi-Nagy (pal.takacsi@bea.com) Abstract Long lasting business transactions spanning multiple enterprises

More information

THOMSON REUTERS TICK HISTORY RELEASE 12.1 BEST PRACTICES AND LIMITS DOCUMENT VERSION 1.0

THOMSON REUTERS TICK HISTORY RELEASE 12.1 BEST PRACTICES AND LIMITS DOCUMENT VERSION 1.0 THOMSON REUTERS TICK HISTORY RELEASE 12.1 BEST PRACTICES AND LIMITS DOCUMENT VERSION 1.0 Issued July 2018 Thomson Reuters 2018. All Rights Reserved. Thomson Reuters disclaims any and all liability arising

More information

Asynchronous Remote Replication Technical Report - Dell PowerVault MD3 Storage Arrays. A white paper

Asynchronous Remote Replication Technical Report - Dell PowerVault MD3 Storage Arrays. A white paper Asynchronous Remote Replication Technical Report - Dell PowerVault MD3 Storage Arrays A white paper TABLE OF CONTENTS 1 Overview... 3 2 Introduction... 4 2.1 Customer Needs Addressed by Asynchronous Remote

More information

CashLink Quick Reference Guide

CashLink Quick Reference Guide CashLink Quick Reference Guide Navigating your Account Summary Page After you log in, you will see the Account Summary Page screen. This screen gives you access to all other functions and displays important

More information

1. Legal/business importance parameter: Medium 2. Market implementation efforts parameter: Low

1. Legal/business importance parameter: Medium 2. Market implementation efforts parameter: Low General Information (Origin of Request) User Requirements (URD) Other User Functional or Technical Documentation (SYS) Request raised by: 4CB Institute: 4CB Date raised: 14/10/2013 Request title: Updates

More information

USER MANUAL. FEAT FRONT END BI SECURITY DATABASE FE129 FRONT END Art.129 C.B.L. REPORTING

USER MANUAL. FEAT FRONT END BI SECURITY DATABASE FE129 FRONT END Art.129 C.B.L. REPORTING USER MANUAL FEAT FRONT END BI SECURITY DATABASE FE129 FRONT END Art.129 C.B.L. REPORTING This manual is updated to 09/01/2017 CONTENTS 1. Introduction... 3 2. Accessing the FE129 and FEAT applications...

More information

Demand Processing for Brokered Repo Comparison

Demand Processing for Brokered Repo Comparison April 16, 2008 Background Demand Processing for Brokered Repo FICC first unveiled Demand processing in October, 2002 when the second version of Interactive Messaging for Real-time was introduced. The central

More information

Integrated Payments: Online Creation Quick Reference Guide

Integrated Payments: Online Creation Quick Reference Guide Integrated Payments: Online Creation Quick Reference Guide Table of Contents Creating Templates... 2 Creating Payments from Templates... 5 Approving or Modifying Payments... 6 Payments Search... 8 Wire

More information

CPS352 Lecture - The Transaction Concept

CPS352 Lecture - The Transaction Concept Objectives: CPS352 Lecture - The Transaction Concept Last Revised March 3, 2017 1. To introduce the notion of a transaction and the ACID properties of a transaction 2. To introduce the notion of the state

More information

T2-T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT T2 - RTGS COMPONENTFUTURE RTGS (RTGS) -ANNEX FOR CENTRAL BANKS ONLY- FOR

T2-T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT T2 - RTGS COMPONENTFUTURE RTGS (RTGS) -ANNEX FOR CENTRAL BANKS ONLY- FOR T2-T2S CONSOLIDATION USER REQUIREMENTS DOCUMENT FOR T2 - RTGS COMPONENTFUTURE RTGS (RTGS) -ANNEX FOR CENTRAL BANKS ONLY- Version: 1.1.2 Status: DRAFT Date: //2018 Contents 1 USER INTERACTION... 3 1.1 General

More information

TARGET Instant Payment Settlement

TARGET Instant Payment Settlement V1.0.0 Author 4CB Version 1.0.0 Date 16/04/2018 All rights reserved. TERMS AND ABBREVIATIONS... 5 1. INTRODUCTION TO TIPS... 7 1.1 TIPS OVERVIEW... 7 1.1.1 TIPS settlement service model... 7 1.1.2 TIPS

More information

Incremental Evaluation of Sliding-Window Queries over Data Streams

Incremental Evaluation of Sliding-Window Queries over Data Streams Incremental Evaluation of Sliding-Window Queries over Data Streams Thanaa M. Ghanem 1 Moustafa A. Hammad 2 Mohamed F. Mokbel 3 Walid G. Aref 1 Ahmed K. Elmagarmid 1 1 Department of Computer Science, Purdue

More information

Conceptboard User Agreement for users registered before October 23, 2015.

Conceptboard User Agreement for users registered before October 23, 2015. Conceptboard User Agreement for users registered before October 23, 2015. This statement was written in German. If you are facing inconsistencies between the translated version of this statement compared

More information

Expense Management for Microsoft Dynamics NAV

Expense Management for Microsoft Dynamics NAV Expense Management for Microsoft Dynamics NAV Tables and Fields Documentation - Version 2.60 Expense Management - Tables and Fields Documentation - Version 2.50 Page 1 / 67 TABLE OF CONTENTS INTRODUCTION...

More information

Application of Key UCC 4A Concepts and Terms to the Real-Time Payment System

Application of Key UCC 4A Concepts and Terms to the Real-Time Payment System Application of Key UCC 4A Concepts and Terms to the Real-Time Payment System Note: Capitalized terms have the same meaning as provided in the RTP Rules, unless otherwise noted. UCC 4A Concept or Term Scope

More information

Needham Bank Business Online Banking

Needham Bank Business Online Banking Needham Bank Business Online Banking Published December 2017 Contents ACH & NB Business Online Banking Terminology... 2 Getting Started... 4 Participants... 5 Creating a Participant... 5 Updating a Participant...

More information

Introduction to Real-Time Communications. Real-Time and Embedded Systems (M) Lecture 15

Introduction to Real-Time Communications. Real-Time and Embedded Systems (M) Lecture 15 Introduction to Real-Time Communications Real-Time and Embedded Systems (M) Lecture 15 Lecture Outline Modelling real-time communications Traffic and network models Properties of networks Throughput, delay

More information

State Machine Diagrams

State Machine Diagrams State Machine Diagrams Introduction A state machine diagram, models the dynamic aspects of the system by showing the flow of control from state to state for a particular class. 2 Introduction Whereas an

More information

Check Positive Pay. User Guide

Check Positive Pay. User Guide Bu Check Positive Pay User Guide Table of Contents Overview... 2 Issues... 2 Issue Entry... 2 Import Issues... 5 Issue Activity... 17 Decisions... 20 Decision Items... 20 Decision Activity... 25 Subscriptions...

More information

MPL Service Requirements

MPL Service Requirements MPL Service Requirements Overview of the market feedback TIPS Contact Group #11 Frankfurt am Main, 06.11.2018 Summary 1. Overview of the market feedback 2. Comments of general interest 3. Interoperability

More information

3GPP TS V4.2.0 ( )

3GPP TS V4.2.0 ( ) TS 23.116 V4.2.0 (2001-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; Super-Charger technical realization; Stage 2 (Release 4) The present document

More information

FREEPHONE AND LOCAL RATE NUMBER PORTING GUIDELINE

FREEPHONE AND LOCAL RATE NUMBER PORTING GUIDELINE FREEPHONE AND LOCAL RATE NUMBER PORTING GUIDELINE 1 INMS AND NUMBER PORTABILITY INMS was established to facilitate the portability of Freephone and Local Rate numbers (FLRNs). FLRN porting transactions

More information

Registrar- web Version February Registrar- web. Release 3.1. Copyright 2015 DNS Belgium vzw

Registrar- web Version February Registrar- web. Release 3.1. Copyright 2015 DNS Belgium vzw Registrar- web Version 3.1 5 February 2016 Registrar- web Release 3.1 Copyright 2015 DNS Belgium vzw Table of contents 1 Registrar Web... 3 1.1 User Management... 3 1.1.1 Permissions... 3 1.1.2 Transactions...

More information

Patterns for Asynchronous Invocations in Distributed Object Frameworks

Patterns for Asynchronous Invocations in Distributed Object Frameworks Patterns for Asynchronous Invocations in Distributed Object Frameworks Patterns for Asynchronous Invocations in Distributed Object Frameworks Markus Voelter Michael Kircher Siemens AG, Corporate Technology,

More information

OUTCOME OF THE 3 RD MEETING OF TARGET CONSOLIDATION CONTACT GROUP (TCCG)

OUTCOME OF THE 3 RD MEETING OF TARGET CONSOLIDATION CONTACT GROUP (TCCG) 05 June 2018 OUTCOME OF THE 3 RD MEETING OF TARGET CONSOLIDATION CONTACT GROUP (TCCG) 24 April 2018 09:30 to 17:00 held at the premises of the European Central Bank, Sonnemannstraße 20, meeting room MB

More information

MARKET PROCEDURE: METER DATA SUBMISSIONS

MARKET PROCEDURE: METER DATA SUBMISSIONS MARKET PROCEDURE: METER DATA SUBMISSIONS PREPARED BY: Market Operations (WA) DOCUMENT REF: VERSION: 3.0 EFFECTIVE DATE: 30 November 2015 STATUS: FINAL Approved for distribution and use by: APPROVED BY:

More information

Batches and Commands. Overview CHAPTER

Batches and Commands. Overview CHAPTER CHAPTER 4 This chapter provides an overview of batches and the commands contained in the batch. This chapter has the following sections: Overview, page 4-1 Batch Rules, page 4-2 Identifying a Batch, page

More information

Asynchronous Method Calls White Paper VERSION Copyright 2014 Jade Software Corporation Limited. All rights reserved.

Asynchronous Method Calls White Paper VERSION Copyright 2014 Jade Software Corporation Limited. All rights reserved. VERSION 7.0.10 Copyright 2014 Jade Software Corporation Limited. All rights reserved. Jade Software Corporation Limited cannot accept any financial or other responsibilities that may be the result of your

More information

SB of AS using procedure 6 real-time settlement From night-time till day-light excluding maintenance window

SB of AS using procedure 6 real-time settlement From night-time till day-light excluding maintenance window Test ID IOP-AS-SB-6RT-600 Function Procedure 6 real-time Settlement SB ask to AS to send an ASTI message: Current order by AS on behalf of a SB to increase or decrease the Technical Account SB of AS using

More information

IRMIPM 40B: Patch 007 Notes

IRMIPM 40B: Patch 007 Notes IRMIPM 40B: Patch 007 Notes User functions have been added to the pricing sheet. There are now two methods to the existing interface for key fields checks. One is to provide a button on the rule sheet

More information

AGORA: A Dependable High-Performance Coordination Service for Multi-Cores

AGORA: A Dependable High-Performance Coordination Service for Multi-Cores AGORA: A Dependable High-Performance Coordination Service for Multi-Cores Rainer Schiekofer 1, Johannes Behl 2, and Tobias Distler 1 1 Friedrich-Alexander University Erlangen-Nürnberg (FAU) 2 TU Braunschweig

More information

Specifying Usability Features with Patterns and Templates

Specifying Usability Features with Patterns and Templates Specifying Usability Features with Patterns and Templates Holger Röder University of Stuttgart Institute of Software Technology Universitätsstraße 38, 70569 Stuttgart, Germany roeder@informatik.uni-stuttgart.de

More information

EQUELLA Workflow Moderation Guide

EQUELLA Workflow Moderation Guide Helping put innovation into education EQUELLA Workflow Moderation Guide Version 6.5 MELBOURNE - CANBERRA - HOBART 1800 EDALEX - www. edalexsolutions.com ABN 56 611 448 394 Document History Date Change

More information

Important Notice The Depository Trust Company

Important Notice The Depository Trust Company Important Notice The Depository Trust Company B #: 3742-16 Date: July 26, 2016 To: Category: From: Attention: Subject: All Clients Settlement /Asset Servicing Settlement Product Management Managing Directors/Vice

More information

ASCII Interface Version NT1368-ORACLE FCUBSV.UM [August] [2010] Oracle Part Number E

ASCII Interface Version NT1368-ORACLE FCUBSV.UM [August] [2010] Oracle Part Number E ASCII Interface Version-11.1 9NT1368-ORACLE FCUBSV.UM 11.1.0.0.0.0.0 [August] [2010] Oracle Part Number E51575-01 Document Control Author: Documentation Team Created on: October 01, 2008 Updated by: Documentation

More information

Table of Contents. Genoa User Guide. Storage (Extranet) Bridge User Guide Storage (Extranet)

Table of Contents. Genoa User Guide. Storage (Extranet) Bridge User Guide Storage (Extranet) Table of Contents 0 Genoa User Guide Storage (Extranet) 4.2.6 4.2.6 Bridge User Guide Storage (Extranet) Table of Contents 0 Table of Contents TABLE OF CONTENTS... ACCESSING THE STORAGE DECLARATION MODULE...

More information

Configuring IBM Spectrum Protect for IBM Spectrum Scale Active File Management

Configuring IBM Spectrum Protect for IBM Spectrum Scale Active File Management IBM Spectrum Protect Configuring IBM Spectrum Protect for IBM Spectrum Scale Active File Management Document version 1.4 Dominic Müller-Wicke IBM Spectrum Protect Development Nils Haustein EMEA Storage

More information

LAB-03 BPMN Resource Perspective and Events

LAB-03 BPMN Resource Perspective and Events Lab for the course on Process and Service Modeling and Analysis LAB-03 BPMN Resource Perspective and Events Lecturer: Andrea MARRELLA Objectives of this lecture Recap: Pools, Swimlanes and Message Flows

More information

Appeal decision. Tokyo, Japan Patent Attorney ISONO INTERNATIONAL PATENT Office, P. C.

Appeal decision. Tokyo, Japan Patent Attorney ISONO INTERNATIONAL PATENT Office, P. C. Appeal decision Appeal No. 2017-10881 Tokyo, Japan Appellant HITACHI APPLIANCES, INC. Tokyo, Japan Patent Attorney ISONO INTERNATIONAL PATENT Office, P. C. The case of appeal against the examiner's decision

More information

Settlement Files Publication Contingency Provisions

Settlement Files Publication Contingency Provisions Files Publication Contingency Provisions VERSION 2.0: AUGUST 30, 2016 Table of Contents 1 Introduction... 3 1.1 Revision History... 3 1.2 Related Documents... 3 1.3 Document Purpose and Scope... 3 2 Statement

More information

Guide to Status Only Annual Reviews and Re-appointments

Guide to Status Only Annual Reviews and Re-appointments Guide to Status Only Annual Reviews and Re-appointments Using Web Forms and LaserFiche Discovery Commons April 2016 Table of Contents Guide to Status Only Annual Reviews and Re-appointments... 0 Laserfiche

More information