4.1 Bank Lending Decision Problem
4.1 Bank Lending Decision Problem
LENDING DECISION
AN INTELLIGENT MODEL BASED ON GENETIC ALGORITHM
BY:
CHAKIT CHAWDA AND AKASH TIWARI
ABOUT THE DOMAIN:
• Credit Crunch: A scenario caused due to sustained period of careless and
inappropriate lending, resulting in losses for lending institutions and
investors in debt when the loans turn sour and the full extent of the bad
debts becomes known.
• Benefits of bank lending
decisions:
• Increasing profit
• Reduce possible risks
• Make managerial decisions
DEFINITIONS
Default: Scenario where loans turn sour.
Credit Rating: An estimate of the ability of a person or organization to fulfil their
financial commitments, based on previous dealings.
Credit Limit: Maximum amount that can be lent to a customer based on his
income or/and occupation.
Loan Size: Amount of loan requested by the customer.
Loan Type: Purpose for which loan is requested (Mortgage, Personal, Auto etc)
Expected Loan Loss: Proportion of the amount lent that is expected to be lost
determined by customer credit rating.
Reserve Ratio: Bare minimum proportion of the total deposit amount to be
carried by the bank.
PROBLEM STATEMENT
• Choosing an optimum bank lending decisions that maximise the
bank profit in a credit crunch environment.
• Creation of a GA model that facilitates how banks would make an
efficient decision in case of cut back on lending supply(credit
crunch environment) and find out suitable customers.
• The GA model developed will be a constrained genetic algorithm
problem.
• In a credit crunch environment where all customers are eligible to get
the desired loan:
• This is a NP-hard optimization problem which can be solved using meta-
heuristic algorithms
• Evolutionary algorithm is a meta – heuristic.
THE CONSTRAINT
• The bank obtains requests for loans from customers with different credit ratings for
various loan types, loan age and loan size.
• The bank has a maximum deposit of D, and has a reserve ratio of K for safety reasons,
meaning, the bank can lend a maximum of D*(1-K).
• The bank wants to maximise it’s benefit by making the right lending decision, while
meeting the constraint of the maximum lending of ’D*(1-K)‘ criteria.
Example:
D = $1,000,000
K = 0.15
Customer ID’s
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
1 0 0 1 0 0 1 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1 0
Decision Chromosome
Customer Characteristics
ID Name Loan Age(α) Loan Size Credit Rating Loan Type(φ)
1 Kothari 10 Large A Mortgage
2 Dakhare 3 Medium BB Personal
3 Dubey 15 Large AA Auto
… … … … … …
… … … … … …
MODEL PARAMETER DEFINITIONS:
ϑ= Loan Revenue
n= Number of customers
= Loan interest rate
λ= Expected Loan Loss
L= Loan Amount
μ= Loan Cost
δ= Unallocated overheadCost fraction of the loan
ϖ = Total Transaction cost
= Customer Transaction Rate
T = Available deposit amount – lent amount
K = Required Reserve Ratio
D = Financial institutions deposit
β = Demand Deposit Cost
= Weighted average of all different deposit rates based on deposit type = 0.9% (assumption)
CUSTOMER CHARACTERISTICS CALCULATIONS
Loan Age Category Loan Size Category
Category (α) Value Category (L) Value
1 1 ≤ α ≤ 3 Micro $ 0 ≤ L ≤ $ 13,000
2 3 < α ≤ 5 Small $ 13,001 < L ≤ $ 50,000
3 5 < α ≤ 10 Medium $ 50,001< L ≤ $ 100,000
4 10 < α ≤ 20 Large $ 100,001 < L ≤ $ 250,000
Loan Interest Rate assignment Customer Credit Rating – Expected Loan loss proportion
φ α rL Value Credit Rating λ Value
1 NA
AAA 0.0002 ≤ λ ≤ 0.0003
2 NA
Mortgage (M) 3 NA AA 0.0003 < λ ≤ 0.001
4 0.021 ≤ rL ≤ 0.028 A 0.001 < λ ≤ 0.0024
1 0.0599 ≤ rL ≤ 0.0601 BBB 0.0024 < λ ≤ 0.0058
Personal (P) 2 0.0601 < rL ≤ 0.0604 BB 0.0058 < λ ≤ 0.0119
3 0.0604 < rL ≤ 0.0609
Fitness Function
F = ϑ +ϖ -β -μ
GENETIC ALGORITHM PARAMETERS
Objective Determine a bank lending decision that maximizes
the bank profit.
Loan Size 10 25 4 11 18 3 17 15 9 10
Amount 0 25 4 0 0 3 0 0 9 0
Total = 25 + 4 + 3 + 9 = 41 < 51
GENERATION 1 : THE
BEGINNING
MATING POOL
0010110111 59 51 NO _
1010001110 55 51 NO _
PARENT + FEASIBLE OFFSPRINGS
SR. NO CHROMOSOME FITNESS SORTED FITNESS CHROMOSOME NO.
• Genetic algorithm based model for optimizing bank lending decisions [Journal : Expert Systems with
Application/ ElSEVIER]
--------Noura Metawa, M. Kabir Hassan, Mohamed Elhoseny