際際滷

際際滷Share a Scribd company logo
4.Loan 
 application 
 to collect all customer information. 
 document verification. 
o Reports 
 generates customer detail to the applying for 
loan. 
 customer master 
Id Int (primary key) 
cust_name Varchar(25) 
cust_add Varchar(40) 
cust_dob Date 
Sex Varchar(1) 
Occuption Varchar(10) 
Contact_no Varchar(10) 
created by:-Ashish lakhani Page 1
4.Loan 
 document 
 required given documents 
by identity:- 
- passport 
- recent passport size photo 
- voters id card 
- driving license 
- pan card 
by address proof:- 
- ration card 
- electricity bill 
- lease agreement 
- trade license 
- sales tax certificate 
- proof of agriculture land/ 
- property-tax receipts. 
others:- 
- mortgage document 
 this all document are required to the mortgage 
purpose and financial condition of customer . 
created by:-Ashish lakhani Page 2
4.Loan 
 loan amount 
 used to required amount of the customer. 
 period of amount s are used to how long 
time to take. 
 loan_amount_master 
Id Int (primary key) 
cust_name Varchar(25) 
Date Date 
Loan_amount Int 
Installments Int 
created by:-Ashish lakhani Page 3

More Related Content

Loan

  • 1. 4.Loan application to collect all customer information. document verification. o Reports generates customer detail to the applying for loan. customer master Id Int (primary key) cust_name Varchar(25) cust_add Varchar(40) cust_dob Date Sex Varchar(1) Occuption Varchar(10) Contact_no Varchar(10) created by:-Ashish lakhani Page 1
  • 2. 4.Loan document required given documents by identity:- - passport - recent passport size photo - voters id card - driving license - pan card by address proof:- - ration card - electricity bill - lease agreement - trade license - sales tax certificate - proof of agriculture land/ - property-tax receipts. others:- - mortgage document this all document are required to the mortgage purpose and financial condition of customer . created by:-Ashish lakhani Page 2
  • 3. 4.Loan loan amount used to required amount of the customer. period of amount s are used to how long time to take. loan_amount_master Id Int (primary key) cust_name Varchar(25) Date Date Loan_amount Int Installments Int created by:-Ashish lakhani Page 3