Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

DATABASE DESIGN AND DEVELOPMENT ASSIGNMENT 1 Task 1 : DATA MODELLING ( 5 Marks ) Micro loans are small loans, which is beginning to gain

DATABASE DESIGN AND DEVELOPMENT
ASSIGNMENT 1
Task 1: DATA MODELLING (5Marks)
Micro loans are small loans, which is beginning to gain popularity especially among borrowers in developing countries. The idea is to bring venture lenders together using information technology. Typically, the loans will be used to finance startup or development of the borrowers company, so that there is a realistic chance for repayment. The money in a loan can, unlike traditional loans, come from many lenders. In this problem, you must create an E-R model that describes the information necessary to manage micro loans. The following information form the basis for creating the model:
Each borrower and lender must be registered with information about name and address.
A loan starts with a loan request, which contains information about when the loan should at latest be granted, the total amount being discussed, and how long the payback period is. Also, a description is included of how the money will be used. The rent on the payment is calculated in the loan amount, which is to say, the full amount is not paid
Lenders can commit to an optional portion of the total amount of a loan request.
When the commitments for the loan request covers the requested amount, the request is converted to a loan. If not enough commitments can be reached, the loan request is cancelled. A borrower can have more than one request, and more than one loan at a time, but can at most make one request per day.
The loan is paid through an intermediary, typically a local department of a charity, who has a name and an address.
The borrower chooses when he or she will make a payment. Every payment must be registered in the database with an amount and a date (at most one payment per loan per day). The lenders share the repayment based on how large a part of the loan they are responsible for.
If the loan is not repaid before the agreed upon deadline, a new date is agreed. The database must not delete the old deadline, but save the history (the deadline can be overridden multiple times).
Each lender can for each burrower save a trust, which is a number between 0 and 100 that determines the lenders evaluation of the risk of lending money to that person. The number must only be saved for the borrowers, for whom there has been made such an evaluation.
Required
1. Make an E-R model for the data described above. If you make any assumptions about data that doesnt show from the problem, they must be described. Use the E-R notation we learnt in class. Put an emphasis on having the model express as many properties about the data as possible, for instance participation constraints.
2. Make a relational data model for micro loans:
a. Describe at least two of the relations using SQL DDL (make reasonable assumptions about data types), and
b. state the relation schemas for the other relations.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Decisions Based On Data Analytics For Business Excellence

Authors: Bastian Weber

1st Edition

9358681683, 978-9358681680

Students also viewed these Databases questions

Question

Mortality rate

Answered: 1 week ago