Latest Trends in Information Technology

Size: px
Start display at page:

Download "Latest Trends in Information Technology"

Transcription

1 Solutions for CRM systems integration in organizational systems Lect. Phd. ADELA BARA Lect. Assist ALEXANDRA FLOREA Lect. Assist IULIANA BOTHA SIMONA OPREA Computer Science Department Academy of Economic Studies from Bucharest Pta. Romana no. 6, Bucharest Romania ROMANIA (Capital, 12pt Times New Roman, centered) Abstract: - This paper addresses the problem of CRM systems integration in organizational systems by presenting a case study involving the development of a sales process automation solution for banking institutions. The solution focuses on the management of lending activities and achieves the integration of two elements frequently used in current organizations: a solution for customer and business process management (developed with Micrososft Dynamics CRM 4.0) and an online portal for document management (developed with SharePoint 2010). To improve the efficiency of decision making regarding the eligibility of loan applications a flexible scoring algorithm was developed as well as data mining algorithms for profiling customers. Also a departmental data warehouse was built for more flexibility in the analysis of current activity. Key-Words: - CRM systems, integration, scoring algorithm, lending process, data mining. 1 Introduction The sales of retail credit type banking products involv a high potential risk for companies that offer this type of product. Therefore it is necessary for such institutions to make a sound and prudent management of the credit granting process, thus reducing associated risks such as the risk of solvency, liquidity, etc.. For financial institutions to operate in optimal conditions certain criterias need to be fulfilled, criterias that a bank may achieve by introducing an integrated sales automation solution. The purpose of this paper is to develop a framework for interoperability of software products used in banking and financial institutions whose activities focus primarily on the retail area. Each development stage will follow the specific steps of data, processes and software integration in order to minimize the influence of risk factors and to maximize interoperability and system performance. The solution will analyze the main risk factors that can affect interoperability and propose at each realization stage effective methods and techniques for successful integration of technologies used. Finally we will make an assessment of key performance criteria. 2 Developing the solution s architecture In terms of architectural levels, the system is built on three major components: the data layer, business logic layer and presentation layer, as shown in Figure 1. The data layer consists of the CRM database, which stores information about the current activities of the institution, the relational database for the Data Stage and the Data Mart warehouse. These databases are managed through a Microsoft SQL Server 2008 R2 and an Oracle Database 11g R1 database server. The business logic layer communicates with the interface and the database through Web services and consists of the following components: Microsoft Dynamics CRM 4.0, SharePoint 2010, Oracle Data Miner 11g. Business processes are managed using MS CRM in collaboration with MS SharePoint2010 and data is stored in the CRM database, noting that a processing extension will be made through CRM integration with SharePoint, so that all document processing will be conducted at portal level. The presentation layer includes interfaces for visualizing and analyzing data on both desktops and mobile devices such as laptops, PDAs, smartphones, etc.. These interfaces are available through the reporting tools of both CRM system and the multidimensional analysis system (BI tools). ISBN:

2 After developing the system architecture, the next step is to develop the component and deployment diagrams, in order to structure the software modules and the hardware elements of the system. System modules are divided according to the architectural layers shown in Figure 1 and we identify key components for the development phase, components illustrated in Figure 2. Fig. 1. Solution architecture Fig. 3. Deployment diagram Fig. 2. Component diagram The system will be developed using five Windows 2008 servers. Identified components will be distributed as shown in Figure 3. The five servers are configured as follows: - on server 1 the Active Directory component is installed to connect with the CRM solution; - server 2 is an application server with SharePoint Foundation 2010 installed; - server 3 is a database server with Microsoft SQL Server 2008 R2 used for the management of the CRM database and of the relational database with materialized virtual tables used to build the Data Mart objects; - server 4 is the server on which the Microsoft Dynamics CRM solution and the Reporting Services component of MS SQL Server 2008 R2 are installed; - server 5 is the database server for the data warehouse implementation and it has the following components installed: Oracle database 11g R1 with Oracle OLAP 11g and Oracle data Mining, as well as Oracle Data Warehouse Builder 11g and Oracle data Miner 11g. ISBN:

3 3 Implementation of the CRM system In order to implement a CRM system, Microsoft Dynamics CRM provides developers the ability to customize the entities stored as metadata in the data dictionary. Metadata abstracts data storage details such as schemas and access to data and represent a description of the data structures that control how the application (platform and user interface) operates. The platform uses metadata to adapt to the changes that occur such as changes to table structure. This means that Microsoft Dynamics CRM can be significantly modified to implement a specific business logic and continue to operate normally. A first step in obtaining a loan is the registration of the potential client. There can be three types of clients: individuals, businesses and authorized individuals and data about them are grouped into several categories: general information, professional information, contact address, contact preferences, etc. This information is specified by customizing attributes stored in the client entity. Different types of relationships can be established between client categories such as: between two individuals: family, life partner, acquaintance; between individuals and businesses: administrator, employer, collaborator. For each client some registration information is needed in the form of documents, such as a scanned copy of the ID card. For this there is a dedicated area called Documents which links to the SharePoint portal where the documents are physically stored. For each client a document folder bearing his name is automatically created when creating a CRM client. Later, when creating a credit application, all required documents are added to the corresponding folders following the same process. Document loading is performed directly in the CRM application and documents are immediately visible both in the application and in the portal, as shown in Figure 4. Fig. 4. Documents in Sharepoint portal as viewed from the CRM application Another important module of the solution is the management of loan applications. Defining the entities involves atributes regarding the amount claimed, the date of application, financial performance indicators of customer, information necessary for the scoring sheet. On one loan application several simulations of prescoring/scoring can be made, depending on the changes made directly to the application form. Eligibility is determined based on the result of the last simulation. 4 Implementation of the prescoring / scoring algorithm In the lending process the pre-scoring/scoring algorithm represent the base of the decision to grant or refuse a customer s application. This algorithm is developed based on the requirements of each banking institution and includes a number of general indicators, customized according to specifications. Also the weights of different categories of indicators included in the algorithm are variable depending on: the current credit conditions, the type of credit requested and decisions of the organization s strategic management team. Following the analysis conducted in this field we have found that each banking institution develops its own internal scoring algorithm, which is kept secret and cannot be customized for other institutions. In this context, we propose a generic algorithm that takes into account credit conditions and the type of product required and that contains attributes and weights that can be customized. This algorithm is based on the following formula: Where: S = score scoring; I D = personal data (gender, age, marital status, residence, dependents); I V = revenue information (sources of monthly income, amount of income, occupation, economic sector, employer type, age at current job); I R = relationship with the bank (bank client with a history, other rates, rate type, late payment); I H = interests (hobbies, related monthly expenses); I B = specific information (I 1, I 2, I 3, I 4, I 5 - generic indicators for specific bank information); P i, i = 1.. n = indicator s weight. To model the attributes on which the algorithm will rely we built two new customizable entities via the CRM product: - TIP_SCORING_PONDERI that contains attributes and weights to be taken into account by the algorithm. It contains predefined attributes ISBN:

