RISK MANAGEMENT INFORMATION SYSTEM. Nicola King, Software Product Services Ltd.

Size: px
Start display at page:

Download "RISK MANAGEMENT INFORMATION SYSTEM. Nicola King, Software Product Services Ltd."

Transcription

1 RISK MANAGEMENT INFORMATION SYSTEM Nicola King, Software Product Services Ltd. Abstract Many organisations have a specialist statistical unit to provide management information for the purpose of reviewing existing business and assisting with making key decisions for the future. In a Finance House, one of the responsibilities of such a unit is to monitor the quality and performance of its new and existing business. When an individual applies for credit, data is collected from the application form and possibly a credit bureau. Throughout the life of the loan information is gathered on the payment profile of the loan. A SAS/AF Application was implemented to extract this information from extensive Corporate Databases and to present it to the managers of a Risk Unit. Information was required in a user friendly and manageable environment. Detailed knowledge of the data was not available before commencing the project. Reports were developed on an ad-hoc basis in response to specific requests from the user community, and when tried and tested, were then incorporated into the system. This paper demonstrates the suitability of the SAS Information Delivery System to this type of development as well as the flexibility and power of the SAS Frame environment for presenting information. Introduction To a lending company, 'Risk Management' is all about balancing the potential profits one could make from supplying credit with the risk that one takes in doing so. The basis for successful Risk Management is information. At the time of application for a loan, current information about a customer is used to predict the probability that the customer will repay the loan, and thus prompt the decision to accept or reject the application. After a loan has been accepted, information about the payment profile can be used to monitor the effectiveness of the selection process and also to exploit the relationship with 'good' customers by for example offering them more credit. Information about 'bad' customers can be used to determine how to best recover the debt. This paper covers the development of a number of analysis and reporting techniques for the purpose of supplying Risk Management information for a large Finance House. The techniques were developed and implemented using the SAS Information System. This paper will demonstrate how well suited the SAS Information System is to interrogating the large volumes of data associated with credit applications, but at the same time

2 providing tools for generating and analysing smaller volumes of summary management information. It will also show how the SAS information system allows a system to be developed over time, using batch and interactive processing, in the both the mainframe and PC environment, without the full scope of the project being defined before the first modules are implemented. The credit scoring technique Firstly one needs to understand the concepts of 'credit scoring', a statistical technique used by the lending company to process loan applications. When an individual or company applies for credit, various application details and/or bureau information is passed through a specially developed scorecard and a score is returned. This score on its own or together with a set of policy rules is used by the underwriters to decide whether to accept or reject the application. The process of building a scorecard relies on the assumption that the future will be like the past. It uses past information about application details, the decision to grant credit and the outcome of loans, to determine which characteristics known at the time of application would have been the best to predict the successful repayment of the loan. These same characteristics are then used in a scorecard to filter future applications. Using the extensive statistical capabilities, the SAS System has successfully been used to develop scorecards. However this paper assumes that one or more scorecards are already in place and looks in more detail at the process of monitoring the use and performance of the scorecards. An initial cut-off score is chosen to achieve the correct trade-off between quality and quantity. The effects of choosing the initial cut-off are closely monitored Phase one of the monitoring system The monitoring system evolved over time. The first request was to set up a process for storing historic information regarding the payment profile or performance history of a loan. This data would be used to produce a number of standard performance reports for example Rollrate Analysis, Dynamic Delinquency Report.

3 Rollrate Analysis January 1996 February 1996 Up to Date 1 Mnth New this month % 5.59% Up to Date % 1.81% 1 Mnth % 23.41% 2 Mnths Mnths 8.47% % 6.31% % 2 Mnths % % % 3+ Mnths On a monthly basis, an extract was taken from the accounting system. This extract typically contained information about the current status of a loan and summarised data about the past status. However, in order to produce the above mentioned reports it is necessary to collect more complete information about the status of all loans on a month by month basis. The information kept included the number of days and amount of money still outstanding. The process involved writing a SAS program that updated the history file using information from the current month file. This program was developed interactively in the program editor using SAS 6.07 on the MVS. Once the program was tested and accepted it was moved to the Windows environment on the PC. A point and click screen allowed the user to initiate the batch process for updating this file. Reporting from this SAS data set involved summarising a very large number of observations. To increase flexibility and improve performance a number of commonly used sub-populations were selected. For example, scorecards, splits of scored characteristics etc. The data was held in a pre-summarised form, but the system also allowed any other view of the data to be analysed by returning to the raw data. The summarised data in this case was held locally for quick response times but the raw data remained on the mainframe. A front end was developed on the PC to select specific subpopulations and groups of sub-populations.

