Rapid Development of an ALM System

Size: px
Start display at page:

Download "Rapid Development of an ALM System"

Transcription

1 Rapid Development of an ALM System Irmantas Kamienas

2 CONTENT Tools developed by RMD Tools developed through the collaboration with the vendors Future plans

3 AB VILNIAUS BANKAS AB Vilniaus Bankas was established in 1990 Leader of Lithuanian financial market Member of SEB Group

4 ASSET LIABILITY MANAGEMENT Interest rate risk management Funding strategy and liquidity risk management Trading risk management Capital adequacy management Profitability management

5 TOOLS DEVELOPED BY RMD Repricing Gap Report Repricing Gap Report by Main Currencies Cash Flow Report Liquidity Report FX VaR

6 REPRICING GAP REPORT

7 TOOLS DEVELOPED BY RMD Repricing Gap Report Repricing Gap Report by Main Currencies Cash Flow Report Liquidity Report FX VaR

8 FEATURES OF REPORTING PROGRAMS General program for data import Separate programs for each report Options are changed in programming code Programming codes consist of: Option putting part Transformation and aggregation Information storing and exporting Formation of html reports Fixed reports supported by EIS applications

9 EIS APPLICATION

10 FX VALUE AT RISK Computation of Value at Risk Import of data Computation of statistics Time series analysis Matrix algebra Programming cycles Reporting Export of results DATA step SAS/STAT SAS/ETS SAS/IML Macro language SAS/GRARH PROC EXPORT

11 TREASURY DATA MART APPLICATIONS Balance sheet Turnovers of B/S and P/L accounts Cash flows Interest rate risk (repricing gap) Portfolio of trading securities FX open position

12 TREASURY DATA MART APPLICATIONS

13 ALM DEVELOPMENT Banking Book Trading Book Credit risk management Traditional ALM Trading risk management

14 Rapid development of ALM system Irmantas Kamienas Vilniaus Bankas Introduction In this presentation we will focus on SAS-based solutions of asset liability management (ALM) in Vilniaus Bankas. We will explain our initial needs and expectations, developed reports and applications, which allow to analyse the balance sheet, cash flows, interest rate gap, securities and FX open positions. Additionally, we will describe the usage of drill down facilities to strengthen data analysis and will present original technical solutions of fixed report creation and multidimensional report optimisation. The cases that will be presented come from the development of SAS applications by ourselves (the Risk Management Department) and from the cooperation between the Bank and SAS consultant. The presentation will also introduce future plans, automation of CAD reporting and application development for credit portfolio risk management. Vilniaus Bankas Vilniaus Bankas was established in 1990 and started its operations as a small commercial bank. Our bank has always been aiming to be a leader in the Lithuanian financial market. Now the Bank provides the widest rage of banking services, also a modern distribution network is developed. Vilniaus Bankas is the largest bank in Lithuania. At the beginning, the Bank focused in expending funding and lending activities. Currently, the assets and the number of transactions are comparably quite large, and one of the main issues is to develop a reliable ALM system with a high level of automation. Asset liability management and the needs of the Bank The asset and liability management is becoming the most critical function of Vilniaus Bankas. In the environment of growing competition, a profitable growth or even the survival of the organisation directly depends on an effective asset liability management. The main functions of ALM in Vilniaus Bankas are: Interest rate risk management Funding strategy and liquidity risk management Management of foreign exchange (FX) and other trading risks Capital adequacy management Profitability management A successful fulfilment of this function highly correlates with the possibility of the management to get appropriate information about the current situation of the Bank s assets and liabilities. To support decision making, the reporting to the Assets and Liabilities Committee (ALCO) was centralised and generally delegated to the Risk

15 Management Department. With regard to that, we demanded integrated, enterprisewide solution for risk and asset liability analytic measurement. It is possible to get inconsistent results by using silo approach with separate measurements. An integrated approach ultimately provides more flexibility and ensures the presentation of consistent information to the management. Tools developed by the Risk Management Department The Bank decided to build the system for the measurement of ALM analysis based on SAS. Using SAS software, the following reports are currently made for the ALCO: General Interest Rate Repricing Gap Report; Interest Rate Repricing Gap Report by Main Currencies; Cash Flow Report; Liquidity Report; FX VaR 1 Report Also, interest rate duration gap report will be soon introduced. One of the mentioned reports General Interest Rate Gap Report is presented in Exhibit 1. Exhibit 1 Data for all the reports are loaded from multiple sources. The bulk of the data comes from PLATON, the main transactional system of the Bank, in text tables format. The information about treasury transactions is accessed in Sybase database by using SAS/ACCESS. All data are unified and stored in SAS data files. After that, all data about products are converted into cash flows and stored in one denormalised data table. Additional variables such as expression in domestic currency, cash flow probability or dependence to particular time bucket are computed. The advantage of holding all data in denormalised shape is that it is possible to use the same transformed information for different reports. All mentioned reports are mainly tabulated using the cash flows data, only the level of instrument classification or rules of cash flow putting into particular time bucket differ (see Exhibit 1 and Exhibit 2). 1 VaR Value at Risk