4 whose weights can be customized and some additional attributes that can be further customized. - TIP_SCORING_CATEGORII in which for each attribute there are scores defined for the intervals in which the values from the loan applications fit. For example for the venit_anual attribute the following ranges can be defined: RON with a score of 10 points, between and with 20 points, between and with 30 points and over 48,000 with 40 points. The algorithm will use a function to calculate on the basis of data within each application the ID, IV, IR, IH, IB scores which will then be weighted by a function with weights p1, p2,..., pn. Finally, the total score for each application will be calculated, ranging between 0 and 100, where 100 represents the maximum score. After using the algorithm, each application will have a calculated score. These applications will be initially evaluated by a credit officer with two options: if the score is at least 50 points the application is sent to the central for final evaluation, if the score is below 50 points, the application may be amended for reassessment or it may be rejected. 5 Implementation of Data Mining Algorithms After calculating the score, some of the information from the credit application and several client information (gender, age, marital status, profession etc.) are used in the Data Mining algorithm described above, to determine the probability of the loan being approved by using a series the techniques implemented with the Oracle Data Miner. This tool provides users, with options for data processing, template application and model design, results testing as well as evaluation and application on new data sets The algorithm is implemented based on customer attributes, and aims to determine the customer profile in terms of probability of loan approval. Integration between CRM system tables in SQL Server and the Oracle Data Mining engine was made through XSD schemas and jtds connectors. Based on tables in SQL Server, we generated types of objects for them, the associated XSD schemas using the DBMS_XMLSCHEMA package. 5.1 Determination of important attributes We have applied the algorithm for establishing the significant attributes for determining the maximum amount that can be granted. Thus, as in [1] and [4], we used the algorithm "Attribute Importance" including all the attributes from the credit application, including the score obtained from scoring. Figure 5. Significant attributes for determining the maximum amount that can be awarded to a client After analyzing the results it is observed that for determining the maximum amount that can be awarded to a specific client the attributes with the highest degree of relevance are: annual income, total debt, the total value of assets held by the client, the guarantees provided for credit, profession, age, marital status, amount of customer deposits, if any, loyalty to the bank, prescoring / scoring score. These attributes will be used in the regression model that will determine the maximum amount allowed to be lent. 5.2 Estasblishing the maximum amount that can be granted To determine the maximum amount that can be awarded to a client we implement the regression algorithm using as determinant attributes the ones identified following the application of the "Attribute Importance" algorithm. Model accuracy is 87.48% which for a regression algorithm is an acceptable value. In Figure there can be observed the relatively ISBN:

5 uniform distribution of estimated values, and from a comparative analysis of the estimated real values it is observed that the deviations are within ± 1000RON, which is an acceptable margin. Figure 6. Distribution of values after regression The two attributes: prag_sumă_acordată and probabilitate_acordare attributes and values estimated from DM algorithms will be visible on a credit application will be considered in evaluating its Atributele probabilitate_acordare și prag_sumă_acordată cu valorile estimate în urma algoritmilor DM vor fi vizibile pe cererea de creditare urmând să fie luate în considerare în procesul de evaluare a acesteia 6 Creating a Data Mart for multidimensional analysis of lending The integration solution we developed allows preserving history simulations performed on each application. In order to realize multidimensional analysis of customer profile and product sales as well as of volume of lending by customers type and sales units, we have implemented, as in [4], a data integration solution with a Data Mart starting from relational data sources in SQL Server. Data integration with a data warehouse involves defining an organizational Data Mart based on data from the CRM system and interconnection methods by following these steps: Step 1. Identifying the necessary data sources for constructing multidimensional objects. These data sources are the tables of the CRM s relational model regarding entities such as: customers, loan applications, unit sales, loan products, sales agents. Step 2. Using the sources identified in the previous step, we build a relational model consisting of materialized virtual tables in which data obtained from the CRM system s sources will be loaded. This step is necessary for the construction of a Data Stage required in the process of extraction, transformation and loading (ETI) for the data warehouse. The relational model underlying the ETI process is built using a series of data transformations via stored procedures in T-SQL language in SQL Server. Step 3. Making multidimensional objects. At this stage the facts tables and dimensions of the Data Mart are defined, using Oracle Warehouse Builder, an instrument that allows the interconnection of various data sources, including SQL Server using JDBC connectors. Another option for interconnection sources from SQL Server and Oracle Database is to generate XSD schemas,. After defining the data sources represented by materialized virtual tables built in the previous step, we build the dimension type objects based previous specifications: DIM_CLIENTI, DIM_PRODUSE, DIM_ZONE, DIM_UTILIZATORI, DIM_TIMP. For these we have also built the hierarchies: H_CLIENT with the levels L_CATEGORIE, L_TIP, L_JUDET, L_CLIENT, H_ZONA with the levels L_ZONA, L_TERITORIU, L_UNITATE, H_PRODUSE with the levels L_CATEGORIE, L_VALUTA, L_TIP, L_DESTINATIE, L_PRODUSE, H_UTILIZATORI with the levels L_DOMENIU_RESPONSABILITATE,L_TIP_UTI LIZATOR,L_MOD_ACCES,L_UNITATE,L_RES PONSABIL. Figure 7. Star type schema of the objects in the Datamart ISBN:

