Default Risk

Create an India credit risk(default) model, using the data provided in the spreadsheet raw-data.xlsx, and validate it on validation_data.xlsx. Please use the logistic regression framework to develop the credit default model.

Hints :

Data description – Please direct them to the video – Default Risk Prediction. After removing variables for multicollinearity, we should try to take at least one variable for creating the model from each of the 4 factors namely –

1) Profitability

2) Leverage

3) Liquidity

4) Company’s size

For Default Risk Estimation, all the variables are bifurcated in different buckets in the categories tab in raw_data file.

Creation of new variables – This is an important step in the project as the company which is the biggest in size, will also have bigger asset size, cash flows, etc. (Hint: We need to think in terms of ratios – Equity to asset ratio, debt to equity ratio, etc)

Dependent variable – We need to create a default variable which should take the value of 1 when net worth is negative & 0 when net worth is positive.

Validation Dataset –  We need to build the model on the raw dataset and check the model performance measures on the validation dataset.

Please note the following:

  • You have to submit 2 files      :
  1. Business Reportnot exceeding 3000 words. In this, you need to submit all the answers to all the questions in a sequential manner. Your answer should include detailed explanations & inferences to all the questions. Your report should not be filled with codes.
  2. R code file: This is a must and will be used for reference.

 

Criteria Points

 

  1. Outlier Treatment – Outlier   Treatment
  2. Missing Value   Treatment
  3. New Variables Creation   (One ration for profitability, leverage, liquidity and company’s size each )
  4. Check for   multicollinearity
  5. Univariate &   bivariate analysis
  6. Build Logistic   Regression Model on most important variables
  7. Analyze coefficient   & their signs
  8. Predict accuracy of   model on dev and validation datasets
  9. Sort the data in   descending order based on probability of default and then divide into 10 deciles  based on probability & check how well the model has performed

Data Dictionary

Variable NameDiscreption
Networth Next YearNet worth of the customer in next year
Total assetsTotal assets of customer
Net worthNet worth of the customer of present year
Total incomeTotal income of the customer
Change in stockdifference between value of current stock and the value of stock in last trading day
Total expensesTotal expense done by customer
Profit after taxProfit after tax deduction
PBDITAProfit before depreciation, income tax and amortization
PBTProfit before tax deduction
Cash profitTotal Cash profit
PBDITA as % of total incomePBDITA / Total income
PBT as % of total incomePBT / Total income
PAT as % of total incomePAT / Total income
Cash profit as % of total incomeCash Profit / Total income
PAT as % of net worthPAT / Net worth
SalesSales done by customer
Income from financial servicesIncome from financial services
Other incomeIncome from other sources
Total capitalTotal capital of the customer
Reserves and fundsTotal reserves and funds of the customer
Deposits (accepted by commercial banks)All blank values
BorrowingsTotal amount borrowed by customer
Current liabilities & provisionscurrent liabilities of the customer
Deferred tax liabilityFuture income tax customer will pay because of the current transaction
Shareholders fundsAmount of equity in a company, which is belong to shareholder
Cumulative retained profitsTotal cumulative profit retained by customer
Capital employedCurrent asset minus current liabilities
TOL/TNWTotal liabilities of the customer divided by Total net worth
Total term liabilities / tangible net worthShort + long term liabilities divided by tangible net worth
Contingent liabilities / Net worth (%)Contingent liabilities / Net worth
Contingent liabilitiesLiabilities because of uncertain events
Net fixed assetspurchase price of all fixed assets
InvestmentsTotal invested amount
Current assetsAssets that are expected to be converted to cash within a year
Net working capitalDifference of current liabilities and current assets
Quick ratio (times)Total cash divided by current liabilities
Current ratio (times)Current assets divided by current liabilities
Debt to equity ratio (times)Total liabilities divided by its shareholder equity
Cash to current liabilities (times)Total liquid cash divided by current liabilities
Cash to average cost of sales per dayTotal cash divided by average cost of the sales
Creditors turnoverNet credit purchase divided to average trade creditors
Debtors turnoverNet credit sales divided by average accounts receivable
Finished goods turnoverAnnual sales divided by average inventory
WIP turnoverThe cost of goods sold for a period divided by the average inventory for that period
Raw material turnoverCost of goods sold is divided by the average inventory for the same period
Shares outstandingNumber of issued shares minus the number of share held in the company
Equity face valuecost of the equity at the time of issuing
EPSNet income divided by total number of outstanding share
Adjusted EPSAdjusted net earning divided by the weighted average number of common share outstanding on a diluted basis during the plan year
Total liabilitiesSum of all type of liabilities
PE on BSECompany current stock price divided by its earning per share

 

Last Updated on March 15, 2020

Don`t copy text!
Scroll to Top