16 Cash flows are mapped into time buckets of interest rate repricing report by repricing maturity and in case of cash flow report cash flows are mapped into buckets by time to maturity. Exhibit 2 The main features of reporting programs developed by the Risk Management Department: 1. General block (one program) for data import from different sources. It assures that all reports are formatted from consistent data. In case some changes in primary data sources are introduced or a new transactional system is implemented, we have to change only one data import program. 2. Separate programs for each report are created. Also there is possibility to include all report programs into one main program by using the statement %INCLUDE. When some particular report is changed, i.e. programming codes of this report are changed, that does not affect the rest of reporting programs. 3. All data import and reporting programs operate without frames, buttons, menus, so the interaction between the user or analyst and the program, in terms of the programmers, is not friendly. All options can be changed only in programming code. It is a drawback, but in case we are both developers and the final users, it is not difficult to put options directly into the programming code and it also saves the programming time. 4. All programming codes consist of the following parts: 1) Option putting. In this part of the program, the analyst can define such parameters as reporting date, numbers of time buckets and particular intervals of such buckets, data sources, Excel or html output paths and so on. So although the environment for option putting is not convenient, reporting programs are still quite flexible. 2) Transformation and aggregation. All data are aggregated and transformed into a form proper for analysing. 3) Information storing and exporting. Historical information is stored in SAS data sets. Also necessary information is exported into Microsoft Excel and Microsoft Access files. Additionally, MDDB files are made for EIS aplication. 4) Formation of html reports. Now we are working on moving the final reporting from Excel to html. 5. To support fixed reports, we developed a few simple EIS applications. In these applications data drill down facility is realised. It helps to investigate changes of risk

17 profile and reasons of such changes. Drill downing provides a possibility to analyse the data more deeply. Exhibit 3 presents the layout of EIS application. In this application it is possible to use various hierarchies and analysis variables like cash flows in original currencies or expressed in Litas, cash flows adjusted by their probabilities and so on. Exhibit 3 FX VaR report is a daily report. It is produced before every working day automatically running scheduled SAS batch job. VaR report is produced in html format (see Exhibit 4) and is distributed via Lotus Notes Management information system. Exhibit 4 VaR is quite a complicated risk measurement method and we do not want to go into details of such calculations, just will mention that we are using SAS/IML for

18 matrixes calculations and SAS/STAT for statistical analysis of market price volatility. FX VaR application stores historical market volatility as well as open FX positions of the Bank, so it is possible to analyse the historical VaR development. Tools developed through the collaboration with the vendors The reviewed reporting system has two main drawbacks: not strong enough control of primary data and restriction on reporting and analysis tool usage, application can be mainly used only in the Risk Management Department. These drawbacks will be solved with Data Warehouse project. This project started in February In the first stage of Data Warehouse project, treasury data mart and various applications for asset and liability management have to be implemented. Treasury data mart has to be done on Oracle software, while application will be developed with SAS software. In this project two vendor companies are involved, Oracle disrtributor in Lithuania and the official SAS system consultant in Lithuania Paspara Ltd. The written applications (we call them Treasury Data Mart applications) cover such areas of ALM: Balance sheet; Turnover of B/S and P/L accounts; Cash flows; Interest rate risk (repricing gap); Portfolio of trading securities; FX open position. Applications can be divided into: static reports; multidimensional reports; graphs. Contrary to the reporting programs described above, these applications take data from Data Warehouse, so the responsibility for data reliability and for ALM methods is clearly divided. Treasury Data Mart applications are developed in a user-friendly manner. It is not necessary to know SAS programming for working with these applications. All applications can be reached clicking buttons from the central menu window (see Exhibit 5). Exhibit 5

19 Advantages of Treasury Data Mart solution is that applications as well as primary data are physically located in a server and applications can be used in all terminals where SAS is installed. If some changes are made in applications, all updates in terminals are made automatically. In Treasury Data Mart we tried to develop application for reporting on capital adequacy. The size and structure of the Bank s capital is regulated by the central bank of Lithuania. Commercial banks have to report capital adequacy monthly. The form of the report is defined by the central bank regulations. To automate this reporting, the html template of capital adequacy report was made. Codes for all variables in this report were assigned. Variables are calculated from primary data located in data mart and then in DATA step codes of variables in report template are changed into real values of variables. To optimise performance of multidimensional reports (multidimensional applications), some character values of dimensions in MDDB files are replaced by numeric codes. Instead of using actual long character values, formatted values of class variables are used. For example, in balance sheet multidimensional application the user can see actual names of balance sheet accounts drill downing from one account level to another, but physically account numbers in MDDB file are stored and also balance sheet account format is created, which outputs balance sheet account names into computer screen instead of their numbers. Future plans Traditional asset liability management moves to a broader concept enterprise-wide risk management. As shown in Exhibit 6, enterprise-wide risk management integrates management of all main risk categories arising in the Bank s activities. Exhibit 6 Our vision is to expand ALM system to a risk management system by developing a wide range of risk measures, methodologies and applications. It also will require adapting Data Warehouse to credit exposure and performance measurement. We are especially interested in the development of applications for credit portfolio risk management. Introduction of such a system will allow to calculate risk capital and its allocation. Also, it will be possible to evaluate risk return trade-off better. It provides Vilniaus Bankas with competitive advantages in the Lithuanian banking market where falling of margins is observed.

20 Another aim of the future system development is to integrate risk reporting to the central bank into a general automated system of risk management. The Bank of Lithuania is changing old capital adequacy rules into new ones by including capital requirements from market risk side and trading activity. Maybe after some time we will also be allowed to use own in-house models for market risk measurement. Trademarks SAS and all other SAS Institute Inc. products are registered trademarks or trademarks of SAS Institute Inc. Other brand and product names are registered trademarks or trademarks of their respective companies.

Building an ALM system for the Insurance Industry

Building an ALM system for the Insurance Industry Building an ALM system for the Insurance Industry Marc Hansenne, Koen Van Huffel SOLID FINANCE Solutions (A division of SOLID Partners NV) Abstract ALM systems are having a breakthrough in the insurance

More information

Seamless Dynamic Web Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN

Seamless Dynamic Web Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN Seamless Dynamic Web Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN ABSTRACT The SAS Business Intelligence platform provides a wide variety of reporting interfaces and capabilities