6 For the time dimension we considered the default hierarchy: year, quarter, month, day. We built the CUB_CERERI facts table which defines the necessary measures for analysis (Fig. 7). After the construction of the data cube, we also realized the mappings between the relational sources represented by materialized virtual tables and the multidimensional objects. These mappings are the basis of the data loading process into the Data Mart, process that will be executed in the next step. Also, we built a series of analytical reports that enable multidimensional analysis of lending activities. After determining the attributes regarding the likelihood of contracting and the amount awarded, we run the process loading data into the Data Mart process. Based on previously completed interconnection a series of analytical reports will be obtained through Business Intelligence tools (Fig. 8) Figure 8. Multidimensional analysis of data from the Data mart For example, in the report shown in Fig.6 we performed a comparative analysis between the amount requested and the amount awarded for different categories of loan products, according to a certain period of time (in 2011) and one specified currency (EUR). It can be observed from the graphical representation that the algorithm for determining the threshold for the amount granted is effective, the amount granted being always less than the maximum required. 7 Conclusion The developed solution is a complete and comprehensive solution that can be applied successfully in any banking institutions with minimum changes according to the specific implementation of that institution. From a technical and functional perspective the solution is flexible and can be easily adapted by adding new features such as integration with an ERP system or with a complete organizational portal. It also ensures the interconnection of objects from the Data Mart with an organizational data warehouse. The solution shows a high degree of scalability. Thanks to CRM, SharePoint portal and system Data Mart solution can be resize according to the changes of organization without affecting overall system performance. Acknowledgment: This paper presents some results of the research project PN II, TE Program, Code 332: Informatics Solutions for decision making support in the uncertain and unpredictable environments in order to integrate them within a Grid network, financed within the framework of People research program. References: [1] Bâra A., Botha I., Velicanu A., Florea A. - Framework for Executive Information Systems Development in Cloud Computing Architecture, Proceedings of the International Conference on Information Society (i-society 2010) June 2010, London, UK. [2] Altova GmbH, Whitepaper - Enterprise Data Modeling Using XML Schema - Investigating an emerging paradigm using components of Altova's MissionKit for Software Architects, [3] Mitin A. I., Semenov D. M. - Web technologies for integration of applications in a training situation center environment, Automatic Documentation And Mathematical Linguistics Journal, Volume 43, Number 1, pp , 2009,ISSN: [4] Bâra A., Botha I, Diaconita V., Lungu I., Velicanu A., Velicanu M. - A model for Business Intelligence Systems Development, Informatica Economica Journal, Volume 13, No. 4/2009, pp , ISSN ISBN:

Comparative analysis of data mining methods for predicting credit default probabilities in a retail bank portfolio

Comparative analysis of data mining methods for predicting credit default probabilities in a retail bank portfolio Comparative analysis of data mining methods for predicting credit default probabilities in a retail bank portfolio Adela Ioana Tudor, Adela Bâra, Simona Vasilica Oprea Department of Economic Informatics

More information

TDWI Data Modeling. Data Analysis and Design for BI and Data Warehousing Systems

TDWI Data Modeling. Data Analysis and Design for BI and Data Warehousing Systems Data Analysis and Design for BI and Data Warehousing Systems Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your

More information

Chapter 3. Databases and Data Warehouses: Building Business Intelligence

Chapter 3. Databases and Data Warehouses: Building Business Intelligence Chapter 3 Databases and Data Warehouses: Building Business Intelligence How Can a Business Increase its Intelligence? Summary Overview of Main Concepts Details/Design of a Relational Database Creating

More information

DEVELOPING DECISION SUPPORT SYSTEMS A MODERN APPROACH

DEVELOPING DECISION SUPPORT SYSTEMS A MODERN APPROACH DEVELOPING DECISION SUPPORT SYSTEMS A MODERN APPROACH Ion Lungu PhD, Vlad Diaconiţa PhD Candidate Department of Economic Informatics Academy of Economic Studies Bucharest In today s economy access to quality

More information

COURSE 20466D: IMPLEMENTING DATA MODELS AND REPORTS WITH MICROSOFT SQL SERVER

COURSE 20466D: IMPLEMENTING DATA MODELS AND REPORTS WITH MICROSOFT SQL SERVER ABOUT THIS COURSE The focus of this five-day instructor-led course is on creating managed enterprise BI solutions. It describes how to implement multidimensional and tabular data models, deliver reports

More information

Building a Data Warehouse step by step

Building a Data Warehouse step by step Informatica Economică, nr. 2 (42)/2007 83 Building a Data Warehouse step by step Manole VELICANU, Academy of Economic Studies, Bucharest Gheorghe MATEI, Romanian Commercial Bank Data warehouses have been

More information

DATA MINING AND WAREHOUSING

DATA MINING AND WAREHOUSING DATA MINING AND WAREHOUSING Qno Question Answer 1 Define data warehouse? Data warehouse is a subject oriented, integrated, time-variant, and nonvolatile collection of data that supports management's decision-making

More information

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing.

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing. About the Tutorial A data warehouse is constructed by integrating data from multiple heterogeneous sources. It supports analytical reporting, structured and/or ad hoc queries and decision making. This

More information

Implementing Data Models and Reports with SQL Server 2014

Implementing Data Models and Reports with SQL Server 2014 Course 20466D: Implementing Data Models and Reports with SQL Server 2014 Page 1 of 6 Implementing Data Models and Reports with SQL Server 2014 Course 20466D: 4 days; Instructor-Led Introduction The focus

More information

20466C - Version: 1. Implementing Data Models and Reports with Microsoft SQL Server