4 Designing the front end This concept of holding pre-summarised data, triggered the idea of creating generic subpopulations. It was important to be able to analyse the performance of the portfolio from various angles. However, we were aware that the future approach would be different and we would need to be able to include this new approach as soon as it was implemented. Also, although the initial work was carried out on one portfolio, the reports would also be used for other areas. So the choice of sub-populations should be able to extend to cover all these possibilities. Once this was decided upon, most reports and data extracts could be created from the same selection screen. This meant a consistent user interface as well as a compact and easily maintainable SAS/Frame application. Adding new Reports A large number of application reports are common to the credit industry as a whole. A number of these were included as standard reports. It was also necessary to customise a number of these common reports and to add a few new reports to the report suite. The development of all customisations and new reports was carried out on the mainframe using sample SAS data sets. An initial report specification was provided by a credit analyst and in very short space of time a sample report was produced. By studying the actual values in a report it was often realised that the report could be restructured to provide a more informative view of the data. Also, some reports were very interesting for a specific portfolio but showed very little information for another. For example, one useful report for one group of accounts compared the 'through the door' population with those accepted for a loan. This report gives little information to the other group of accounts as the acceptance rate for this population is extremely high. Once the risk management department was satisfied with the structure of the report, it was shown to the other users and their comments incorporated. It was discovered that extracting information from users was difficult when starting with a blank piece of paper. However this iterative process proved to be very effective. The tabulate procedure was used extensively and minor changes to the reports could be actioned immediately. The final step was then to incorporate the new report into the information system. Special options were often added to cope with specific report requirements. These were added as optional frames to be called only by reports requiring the extra parameters. Interactive Analysis Tools As well as preparing reports which could be viewed on the screen or on paper, a facility for homing in on a specific subset of the population was also required. For example, a report might hint at an increase in the bad rate for a specific scorecard. There could well be another report in the report suite which might give more information about this subpopulation. Once the user has established exactly which sub-population appears to be changing, it should be possible to investigate this data on an observation level. A facility was developed to download the observations meeting the required criteria. The user was

5 then taken into SAS/Insight with a number of start-up graphs and tables to allow further investigation and analysis. This facility was extremely important as the information analysed at this level is often completely different from the information provided at the summary levels. Graphical Reporting Tools Once a large section of the information required by the Risk Management team could be extracted, it was possible to concentrate on the graphical presentation of the information. The technique should be used to supplement the information provided in the standard reports. SAS/Graph and SAS/Frame were used for this purpose. It was possible to investigate various ways of presenting the information and once the presentation was accepted it could be incorporated into the Information System. Implementing New Scorecards Using the historical information base, new scorecards were developed which exploited the more recent application and performance information which was now available. The new scorecards would take into account the recent changes in the composition and nature of the population. A number of ad-hoc exploratory analyses were performed at this time to investigate the impact of the new scorecards on the application process. Reports of interest at this level include one for looking at the impact of certain policy rules and another to monitor the time taken for the decision to accept or reject an application to be made. Moving to UNIX A project was initiated to transfer the Corporate Databases to a UNIX environment. The team is currently enhancing the system to adapt to this pending change. The team believes that the process should be simplified by the uniformity of SAS across the various platforms. Conclusion The SAS Information System proved to be a flexible development tool and was easily adapted to provide a complete solution to all the data analysis requirements. As well as storing and managing data effectively, it was successfully used to develop a Management Information System with a GUI front end which provided both tabular and graphical output to meet all the departments reporting requirements.

Estate Master Property Development Suite

Estate Master Property Development Suite Property Development Suite This software suite is an integrated solution for your business and financial reporting requirements which enables you to easily conduct feasibility analyses and valuations,

More information

Atena.Trade Credit Portal End-to-end debt insurance support

Atena.Trade Credit Portal End-to-end debt insurance support Customer and underwriter support Atena.Trade Credit Portal End-to-end debt insurance support TOP provider of IT solutions for insurance The insurance sector's go-to IT vendor We know how to use the power

More information

Improving decisions across the Customer Life Cycle

Improving decisions across the Customer Life Cycle Improving decisions across the Customer Life Cycle Confident Customer Decisioning It s more important than ever today for organisations to make the right customer decisions and harder than ever to do.

More information

CORE BANK PROCESSING NUPOINT. Dynamic Solutions. Superior Results.

CORE BANK PROCESSING NUPOINT. Dynamic Solutions. Superior Results. CORE BANK PROCESSING NUPOINT Dynamic Solutions. Superior Results. NUPOINT FULL INTEGRATION OF CORE SERVICES AND MUCH MORE FULL INTEGRATION across banking platforms NuPoint provides your bank with a dynamic,

More information

In this lesson, we will start discussing a new innovation for Piedmont Farm a solar panel installation and begin to look at how to prepare a

In this lesson, we will start discussing a new innovation for Piedmont Farm a solar panel installation and begin to look at how to prepare a In this lesson, we will start discussing a new innovation for Piedmont Farm a solar panel installation and begin to look at how to prepare a cost-benefit analysis to determine if the farm should move forward

More information

Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand

Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand Paper 2698-2018 Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand ABSTRACT Digital analytics is no longer just about tracking the number

More information

Knowledge Solution for Credit Scoring

Knowledge Solution for Credit Scoring Knowledge Solution for Credit Scoring Hendrik Wagner Product Manager Data Mining Solutions SAS EMEA Agenda What is and why do Credit Scoring Enterprise Miner Case Study Project Delivery Enterprise Miner

More information

CAS CRM. A SmartCompany of CAS Software AG. CAS Engineering. CRM for the engineering sector

CAS CRM. A SmartCompany of CAS Software AG. CAS Engineering. CRM for the engineering sector CAS CRM A SmartCompany of CAS Software AG CAS Engineering CRM for the engineering sector Objectives / Applications Impress your customers with effective project management and top service Engineers who

