Code Monkey home page Code Monkey logo

data_case_study_2's Introduction

Case study: Guide to the Financial Data Set

Note: The data provided is real anonymized Czech bank transactions, account info, and loan records released for the PKDD'99 Discovery Challenge.

Scenario

You are working as an analyst for a bank. The bank offers services to the private sector. The services include managing accounts, offering loans, etc.

Objective

The bank stores information about the clients, including accounts held, transactions over the last few months, loans granted, cards issued, etc. The bank managers hope to improve their understanding of customers and seek specific actions to improve services.

Tasks

  • Identify the good clients to whom we can other services
  • Identify the bad clients that have to watch carefully to minimize the losses

E-R Diagram

bank schema

Here are some details about the relations:

  • Relation "client" describes the characteristics of people who can manipulate with accounts. One client can have multiple accounts.
  • Relation "disposition" links related clients and accounts. Multiple clients can manipulate with a single account.
  • Relations "loan" and "credit card" describe some services which the bank offers to its clients; more credit cards can be issued to an account, at most one loan can be granted for an account.
  • Relation "demographic data" gives some publicly available information about the districts (e.g. the unemployment rate); additional information about the clients can be deduced from this.

For more details about the relations and the attribute descriptions, please refer to the pdf document (case_study_extended.pdf).

Other questions that can help improve business:

  • What percentage of accounts have more than one client accessing the account? The disposition table, type column.
  • How much of the cards’ information is available in this database, and what are the different kinds of cards offered by the bank?
  • Where are most of the customers located (district)?

data_case_study_2's People

Contributors

sandrabosk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.