20466C - Version: 1. Implementing Data Models and Reports with Microsoft SQL Server 20466C - Version: 1 Implementing Data Models and Reports with Microsoft SQL Server Implementing Data Models and Reports with Microsoft SQL Server 20466C - Version: 1 5 days Course Description: The focus

More information

Some Considerations Regarding the Application of Data Warehouse Solutions in Consultancy Companies

Some Considerations Regarding the Application of Data Warehouse Solutions in Consultancy Companies Vol. 5, No.4, October 2015, pp. 111 115 E-ISSN: 2225-8329, P-ISSN: 2308-0337 2015 HRMARS www.hrmars.com Some Considerations Regarding the Application of Data Warehouse Solutions in Consultancy Companies

More information

Istisna Creation Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E

Istisna Creation Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E Istisna Creation Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Oracle Part Number E51511-01 Table of Contents Origination of Istisna 1. ISTISNA ORIGINATION... 1-1 1.1 INTRODUCTION... 1-1

More information

WKU-MIS-B10 Data Management: Warehousing, Analyzing, Mining, and Visualization. Management Information Systems

WKU-MIS-B10 Data Management: Warehousing, Analyzing, Mining, and Visualization. Management Information Systems Management Information Systems Management Information Systems B10. Data Management: Warehousing, Analyzing, Mining, and Visualization Code: 166137-01+02 Course: Management Information Systems Period: Spring

More information

An Overview of Data Warehousing and OLAP Technology

An Overview of Data Warehousing and OLAP Technology An Overview of Data Warehousing and OLAP Technology CMPT 843 Karanjit Singh Tiwana 1 Intro and Architecture 2 What is Data Warehouse? Subject-oriented, integrated, time varying, non-volatile collection

More information

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended. Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews cannot be printed. TDWI strives to provide

More information

This tutorial has been prepared for computer science graduates to help them understand the basic-to-advanced concepts related to data mining.

This tutorial has been prepared for computer science graduates to help them understand the basic-to-advanced concepts related to data mining. About the Tutorial Data Mining is defined as the procedure of extracting information from huge sets of data. In other words, we can say that data mining is mining knowledge from data. The tutorial starts

More information

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts Enn Õunapuu enn.ounapuu@ttu.ee Content Oveall approach Dimensional model Tabular model Overall approach Data modeling is a discipline that has been practiced

More information

ACCOUNTING (ACCT) Kent State University Catalog

ACCOUNTING (ACCT) Kent State University Catalog Kent State University Catalog 2018-2019 1 ACCOUNTING (ACCT) ACCT 23020 INTRODUCTION TO FINANCIAL ACCOUNTING 3 Credit (Equivalent to ACTT 11000) Introduction to the basic concepts and standards underlying

More information

LEADER ICT System User Guide SharePoint Documents

LEADER ICT System User Guide SharePoint Documents LEADER ICT System User Guide SharePoint Documents 0 Documents Overview As part of the project management function within the LEADER ICT System a SharePoint document folder is being made available for each

More information

Analytic Workspace Manager and Oracle OLAP 10g. An Oracle White Paper November 2004

Analytic Workspace Manager and Oracle OLAP 10g. An Oracle White Paper November 2004 Analytic Workspace Manager and Oracle OLAP 10g An Oracle White Paper November 2004 Analytic Workspace Manager and Oracle OLAP 10g Introduction... 3 Oracle Database Incorporates OLAP... 4 Oracle Business

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 12: Databases and Information Systems Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Databases and Information Systems Copyright

More information

Full file at

Full file at Chapter 2 Data Warehousing True-False Questions 1. A real-time, enterprise-level data warehouse combined with a strategy for its use in decision support can leverage data to provide massive financial benefits

More information

CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS. Assist. Prof. Dr. Volkan TUNALI

CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS. Assist. Prof. Dr. Volkan TUNALI CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS Assist. Prof. Dr. Volkan TUNALI Topics 2 Business Intelligence (BI) Decision Support System (DSS) Data Warehouse Online Analytical Processing (OLAP)

More information

Optimizing Your Analytics Life Cycle with SAS & Teradata. Rick Lower

Optimizing Your Analytics Life Cycle with SAS & Teradata. Rick Lower Optimizing Your Analytics Life Cycle with SAS & Teradata Rick Lower 1 Agenda The Analytic Life Cycle Common Problems SAS & Teradata solutions Analytical Life Cycle Exploration Explore All Your Data Preparation

More information

The InfoLibrarian Metadata Appliance Automated Cataloging System for your IT infrastructure.

The InfoLibrarian Metadata Appliance Automated Cataloging System for your IT infrastructure. Metadata Integration Appliance Times have changed and here is modern solution that delivers instant return on your investment. The InfoLibrarian Metadata Appliance Automated Cataloging System for your

More information

Q1) Describe business intelligence system development phases? (6 marks)

Q1) Describe business intelligence system development phases? (6 marks) BUISINESS ANALYTICS AND INTELLIGENCE SOLVED QUESTIONS Q1) Describe business intelligence system development phases? (6 marks) The 4 phases of BI system development are as follow: Analysis phase Design

More information

to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse

to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse An End-to to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse Presented at ODTUG 2003 Dan Vlamis dvlamis@vlamis.com Vlamis Software Solutions, Inc. (816) 781-2880 http://www.vlamis.com

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

Benefits of Automating Data Warehousing

Benefits of Automating Data Warehousing Benefits of Automating Data Warehousing Introduction Data warehousing can be defined as: A copy of data specifically structured for querying and reporting. In most cases, the data is transactional data

More information

IFS. Company Presentation JONAS SKAGERHULT- BUSINESS SOLUTION ARCHITECT ANN-KRISTIN SANDER- ACCOUNT MANAGER 2011 IFS

IFS. Company Presentation JONAS SKAGERHULT- BUSINESS SOLUTION ARCHITECT ANN-KRISTIN SANDER- ACCOUNT MANAGER 2011 IFS IFS Company Presentation 2012-12-12 JONAS SKAGERHULT- BUSINESS SOLUTION ARCHITECT ANN-KRISTIN SANDER- ACCOUNT MANAGER 2011 IFS I SHALL NEVER DO ANTYHING STUPID IN LIFE. EVER. I SHALL NEVER DO ANTYHING

