Arrangement Activities PDF
Arrangement Activities PDF
Arrangement Activities PDF
Arrangement Activities
This document describes a T24 AA Property Class and it is assumed that the reader has read and is
familiar with the concepts described in the T24 Arrangement Architecture Product Summary.
Overview
Servicing of T24 Arrangements is accomplished through Arrangement Activities. Activities
are business functions which are triggered either by a user, the close of business, or another
T24 application like Funds Transfer or Teller.
Examples of Arrangement Activities are:
New Arrangement
Change Interest
Recalculate Payment Schedule
Apply Payment
Unlike most other T24 applications in which the user enters data in a record and T24
determines the required actions, an Arrangement Activity is first explicitly selected and any
necessary input is restricted to the appropriate attributes.
No part of this document may be reproduced or transmitted in any form or by any means,
electronic or mechanical, for any purpose, without the express written permission of TEMENOS Holdings NV.
Defining Activities
Activities are performed on either the entire Arrangement (i.e. New Arrangement) or on a
specific Property (i.e. Change Principal Interest). Since Properties are user-defined,
Temenos has specified the composition of each Activity as an Activity Class which targets
either a Property Class or the entire Arrangement.
Each Activity Class is defined as a series of Property Class Actions and is Product Line
specific as the actions used for servicing may differ between lines. An Activity is therefore an
instance of an Activity Class.
Activity records are created in T24 primarily to allow users to enter language specific
descriptions. The actions performed by an activity are determined at run-time by substituting
the relevant Property names for the Property Class names.
Activity Instance
There are three types of Activity records:
Entire Arrangement – When a Product Line is installed, T24 creates records for the
Activities which effect an entire arrangement (e.g. Lending-New-Arrangement,
Lending-Close-Arrangement).
Property – When a Property is defined by the user, T24 builds any corresponding
Activity Class instances. For example if a Principal Interest property is created,
instances for all Interest Activity Classes will be created.
User Defined – Users can create Activity Class instance to segregate a single Activity
Class (e.g. DISBURSE-TERM.AMOUNT) into multiple transaction-specific Activities
(e.g. Disburse via ATM, Disburse via Teller, etc.).
Activities created by T24 can not be modified by the user. The user however can update
and maintain their description fields.
The key of the each T24 maintained Activity is comprised of a Product Line, Verb, and
Property as shown below:
LENDING-NEW-ARRANGEMENT
DEPOSITS-CHANGE-PRINCIPAL.INTEREST
LENDING-CALCULATE-REPAYMENT
DEPOSITS-ACCRUE-CREDIT.INTEREST
Structure
Processing Activities
Activities are initiated directly by a user, during COB, or as a result of a transaction (e.g. FT,
TT, etc) on an Arrangement. Once initiated, T24 dynamically determines the appropriate
Actions by substituting the appropriate Property names (based upon the Product being
serviced) and then executing each Action in sequence.
An Activity has no business logic (i.e. code) as all of the business logic is contained within
the Actions. Each Action determines whether it needs to perform any processing based
upon a context of the Activity and the Arrangement details. If no processing is necessary it
simply exits and the next Action is started.
Arrangement Activity
The Arrangement Activity application serves as both a mechanism to allow a user to initiate
an Activity and as a record of each Activity that has been processed against an
Arrangement.
For new arrangements the only activity available is ‘New Arrangement’. The user must enter
the Customer and Product desired. For financial products the currency is also required.
For existing arrangements, the user or T24 must specify an Arrangement ID, the desired
Activity, and an Effective Date. Once the Arrangement ID is entered, the Activity field will be
populated with the valid activities for the corresponding product. Once an Activity has been
selected and any necessary user input completed, if there are any associated Activity
Charges, the charge fields will be updated accordingly.
For activities initiated by a T24 transaction, details of the transaction and the activity amount
are recorded on the Arrangement Activity record. In the case of a transaction that results in
multiple activities (e.g. a repayment which is for more than the due amount), multiple records
are created and the ID of the first activity is stored as the linked activity.
Activity Logging
An arrangement’s Arrangement Activity records represent a full history of the activities
processed, in their original sequence. Certain activities such as “accrue interest” and
“amortise charge” will not result in stored records as these activities will frequently be
processed daily.
To allow reversals and back-valuations, it is essential to keep a log of the processed
Activities and any corresponding Arrangement Property changes done against the
arrangement. When an Activity is processed, the Activity and the Arrangement Properties
affected are updated in the arrangement’s Activity Log record.
The details of each Activity are stored in the Activity Log Details application.