More information

NUCSOFT. Asset Liability Management

NUCSOFT. Asset Liability Management NUCSOFT Asset Liability Management ALM Overview Forecasting, Budgeting & Planning Tool for Advanced Liquidity Management & ALM Analysis & Monitoring of Liquidity Buffers, Key Regulatory Ratios such as

More information

CALYPSO ENTERPRISE RISK SYSTEM

CALYPSO ENTERPRISE RISK SYSTEM 1 CALYPSO ENTERPRISE RISK SYSTEM Dr Philip Symes Introduction 2 Calypso's Enterprise Risk Service (ERS) is part of their Front-to-Back software system. Calypso ERS provides the Middle Office risk function.

More information

Exploiting Key Answers from Your Data Warehouse Using SAS Enterprise Reporter Software

Exploiting Key Answers from Your Data Warehouse Using SAS Enterprise Reporter Software Exploiting Key Answers from Your Data Warehouse Using SAS Enterprise Reporter Software Donna Torrence, SAS Institute Inc., Cary, North Carolina Juli Staub Perry, SAS Institute Inc., Cary, North Carolina

More information

FINANCIAL MANAGEMENT Microsoft Business Solutions Financial Management Navision frees you to focus on your business.

FINANCIAL MANAGEMENT Microsoft Business Solutions Financial Management Navision frees you to focus on your business. MICROSOFT BUSINESS SOLUTIONS NAVISION FINANCIAL MANAGEMENT Microsoft Business Solutions Financial Management Navision frees you to focus on your business. Key benefits: Tailor your software to your specific

More information

Corporate Risk Management Advisory Services FX and interest rate solutions for clients

Corporate Risk Management Advisory Services FX and interest rate solutions for clients Corporate Risk Management Advisory Services FX and interest rate solutions for clients Risk Management: The UBS Warburg approach UBS Warburg has built an outstanding reputation in the management of foreign

More information

IBM Algo Asset Liability Management

IBM Algo Asset Liability Management IBM Algo Asset Liability Management Industry-leading asset and liability management solution for the enterprise Highlights The fast-paced world of global markets presents asset and liability professionals

More information

Hosted Treasury Management Solution

Hosted Treasury Management Solution Hosted Treasury Management Solution Data security Your Treasury data is stored more securely than can be achieved when you deploy on site. Our hosting providers use secure facilities with multiple encryption

More information

9.1 SAS/ACCESS. Interface to SAP BW. User s Guide

9.1 SAS/ACCESS. Interface to SAP BW. User s Guide SAS/ACCESS 9.1 Interface to SAP BW User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS/ACCESS 9.1 Interface to SAP BW: User s Guide. Cary, NC: SAS

More information

Rational Reporting. Module 3: IBM Rational Insight and IBM Cognos Data Manager

Rational Reporting. Module 3: IBM Rational Insight and IBM Cognos Data Manager Rational Reporting Module 3: IBM Rational Insight and IBM Cognos Data Manager 1 Copyright IBM Corporation 2012 What s next? Module 1: RRDI and IBM Rational Insight Introduction Module 2: IBM Rational Insight

More information

The International Certificate in Banking Risk and Regulation (ICBRR)

The International Certificate in Banking Risk and Regulation (ICBRR) The International Certificate in Banking Risk and Regulation (ICBRR) The ICBRR fosters financial risk awareness through thought leadership. To develop best practices in financial Risk Management, the authors

More information

ARMS Counterparty Credit Risk

ARMS Counterparty Credit Risk ARMS Counterparty Credit Risk PFE - Potential Future Exposure & CVA - Credit Valuation Adjustment An introduction to the ARMS CCR module EXECUTIVE SUMMARY The ARMS CCR Module combines market proven financial

More information

When to consider OLAP?

When to consider OLAP? When to consider OLAP? Author: Prakash Kewalramani Organization: Evaltech, Inc. Evaltech Research Group, Data Warehousing Practice. Date: 03/10/08 Email: erg@evaltech.com Abstract: Do you need an OLAP

More information

Asset Liability Management

Asset Liability Management e-learning and reference solutions for the global finance professional Asset Liability Management A comprehensive e-learning product covering Global Best Practices, Strategic, Operational and Analytical

More information

Introduction to SAS Risk Management

Introduction to SAS Risk Management Introduction to SAS Risk Management SAS EMEA Strategy Mika Hakuni Agenda! Introductions! Some perspectives! What is SAS Risk Management?! Summary About data and analytics About reporting Reporting is one

More information

Customizable Spreadsheet Solutions The Promise of Templates Fulfilled 1

Customizable Spreadsheet Solutions The Promise of Templates Fulfilled 1 Customizable Spreadsheet Solutions The Promise of Templates Fulfilled 1 Richard J. Petti and Howard I. Cannon ModelSheet Software, LLC E-mail: info@modelsheetsoft.com URL: http://www.modelsheetsoft.com

More information

MIS. Management Information System

MIS. Management Information System MIS Management Information System Introduction In a banking business environment characterised by a battle for the customer, where the need to grow in volume has given way to selective growth strategies

More information

THE COMPOSITION OF ASSET/LIABILITY MANAGEMENT

THE COMPOSITION OF ASSET/LIABILITY MANAGEMENT THE COMPOSITION OF ASSET/LIABILITY MANAGEMENT Written for ZM Financial Systems by: Jerry Clark Vice President THE COMPOSITION OF ASSET/LIABILITY MANAGEMENT by Jerry Clark, VP, ZMFS Asset/Liability Management

More information

Ambit Asset/ Ambit BancWare Focus ALM