More information

DNBi Risk Management. Unparalleled Data Insight to Drive Profitable Growth

DNBi Risk Management. Unparalleled Data Insight to Drive Profitable Growth DNBi Risk Management Unparalleled Data Insight to Drive Profitable Growth DNBi is a powerful, web-based credit risk management solution that offers Dun & Bradstreet s world-class data and robust predictive

More information

STAR 2017 MBA Presentation

STAR 2017 MBA Presentation February 14, 2017 Agenda Operational Assessments STAR s new consultative approach and partnership with the servicer Comping Methodology An innovative approach using the conditional inference tree model

More information

The definitive end-to-end platform for automotive finance.

The definitive end-to-end platform for automotive finance. The definitive end-to-end platform for automotive finance. alfasystems.com Alfa Systems is the number one software choice for automotive finance companies worldwide. Live across four continents, our class-leading

More information

RAID Collections. Datasheet. RAID Collections Datasheet 1

RAID Collections. Datasheet. RAID Collections Datasheet 1 RAID Collections Datasheet RAID Collections Datasheet 1 Improve your credit control and collections operations. The Solution RAID Collections manages and automates your credit control and collection operations

More information

Oracle Utilities Analytics for Customer Care and Billing

Oracle Utilities Analytics for Customer Care and Billing Oracle Utilities Analytics for Customer Care and Billing With exponential growth in volumes and sources of data, utilities have an ever-expanding opportunity to derive value from that data to support datadriven

More information

SAS Decision Manager

SAS Decision Manager SAS Decision Manager A Technical Supplement James Taylor CEO SAS Decision Manager combines business rules management with predictive analytic models and analytic model management. These capabilities are

More information

Discover why your statistical intellect is in even more. demand now, than ever before. Natalie Mendes

Discover why your statistical intellect is in even more. demand now, than ever before. Natalie Mendes Discover why your statistical intellect is in even more demand now, than ever before Natalie Mendes Natalie Mendes is SAS Australia and New Zealand Product Marketing Manager for Analytics. Her primary

More information

Sage 200 Commercials Datasheet

Sage 200 Commercials Datasheet Sage 200 Datasheet Sage 200 automates the delivery of your customer orders with effective stock management. By responding to product and pricing demands quickly and effectively you can maintain customer

More information

Equifax InterConnect. A Product Review. By James Taylor CONTENTS

Equifax InterConnect. A Product Review. By James Taylor CONTENTS By James Taylor CONTENTS Introducing Decision Management Systems Equifax InterConnect Product Architecture Key Features Availability Conclusion Equifax InterConnect A Product Review Equifax InterConnect

More information

Essential expertise on the economic and consumer credit trends that impact your business and investments.

Essential expertise on the economic and consumer credit trends that impact your business and investments. economic & consumer credit analytics Essential expertise on the economic and consumer credit trends that impact your business and investments. Economic & Consumer Credit Analytics Essential expertise on

More information

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS

SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS SAP NetWeaver SAP CENTRAL PROCESS SCHEDULING BY REDWOOD: FREQUENTLY ASKED QUESTIONS Exploring the Central Process-Scheduling Software Developed by Redwood Software for SAP NetWeaver As IT landscapes become

More information

DNBi customer training. Welcome

DNBi customer training. Welcome DNBi customer training Welcome Agenda Data, Score, Rating and Limit Online credit files Folders Alerts Dashboard Admin Coverage countries 2 History D&B 1841 - The company The Mercantile Agency is founded

More information

Discover SAGE 50 ACCOUNTS ESSENTIALS

Discover SAGE 50 ACCOUNTS ESSENTIALS Discover SAGE 50 ACCOUNTS ESSENTIALS Introducing Sage 50 Accounts Essentials Sage Instant Accounts has evolved. We ve changed it s name to Sage 50 Accounts Essentials. But this is more than just a name

More information

Best practices in risk model development

Best practices in risk model development Best practices in risk model development Introducing: Keith Tanaka Experian Jeff Meli Experian Risk modeling landscape Market conditions Regulatory compliance More and better data Stronger tools 3 Experian

More information

Building a Data Mart on top of SAP R/3-HR

Building a Data Mart on top of SAP R/3-HR Building a Data Mart on top of SAP R/3-HR Christ D'haeveloose Sophie Debaets SOLID PARTNERS N.V. Introduction In the field of human resources there is a growing trend towards moving from activity based

More information

Sage 200c Commercials Datasheet

Sage 200c Commercials Datasheet Sage 200c Commercials Datasheet Sage 200c Commercials automates the delivery of your customer orders with effective stock management. By responding to product and pricing demands quickly and effectively

More information

What is Castleton Agile?

What is Castleton Agile? Agile Datasheet About us Castleton is the only truly integrated IT housing solutions provider in the industry. We deliver an unrivalled portfolio of market leading, cutting edge software and infrastructure

More information

Advance Analytic Game Changer in FSI Industry. Greg Wong, Director Analytics Centre of Excellence BI & PA

Advance Analytic Game Changer in FSI Industry. Greg Wong, Director Analytics Centre of Excellence BI & PA Advance Analytic Game Changer in FSI Industry Greg Wong, Director Analytics Centre of Excellence BI & PA How mbank used SAP Advance Analytics to drive their business? mbank: Delivering a Personalized Banking