More information

Hyperion Data Integration Management Adapter for Essbase. Sample Readme. Release

Hyperion Data Integration Management Adapter for Essbase. Sample Readme. Release Hyperion Data Integration Management Adapter for Essbase Release 11.1.1.1 Sample Readme [Skip Navigation Links] Purpose... 2 About Data Integration Management Release 11.1.1.1... 2 Data Integration Management

More information

Metricus. Metricus Data Management Architecture. Introduction

Metricus. Metricus Data Management Architecture. Introduction Metricus Metricus Data Management Architecture Introduction Contents Architecture Data Sources Quantitative Structured Quantitative Unstructured Qualitative IT Performance Data Integration Architecture

More information

WebSphere Information Integrator

WebSphere Information Integrator WebSphere Information Integrator Enterprise Information is in Isolated Silos CUSTOMER SERVICE MARKETING FINANCE SALES & SUPPORT CUSTOMERS & PARTNERS LEGAL HR R&D Independent Sources and Systems Information

More information

Getting Started enterprise 88. Oracle Warehouse Builder 11gR2: operational data warehouse. Extract, Transform, and Load data to

Getting Started enterprise 88. Oracle Warehouse Builder 11gR2: operational data warehouse. Extract, Transform, and Load data to Oracle Warehouse Builder 11gR2: Getting Started 2011 Extract, Transform, and Load data to operational data warehouse build a dynamic, Bob Griesemer 1 enterprise 88 orotessionol expertise distilled PUBLISHING

More information

INFRASTRUCTURE TECHNICIAN

INFRASTRUCTURE TECHNICIAN INFRASTRUCTURE TECHNICIAN COMPTIA QUALIFICATIONS COURSE OUTLINE 1 Infrastructure Technician The Training Room s Infrastructure Technician course consists of the following CompTIA qualifications: IT Fundamentals,

More information

Microsoft Certified Professional Transcript

Microsoft Certified Professional Transcript Microsoft Certified Professional Transcript Last Activity Recorded September 26, 2013 Microsoft Certification ID 1004726 JANE HOWELL F1 Computing Systems Ltd 3 Kelso Place Upper Bristol Road Bath BA1 3AU

More information

OLAP Introduction and Overview

OLAP Introduction and Overview 1 CHAPTER 1 OLAP Introduction and Overview What Is OLAP? 1 Data Storage and Access 1 Benefits of OLAP 2 What Is a Cube? 2 Understanding the Cube Structure 3 What Is SAS OLAP Server? 3 About Cube Metadata

More information

The strategic advantage of OLAP and multidimensional analysis

The strategic advantage of OLAP and multidimensional analysis IBM Software Business Analytics Cognos Enterprise The strategic advantage of OLAP and multidimensional analysis 2 The strategic advantage of OLAP and multidimensional analysis Overview Online analytical

More information

Elders Estates Privacy Notice

Elders Estates Privacy Notice 15A Bath Street, Ilkeston Derbyshire. DE7 8AH 01159 32 55 23 info@eldersestates.co.uk 31 Market Place, Ripley Derbyshire. DE5 3HA 01773 30 44 44 info@eldersestates.co.uk Elders Estates Privacy Notice Introduction

More information

IBM DB2 Web Query for System i

IBM DB2 Web Query for System i IBM DB2 Web Query for System i Tim Yang System i I/T Specialist Howard Pai Technical Support Center i want stress-free IT. i want control. 8 Copyright IBM Corporation, 2007. All Rights Reserved. This publication

More information

Credit data collection. Description of electronic reporting

Credit data collection. Description of electronic reporting Financial Stability and Statistics 1 (27) Credit data collection Description of electronic reporting Version 1.8 ( 30 August 2018) 2 (27) Version Date Validity Revisions 1.8 30 August 2018 - Changes according

More information

Intelligence Platform

Intelligence Platform SAS Publishing SAS Overview Second Edition Intelligence Platform The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Intelligence Platform: Overview, Second Edition.

More information

IMPLICATIONS AND OPPORTUNITIES OF THE REIT MODERNIZATION ACT

IMPLICATIONS AND OPPORTUNITIES OF THE REIT MODERNIZATION ACT IMPLICATIONS AND OPPORTUNITIES OF THE REIT MODERNIZATION ACT INTRODUCTION Congress created REITs in 1960 to allow people to invest in diversified, professionally managed real estate enterprises, but over

More information

Credit data collection. Description of electronic reporting

Credit data collection. Description of electronic reporting 1 (27) Credit data collection Description of electronic reporting Version 1.3 (28 December 2017) 2 (27) Version Date Validity Revisions 1.0 31 January 2017 This document is a draft version of the instructions

More information

BUSINESS INTELLIGENCE FOR EVALUATION E-VOUCHER AIRLINE REPORT

BUSINESS INTELLIGENCE FOR EVALUATION E-VOUCHER AIRLINE REPORT International Journal of Mechanical Engineering and Technology (IJMET) Volume 10, Issue 02, February 2019, pp. 213 220, Article ID: IJMET_10_02_024 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=10&itype=2

More information

Unit: Financials Topic: Manage the Chart of Accounts

Unit: Financials Topic: Manage the Chart of Accounts Solutions Unit: Financials Topic: Manage the Chart of Accounts 1-1 Transactions Which function do you use to change the properties for a G/L account? Financials Chart of Accounts Which function do you

More information

Development of an interface that allows MDX based data warehouse queries by less experienced users

Development of an interface that allows MDX based data warehouse queries by less experienced users Development of an interface that allows MDX based data warehouse queries by less experienced users Mariana Duprat André Monat Escola Superior de Desenho Industrial 400 Introduction Data analysis is a fundamental

More information

Report Designer for Sage MAS Intelligence 90/200

