Temenos Transact
R24 AMR | Min(s) read

Overview

This section gives an overview about the event types.

Event type allows to add more events without any additional code. Event type should not be at a high level and generic as to be able to fit 100 events into one bucket.

The event types identified here does not cover every event that happens in a banking system and there are some exceptions to these patterns. The logical reason is to prevent this minority of exceptions from preventing the performance of the majority of most common events.
For Credit For Debit
  • When an account is credited and the credit amount is greater than 5,000 (Large Deposit)
  • When an account is credited and the transaction code is a Salary Credit.
Whenever an account is credited, all of these events can be logically grouped under an Event Type called CR.TXN and supplemented with additional criteria based on values in the fields in respective STMT.ENTRY records.
  • When an account is debited and the debit amount is greater than 5,000 (Large Withdrawal)
  • When an account is debited and the Channel is ATM POS (Point of Sale) purchase.
Whenever an account is debited, all these events are logically grouped under an Event Type called DR.TXN and supplemented with additional criteria based on values in respective fields of STMT.ENTRY records.

You can group all the above into one type called TXN but that moves to the one level higher, which in turn increases the unnecessary processing that is done by TEC every time an event occurs.

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, May 28, 2024 5:15:45 PM IST