Applications in t24
Applications in t24
Applications in t24
Data which is entered into T24 applications are stored in Files at database level.
At database level these files are broadly classified into
1. Live files,
2. Unauthorized files
3. History files
4. Deleted History
5. SIM files.
Deleted History($DEL)
Holds deleted unauthorized records.
Live files can never be deleted
Simulation -$SIM files store records that are generated after simulation.
These records are generated by T24 and hence there will be no audit fields for records in this
file
***************************************************************************
FUNCTIONS IN T24
‘D’ is a function which allows the user to delete a record which is not yet authorized. An
authorized record cannot be deleted.
‘R’ authorized records cannot be deleted. To remove an authorized record, the function is
R
Reverse
‘H’ a reversed record can be brought back using the History restore function
AUDIT FIELDS:
1. RECORD.STATUS
Information about the status of the record is it unauthorized, is it authorized,
is stored in a field called RECORD.STATUS
2. CURR.NO
Is an audit field that indicates how many times the record has been
authorized/modified
************************************************************************
ENQUIRIES
Case 2 -When a bank employee needs the account balance to handle customer queries.
ENQUIRY?
-An enquiry is a query that is executed to fetch data from the database and display the
results in a user defined format. All enquiries in T24 are catalogued in ENQUIRY
application. Used to generate user defined reports
VERSIONS
A table may consist of several columns(fields) that might not be required for all
users.
So the users can create views, consisting of the columns that they need account to
requirement
***********************************************************************
API
- An API (Application Programming Interface) is a defined interface through which one
software application talks to another software application.
- Programs and devices can communicate safely, without knowing the internal workings
that allow the other to function.
- APIs make application developers and product planners’ jobs easier, working like ready
made building blocks for creating software.
API is just a middleman who handles your request and translates it into something the other
party can understand, without you having to really know what the other party’s systems and
data looks like in detail.
When a record is committed, Overrides may be raised. Overrides are warning messages. An
override is a warning message generated to inform the Inputter about some data that is input
in the record and needs confirmation from the User for committing the record with the given
values.
For example, A customer wants to withdraw $100 from his savings account which has a
balance
of $150. Assume that by T24 norms, the minimum balance in the savings account should be
$100. When transaction is input to debit $100, on committing it T24 generates an override
about
the insufficient funds available.
Override Messages are displayed with the Accept Override link and this must be clicked to
store the record in the database. The override message is stored as part in the OVERRIDE field
as part of the record.
OVERRIDES
When a record is committed, Overrides may be raised. Overrides are warning messages. An
override is a warning message generated to inform the Inputter about some data that is input
in the record and needs confirmation from the User for committing the record with the given
values.
*****************************************************************************
SERVICES IN T24
Need for Services
Banks have 1000s of customers who have 1000s of accounts. The bank has to
calculate interest for each account .Records older than 6 months must be archived
Currency exchange rates must updated periodically to be applied in foreign currency
transactions. Such work has to be done automatically without any user intervention
- They spawn multiple processes and are centrally monitored by Core Banking
*********************************************************************
RETAIL BANKING
The AA module provides a flexible framework that allows a number of new T24 modules to be
created. The application provides a business component based architecture for the
management of products. Arrangements are the part of the Retail Banking suite of products.
TELLER
Teller incorporates the administration of Tills, processing of local and foreign currency
transactions, Travellers Cheques, currency transfers, denomination control, passbook
updates, advice production, automatic charges defaulting, rate defaulting and so on.
TELLER.FINANCIAL.SERVICES (TFS) is a T24 application, which facilitates capture of
information for all these transactions in one screen and with one click, and creates a
Consolidated Entry (parameterized) on the Customer account, a Consolidated Charge
and a Consolidated Transaction Advice.
Role Description
Head Teller Supervises and co-ordinates the activities of the Tellers in the
Branch and approves transactions
Branch Operations Oversees all data processing activities supporting account and
Manager deposit servicing functions of a bank
*****************************************************************************
LIMITS
Credit limits are held by customer and by product.
In the simplest case a LIMIT might be held for one product with an individual customer.
For example: we might decide to limit placements with ABC Bank to no more than 50M
USD. If we were to attempt to input a placement, which meant that this LIMIT would be
exceeded then, an override would be required at deal input.
The LIMIT application uses the following parameters files and these have to be set up before
limits can be used and be applied at either Customer or Liability level. These parameters are
used to define the structure of limits.
- For secured Limits LIMIT.PARAMETER and LIMIT.REFERENCE records must be
entered
- For unsecured Limits parameter tables for COLLATERAL application are also
required to be set up as they are used to indicate how the limit is secured.
LIMIT.PARAMETER
LIMIT.REFERENCE
Commodity Limits
Country Limits
Currency Limits
1. LIMIT.PARAMETER
Within this file are defined parameters that determine the way in which the LIMIT system
operates. Only one record with a id of SYSTEM is required.
LIMIT.PARAMETER controls the following:
o A 'number of days' to define how many days prior to LIMIT Expiry Date
and Review Date the approach of these events is to be reported.
o A date and cycle to indicate when the first revaluation occurs and at
what frequency thereafter.
o A date and cycle to indicate when the Commodity, Country and
Currency reports must be produced.
2. LIMIT.REFERENCE
This table defines various parameters and links contracts and accounts to LIMIT.REFERENCE.
The key to this table is the product, defining the product hierarchy which is the second
dimension to Limits.