Report Designer for Sage MAS Intelligence 90/200 Report Designer for Sage MAS Intelligence 90/200 Table of Contents What is the Report Designer?... 1 Installing the Report Designer... 2 Pre-installation requirements... 2 The Interface... 3 Accessing

More information

Accountancy (ACCTCY) Accountancy (ACCTCY) 1

Accountancy (ACCTCY) Accountancy (ACCTCY) 1 Accountancy (ACCTCY) 1 Accountancy (ACCTCY) ACCTCY 2010: Introduction to Accounting Introduction to accounting for non-business majors. Emphasis on introducing students to business operations, as well

More information

UIS Monthly Update May 2015

UIS Monthly Update May 2015 IT Governance UIS Monthly Update May 2015 Scott Munson 5/19/2015 UIS May 2015 Enterprise Services Update Projects Update era Updates MUNSON IT GOVERNANCE MAY 2015 UIS UPDATE 5/19/2015 2 IT GOVERNANCE MAY

More information

Get Started on SOA. People Entry Point Interaction and Collaboration Services. Case for an SOA Portal

Get Started on SOA. People Entry Point Interaction and Collaboration Services. Case for an SOA Portal Get Started on SOA People Entry Point Interaction and Collaboration Services Case for an SOA Our customers are our highest priorities; our employees are our highest cost We need to make our employees more

More information

Sequence 8.2 Release Notes. Date: 13 th November 2016

Sequence 8.2 Release Notes. Date: 13 th November 2016 Sequence 8.2 Release Notes Date: 13 th November 2016 2016 PNMsoft All Rights Reserved No part of this document may be reproduced in any form by any means without the prior authorization of PNMsoft. PNMsoft

More information

UNIT -1 UNIT -II. Q. 4 Why is entity-relationship modeling technique not suitable for the data warehouse? How is dimensional modeling different?

UNIT -1 UNIT -II. Q. 4 Why is entity-relationship modeling technique not suitable for the data warehouse? How is dimensional modeling different? (Please write your Roll No. immediately) End-Term Examination Fourth Semester [MCA] MAY-JUNE 2006 Roll No. Paper Code: MCA-202 (ID -44202) Subject: Data Warehousing & Data Mining Note: Question no. 1 is

More information

The 2018 (14th) International Conference on Data Science (ICDATA)

The 2018 (14th) International Conference on Data Science (ICDATA) CALL FOR PAPERS LATE BREAKING PAPERS, POSITION PAPERS, ABSTRACTS, POSTERS Paper Submission Deadline: May 20, 2018 The 2018 (14th) International Conference on Data Science (ICDATA) (former International

More information

Enterprise Miner Tutorial Notes 2 1

Enterprise Miner Tutorial Notes 2 1 Enterprise Miner Tutorial Notes 2 1 ECT7110 E-Commerce Data Mining Techniques Tutorial 2 How to Join Table in Enterprise Miner e.g. we need to join the following two tables: Join1 Join 2 ID Name Gender

More information

GUJARAT TECHNOLOGICAL UNIVERSITY MASTER OF COMPUTER APPLICATIONS (MCA) Semester: IV

GUJARAT TECHNOLOGICAL UNIVERSITY MASTER OF COMPUTER APPLICATIONS (MCA) Semester: IV GUJARAT TECHNOLOGICAL UNIVERSITY MASTER OF COMPUTER APPLICATIONS (MCA) Semester: IV Subject Name: Elective I Data Warehousing & Data Mining (DWDM) Subject Code: 2640005 Learning Objectives: To understand

More information

WIRELESS DEVICES: ACCEPTABLE USE AND GUIDELINES

WIRELESS DEVICES: ACCEPTABLE USE AND GUIDELINES Intermediate School District #917 WIRELESS DEVICES: ACCEPTABLE USE AND GUIDELINES Procedures Manual April 2009 Table of Contents Overview 3 Definitions 3 General Guidelines 4 Eligibility Requirements 5

More information

Data warehouse architecture consists of the following interconnected layers:

Data warehouse architecture consists of the following interconnected layers: Architecture, in the Data warehousing world, is the concept and design of the data base and technologies that are used to load the data. A good architecture will enable scalability, high performance and

More information

Question Bank. 4) It is the source of information later delivered to data marts.

Question Bank. 4) It is the source of information later delivered to data marts. Question Bank Year: 2016-2017 Subject Dept: CS Semester: First Subject Name: Data Mining. Q1) What is data warehouse? ANS. A data warehouse is a subject-oriented, integrated, time-variant, and nonvolatile

More information

STREAMLINED CERTIFICATION PATHS

STREAMLINED CERTIFICATION PATHS STREAMLINED CERTIFICATION PATHS MOBILITY Windows 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Cloud Platform Cloud Platform & Infrastructure Linux on Azure PRODUCTIVITY Productivity Office 365 APP BUILDER

More information

Executive Summary of the Prepaid Rule

Executive Summary of the Prepaid Rule 1700 G Street NW, Washington, DC 20552 October 5, 2016 This summary is current as of October 5, 2016. It has not been updated to reflect final rules, guidance, or other interpretations issued after this

More information

NATIONAL GUIDELINES ON CLOUD COMPUTING FOR GOVERNMENT, MINISTRIES, DEPARTMENTS AND AGENCIES

NATIONAL GUIDELINES ON CLOUD COMPUTING FOR GOVERNMENT, MINISTRIES, DEPARTMENTS AND AGENCIES NATIONAL GUIDELINES ON CLOUD COMPUTING FOR GOVERNMENT, MINISTRIES, DEPARTMENTS AND AGENCIES DOCUMENT DETAIL Security Classification Unclassified Authority National Information Technology Authority - Uganda

More information

Technologies solutions and Oracle instruments used in the accomplishment of executive informatics systems (EIS)

Technologies solutions and Oracle instruments used in the accomplishment of executive informatics systems (EIS) MPRA Munich Personal RePEc Archive Technologies solutions and Oracle instruments used in the accomplishment of executive informatics systems (EIS) Teodora, Vatuiu Constantin Bracusi University of Targu