More information

IMF elibrary. Global economic knowledge at your fingertips

IMF elibrary. Global economic knowledge at your fingertips IMF elibrary Global economic knowledge at your fingertips I N T E R N A T I O N A L M O N E T A R Y F U N D Global economic knowledge at your fingertips The IMF elibrary offers the entire IMF catalog and

More information

Manage the Risk Rating Process

Manage the Risk Rating Process Manage the Risk Rating Process CreditQuest Manage the Risk Rating Process Rating Manager: CreditQuest Rating Manager is a highly flexible software solution that enables financial institutions to deploy

More information

Invoice Status Service

Invoice Status Service Invoice Status Service Supplier Functional Briefing Version: 20131101-TN 1 / 7 1. Introduction This document describes how the Tungsten Invoice Status Service works as well as the key features and functionality.

More information

Automating Debt Collection 101. Key concepts and requirements for a successful automation effort

Automating Debt Collection 101. Key concepts and requirements for a successful automation effort Key concepts and requirements for a successful automation effort Contents Introduction 1 What is automation in Debt Collection? 3 Process Automation 4 Agent-Independant Decision Automation 5 The Benefits

More information

OMS Software Opta Management System. Crane Electronics Ltd The force in torque management

OMS Software Opta Management System. Crane Electronics Ltd The force in torque management OMS Software Opta Management System Crane Electronics Ltd Crane Electronics system software package, OMS, features a fully encompassing range of functions to provide a complete company wide solution to

More information

User Guide. User Guide to Recurring Billing and Storage. Setting up and using the Recurring Billing system

User Guide. User Guide to Recurring Billing and Storage. Setting up and using the Recurring Billing system User Guide User Guide to Recurring Billing and Storage Setting up and using the Recurring Billing system Version 3.7 (Fall 2008) User Guide to Recurring Billing and Storage Copyright Copyright 1997-2009

More information

Techniques to Effectively Manage Accounts Receivable Kirk Fahlberg Unlimited Systems Twitter

Techniques to Effectively Manage Accounts Receivable Kirk Fahlberg Unlimited Systems Twitter Techniques to Effectively Manage Accounts Receivable Kirk Fahlberg Unlimited Systems Twitter = @kirkfahlberg Learn how to efficiently & effectively manage Accounts Receivable in Centricity. Purpose Increase

More information

SAP Custom Development. User Guide. Version Status Date. November 19, Customer SAP AG Dietmar-Hopp-Allee 16 D Walldorf

SAP Custom Development. User Guide. Version Status Date. November 19, Customer SAP AG Dietmar-Hopp-Allee 16 D Walldorf SAP Custom Development User Guide Version Status Date November 19, 2012 Dietmar-Hopp-Allee 16 Typographic Conventions Icons Format Example Text Example Text EXAMPLE TEXT Example Text Example Text Description

More information

EASY TO USE. PAYROLL FOR ANY SIZE AND TYPE OF BUSINESS.

EASY TO USE. PAYROLL FOR ANY SIZE AND TYPE OF BUSINESS. EASY TO USE. PAYROLL FOR ANY SIZE AND TYPE OF BUSINESS. EASY TO USE. PAYROLL FOR ANY SIZE AND TYPE OF BUSINESS. Pastel Partner Payroll provides you with an easy to use, accurate and secure payroll solution

More information

Igloo. Financial modeling software for managing risk

Igloo. Financial modeling software for managing risk Igloo Financial modeling software for managing risk Property & casualty (P&C) insurers and reinsurers are facing growing market and regulatory pressures to improve risk management. Igloo is a financial

More information

IT portfolio management template User guide

IT portfolio management template User guide IBM Rational Focal Point IT portfolio management template User guide IBM Software Group IBM Rational Focal Point IT Portfolio Management Template User Guide 2011 IBM Corporation Copyright IBM Corporation

More information

one Introduction chapter Overview Chapter

one Introduction chapter Overview Chapter one Introduction Chapter chapter Overview 1.1 Introduction to Decision Support Systems 1.2 Defining a Decision Support System 1.3 Decision Support Systems Applications 1.4 Textbook Overview 1.5 Summary

More information

Sage Pastel Partner Add-On Modules Training

Sage Pastel Partner Add-On Modules Training Sage Pastel Partner Add-On Modules Training Receipting Module This course has been designed for learners who work on the Sage Pastel Partner Receipting module and would like to enhance their knowledge

More information

Activity 16: Discovering Your Abilities

Activity 16: Discovering Your Abilities Activity 16: Discovering Your Abilities FOR THE TEACHER Introduction The purpose of this activity is to help students understand the different abilities measured by the Ability Profiler assessment, and

More information

Architecture Planning Adding value to projects with Enterprise Architecture. Whitepaper. September By John Mayall

Architecture Planning Adding value to projects with Enterprise Architecture. Whitepaper. September By John Mayall Adding value to projects with Enterprise Architecture Whitepaper September 2007 By John Mayall W O R L D C L A S S A R C H I T E C T U R E Architecture Planning Introduction We are often asked what an

More information

FUSION PHOENIX INTERNATIONAL OVERVIEW

