Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress...

32
Macro Econometric IFRS9 and Stress Test models using Survival Analysis Jorge Ribeiro 28 th September

Transcript of Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress...

Page 1: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Macro Econometric IFRS9 and Stress Test models

using Survival Analysis

Jorge Ribeiro

28th September

Page 2: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

2

New SAS Books

November 2016 March 2017

Page 3: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow
Page 4: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Model – IFRS9

“People are much more

likely to get on a bus if

they know where it is

going”.

Steps Plan

Page 5: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Survival Analysis Node

Enterprise Miner 14.1

Page 6: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Model 1 – IFRS9

Page 7: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow
Page 8: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Model – IFRS9

Page 9: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

9

Final Model - Hazard Function

Page 10: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

10

Final Model - Benefit graph

Page 11: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

11

Final Model

Page 12: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

12

Model 2 – Stress Test and Scenario Analysis

Transition Matrix Approach

Page 13: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

The central point of the procedure of Stress Testing

In Basel II is the change in the risk parameters.

PD – LGD – EAD

The easiest way to perform is the modification of

the risk parameters test and belong to the class

of the sensitivity analysis.

The more complex is based in macroeconomic

variables using econometrics methods called risk

factors.

Page 14: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

1

2

Obtain a time series of Macroeconomic

variables and historical – PD.

3Simulate PD over many different possible

macroeconomic states of the world to

trace out the conditional PD.

Forecast of Macroeconomic

variables using ARIMA or VAR ( Vector

Autoregressive ) methods.

Page 15: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow
Page 16: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow
Page 17: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

17

Unconditional probabilities

Obtained from historical

Probabilities

Conditional probabilities

Obtained from

macroeconomics

stress probabilities

Transition Matrix Approach

Page 18: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

18

Transition Matrix Approach

Page 19: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Band – Survival Model

19

End Band

Personal

AttributesPD = 1

PD = 5

PD = 9

PD = 12

PD = 15Economics

Factors

That

Aggravate

Start Band

The Focus is when the customer

is going to Default given the Economics

PD = 1

PD = 5

PD = 9

PD = 12

PD = 15

Default = Death

Page 20: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Cox Proportional Hazards Model

1 1

0

{ ... }( )( ) i k ikX X

ih t eh t

Baseline Hazard function - involves time but not predictor variables

Linear function of a set of predictor variables - does not involve time

Page 21: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

PROC PHREG DATA = MODEL COVSANDWICH(AGGREGATE);

CLASS BAND;

MODEL (START,END)*DEFAULT(0)= BAND P1GDP UNEMPLOYMENT;

ID CUSTOMER_ID;

HAZARDRATIO BAND / DIFF=REF;

HAZARDRATIO P1GDP / UNITS = 1 2 3 5;

HAZARDRATIOUNEMPLOYMENT / UNITS = 1 2 3 5;

RUN;

PD_Band Band

1 to 5 1

6 to 11 5

12 to 16 09

17 to 18 12

19 to 20 15

Band – Survival Model

Customer Information Economic variables

Page 22: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

SAS Results Output 1

Output 2

Output 3

Output 4

Page 23: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Output 5

For each 1 unit increase in the GDP,

the Hazard of Default goes down by

an estimated 16.7 %.

0.18257e 0.833

100*(0.833 1) 16.7%

Interpretation

Page 24: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Output 5

For each 1 unit increase in the GDP,

the Hazard of Default goes down by

an estimated 16.7 %.

Interpretation

0.22684e 1.255 100*(1.255 1) 25.5%

Page 25: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

SAS RESULTS

Output 5

A customer in the Band 01 has a ONLY 8.7%

the risk of Default (or - 91.3%) compared to a

customer in the Band 15 (the reference Band).

2.44279e 0.087 100*(0.087 1) 91.3%

HAZARD RATIO (BAND 01)0.087

HAZARD RATIO (BAND 15)

Page 26: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Output 6

100*(0.087 1) 91.3% HAZARD RATIO (BAND 01)0.087

HAZARD RATIO (BAND 15)

HAZARDRATIO BAND / DIFF=REF;

SAS RESULTSA customer in the Band 01 has a ONLY 8.7%

the risk of Default (or - 91.3%) compared to a

customer in the Band 15 (the reference Band).

Page 27: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Output 7

PROC PHREG DATA = MODEL COVSANDWICH(AGGREGATE);

CLASS BAND (PARAM=REF REF='15') ;

MODEL (START,END)*DEFAULT(0) = BAND P1GDP UNEMPLOYMENT;

ID CUSTOMER_ID;

HAZARDRATIO P1GDP / UNITS = 1 2 3 5;

HAZARDRATIOUNEMPLOYMENT / UNITS = 1 2 3 5;

RUN;

100*(0.694 1) 30.6%

100*(0.578 1) 42.2%

100*(0.401 1) 59.9%

Page 28: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Hazard Function

Scenario Analysis 1

P1GDP=1.1;

Unemployment = 6;

Scenario Analysis 2

P1GDP=0.8;

Unemployment = 10;

Page 29: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Forecast and Stressed PD

Page 30: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Forecast and Stressed PD

Page 31: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Forecast and Stressed PD

Page 32: Macro Econometric IFRS 9 and Stress Test Models Using ... · Macro Econometric IFRS 9 and Stress Test Models Using Survival Analysis, Jorge Ribeiro - SAS Writer Author: Caroline Scottow

Questions

[email protected]:

Tel: 01943 430241