Ambit Asset/ Ambit BancWare Focus ALM Ambit Asset/ Liability Management Ambit BancWare Focus ALM Better information and analysis means better decisions. Managing the risk on the balance sheet today requires diligence and flexible, scalable

More information

Contents. List of Figures. List of Tables. Acknowledgments PART I INTRODUCTION 1

Contents. List of Figures. List of Tables. Acknowledgments PART I INTRODUCTION 1 List of Figures List of Tables Acknowledgments Preface xv xix xxi xxiii PART I INTRODUCTION 1 1 The Evolution of Financial Analysis 3 1.1 Bookkeeping 3 1.2 Modern finance 8 1.3 Departments, silos and analysis

More information

Implementation of Data Warehouse and Reporting in Fokus Bank

Implementation of Data Warehouse and Reporting in Fokus Bank Implementation of Data Warehouse and Reporting in Fokus Bank Håvar Wold Niklas Data AS/Coopers & Lybrand Consulting ANS Introduction: In this paper, the focus will be set on the SAS System and its strength

More information

How To Manage Risk With Sas

How To Manage Risk With Sas SOLUTION OVERVIEW SAS Solutions for Enterprise Risk Management A holistic view of risk of risk and exposures for better risk management Overview The principal goal of any financial institution is to generate

More information

Guidance on the management of interest rate risk arising from nontrading

Guidance on the management of interest rate risk arising from nontrading Guidance on the management of interest rate risk arising from nontrading activities Introduction 1. These Guidelines refer to the application of the Supervisory Review Process under Pillar 2 to a structured

More information

Annual Disclosures (Banks, Foreign Bank Branches, Federally Regulated Trust and Loan Companies, and Cooperative Credit Associations)

Annual Disclosures (Banks, Foreign Bank Branches, Federally Regulated Trust and Loan Companies, and Cooperative Credit Associations) Guideline Subject: (Banks, Foreign Bank Branches, Federally Regulated Trust and Loan Companies, and Cooperative Credit Associations) Category: Accounting No: D-1 Date: July 1997 Revised: July 2010 Introduction

More information

Chapter - 9. Credit Management

Chapter - 9. Credit Management Chapter - 9 Credit Management Purpose You can use Credit Management to minimize financial risks for your organization. Credit Management makes it possible for you to carry out credit checks in transaction

More information

Market Risk Management

Market Risk Management Market Risk Management Hamish Treleaven, Executive General Manager, Market Risk Management 17 November 2010 The quantum of Market Risk at CBA Current Economic Capital attribution Current Market Risk Economic

More information

Logical Data Model for Retail Banking

Logical Data Model for Retail Banking Logical Data Model for Retail Banking September 6, 2007 1/25 CONFIDENTIALITY STATEMENT The material contained in this document represents proprietary and confidential information pertaining to SIPL. By

More information

Fair Value Macro Hedging

Fair Value Macro Hedging Fair Value Macro Hedging Implementing a Highly Efficient Hedge Accounting Methodology for Fixed Rate Loan Portfolios By: Gerry Daly, Senior Solutions Consultant, Reval May 30, 2011 CONTENT Executive Summary

More information

Treasury Advisory Services Stability through effective financial risk and liquidity management. Audit. Tax. Consulting. Financial Advisory.

Treasury Advisory Services Stability through effective financial risk and liquidity management. Audit. Tax. Consulting. Financial Advisory. Treasury Advisory Services Stability through effective financial risk and liquidity management Audit. Tax. Consulting. Financial Advisory. Treasury Health Check Identify gaps and benchmark to make informed

More information

ORACLE MANUFACTURING MATERIAL PLANNING FOR PROCESS MANUFACTURING

ORACLE MANUFACTURING MATERIAL PLANNING FOR PROCESS MANUFACTURING ORACLE MANUFACTURING MATERIAL PLANNING FOR PROCESS MANUFACTURING KEY FEATURES MATERIAL PLANNING FOR PROCESS INCLUDES: Material and rough cut capacity planning Multi-level graphical pegging Advanced sourcing

More information

Applications Development. Paper 28-27

Applications Development. Paper 28-27 Paper 28-27 Web-enabling a Client/Server OLAP Application Using SAS/INTRNET Software s MDDB Report Viewer Mary Federico Katz, Fireman s Fund Insurance Company, Novato, CA Bob Rood, Qualex Consulting Services,

More information

Streamlining Reports: A Look into Ad Hoc and Standardized Processes James Jenson, US Bancorp, Saint Paul, MN

Streamlining Reports: A Look into Ad Hoc and Standardized Processes James Jenson, US Bancorp, Saint Paul, MN Working Paper 138-2010 Streamlining Reports: A Look into Ad Hoc and Standardized Processes James Jenson, US Bancorp, Saint Paul, MN Abstract: This paper provides a conceptual framework for quantitative

More information

Data W a Ware r house house and and OLAP II Week 6 1

Data W a Ware r house house and and OLAP II Week 6 1 Data Warehouse and OLAP II Week 6 1 Team Homework Assignment #8 Using a data warehousing tool and a data set, play four OLAP operations (Roll up (drill up), Drill down (roll down), Slice and dice, Pivot

More information

CHAPTER 5: BUSINESS ANALYTICS

CHAPTER 5: BUSINESS ANALYTICS Chapter 5: Business Analytics CHAPTER 5: BUSINESS ANALYTICS Objectives The objectives are: Describe Business Analytics. Explain the terminology associated with Business Analytics. Describe the data warehouse

More information

DISCLOSURE ON CAPITAL ADEQUACY & MARKET DISCIPLINE (CAMD)