FUSION PHOENIX INTERNATIONAL OVERVIEW FUSION PHOENIX INTERNATIONAL OVERVIEW 2 FINASTRA Brochure INTRODUCTION The Need for the Extended Financial Enterprise Despite today s challenging economic and regulatory environment, banks can deliver

More information

data sheet ORACLE ENTERPRISE PLANNING AND BUDGETING 11i

data sheet ORACLE ENTERPRISE PLANNING AND BUDGETING 11i data sheet ORACLE ENTERPRISE PLANNING AND BUDGETING 11i Oracle Enterprise Planning and Budgeting provides finance and business managers with the right information and self-service tools to help them understand

More information

All About External Invoicing Roles & Responsibilities External Invoicing Process... 3 Charge Backs / Allowance for Doubtful Accounts...

All About External Invoicing Roles & Responsibilities External Invoicing Process... 3 Charge Backs / Allowance for Doubtful Accounts... External Invoicing Contents All About External Invoicing... 2 Roles & Responsibilities... 2 External Invoicing Process... 3 Charge Backs / Allowance for Doubtful Accounts... 4 Write-Offs... 4 Sales Taxes...

More information

Global Bonus Programme. The bonus booklet

Global Bonus Programme. The bonus booklet Global Bonus Programme The bonus booklet Table of Contents Background information 3 What is the purpose of the Bonus Programme? What is the Bonus Handbook? Where can I find more information? Bonus calculation

More information

SECTION ACTION/GRAPHICS SCREENS ON SCREEN TEXT AUDIO

SECTION ACTION/GRAPHICS SCREENS ON SCREEN TEXT AUDIO Title: Office InfoPath Forms Services Demo #25684 Microsoft Studios Version: Final(121305) Scenario/Section: Release Version: Producer: Linda Fane / Linda Fane Productions Script Version: Scriptwriter:

More information

Introduction to the Balanced Scorecard for the Public Sector

Introduction to the Balanced Scorecard for the Public Sector Introduction to the Balanced Scorecard for the Public Sector This is about leadership and management coming together to think, talk and act on strategy. www.stellarleadership.com Introduction The balanced

More information

EngageOne INTERACTIVE COMMUNICATIONS. An Advanced Interactive Technology Solution for a New Era of Enterprise Communications

EngageOne INTERACTIVE COMMUNICATIONS. An Advanced Interactive Technology Solution for a New Era of Enterprise Communications EngageOne INTERACTIVE COMMUNICATIONS An Advanced Interactive Technology Solution for a New Era of Enterprise Communications ENTERPRISE CUSTOMER COMMUNICATION MANAGEMENT Companies send many types of document

More information

Bringing the Power of SAS to Hadoop Title

Bringing the Power of SAS to Hadoop Title WHITE PAPER Bringing the Power of SAS to Hadoop Title Combine SAS World-Class Analytics With Hadoop s Low-Cost, Distributed Data Storage to Uncover Hidden Opportunities ii Contents Introduction... 1 What

More information

New Features in Primavera Portfolio Management 15.1

New Features in Primavera Portfolio Management 15.1 New Features in Primavera Portfolio Management 15.1 COPYRIGHT & TRADEMARKS Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or

More information

Physical Changes. Updates

Physical Changes. Updates IT Inventory, Space and ivity Management Automated diagramming reduces workload and errors Find any device and it s connectivity (LAN/WAN/SAN/Power) quickly Reduce cost and risk of implementing infrastructure

More information

GLASS DESIGN MODELLING SOFTWARE ELFEN GD

GLASS DESIGN MODELLING SOFTWARE ELFEN GD GLASS DESIGN MODELLING SOFTWARE ELFEN GD INTRODUCTION OVERVIEW TO ELFEN GD Elfen Glass Design (GD) is a suite of numerical modelling programs which are designed to provide glassmakers with decision support

More information

Quick Start Guide. Taking A Payment & Printing A Receipt

Quick Start Guide. Taking A Payment & Printing A Receipt Quick Start Guide Taking A Payment & Printing A Receipt Table of Contents Key Terms...3 Billing Types... 3 Premium Sent.. 3 Financing.. 3 Agency Fees....3 Taking A Payment.. 4 When Issuing A Policy 4 Agency

More information

STP359: Supply Network Inventory in SNC

STP359: Supply Network Inventory in SNC SAP Training Source To Pay STP359: Supply Network Inventory in SNC External User Training Version: 4.0 Last Updated: 03-Apr-2017 3M Business Transformation & Information Technology Progress set in motion

More information

Evaluation of Start Up. Loans: Year 2 Report RESEARCH REPORT. A report from SQW Ltd, with support from. BMG Research

Evaluation of Start Up. Loans: Year 2 Report RESEARCH REPORT. A report from SQW Ltd, with support from. BMG Research Evaluation of Start Up Loans: Year 2 Report RESEARCH REPORT A report from SQW Ltd, with support from BMG Research October 2017 Contents Executive Summary 3 Section 1: Introduction 9 Section 2: Research

More information

New generation of Operational Lease Management

New generation of Operational Lease Management LeaseProXL New generation of Operational Lease Management Gain a major competitive advantage If you want to drive and inspire your organization, then create a proactive atmosphere by dealing with challenges

More information

HeadMaster Billing for Schools

