Training coverage
Coverage aspects:
− Requirement of credit risk models
− Different use cases and outputs
− Different types of credit risk models
Learning outcome:
− Understanding of types of modelling requirements for credit risk assessment
− Understanding of use cases
Coverage aspects:
− Defining model use
− Model governance setup
− Model development
− Model validation (statistical, performance, and qualitative methods)
− Model health and risk monitoring
Learning outcome:
− Overview of modelling lifecycle, model efficacy testing, and governance needed for model maintenance
Coverage aspects:
− Selecting the sample
− Types of variables and description specific to retail credit portfolios
− Missing values (imputation schemes)
− Outlier detection and treatment (box plots, z-scores, truncation, etc.)
− Exploratory data analysis
− Categorization (chi-squared analysis, odds plots, etc.)
− Weight of evidence (WOE) coding and information value (IV)
− Segmentation
− Reject inference (hard cut-off augmentation, parcelling, etc.)
Learning outcome:
− Understanding of data checks and data preparation steps (using Python tools) required for performing modelling analysis using retail portfolio data
Coverage aspects:
− Description of portfolio
− Description and application of models
− Types of scorecards (application, behavioural and dynamic)
− Feature engineering (Developing target variable from combination of existing variables)
− Modelling techniques available
− Impact / Risk of using scoring models
− Pricing and profitability computation based on scores (Risk based profitability)
Learning outcome:
− Understanding of retail portfolio and techniques available for developing scoring models
− Hands on exercise in Python along with retail scoring models
Coverage aspects:
− Regression analysis - type and usage
− Data preparation for regression analysis
− Interpreting results
− Correlation analysis
− Linear and logistic regression analysis
Learning outcome:
− Understanding of advanced statistical concepts
− Hands on Python work along examples for advanced statistical concepts used for retail scoring and other credit risk analysis
Coverage aspects:
− Perform regression analysis using Python
Learning outcome:
− Hands on case study for using regression technique for actual business use case
Coverage aspects:
− Development of regression-based retail scoring model
− Data cleaning and transformation to required input structure for regression
− Techniques for variable selection (significance testing, backward / forward iterations)
− Techniques for model optimization
Learning outcome:
− Understanding of scorecard development process for a retail portfolio using Python
Coverage aspects:
− Assignment related to data analysis and regression analysis using Python - Explanation and provide sample data
Learning outcome:
− Explanation of day end assignment provided for participants to apply concepts
Coverage aspects:
− Statistical testing of regression models (linearity, multicollinearity, autocorrelation, stationarity, heteroskedasticity)
− Performance testing of scoring models (Adj R2, MAPE, RMSE)
− Monitoring (back-testing) model performance
− In-sample / out-of-sample / out-of-time testing for model predictability (keeping in mind structural breaks)
Learning outcome:
− Understanding of validation of an application scorecard for a retail portfolio process using Python