DISCLOSURE ON CAPITAL ADEQUACY & MARKET DISCIPLINE (CAMD) DISCLOSURE ON CAPITAL ADEQUACY & MARKET DISCIPLINE (CAMD) A) Scope of Application : (a) This guidelines applies to Delta Brac Housing Finance Corporation Ltd. (b) (c) DBH has no subsidiary companies. Not

More information

Table of Contents. 4 General Ledger Analytics for Oracle E-Business Suite

Table of Contents. 4 General Ledger Analytics for Oracle E-Business Suite IBM Cognos 8 Financial Performance General Ledger Analytics for Oracle E-Business Suite USER GUIDE Product Information This document applies to IBM Cognos 8 Financial Performance Version 8.3 and may also

More information

Welcome to the topic on creating key performance indicators in SAP Business One, release 9.1 version for SAP HANA.

Welcome to the topic on creating key performance indicators in SAP Business One, release 9.1 version for SAP HANA. Welcome to the topic on creating key performance indicators in SAP Business One, release 9.1 version for SAP HANA. 1 In this topic, you will learn how to: Use Key Performance Indicators (also known as

More information

CHAPTER 4: BUSINESS ANALYTICS

CHAPTER 4: BUSINESS ANALYTICS Chapter 4: Business Analytics CHAPTER 4: BUSINESS ANALYTICS Objectives Introduction The objectives are: Describe Business Analytics Explain the terminology associated with Business Analytics Describe the

More information

Development Period 1 2 3 4 5 6 7 8 9 Observed Payments

Development Period 1 2 3 4 5 6 7 8 9 Observed Payments Pricing and reserving in the general insurance industry Solutions developed in The SAS System John Hansen & Christian Larsen, Larsen & Partners Ltd 1. Introduction The two business solutions presented

More information

Open Source on the Trading Desk

Open Source on the Trading Desk Open Source on the Trading Desk Stephen Ferrando dbconcert, Inc. January 21, 2009 1 Open Source on the Trading Desk Table of Contents Table of Contents... 2 Introduction... 3 Business Intelligence and

More information

A. KOSTAT IT Vision and Strategy Overview

A. KOSTAT IT Vision and Strategy Overview A. KOSTAT IT Vision and Strategy Overview 1) KOSTAT IT Vision 2010 The IT Vision of KOSTAT is to lead the world s best statistical information services. To achieve this vision, the Statistical Information

More information

NAIP Consortium Strengthening Statistical Computing for NARS www.iasri.res.in/sscnars SAS Enterprise Business Intelligence

NAIP Consortium Strengthening Statistical Computing for NARS www.iasri.res.in/sscnars SAS Enterprise Business Intelligence NAIP Consortium Strengthening Statistical Computing for NARS www.iasri.res.in/sscnars SAS Enterprise Business Intelligence BY Rajender Parsad, Neeraj Monga, Satyajit Dwivedi, RS Tomar, RK Saini Contents

More information

Measurement of Banks Exposure to Interest Rate Risk and Principles for the Management of Interest Rate Risk respectively.

Measurement of Banks Exposure to Interest Rate Risk and Principles for the Management of Interest Rate Risk respectively. INTEREST RATE RISK IN THE BANKING BOOK Over the past decade the Basel Committee on Banking Supervision (the Basel Committee) has released a number of consultative documents discussing the management and

More information

Planning a Basel III Credit Risk Initiative

Planning a Basel III Credit Risk Initiative Risk & Compliance the way we see it Planning a Basel III Credit Risk Initiative How to Achieve Return on Investment Contents 1 Introduction 3 2 Banks need a strong data foundation 4 3 A new focus on models

More information

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 29-1

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 29-1 Slide 29-1 Chapter 29 Overview of Data Warehousing and OLAP Chapter 29 Outline Purpose of Data Warehousing Introduction, Definitions, and Terminology Comparison with Traditional Databases Characteristics

More information

PhonEX ONE Microsoft Sample Reports November 2010

PhonEX ONE Microsoft Sample Reports November 2010 PhonEX ONE Microsoft Sample Reports November 2010 MIND CTI Ltd. Table of Contents PhonEX ONE Call Management Solution... 1 PhonEX ONE Reports... 1 Standard Query Reports... 1 Availability Report by Departments

More information

Solution Training. Financial Risk Management and Financial Performance Management

Solution Training. Financial Risk Management and Financial Performance Management Solution Training Financial Risk Management and Financial Performance Management July December 2013 Three Ways to Take Advantage of Training from Fiserv: Classroom Training Courses (C) These courses offer

More information

Certification Program on Corporate Treasury Management

Certification Program on Corporate Treasury Management Certification Program on Corporate Treasury Management Introduction to corporate treasury management Introduction to corporate treasury management: relevance, scope, approach and issues Understanding treasury

More information

EPM Performance Suite Profitability Administration & Security Guide

EPM Performance Suite Profitability Administration & Security Guide BusinessObjects XI R2 11.20 EPM Performance Suite Profitability Administration & Security Guide BusinessObjects XI R2 11.20 Windows Patents Trademarks Copyright Third-party Contributors Business Objects

More information

BANCWARE FOCUS ALM. Managing Risk Across Your Balance Sheet

BANCWARE FOCUS ALM. Managing Risk Across Your Balance Sheet BANCWARE FOCUS ALM Managing Risk Across Your Balance Sheet BANCWARE FOCUS ALM BETTER INFORMATION AND ANALYSIS MEANS BETTER DECISIONS. MANAGING THE RISK ON THE BALANCE SHEET TODAY REQUIRES DILIGENCE AND

More information

Asset & Liability Management in An Islamic Banking Context