More information

Bachelor of Applied Finance (Financial Planning)

Bachelor of Applied Finance (Financial Planning) Course information for Bachelor of Applied Finance (Financial Planning) Course Number HE20521 Location St George Ultimo Course Structure The structure below is the typical study pattern for a full time

More information

Special Purpose Entities (SPE) - FVC and SPV

Special Purpose Entities (SPE) - FVC and SPV Special Purpose Entities (SPE) - FVC and SPV Registration FAQs December 2018 Email: fvc@centralbank.ie ; spvstats@centralbank.ie Website: https://www.centralbank.ie/statistics/statistical-reporting-requirements

More information

Oracle9i Data Mining. Data Sheet August 2002

Oracle9i Data Mining. Data Sheet August 2002 Oracle9i Data Mining Data Sheet August 2002 Oracle9i Data Mining enables companies to build integrated business intelligence applications. Using data mining functionality embedded in the Oracle9i Database,

More information

Streamline your planning, forecasting and reporting process with M-Power s pre-built Xcelerate templates

Streamline your planning, forecasting and reporting process with M-Power s pre-built Xcelerate templates Oracle Planning and Budgeting Cloud Templates Streamline your planning, forecasting and reporting process with M-Power s pre-built Xcelerate templates Oracle Planning and Budgeting Cloud Service has given

More information

STREAMLINED CERTIFICATION PATHS

STREAMLINED CERTIFICATION PATHS STREAMLINED CERTIFICATION PATHS MOBILITY 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Server 2016 Cloud Platform & Infrastructure Linux on Azure Cloud Platform PRODUCTIVITY Server 2016 Productivity Office

More information

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda Agenda Oracle9i Warehouse Review Dulcian, Inc. Oracle9i Server OLAP Server Analytical SQL Mining ETL Infrastructure 9i Warehouse Builder Oracle 9i Server Overview E-Business Intelligence Platform 9i Server:

More information

Columbus delivers 52% growth in revenue

Columbus delivers 52% growth in revenue Release no. 20, 2018 Interim Management Statement for Q3 YTD 2018 November 7th, 2018 Release no. 20/2018 Interim Management Statement Q3 YTD 2018 Columbus delivers 52% growth in revenue In the first three

More information

SAS 9.4 Intelligence Platform: Overview, Second Edition

SAS 9.4 Intelligence Platform: Overview, Second Edition SAS 9.4 Intelligence Platform: Overview, Second Edition SAS Documentation September 19, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. SAS 9.4 Intelligence

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332 36 Contact Hours Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment.

More information

VERSION EIGHT PRODUCT PROFILE. Be a better auditor. You have the knowledge. We have the tools.

VERSION EIGHT PRODUCT PROFILE. Be a better auditor. You have the knowledge. We have the tools. VERSION EIGHT PRODUCT PROFILE Be a better auditor. You have the knowledge. We have the tools. Improve your audit results and extend your capabilities with IDEA's powerful functionality. With IDEA, you

More information

Course list for the Bachelor of Computer Science in INFORMATION SYSTEM

Course list for the Bachelor of Computer Science in INFORMATION SYSTEM Course list for the Bachelor of Computer Science in INFORMATION SYSTEM Course Objectives: Preparing graduates with knowledge, skills and competencies in the field of information systems, especially in

More information

Advanced Solutions of Microsoft SharePoint 2013

Advanced Solutions of Microsoft SharePoint 2013 Course 20332A :Advanced Solutions of Microsoft SharePoint 2013 Page 1 of 9 Advanced Solutions of Microsoft SharePoint 2013 Course 20332A: 4 days; Instructor-Led About the Course This four-day course examines

More information

TABLE OF CONTENTS. Report Designer User Guide

TABLE OF CONTENTS. Report Designer User Guide Alchemex Report Designer User Guide September 2010 TABLE OF CONTENTS Report Designer User Guide Installing the Alchemex Excel Report Designer... 3 Pre-installation requirements... 3 Alchemex Excel Report

More information

The CMA Program: The Essential Credential

The CMA Program: The Essential Credential The CMA Program: The Essential Credential Institute of Management Accountants (IMA ) Presented by Olen L. Greer, Ph.D., CMA Regional V/P and Global Board Member, IMA AGENDA Perspective on Careers in Management

More information

Security and PCI Compliance for Retail Point-of-Sale Systems

Security and PCI Compliance for Retail Point-of-Sale Systems Security and PCI Compliance for Retail Point-of-Sale Systems In the retail business, certain security issues can impact customer confidence and the bottom line regulatory penalties, breaches, and unscheduled

More information

SIEM: Five Requirements that Solve the Bigger Business Issues

SIEM: Five Requirements that Solve the Bigger Business Issues SIEM: Five Requirements that Solve the Bigger Business Issues After more than a decade functioning in production environments, security information and event management (SIEM) solutions are now considered

More information

Banner ODS Overview. Data Snapshots Based on Dates and Events Data Sets Frozen for Point in Time Historic, Trend Reporting Analytics. Admin.

Banner ODS Overview. Data Snapshots Based on Dates and Events Data Sets Frozen for Point in Time Historic, Trend Reporting Analytics. Admin. Banner ODS Overview Banner ODS Overview Opportunity for More Consistent Reporting Results. Common Data Source Common Business Concepts Banner Operational Data Store (ODS): Ad-hoc querying and daily reporting.

More information

Apartment Rental Application

Apartment Rental Application Apartment Rental Application Apartment Address: Apt-No: Type: Move in : Personal information-tenant #1 Name: _ Social Security #: of Birth: Driver s License # State: Expiration : Cell Phone: Email: Emergency

More information

Banner Gateway Billing

Banner Gateway Billing Gateway Banner Gateway Billing The Banner Finance Transaction Gateway System (Gateway) allows departments to submit files and spreadsheets of accounting transactions to Banner Finance for posting. Please

More information

DEVELOPING SQL DATA MODELS