HeadMaster Billing for Schools HeadMaster Billing for Schools 090422.1033 Table of Contents HeadMaster Billing Setup... 3 Assigning Billing Codes... 8 Entering and Posting Invoices... 11 Entering and Posting Payments... 17 Billing Reports...

More information

Advanced Analytics through the credit cycle

Advanced Analytics through the credit cycle Advanced Analytics through the credit cycle Alejandro Correa B. Andrés Gonzalez M. Introduction PRE ORIGINATION Credit Cycle POST ORIGINATION ORIGINATION Pre-Origination Propensity Models What is it?

More information

An RS2 White Paper. How Retailers Can Profit From Their Acquirer: An Introduction To Merchant Web Portals

An RS2 White Paper. How Retailers Can Profit From Their Acquirer: An Introduction To Merchant Web Portals An RS2 White Paper How Retailers Can Profit From Their Acquirer: An Introduction To Merchant Web Portals Introduction In the current economic climate, merchants are increasingly looking for ways to both

More information

CENTRAL BANK OF CYPRUS

CENTRAL BANK OF CYPRUS GUIDELINES TO BANKS ON THE APPROVAL PROCESS OF THE INTERNAL RATINGS BASED (IRB) AND THE ADVANCED MEASUREMENT (AMA) APPROACHES FOR THE CALCULATION OF CAPITAL REQUIREMENTS APRIL 2007 TABLE OF CONTENTS 1.

More information

Private Equity - Negotiation and Investment Structuring

Private Equity - Negotiation and Investment Structuring Private Equity - Negotiation and Investment Structuring 2-Day Executive Education Training Programme Zurich: 15 th 16 th July 2015 To Register visit www.ascentium-associates.com/training or call +44 207

More information

Step-by-step CRM data analytics for sales teams. How to go beyond metrics and find actionable insights to improve sales performance

Step-by-step CRM data analytics for sales teams. How to go beyond metrics and find actionable insights to improve sales performance Step-by-step CRM data analytics for sales teams How to go beyond metrics and find actionable insights to improve sales performance On average, On average, Finding insights is hard don t make it any harder

More information

Chapter 3 Agile Software Development

Chapter 3 Agile Software Development Chapter 3 Agile Software Development Chapter 3 Agile Software Development Slide 1 Topics covered Rapid software development Agile methods Plan-driven vs. agile development Extreme programming (XP) Agile

More information

Oracle Sourcing. Cut Costs with Online Collaboration and Negotiation

Oracle Sourcing. Cut Costs with Online Collaboration and Negotiation Oracle Sourcing Oracle Sourcing and Oracle Sourcing Optimization are the enterprise applications that improve the effectiveness and efficiency of strategic sourcing. They are key components of Oracle Advanced

More information

The Smart Move for Advanced Automated Meter Reading (AMR)

The Smart Move for Advanced Automated Meter Reading (AMR) WHERE INTELLIGENCE MEETS INFRASTRUCTURE The Smart Move for Advanced Automated Meter Reading (AMR) Increased Meter Reading Efficiency Through High Performance AMR. Hot Rod AMR System from Mueller Systems

More information

Alvan Tsarik Educational Centre, Armenia

Alvan Tsarik Educational Centre, Armenia Alvan Tsarik Educational Centre, Armenia Visit to the project of alvan tsarik in Armenia: July 24 th to August 6 th 2017. The project at Mayakowski Street in Gyumri, Armenia was visited by Cor van den

More information

The. universal 3D Inspection reference. advanced 3D measurement software & solutions

The. universal 3D Inspection reference.  advanced 3D measurement software & solutions The universal 3D Inspection reference www.metrologicgroup.com advanced 3D measurement software & solutions About the company Optimize your quality processes, measure more efficiently, maximize your investments

More information

FOCUSED BUSINESS ANALYTICS. dh.com

FOCUSED BUSINESS ANALYTICS. dh.com FOCUSED BUSINESS ANALYTICS TOTAL ANALYTICS, POWERED BY TOUCHÉ TABLE OF CONTENTS 3 Financial Services Marketing Keys 4 When it Comes to Business Analytics, Where Do You Stand Today? 5 The Total Analytics

More information

ISTQB Advanced Technical Test Analyst Certificate in Software Testing

ISTQB Advanced Technical Test Analyst Certificate in Software Testing ISTQB Advanced Technical Test Analyst Certificate in Software Testing Sample Paper A - 1 Hour Examination This is not a complete exam paper Record your surname/last/family name and initials on the Answer

More information

Microsoft SharePoint 2013 Business Intelligence

Microsoft SharePoint 2013 Business Intelligence 1800 ULEARN (853 276) www.ddls.com.au Microsoft 55042 - SharePoint 2013 Business Intelligence Length 3 days Price $2750.00 (inc GST) Version A Overview This three-day instructor-led course provides students

More information

Table of Contents. 1. Decision Maker Overview Dashboard Application Inbox Overview Application List...

Table of Contents. 1. Decision Maker Overview Dashboard Application Inbox Overview Application List... Table of Contents 1. Decision Maker Overview... 3 2. Dashboard... 4 3. Application Inbox... 5 3.1 Overview... 5 3.2 Application List... 6 4. Create New Report... 7 5. New Application... 8 5.1 Overview...

More information

AFTER SALES SUPPORT STRATEGY:

AFTER SALES SUPPORT STRATEGY: SWP 63191 AFTER SALES SUPPORT STRATEGY: A RESEARCH AGENDA GRAHAM CLARK AND DR COLN ARMSTEAD Operations Management Group Cranfield School of Management Cranfield nstzse;i Technology Bedford MK43 OAL (Tel:

More information

WHITEPAPER MARKETING COMMUNICATION AND CRM

WHITEPAPER MARKETING COMMUNICATION AND CRM WHITEPAPER MARKETING COMMUNICATION AND CRM WHITEPAPER MARKETING COMMUNICATION AND CRM 2 ABOUT Nowadays, it is essential for a company to have a defined and efficient marketing strategy. Implementing such

More information

Credit Unions of Jamaica Employee Development Programme 2018

Credit Unions of Jamaica Employee Development Programme 2018 Credit Unions of Jamaica Employee Development Programme 2018 Rationale and Objective The pending Bank of Jamaica Regulations for Credit Unions has a Fit and Proper requirement. This requirement dictates

More information

SPAR Associates, Inc. Page 1

SPAR Associates, Inc. Page 1 COMPANY BACKGROUND Started in 1972, SPAR Associates, Inc. specializes in shipyard planning and operations management software applications. Specifically, these applications integrate cost estimating, planning

More information

i-fm Technology in FM Awards Miworld mitie s management information tool

i-fm Technology in FM Awards Miworld mitie s management information tool i-fm Technology in FM Awards Miworld mitie s management information tool Introduction Mitie s submission to the 2016 i-fm Technology in FM Awards is Miworld, a holistic approach to data and management

More information

Model objectives. Main features. Water Evaluation And Planning (WEAP)

Model objectives. Main features. Water Evaluation And Planning (WEAP) Water Evaluation And Planning (WEAP) Model objectives WEAP ( Water Evaluation And Planning system) is a userfriendly software tool that fully integrates water supply, demand, water quality and ecological

More information

Product. Portico Streamline Your Operation With a Highly Integrated and Intuitive Account Processing System

Product. Portico Streamline Your Operation With a Highly Integrated and Intuitive Account Processing System Product Portico Streamline Your Operation With a Highly Integrated and Intuitive Account Processing System Product Portico from Fiserv lets you focus on your members while we focus on your technology.

More information

GET MORE PAYMENTS WITH ACI VIRTUAL COLLECTION AGENT

GET MORE PAYMENTS WITH ACI VIRTUAL COLLECTION AGENT FEATURES AT A GLANCE EFFECTIVE Emulates the interactions of your best collection agent Strategy Manager lets you build and adapt collection strategies, based on rule sets and consumer information Live

More information

ComBridge Studio Evolution Smart Building Concepts

ComBridge Studio Evolution Smart Building Concepts ComBridge Studio Evolution Smart Building Concepts 1 Smart Buildings Buildings become more intelligent The first words that come to mind when talking about building technology and networks are smart home

More information

CORE BANK PROCESSING MERIDIAN.NET. Dynamic Solutions. Superior Results.

CORE BANK PROCESSING MERIDIAN.NET. Dynamic Solutions. Superior Results. CORE BANK PROCESSING MERIDIAN.NET Dynamic Solutions. Superior Results. MERIDIAN.NET A POWERFUL SOLUTION TO MANAGE CORE PROCESSING FROM AN IN-HOUSE OR OUTSOURCED PLATFORM PRODUCTIVITY A highly flexible

More information

ISPO-EIS in the Government of the Republic of Slovenia (solutions and implementation)'' ABSTRACT

ISPO-EIS in the Government of the Republic of Slovenia (solutions and implementation)'' ABSTRACT ISPO-EIS in the Government of the Republic of Slovenia (solutions and implementation)'' ABSTRACT This paper will give a reader a review of a very complex EIS project: ISPO (Information System for Decision

More information

Fraud and identity verification consulting case study maximize bookings and reduce operational costs by using the right data

Fraud and identity verification consulting case study maximize bookings and reduce operational costs by using the right data Fraud and identity verification consulting case study maximize bookings and reduce operational costs by using the right data Client Top-tier U.S. card issuer Chris Ryan Experian Experian and the marks

More information

Introduction to Systems Analysis and Design

Introduction to Systems Analysis and Design Introduction to Systems Analysis and Design What is a System? A system is a set of interrelated components that function together to achieve a common goal. The components of a system are called subsystems.

More information

Utilising travel data and technology to inform your travel programme

Utilising travel data and technology to inform your travel programme Utilising travel data and technology to inform your travel programme How to make the most of your travel data utilising guided analytics and current technologies - by ATPI s John Brunkow Expert Insight

More information

Mark Scheme (Results) Summer IGCSE Business Studies (4BS0) Paper 01

Mark Scheme (Results) Summer IGCSE Business Studies (4BS0) Paper 01 Mark Scheme (Results) Summer 2012 IGCSE Business Studies (4BS0) Paper 01 Edexcel and BTEC Qualifications Edexcel and BTEC qualifications come from Pearson, the world s leading learning company. We provide

More information

Grameen Foundation & Musoni Kenya. Using Data to meet the Credit Needs of Smallholder Farmers

Grameen Foundation & Musoni Kenya. Using Data to meet the Credit Needs of Smallholder Farmers Grameen Foundation & Musoni Kenya Using Data to meet the Credit Needs of Smallholder Farmers How evidence-based research informed the development & implementation of Kilimo Booster Loan Presentation by

More information

TNT Electronic Services

TNT Electronic Services TNT Electronic Services the fastest way for swift shipping 1 Intro PC solutions... 4 ExpressShipper... 6 ExpressManager.... 9 Internet solutions.... 10 ExpressInternet... 11 mytnt.... 12 ExpressConnect....

More information

Totally Integrated Automation Portal

Totally Integrated Automation Portal TIA Portal the new version Totally Integrated Automation Portal One integrated engineering framework for all automation tasks. siemens.com/tia-portal Answers for industry. What customers say USA Crawford

More information

Guidance Notes. Your application will tell us what we need to know to determine whether you go through to the next stage of our selection process.

Guidance Notes. Your application will tell us what we need to know to determine whether you go through to the next stage of our selection process. Guidance Notes Welcome to the application form for Special Constable and thank you for your interest in joining our organisation. Please take the time to complete the form carefully and accurately. If

More information

Oracle Utilities Customer Care and Billing Release Utility Reference Model Manage Severance Process

Oracle Utilities Customer Care and Billing Release Utility Reference Model Manage Severance Process Oracle Utilities Customer Care and Billing Release 2.3.1 Utility Reference Model 4.3.2.2 Manage Severance Process July 2012 Oracle Utilities Customer Care and Billing Utility Resource Model 4.3.2.2, Release

More information

Level 3 Certificate/Diploma in Retail Skills (Visual Merchandising) (7536)

Level 3 Certificate/Diploma in Retail Skills (Visual Merchandising) (7536) Level 3 Certificate/Diploma in Retail Skills (Visual Merchandising) (7536) Candidate Logbook Certificate 500/2937/X Diploma 500/2865/0 www.cityandguilds.com July 2011 Version 1.6 About City & Guilds City

More information

The following form is available in the service management application for the Availability Management process:

The following form is available in the service management application for the Availability Management process: Process The Availability Management process consists of two procedures. The first procedure is called "Service Infrastructure Design". This procedure is used by availability managers when they design new

More information

SEEC PALLET CONTROL SYSTEM

SEEC PALLET CONTROL SYSTEM SEEC PALLET CONTROL SYSTEM Preface SEEC is a modern Client / Server application designed to provide comprehensive control of every aspect of your equipment pool. It operates across a network to provide

More information

Line 500. What s new in v7. x62836_sage_p1_cg.indd 1 9/10/07 09:06:38

Line 500. What s new in v7. x62836_sage_p1_cg.indd 1 9/10/07 09:06:38 Line 500 What s new in v7 x62836_sage_p1_cg.indd 1 9/10/07 09:06:38 Contents 1 500: Developed for you 2 What s New? 4 500 at a glance At Sage, we understand that mid-sized and larger businesses have varied

More information

Modules for Accounting and Finance

Modules for Accounting and Finance Modules for Accounting and Finance Modules, other than Introductory modules may have pre-requisites or co-requisites (please, see module descriptions below) and a student must have undertaken and passed

More information

SOLUTION BRIEF IDENTITY AND ACCESS GOVERNANCE. Simplify Identity Governance and Reduce Risk With the CA Identity Suite

SOLUTION BRIEF IDENTITY AND ACCESS GOVERNANCE. Simplify Identity Governance and Reduce Risk With the CA Identity Suite SOLUTION BRIEF IDENTITY AND ACCESS GOVERNANCE Simplify Identity Governance and Reduce Risk With the CA Identity Suite 2 SOLUTION BRIEF: IDENTITY AND ACCESS GOVERNANCE Section 1: Challenge Identity Governance

More information

ISO 9001:2008 in Focus. Workbook to accompany the video. SAMPLE PAGES Developed and produced by Nicholas and Smith Pty Ltd

ISO 9001:2008 in Focus. Workbook to accompany the video. SAMPLE PAGES Developed and produced by Nicholas and Smith Pty Ltd ISO 9001:2008 in Focus to accompany the video SAMPLE PAGES Developed and produced by Nicholas and Smith Pty Ltd Nicholas and Smith Pty Ltd (ABN 19 002 762 307) PO Box 2006, Rose Bay North NSW 2030, Australia

More information

Supply Chain EDI Supplier Accreditation Guide. EDI Supplier Accreditation Guide Page 1 of 25 July 2017 Myer Pty Ltd

Supply Chain EDI Supplier Accreditation Guide. EDI Supplier Accreditation Guide Page 1 of 25 July 2017 Myer Pty Ltd Supply Chain EDI Supplier Accreditation Guide EDI Supplier Accreditation Guide Page 1 of 25 Accreditation Guide This guide provides Suppliers with the necessary information to complete their Accreditation

More information

CHAPTER 1: FINANCIAL MANAGEMENT SETUP

CHAPTER 1: FINANCIAL MANAGEMENT SETUP Chapter 1: Financial Management Setup CHAPTER 1: FINANCIAL MANAGEMENT SETUP Objectives Introduction The objectives are: Explain the fields on the General Ledger Setup window. Explain and set up Accounting

More information