Credit risk scoring is the use of numerical tools to determine the likelihood that a prospective borrower will default on a loan. A loan goes into default if a scheduled payment is late for a prolonged period of time. In general, providers of capital segment prospective borrowers based on a credit risk score or other similar scores (e.g., FICO Score). Borrower segmentation is used to differentiate loan or credit applications based on the associated risk of default; this enables more accurate decisions for loan approvals and pricing (e.g., interest rate, loan term, loan amount, etc.). This is ultimately used by providers to attract creditworthy and responsible customers that can generate profits while controlling losses from non-payment on defaulted loans.
When determining credit worthiness, existing providers of capital will segment potential customers based on credit risk scores or loan risk scores using various techniques such as machine learning models or simply by accessing external credit bureaus. These models and techniques are used separately at various steps of lending policy procedure, such as the eligibility determination stage, decision making approval stage, pricing stages, etc. In addition, segmentation is commonly performed using: 1) human business judgements that bin certain ranges of scores together or 2) a tree model as guidance to determine cutoff points. However, there is no concrete metric to evaluate how well the segmentation performs regarding the differentiation between loan default rates. Furthermore, the number of segments is human defined. There is little insight to the maximum number of segments that could be achieved without violating business requirements. All of this is undesirable.
Embodiments of the present disclosure overcome the existing problems associated with segmenting borrowers, such as for lending purposes. For example, the disclosed embodiments relate to a flexible, multi-constraint system for segmenting borrowers and using the borrower segmentation to determine loan approvals and pricing terms. The disclosed principles can result in higher numbers of segments, which allows for more granular pricing on behalf of loan offers. In addition, the disclosed segmentation techniques can offer enhanced differentiation of credit risk across segments (i.e., a high separation in credit risk across segments), enabling rapid and accurate decisions on loan approvals and pricing. Furthermore, the disclosed segmentation techniques allow for the flexible definition of constraints, which allows providers of capital to customize requirements as desired, enabling more effective automatic decisions for the extremely low-risk and extremely high-risk borrowers.
In one or more embodiments, the disclosed segmentation system utilizes an algorithm that classifies borrowers into small bins based on given credit risk scores. The disclosed algorithm uses a mixed integer programming (MIP) model to group the bins into a specific number of segments, so that the linear slope of default rates across the segments is maximized. As described herein, a segment can include one or more bins or scores, thereby also comprising a certain number of user scores and, thereby defining a range of scores. Because credit risk scores are used to rank customers in terms of default risk, the resulting segments can follow a monotonic trend in default rates (i.e., the similarity among borrowers within the same segment is high). Notably, monotonicity of default rates within segments cannot be guaranteed by clustering or decision tree models; hence, the disclosed segmentation techniques offer distinct technical advantages over previous systems.
Attempts have previously been made in the field of credit risk scoring models to increase general credit risk prediction accuracy. However, there is limited research on posterior segmentation based on credit risk score. Customer segmentation could be developed for scorecard construction by business judgement or clustering analysis (e.g., hierarchical clustering, k-means, etc.). In addition, credit bureaus have occasionally adopted tree-based classification methods and genetic algorithms for customer segmentation; however, these result in sub-optimal solutions. For example, after scores are put into bins or buckets, the subsequent segmentation typically involves manual combinations of buckets based on business expertise to get down to a certain number of customer segments or to fix default rates that do not follow a monotonic trend. A problem with these approaches is that they are not repeatable or reproducible, updates require manual editing, and they are not automated or maximally accurate. The techniques can be arbitrary and hard to correlate with business or earning objectives, which are undesirable.
A user device 102 can include one or more computing devices capable of receiving user input, transmitting and/or receiving data via the network 104, and or communicating with the server 106. In some embodiments, a user device 102 can be a conventional computer system, such as a desktop or laptop computer. Alternatively, a user device 102 can be a device having computer functionality, such as a personal digital assistant (PDA), a mobile telephone, a smartphone, or other suitable device. In some embodiments, a user device 102 can be the same as or similar to the computing device 800 described below with respect to
The network 104 can include one or more wide areas networks (WANs), metropolitan area networks (MANs), local area networks (LANs), personal area networks (PANs), or any combination of these networks. The network 104 can include a combination of one or more types of networks, such as Internet, intranet, Ethernet, twisted-pair, coaxial cable, fiber optic, cellular, satellite, IEEE 801.11, terrestrial, and/or other types of wired or wireless networks. The network 104 can also use standard communication technologies and/or protocols.
The server 106 may include any combination of one or more of web servers, mainframe computers, general-purpose computers, personal computers, or other types of computing devices. The server 106 may represent distributed servers that are remotely located and communicate over a communications network, or over a dedicated network such as a local area network (LAN). The server 106 may also include one or more back-end servers for carrying out one or more aspects of the present disclosure. In some embodiments, the server 106 may be the same as or similar to server 700 described below in the context of
As shown in
At block 204, bin generation module 108 generates a plurality of bins based on the dataset of scores. Generating a plurality of bins can include grouping the population of scores into small, consecutive bins. In some embodiments, bin generation module 108 can employ a CART model or a quantile-based model. In some embodiments, the number of bins can be between twenty and one hundred. The default rates within the bins may not necessarily be monotonically increasing or decreasing but may have local flips. At block 206, constraint manager 110 can receive user-defined parameters and format the parameters into constraints for use in generating the segmentation model. In some embodiments, flexible constraints (e.g., constraints based on user definable parameters) can include the number of desired risk segments, a minimum number (or percentage) of scores per risk segment, a maximum number (or percentage) of scores per segment sizes, and a minimum number of defaults per risk segment. Other constraints can include the following:
max f(x, w) (1)
s.t. Σi=jnxij=1 ∀j=1, . . . , n (2)
x
ij
≤x
i,j+1
∀i=1, . . . , n j=1, . . . , i−1 (3)
Σi=jnxii=m (4)
Rminxii≤Σj=1iRjxij≤Rmaxxii ∀i=1, . . . , n (5)
Σj=1iRjExij≥RminExii ∀i=1, . . . , n (6)
D
zz
x
zz+Σj=1z−1(Dzj−Dz,j+1)xzj≤1−xii+Diixii+Σj=1i−1(Dij−Di,j+1)xij ∀i=1, . . . , n z=1, . . . , i−1 (7)
w
ij≤(xij−xi,j−1)m ∀i=2, . . . , n j=2, . . . , i (8)
w
ij
≥m(xij−xi,j−1)+Σz=1ixzz ∀i=2, . . . , n j=2, . . . , i (9)
w
ij≤Σz=1ixzz+1−(xij−xi,j−1)∀i=2, . . . , n j=2, . . . , i (10)
wi1=xi1 ∀i=1, . . . , n (11)
xij ϵ{0,1}, wij ϵZ i=1, . . . , n, j=1, . . . , i (12)
R
min(1−xi1)+RminFxi1≤Σj=1iRjxij≤Rmax i=1, . . . , n−1 (13)
RminL≤Σj=1nRjxnj≤Rmax (14)
Σj=1iRjExij≥RminE(1−xi1)+RminEFxi1 ∀i=1, . . . , n−1 (15)
Σj=1nRjExnj≥RminEL (16).
Objective function (1) is the function f (defined below) to be maximized. Constraints (2) and (3) can be used to make sure that the bin assignment to segments is unique and consecutive. Constraint (4) can be used to set the number of segments to m (which can be user-defined or can be determined and maximized). Constraints (5) and (6) can be used to set the bounds on segment size and number of defaults per segment. Constraint (7) can be used to ensure that default rates increase monotonically with the rank order of segments. In some embodiments, constraint (7) can also be used to ensure that default rates decrease monotonically with the rank order of the segments. Constraints (8)-(11) can be used to relate segment rank order with bin assignment. Constraint (12) can be used to define the space of decision variables (discussed in additional detail in block 208).
Constraint (5) can accommodate a flexible segment size. Constraint (13) can be used to limit the bounds of segment sizes on the first to the second to last segments (i.e., all segments except the last segment). Constraint (14) can be used to set the lower bound on the size of the last segment. Similarly, constraint (6) can be split into two constraints, constraints (15) and (16), and used for customizing lower bounds on the number of defaults in the first and last segment. In these constraints, and in future equations described herein, w is the rank order of a risk segment formed by grouping bins [j, j+1, . . . , i] together and x is a matrix describing bin assignments (see
In some embodiments, for certain use cases, service provider 116 may wish to find the extreme low-risk and high-risk segments for automated approvals and denials. The two extreme segments do not have to have significant numbers of records and/or numbers of defaults as the middle segments. Therefore, a set of flexible constraints allows the service provider 116 to customize the requirements in the first and last segment (e.g., based on profit, business goals, market conditions, etc.). For example, RminF(RminL) can be the minimum number of records in the first (or last) segment, and RminEF(RminEL) can be the minimum number of defaults in the first (or last) segment. Additionally or alternatively, these R values can be used to define the maximum number of records and/or defaults in each segment. For example, it could be desired that the first bin's size could go as low as five percent of the total population, and the number of defaults could be as low as ten. In order to enable these flexible constraints (variations of constraints (5) and (6)), users can specify multiple input parameters: 1) a minimum number of scores in the last risk segment; 2) a minimum number of scores in the first to the second last risk segments; 3) a minimum number of default events in the last risk segment; and 4) a minimum number of default events in the first to the second last risk segments. In some embodiments, a user associated with service provider 116 could specify these parameters via a graphical user interface; the parameters are transmitted over the network 104 to the server 106 and processed by the constraint manager 110 to be utilized by segmentation module 112.
At block 208, segmentation module 112 can segment the bins generated by the bin generation module 108. In some embodiments, segmentation can include calculating segment default rates for each segment. For example, segmentation module 112 can, for each segment, calculate an associated default rate that represents the segment (herein described as a “segment default rate”). The segment default rate can be calculated as follows:
where Rz is the number of loans and RzE is the number of defaults from the loans.
In some embodiments, segmenting the bins includes determining a segment default rate for each segment and using an MIP model to group the small bins into risk segments such that the linear slope of default rates among risk segments is maximized or close to maximized, without violating the provided constraints. In some embodiments, maximizing a linear slope of default rates includes maximizing the objective function below:
The above objective function can be based on a linear regression of the segment default rates of the segments generated by segmentation module 1012 that minimizes the least squared loss. Maximizing the objective function can correspond to maximizing the slope of the default rates, which suggests a maximal difference in default rates across each segment. The MIP model can create permutations of segmentations of the bins, determine the associated segment default rate for each segment, and then use those default rates and the provided constraints to maximize the objective function. For example, if six segments are desired and there are twenty bins, there are 11,628 potential ways to segment the bins. In some embodiments, the segmentation module 112 can iteratively solve the MIP model with increasing numbers of segments until there is no feasible solution without violating business requirements. This allows an increased granularity among the segmented scores while maintaining high monotonicity within each segment and high differences in default rates across different segments. In some embodiments, as an alternative to a linear regression, the segmentation module 112 could also employ an exponential regression and maximize the slope of the exponential regression. The techniques described herein determine the segmentation with the largest slope, which is a more effective way to make loan or credit decisions. In the case of exponential regression, the definition of w could be modified to the negative of the logarithm of the default rates, and the objective would be to minimize the objective function.
In some embodiments, as an alternative to MIP models, other optimization techniques can be used to maximize the slope, such as convex functions, gradient methods, Lagrangian relaxation, heuristic algorithms, genetic algorithms, and other iterative techniques.
The segmentation model can be utilized by providers of financial capital to make credit or loan decisions based on customer applications. The disclosed techniques enable more rapid decisions on automatic approvals and denials and increased loan approval percentages while simultaneously decreasing loan default rates. In addition, the disclosed techniques are not limited to loan offers and can be applied to a variety of applications. For example, the disclosed segmentation techniques can be used to segment an attribute in building a credit scorecard and segmenting customers based on their lifetime value to design retention strategy.
At block 606, the device determines an associated risk segment for the user based on the determined score. For example, given a plurality of risk segments (each containing a range of scores), the received request can be assigned to a particular risk segment. In one or more embodiments, the plurality of risk segments would have been generated based on the methods of
Processor(s) 702 can use any known processor technology, including but not limited to graphics processors and multi-core processors. Suitable processors for the execution of a program of instructions can include, by way of example, both general and special purpose microprocessors, and the sole processor or one of multiple processors or cores, of any kind of computer. Bus 710 can be any known internal or external bus technology, including but not limited to ISA, EISA, PCI, PCI Express, USB, Serial ATA, or FireWire. Volatile memory 704 can include, for example, SDRAM. Processor 702 can receive instructions and data from a read-only memory or a random access memory or both. Essential elements of a computer can include a processor for executing instructions and one or more memories for storing instructions and data.
Non-volatile memory 706 can include by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks. Non-volatile memory 706 can store various computer instructions including operating system instructions 712, communication instructions 714, application instructions 716, and application data 717. Operating system instructions 712 can include instructions for implementing an operating system (e.g., Mac OS®, Windows®, or Linux). The operating system can be multi-user, multiprocessing, multitasking, multithreading, real-time, and the like. Communication instructions 714 can include network communications instructions, for example, software for implementing communication protocols, such as TCP/IP, HTTP, Ethernet, telephony, etc. Application instructions 716 can include instructions for performing flexible, multi-constraint segmentation techniques according to the systems and methods disclosed herein. For example, application instructions 716 can include instructions for components 108-112 described above in conjunction with
Peripherals 708 can be included within server device 700 or operatively coupled to communicate with server device 700. Peripherals 708 can include, for example, network subsystem 718, input controller 720, and disk controller 722. Network subsystem 718 can include, for example, an Ethernet of WiFi adapter. Input controller 720 can be any known input device technology, including but not limited to a keyboard (including a virtual keyboard), mouse, track ball, and touch-sensitive pad or display. Disk controller 722 can include one or more mass storage devices for storing data files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks.
Sensors, devices, and subsystems can be coupled to peripherals subsystem 806 to facilitate multiple functionalities. For example, motion sensor 810, light sensor 812, and proximity sensor 814 can be coupled to peripherals subsystem 806 to facilitate orientation, lighting, and proximity functions. Other sensors 816 can also be connected to peripherals subsystem 806, such as a global navigation satellite system (GNSS) (e.g., GPS receiver), a temperature sensor, a biometric sensor, magnetometer, or other sensing device, to facilitate related functionalities.
Camera subsystem 820 and optical sensor 822, e.g., a charged coupled device (CCD) or a complementary metal-oxide semiconductor (CMOS) optical sensor, can be utilized to facilitate camera functions, such as recording photographs and video clips. Camera subsystem 820 and optical sensor 822 can be used to collect images of a user to be used during authentication of a user, e.g., by performing facial recognition analysis.
Communication functions can be facilitated through one or more wired and/or wireless communication subsystems 824, which can include radio frequency receivers and transmitters and/or optical (e.g., infrared) receivers and transmitters. For example, the Bluetooth (e.g., Bluetooth low energy (BTLE)) and/or WiFi communications described herein can be handled by wireless communication subsystems 824. The specific design and implementation of communication subsystems 824 can depend on the communication network(s) over which the user device 800 is intended to operate. For example, user device 800 can include communication subsystems 824 designed to operate over a GSM network, a GPRS network, an EDGE network, a WiFi or WiMax network, and a Bluetooth™ network. For example, wireless communication subsystems 824 can include hosting protocols such that device 800 can be configured as a base station for other wireless devices and/or to provide a WiFi service.
Audio subsystem 826 can be coupled to speaker 828 and microphone 830 to facilitate voice-enabled functions, such as speaker recognition, voice replication, digital recording, and telephony functions. Audio subsystem 826 can be configured to facilitate processing voice commands, voice-printing, and voice authentication, for example.
I/O subsystem 840 can include a touch-surface controller 842 and/or other input controller(s) 844. Touch-surface controller 842 can be coupled to a touch-surface 846. Touch-surface 846 and touch-surface controller 842 can, for example, detect contact and movement or break thereof using any of a plurality of touch sensitivity technologies, including but not limited to capacitive, resistive, infrared, and surface acoustic wave technologies, as well as other proximity sensor arrays or other elements for determining one or more points of contact with touch-surface 846.
The other input controller(s) 844 can be coupled to other input/control devices 848, such as one or more buttons, rocker switches, thumb-wheel, infrared port, USB port, and/or a pointer device such as a stylus. The one or more buttons (not shown) can include an up/down button for volume control of speaker 828 and/or microphone 830.
In some implementations, a pressing of the button for a first duration can disengage a lock of touch-surface 846; and a pressing of the button for a second duration that is longer than the first duration can turn power to user device 800 on or off. Pressing the button for a third duration can activate a voice control, or voice command, module that enables the user to speak commands into microphone 830 to cause the device to execute the spoken command. The user can customize a functionality of one or more of the buttons. Touch-surface 846 can, for example, also be used to implement virtual or soft buttons and/or a keyboard.
In some implementations, user device 800 can present recorded audio and/or video files, such as MP3, AAC, and MPEG files. In some implementations, user device 800 can include the functionality of an MP3 player, such as an iPod™. User device 800 can, therefore, include a 36-pin connector and/or 8-pin connector that is compatible with the iPod. Other input/output and control devices can also be used.
Memory interface 802 can be coupled to memory 850. Memory 850 can include high-speed random access memory and/or non-volatile memory, such as one or more magnetic disk storage devices, one or more optical storage devices, and/or flash memory (e.g., NAND, NOR). Memory 850 can store an operating system 852, such as Darwin, RTXC, LINUX, UNIX, OS X, Windows, or an embedded operating system such as VxWorks.
Operating system 852 can include instructions for handling basic system services and for performing hardware dependent tasks. In some implementations, operating system 852 can be a kernel (e.g., UNIX kernel). In some implementations, operating system 852 can include instructions for performing voice authentication.
Memory 850 can also store communication instructions 854 to facilitate communicating with one or more additional devices, one or more computers and/or one or more servers. Memory 850 can include graphical user interface instructions 856 to facilitate graphic user interface processing; sensor processing instructions 858 to facilitate sensor-related processing and functions; phone instructions 860 to facilitate phone-related processes and functions; electronic messaging instructions 862 to facilitate electronic messaging-related process and functions; web browsing instructions 864 to facilitate web browsing-related processes and functions; media processing instructions 866 to facilitate media processing-related functions and processes; GNSS/Navigation instructions 868 to facilitate GNSS and navigation-related processes and instructions; and/or camera instructions 870 to facilitate camera-related processes and functions.
Memory 850 can store application (or “app”) instructions and data 872, such as instructions for the apps described above in the context of
The described features can be implemented in one or more computer programs that can be executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. A computer program is a set of instructions that can be used, directly or indirectly, in a computer to perform a certain activity or bring about a certain result. A computer program can be written in any form of programming language (e.g., Objective-C, Java), including compiled or interpreted languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
Suitable processors for the execution of a program of instructions can include, by way of example, both general and special purpose microprocessors, and the sole processor or one of multiple processors or cores, of any kind of computer. Generally, a processor can receive instructions and data from a read-only memory or a random access memory or both. The essential elements of a computer may include a processor for executing instructions and one or more memories for storing instructions and data. Generally, a computer may also include, or be operatively coupled to communicate with, one or more mass storage devices for storing data files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks. Storage devices suitable for tangibly embodying computer program instructions and data may include all forms of non-volatile memory, including by way of example semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks. The processor and the memory may be supplemented by, or incorporated in, ASICs (application-specific integrated circuits).
To provide for interaction with a user, the features may be implemented on a computer having a display device such as an LED or LCD monitor for displaying information to the user and a keyboard and a pointing device such as a mouse or a trackball by which the user may provide input to the computer.
The features may be implemented in a computer system that includes a back-end component, such as a data server, or that includes a middleware component, such as an application server or an Internet server, or that includes a front-end component, such as a client computer having a graphical user interface or an Internet browser, or any combination thereof. The components of the system may be connected by any form or medium of digital data communication such as a communication network. Examples of communication networks include, e.g., a telephone network, a LAN, a WAN, and the computers and networks forming the Internet.
The computer system may include clients and servers. A client and server may generally be remote from each other and may typically interact through a network. The relationship of client and server may arise by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
One or more features or steps of the disclosed embodiments may be implemented using an API. An API may define one or more parameters that are passed between a calling application and other software code (e.g., an operating system, library routine, function) that provides a service, that provides data, or that performs an operation or a computation.
The API may be implemented as one or more calls in program code that send or receive one or more parameters through a parameter list or other structure based on a call convention defined in an API specification document. A parameter may be a constant, a key, a data structure, an object, an object class, a variable, a data type, a pointer, an array, a list, or another call. API calls and parameters may be implemented in any programming language. The programming language may define the vocabulary and calling convention that a programmer will employ to access functions supporting the API.
In some implementations, an API call may report to an application the capabilities of a device running the application, such as input capability, output capability, processing capability, power capability, communications capability, etc.
While various embodiments have been described above, it should be understood that they have been presented by way of example and not limitation. It will be apparent to persons skilled in the relevant art(s) that various changes in form and detail may be made therein without departing from the spirit and scope. In fact, after reading the above description, it will be apparent to one skilled in the relevant art(s) how to implement alternative embodiments. For example, other steps may be provided, or steps may be eliminated, from the described flows, and other components may be added to, or removed from, the described systems. Accordingly, other implementations are within the scope of the following claims.
In addition, it should be understood that any figures which highlight the functionality and advantages are presented for example purposes only. The disclosed methodology and system are each sufficiently flexible and configurable such that they may be utilized in ways other than that shown.
Although the term “at least one” may often be used in the specification, claims and drawings, the terms “a”, “an”, “the”, “said”, etc. also signify “at least one” or “the at least one” in the specification, claims and drawings. Finally, it is the applicant's intent that only claims that include the express language “means for” or “step for” be interpreted under 35 U.S.C. 112(f). Claims that do not expressly include the phrase “means for” or “step for” are not to be interpreted under 35 U.S.C. 112(f).