DEVELOPING SQL DATA MODELS 20768 - DEVELOPING SQL DATA MODELS CONTEÚDO PROGRAMÁTICO Module 1: Introduction to Business Intelligence and Data Modeling This module introduces key BI concepts and the Microsoft BI product suite. Introduction

More information

Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value

Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value KNOWLEDGENT INSIGHTS volume 1 no. 5 October 7, 2011 Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value Today s growing commercial, operational and regulatory

More information

2-TIER AUTHORIZED INFORMATICA RESELLER PROGRAM GUIDE

2-TIER AUTHORIZED INFORMATICA RESELLER PROGRAM GUIDE 2-TIER AUTHORIZED INFORMATICA RESELLER PROGRAM GUIDE 2017 Informatica. For Authorized Informatica Partners Only -1- The Informatica Partner Program The Informatica Partner Program is a holistic membership

More information

Cybersecurity Strategy

Cybersecurity Strategy Development Alghorythm design Big data solutions Relational, No-SQL and Graph databases Information Architect Unix Virtualization Cloud solutions Cybersecurity Strategy Realtime analysis Penetration testing

More information

Deploying an IBM Industry Data Model on an IBM Netezza data warehouse appliance

Deploying an IBM Industry Data Model on an IBM Netezza data warehouse appliance Deploying an IBM Industry Data Model on an IBM Netezza data warehouse appliance Whitepaper Page 2 About This Paper Contents Introduction Page 3 Transforming the Logical Data Model to a Physical Data Model

More information

Jet Enterprise Frequently Asked Questions

Jet Enterprise Frequently Asked Questions Pg. 1 03/18/2011 Jet Enterprise Regarding Jet Enterprise What are the software requirements for Jet Enterprise? The following components must be installed to take advantage of Jet Enterprise: SQL Server

More information

Oracle Hyperion Financial Management Instructor-led Live Online Training Program

Oracle Hyperion Financial Management Instructor-led Live Online Training Program 1. Introduction to Financial Management About Oracle's Enterprise Performance Management Suite Financial Management Solution Financial Consolidation, Reporting, Analysis and Product Components Financial

More information

Sql Fact Constellation Schema In Data Warehouse With Example

Sql Fact Constellation Schema In Data Warehouse With Example Sql Fact Constellation Schema In Data Warehouse With Example Data Warehouse OLAP - Learn Data Warehouse in simple and easy steps using Multidimensional OLAP (MOLAP), Hybrid OLAP (HOLAP), Specialized SQL

More information

Oracle #1 RDBMS Vendor

Oracle #1 RDBMS Vendor Oracle #1 RDBMS Vendor IBM 20.7% Microsoft 18.1% Other 12.6% Oracle 48.6% Source: Gartner DataQuest July 2008, based on Total Software Revenue Oracle 2 Continuous Innovation Oracle 11g Exadata Storage

More information

Anca Băndoi, Assoc Prof University of Craiova Faculty of Economics and Business Administration Craiova, Romania INTRODUCTION

Anca Băndoi, Assoc Prof University of Craiova Faculty of Economics and Business Administration Craiova, Romania INTRODUCTION CONCEPTUAL ARCHITECTURE FOR A SUPPORTING SYSTEM OF ASSISTANCE IN DECISION MAKING WITH A VIEW TO ASSESSING THE IMPACT OF STRUCTURAL FUNDS IN ROMANIA- SSD FS PO Anca Băndoi, Assoc Prof University of Craiova

More information

PartnerSURGE Sales & Pre-Sales Certification

PartnerSURGE Sales & Pre-Sales Certification FACT SHEET PartnerSURGE Sales Certification KYRIBA FACT SHEET PartnerSURGE Sales & Pre-Sales Certification Backed by strong incentives and market-leading technology, Kyriba delivers one of the strongest

More information

Sage 300 ERP Intelligence Report Designer User Guide

Sage 300 ERP Intelligence Report Designer User Guide Sage 300 ERP Intelligence Report Designer User Guide Table of Contents What is the Report Designer?... 2 Running a Report with a Predefined Data Setup... 4 Accessing the Sage 300 ERP Intelligence Report

More information

SAS/Warehouse Administrator Usage and Enhancements Terry Lewis, SAS Institute Inc., Cary, NC

SAS/Warehouse Administrator Usage and Enhancements Terry Lewis, SAS Institute Inc., Cary, NC SAS/Warehouse Administrator Usage and Enhancements Terry Lewis, SAS Institute Inc., Cary, NC ABSTRACT SAS/Warehouse Administrator software makes it easier to build, maintain, and access data warehouses

More information

MICROSOFT CLOUD PLATFORM AND INFRASTRUCTURE CERTIFICATION. Includes certifications for Microsoft Azure and Windows Server

MICROSOFT CLOUD PLATFORM AND INFRASTRUCTURE CERTIFICATION. Includes certifications for Microsoft Azure and Windows Server MICROSOFT CLOUD PLATFORM AND INFRASTRUCTURE CERTIFICATION Includes certifications for Microsoft Azure and Windows Server Microsoft Azure MCSA: Cloud Platform Pass 2 required exams. M20532 M20533 M20535

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 07 Terminologies Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro Database

More information

After completing this course, participants will be able to:

After completing this course, participants will be able to: Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008 T h i s f i v e - d a y i n s t r u c t o r - l e d c o u r s e p r o v i d e s i n - d e p t h k n o w l e d g e o n d e s

More information

CYRUSONE TO ACQUIRE ZENIUM DATA CENTERS

CYRUSONE TO ACQUIRE ZENIUM DATA CENTERS CYRUSONE TO ACQUIRE ZENIUM DATA CENTERS THIRD QUARTER 2017 EARNINGS October 31, 2017 DECEMBER 21, 2017 SAFE HARBOR S A F E H A R B O R This presentation contains forward-looking statements regarding future

More information

The DPM metamodel detail

The DPM metamodel detail The DPM metamodel detail The EBA process for developing the DPM is supported by interacting tools that are used by policy experts to manage the database data dictionary. The DPM database is designed as

More information