Quantitative analysis of credit
The recent slowdown of the US economy is due in a sizeable degree to the process of extending credit to people who defaulted on their loans (typically mortgages for their houses) as they were not able to repay them. Combined with decreasing real estate prices, many of the institutions that extended the loans ended up owning property that has decreased in value, and therefore lost significant amount of money.
In the spreadsheet credit3.xls under the tab “Data”, you will find Data pertaining to 1000 personal loan accounts at a bank. The tab “Data Dictionary” contains a description of what the various variables mean.
When a new applicant applies for credit, as a part of the application, the company collects information which is available in the form of Variables 2 to 21. The company then decides an amount to be credited (the variable CREDIT_EXTENDED.) For these 1000 accounts, we also have information on how profitable did each account turn out to be (variable NPV). A negative value indicates a net loss and this typically happens when the debtor defaults on his/her payments.
The goal in this case is to investigate how one can use this data to better manage the bank's credit extension program. Specifically, our goal is to develop a classification regression model to classify a new account as “profitable” or “not profitable”.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme