This task was solved as part of the work on designing the interface of the loan application processing system for a large bank. However, this method can be useful in other applications. For example, where the user reviews his own credit history.
As a result of conducting interviews with users and studying the experience of using the existing interface, one of the bottlenecks was found.
It turned out that credit analysts spend a lot of time analyzing the applicant’s credit histories presented in the large tables and they make a lot of mistakes.
This increases the bank’s costs for reviewing loan applications. The team decided to improve the user experience of interacting with credit history information and reduce these costs. Also, this improvement could improve the automatic processing of applications, because with the reduction of hand processing errors, the learning indicators of automatic algorithms (machine learning) improves.
In the process of collecting primary information, it was found out that it is important for the user to quickly evaluate the following parameters of the credit history:
During the design process, several approaches were considered, several prototypes of graphical display of information were tested, and an optimal solution was created that meets all the requirements.
The basic form is the display of data in tabular form (an improved version of the previous implementation), but if desired, you can switch to a graphical form. This approach allows you to safely test a new function, get feedback and improve the interface based on the results, and at the same time not interfere with the traditional analysis process based on viewing tables.
Each loan on the chart is displayed as a set of monthly payments. Upcoming payments are shown in bright blue, repaid payments are shown in gray. If there were delays, the payment is highlighted in red, orange and yellow. Depending on the duration of the delay in days. The area of the graph (the sum of all columns) shows the total size of the loan — this analogy is taken from mathematical analysis, where the geometric meaning of the integral is the area under the graph.
The introduction of this graphical display of credit history was recognized as successful. After a number of small improvements made following the results of the test operation, it was implemented for all users.
It was decided to implement the tool in a custom application. To enable the bank’s client to evaluate his credit history not only with the help of a table, but also in the form of the same graph. This should not only improve the user experience, but also add a unique tool for the market to the client application, which will be useful for highlighting the bank in the market.