Open AndyGabler opened 3 years ago
@tbolar18 Think you can do some research on how loan risk is calculated and come up with a java algorithm to do this? The idea is that you create a method that accepts the parameters that contribute to risk (salary, collatoral, current debt, etc), and return either a double or an object that relates to the risk of the accepting a loan from them. Once you have the algorithm made, Joe or I will suck it into the backend and implement it.
As a loan officer, I would like a loan risk calculator that determines whether or not a student should be approved for a loan.