Asset & Liability Management in An Islamic Banking Context Asset & Liability Management in An Islamic Banking Context By Ahmed M. Elshall SVP, Strategic Planning & Financial Control Abu Dhabi Islamic Bank Objectives Overview of ALM as implemented by conventional

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Maximizing value through business insight Business Intelligence White Paper November 2011 The information contained in this document represents the current view of Microsoft Corporation

More information

for Sage 100 ERP General Ledger Overview Document

for Sage 100 ERP General Ledger Overview Document for Sage 100 ERP General Ledger Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

PEOPLESOFT CASH MANAGEMENT

PEOPLESOFT CASH MANAGEMENT PEOPLESOFT CASH MANAGEMENT Oracle s PeopleSoft Cash Management is a cash management solution that optimizes enterprise-wide liquidity and cash control. KEY FEATURES Increase efficiency by performing cash

More information

Risk Management. Risk Management Overview. Credit Risk

Risk Management. Risk Management Overview. Credit Risk Risk Management Risk Management Overview Risk management is a cornerstone of prudent banking practice. A strong enterprise-wide risk management culture provides the foundation for the Bank s risk management

More information

SocrateBI. Functionality overview

SocrateBI. Functionality overview SocrateBI Functionality overview Better Business Decisions with SocrateBI Microstrategy Platform Benefits Characteristics FRAM - Financial Reporting Analysis Module SCAM - Sales and Customer Analysis Module

More information

CorHousing. CorHousing provides performance indicator, risk and project management templates for the UK Social Housing sector including:

CorHousing. CorHousing provides performance indicator, risk and project management templates for the UK Social Housing sector including: CorHousing CorHousing provides performance indicator, risk and project management templates for the UK Social Housing sector including: Corporate, operational and service based scorecards Housemark indicators

More information

Whether you seek to BROADEN, DEEPEN, OR SIMPLY REFRESH YOUR SKILLS, Consider F nultima

Whether you seek to BROADEN, DEEPEN, OR SIMPLY REFRESH YOUR SKILLS, Consider F nultima Whether you seek to BROADEN, DEEPEN, OR SIMPLY REFRESH YOUR SKILLS, Consider F nultima F nultima Our trainers have successfully delivered training programmes for some of the top global organizations (

More information

Asset Liability Management for Insurance Companies

Asset Liability Management for Insurance Companies e-learning and reference solutions for the global finance professional Asset Liability Management A comprehensive e-learning product covering Global Best Practices, Strategic, Operational and Analytical

More information

January 6, 2010. The financial regulators 1

January 6, 2010. The financial regulators 1 ADVISORY ON INTEREST RATE RISK January 6, 2010 MANAGEMENT The financial regulators 1 are issuing this advisory to remind institutions of supervisory expectations regarding sound practices for managing

More information

APT Integrated risk management for the buy-side

APT Integrated risk management for the buy-side APT Integrated risk management for the buy-side SUNGARD S APT: INTEGRATED RISK MANAGEMENT FOR THE BUY-SIDE SunGard APT helps your business to effectively monitor and manage its investment risks. Whatever

More information

General Ledger User Guide

General Ledger User Guide General Ledger User Guide Version 9.0 February 2006 Document Number GLUG-90UW-01 Lawson Enterprise Financial Management Legal Notices Lawson does not warrant the content of this document or the results

More information

Interest Rate Risk Management for the Banking Book: Macro Hedging

Interest Rate Risk Management for the Banking Book: Macro Hedging Interest Rate Risk Management for the Banking Book: Macro Hedging Giuseppe Loforese Head of ALM - Intesa Sanpaolo Chair of ALM Hedge Accounting WG EBF Co-Chairman IRRBB WG - EBF AGENDA IRRBB: Macro Hedging

More information

IFS-8000 V2.0 INFORMATION FUSION SYSTEM

IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 Overview IFS-8000 v2.0 is a flexible, scalable and modular IT system to support the processes of aggregation of information from intercepts to intelligence

More information

Risk Management Programme Guidelines

Risk Management Programme Guidelines Risk Management Programme Guidelines Submissions are invited on these draft Reserve Bank risk management programme guidelines for non-bank deposit takers. Submissions should be made by 29 June 2009 and

More information

Visualizing Relationships and Connections in Complex Data Using Network Diagrams in SAS Visual Analytics

Visualizing Relationships and Connections in Complex Data Using Network Diagrams in SAS Visual Analytics Paper 3323-2015 Visualizing Relationships and Connections in Complex Data Using Network Diagrams in SAS Visual Analytics ABSTRACT Stephen Overton, Ben Zenick, Zencos Consulting Network diagrams in SAS

More information

IAF Business Intelligence Solutions Make the Most of Your Business Intelligence. White Paper November 2002

IAF Business Intelligence Solutions Make the Most of Your Business Intelligence. White Paper November 2002 IAF Business Intelligence Solutions Make the Most of Your Business Intelligence White Paper INTRODUCTION In recent years, the amount of data in companies has increased dramatically as enterprise resource

More information

ADOPTION OF OPEN SOURCE AND CONVENTIONAL ERP SOLUTIONS FOR SMALL AND MEDIUM ENTERPRISES IN MANUFACTURING. Mehran G. Nezami Wai M. Cheung Safwat Mansi

ADOPTION OF OPEN SOURCE AND CONVENTIONAL ERP SOLUTIONS FOR SMALL AND MEDIUM ENTERPRISES IN MANUFACTURING. Mehran G. Nezami Wai M. Cheung Safwat Mansi Proceedings of the 10 th International Conference on Manufacturing Research ICMR 2012 ADOPTION OF OPEN SOURCE AND CONVENTIONAL ERP SOLUTIONS FOR SMALL AND MEDIUM ENTERPRISES IN MANUFACTURING Mehran G.

More information

A CONFIGURABLE SOLUTION TO EFFICIENTLY MANAGE TREASURY OPERATIONS

A CONFIGURABLE SOLUTION TO EFFICIENTLY MANAGE TREASURY OPERATIONS Wallstreet City Financials The integrated treasury workstation for mid-sized corporations Wall Street Systems Empowering Treasury, Trading and Settlement FACT SHEET: Wallstreet City Financials A CONFIGURABLE

More information

MONEY TRANSFER. Import & Approval User Guide

MONEY TRANSFER. Import & Approval User Guide MONEY TRANSFER Import & Approval User Guide 1 TABLE OF CONTENTS Overview & Requirements.... 2 MT Import Service... 4 MT Wire Approval.... 6 MT Wire Report.... 9 1 OVERVIEW & REQUIREMENTS The Money Transfer

More information

STRATEGY Rīgā. Central Government Debt Management Strategy

STRATEGY Rīgā. Central Government Debt Management Strategy Treasury of the Republic of Latvia Smilšu iela 1, Rīga, LV-1919, Latvia, phone +371 67094222, fax +371 67094220, e-mail kase@kase.gov.lv, www.kase.gov.lv STRATEGY Rīgā APPROVED BY Minister of Finance J.Reirs

More information

Oracle Financial Services Funds Transfer Pricing

Oracle Financial Services Funds Transfer Pricing Oracle Financial Services Funds Transfer Pricing Oracle Financial Services Funds Transfer Pricing application builds on Oracle s history as the industry s first matched maturity funds transfer pricing

More information

CITIGROUP INC. BASEL II.5 MARKET RISK DISCLOSURES AS OF AND FOR THE PERIOD ENDED MARCH 31, 2013

CITIGROUP INC. BASEL II.5 MARKET RISK DISCLOSURES AS OF AND FOR THE PERIOD ENDED MARCH 31, 2013 CITIGROUP INC. BASEL II.5 MARKET RISK DISCLOSURES AS OF AND FOR THE PERIOD ENDED MARCH 31, 2013 DATED AS OF MAY 15, 2013 Table of Contents Qualitative Disclosures Basis of Preparation and Review... 3 Risk

More information

CREDIT. Asset Liability

CREDIT. Asset Liability RISK MANAGEMENT ANALYSIS case scenarios Implementation CREDIT CURRENCY DERIVATIVES Platform Handbook EARNINGS Asset Liability consulting Value-at-Risk Alchemy Software Platform for Risk Management BENCH

More information

Stress Testing Trading Desks

Stress Testing Trading Desks Stress Testing Trading Desks Michael Sullivan Office of the Comptroller of the Currency Paper presented at the Expert Forum on Advanced Techniques on Stress Testing: Applications for Supervisors Hosted

More information

Leveraging Financial Data for Enterprise Risk Management. Agenda. Agenda. 2011 ERM Symposium March 16, 2011 Swissotel Chicago, Chicago, IL

Leveraging Financial Data for Enterprise Risk Management. Agenda. Agenda. 2011 ERM Symposium March 16, 2011 Swissotel Chicago, Chicago, IL Leveraging Financial Data for Enterprise 2011 ERM Symposium March 16, 2011 Swissotel Chicago, Chicago, IL Alessandrea Quane, FCAS, MAAA SVP, Chief Officer Chartis International Alessandrea.Quane@chartisinsurance.com

More information

List of content. Chapter 1: Introduction 1. Chapter 2: Literature review 7

List of content. Chapter 1: Introduction 1. Chapter 2: Literature review 7 Title List of content Page Chapter 1: Introduction 1 1. Introduction 2 2. Purpose of the research 3 3. Objectives of the research 4. Questions and Hypotheses of the research 4 5. Methodology of study 4

More information

Insurance: Solvency II and currency risk

Insurance: Solvency II and currency risk Insurance: Solvency II and currency risk Introduction The new Solvency II regulation defines the level of capital that insurers must hold in order to avoid insolvency given the risks that they incur. The

More information

Data Warehousing. Paper 133-25

Data Warehousing. Paper 133-25 Paper 133-25 The Power of Hybrid OLAP in a Multidimensional World Ann Weinberger, SAS Institute Inc., Cary, NC Matthias Ender, SAS Institute Inc., Cary, NC ABSTRACT Version 8 of the SAS System brings powerful

More information

Fixed Income Performance Attribution

Fixed Income Performance Attribution Fixed Income Performance Attribution Mary Cait McCarthy August 2014 Content 1 2 3 4 5 6 What is Performance Attribution? Uses of Performance Attribution Drivers of Return in Fixed Income Returns Based

More information

Northern Trust Corporation

Northern Trust Corporation Northern Trust Corporation Market Risk Disclosures June 30, 2014 Market Risk Disclosures Effective January 1, 2013, Northern Trust Corporation (Northern Trust) adopted revised risk based capital guidelines

More information

Thomson Reuters Spreadsheet Link Quick Reference Guide

Thomson Reuters Spreadsheet Link Quick Reference Guide Thomson Reuters Spreadsheet Link Quick Reference Guide INTRODUCTION This quick reference guide covers all of the basics that you need to know to get the most out of Thomson Reuters Spreadsheet Link. Our

More information

Axio Reporting Tools

Axio Reporting Tools Copyright 2004 Axio International Limited. All rights reserved. Axio International Limited. Publisher No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed, or otherwise

More information

SUGI 29 Systems Architecture. Paper 223-29

SUGI 29 Systems Architecture. Paper 223-29 Paper 223-29 SAS Add-In for Microsoft Office Leveraging SAS Throughout the Organization from Microsoft Office Jennifer Clegg, SAS Institute Inc., Cary, NC Stephen McDaniel, SAS Institute Inc., Cary, NC

More information

COMMERCIAL BANK. Moody s Analytics Solutions for the Commercial Bank

COMMERCIAL BANK. Moody s Analytics Solutions for the Commercial Bank COMMERCIAL BANK Moody s Analytics Solutions for the Commercial Bank Moody s Analytics Solutions for the Commercial Bank CATERING TO ALL DIVISIONS OF YOUR ORGANIZATION The Moody s name is synonymous with

More information

SSgA CAPITAL INSIGHTS

SSgA CAPITAL INSIGHTS SSgA CAPITAL INSIGHTS viewpoints Part of State Street s Vision thought leadership series A Stratified Sampling Approach to Generating Fixed Income Beta PHOTO by Mathias Marta Senior Investment Manager,

More information

IBM Cognos TM1 Enterprise Planning, Analytics and Reporting for Today s Unpredictable Times

IBM Cognos TM1 Enterprise Planning, Analytics and Reporting for Today s Unpredictable Times Data Sheet IBM Cognos TM1 Enterprise Planning, Analytics and Reporting for Today s Unpredictable Times Overview In today s challenging economy, companies are increasingly focused on three rudimentary performance

More information

In short, we deal with the range of clients likely reporting requirements in three complementary ways:

In short, we deal with the range of clients likely reporting requirements in three complementary ways: Financial reporting capability in the AVATAR publishing management system 1. General comments on the financial reporting and Business Intelligence capabilities of the AVATAR system and PKF Littlejohn s

More information

; ; ; ; MICROSOFT BUSINESS SOLUTIONS NAVISION STANDARD

; ; ; ; MICROSOFT BUSINESS SOLUTIONS NAVISION STANDARD ; ; ; ; MICROSOFT BUSINESS SOLUTIONS NAVISION STANDARD MICROSOFT BUSINESS SOLUTIONS NAVISION STANDARD Microsoft Navision Standard is an integrated business management solution designed for organizations

More information

ORACLE PROJECT MANAGEMENT

ORACLE PROJECT MANAGEMENT ORACLE PROJECT MANAGEMENT KEY FEATURES Oracle Project Management provides project managers the WORK MANAGEMENT Define the workplan and associated resources; publish and maintain versions View your schedule,

More information

STIDistrict SQL 2000 Database Management Plans

STIDistrict SQL 2000 Database Management Plans STIDistrict SQL 2000 Database Management Plans Overview STI recommends that users create SQL database maintenance plans to maintain the integrity of the STIDistrict database. Database maintenance plans

More information

Making Business Intelligence Easy. Whitepaper Measuring data quality for successful Master Data Management

Making Business Intelligence Easy. Whitepaper Measuring data quality for successful Master Data Management Making Business Intelligence Easy Whitepaper Measuring data quality for successful Master Data Management Contents Overview... 3 What is Master Data Management?... 3 Master Data Modeling Approaches...

More information

Auditing Treasury Activities. Devina Rankin Assistant Treasurer

Auditing Treasury Activities. Devina Rankin Assistant Treasurer Auditing Treasury Activities Devina Rankin Assistant Treasurer Overview of the Treasury Function Making sure the right amount of cash is in the right accounts on a daily basis Day-to-day cash management

More information

PeopleSoft Enterprise Risk Management 9.1 PeopleBook

PeopleSoft Enterprise Risk Management 9.1 PeopleBook PeopleSoft Enterprise Risk Management 9.1 PeopleBook November 2009 PeopleSoft Enterprise Risk Management 9.1 PeopleBook SKU fscm91pbr0 Copyright 1992, 2009, Oracle and/or its affiliates. All rights reserved.

More information

Integrating IBM Cognos TM1 with Oracle General Ledger

Integrating IBM Cognos TM1 with Oracle General Ledger Integrating IBM Cognos TM1 with Oracle General Ledger Highlights Streamlines the data integration process for fast and precise data loads. Enables planners to drill back into transactional data for the

More information

Click to edit. style. Tom Tsaganos Speaker VP, Commercial Bank Foreign Exchange. Lisa Spano Speaker VP, Treasury Services, Trade Finance and Logistics

Click to edit. style. Tom Tsaganos Speaker VP, Commercial Bank Foreign Exchange. Lisa Spano Speaker VP, Treasury Services, Trade Finance and Logistics Sept / Oct 2007 T R E A S U R Y & S E C U R I T I E S S E R V I C E S Click to edit Solutions to Help You Execute: A Discussion Master with title Experts in Foreign Exchange and Trade style Charles Darwall

More information

Unit -3. Learning Objective. Demand for Online analytical processing Major features and functions OLAP models and implementation considerations

Unit -3. Learning Objective. Demand for Online analytical processing Major features and functions OLAP models and implementation considerations Unit -3 Learning Objective Demand for Online analytical processing Major features and functions OLAP models and implementation considerations Demand of On Line Analytical Processing Need for multidimensional

More information

TIBCO Spotfire Guided Analytics. Transferring Best Practice Analytics from Experts to Everyone

TIBCO Spotfire Guided Analytics. Transferring Best Practice Analytics from Experts to Everyone TIBCO Spotfire Guided Analytics Transferring Best Practice Analytics from Experts to Everyone Introduction Business professionals need powerful and easy-to-use data analysis applications in order to make

More information

Sage Accpac ERP 5.6A. CRM Analytics for SageCRM I User Guide

Sage Accpac ERP 5.6A. CRM Analytics for SageCRM I User Guide Sage Accpac ERP 5.6A CRM Analytics for SageCRM I User Guide 2009 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all SageCRM product and service names mentioned herein are registered

More information