Skip to content

Using Predictive Analytics to forecast Non-Performing Loans Ratio in Trinidad and Tobago

Notifications You must be signed in to change notification settings

GR8505/NPL_Forecast_TrinidadTobago

Repository files navigation

Forecasting Non-Performing Loans in Trinidad and Tobago

drawing


Objective: Using Predictive Analytics to forecast Non-Performing Loans Ratio (NPL) in Trinidad and Tobago.


Executive Overview

I developed a linear regression models to predict NPL.

Model : lm(NPL ~ GDP + WTI + X_RATE +CEM_SALES + M2_YYC + CR_GROWTH_YY)

Feature Description
GDP Real GDP Growth Constant Prices - % Change (year-on-year)
WTI West Texas Intermediate Oil Prices - US$ per barrel
X_RATE Exchange Rate – TT$/US$
U_RATE LUnemployment Rate - Average %
M2_YYC M2 Money Supply Growth - % Change (year-on-year)
CR_GROWTH_YY Private Sector Credit Growth - % Change (year-on-year)

Based on the Regression Diagnostics (Check Below), the Model does not violate any Ordinary Least Squares (OLS) assumptions.

  • The model displays linearity
  • Error terms are normally distributed. The p-value for the Shapiro-Wilk test is greater than 0.05, therefore I failed to reject the Null Hypothesis: Data is normally distributed.
  • No Multicollinearity Exists. Correlation Matrix shows that there is no strong correlation among features. Variance Inflation Factor (VIF) values for all features/independent variables are less than 5.

N.B : VIF values below 10 are acceptable and any value below 5 is considered to be ideal.

  • The model is Homoscedastic. There are no clear patterns in the Predicted values versus Residuals. The p-value from the Breusch-Pagan Test is greater than 0.05, therefore, I failed to reject the Null Hypothesis: Homoscedasticity is present.

Looking at the performance of the model, it performs better on the test set compared to the training set. Initially, I used Cement Sales as one of the independent variables but on closer introspection, changes in cement sales does not directly affect Non-Performing Loans. Cement Sales is often a good proxy for construction sector activity and this industry is a major employer in the Trinidad and Tobago economy.

Therefore, I swapped Cement Sales for Unemployment Rate.


Regression Diagnostics

Train Test
Regression Summary drawing drawing
Mean Squared Error 1.61 1.03
Root Mean Squared Error 1.27 1.02
Linearity drawing
Normality of Error Terms
Normality of Error Terms
Shapiro-Wilk p-value = 0.533 p-value = 0.276
Multicollinearity - Correlation Matrix drawing drawing
Multicollinearity - Variance Inflation Factor
Homoscedasticity - Predicted vs Residuals
Homoscedasticity - Breusch-Pagan Test p-value = 0.184 p-value = 0.438

Conclusion

While the statistical efficacy of this model is solid, I still had to ensure that it lined up with real-world developments. Are these variables good predictors for NPLs? Below, I explained why I thought that these variables were important to this model.

drawing

This regression model shows that for every unit increase in GDP, the mean NPL ratio declines by 0.1209, holding all other variables constant, of course. But from a macroeconomic perspective, is this a true reflection of what really occurs?

Economic growth can create new jobs and this equates to more wages earned by the working population. Therefore, more people can now qualify for credit facilities and this increases the denominator (Total Loans) for the NPL ratio.

Furthermore, as people earn more money during periods of economic prosperity, they are able to make consistent loan payments and this helps to lower the rate of loan default. As a result, economic expansion can lower the value of non-performing loans (numerator) and also increase the value of total loans, and thus potentially lead to reduced NPL ratios.

WTI

drawing

Given that Trinidad and Tobago’s economy is driven mainly by its hydrocarbon sector, global energy prices may have a strong impact on the country’s economic welfare and thus, people’s ability to make timely payments on their loans. However, according to this regression model, global oil prices have a positive relationship with NPLs in Trinidad and Tobago. For every one(1) US$ increase in WTI, the average NPL ratio increases by 0.0206.

This is quite interesting because the common notion is that the expansion of the energy sector creates a positive spill-over effect for other sectors like, construction, manufacturing and other services. So, why does this model imply that there is a positive relationship between energy prices and the NPL ratio?
My only explanation for this is as follows:

  • Both Prime and Weighted Average Lending Rates have inverse relationships with WTI and lower lending rates encourage higher levels of private sector credit growth. Initially, this will be a good thing as total loans increase, thus lowering the NPL ratio. However, as loan growth increases, the risk of default also increases. Therefore, it is possible that the loan growth experienced during periods of favourable energy prices, crosses a particular threshold that encourages more "bad loans" on the books.
  • Also, is it possible that the economic prosperity that comes with favourable energy prices creates a false sense of security among citizens? As economists, we cannot ignore the psychological aspect and yes, as energy is the backbone of Trinidad and Tobago's economy, complacency among citizens can begin to take hold during periods of high global oil prices. Consequently, this complacency may manifest itself via poor management of finances, which can sometimes lead to overspending and lack of discipline/commitment in meeting one's loan installments.

U_RATE

drawing

Unemployment rate will definitely have an effect on the NPL ratio. In this case for every 1 percent increase in the unemployment rate, the average NPL ratio increases by 0.3099. As mentioned earlier under the GDP section, an increase in hiring can lower the NPL ratio so higher numbers of unemployed persons can have the opposite effect on Non-performing loans.

X_RATE

drawing

This model illustrates that for every one (1) dollar increase in the exchange rate, the mean NPL ratio declines by 4.4546. More investigation is required on this variable but some studies have shown that a depreciation of the currency can lead to lower NPLs in financial systems where there are a low number of foreign currency-denominated loans. Perhaps, this is the case with Trinidad and Tobago. Further investigation is required....

M2_YYC

drawing

The growth in M2 money is often seen as a good proxy for heightened economic activity and generation of wealth. M2 is a broader measure of money which includes cash, checking deposits and easily convertible ‘near money’. The regression model reveals that for every 1 percent (year-on-year) increase in M2 money, the mean NPL ratio declines by 0.0712, holding all other variables constant.

In a healthy business environment, higher profits mean that corporate and commercial loan payments are upheld, which translates to lower delinquency rates. Also, companies that plan to expand its operations, possess requisite leverage to obtain credit facilities. This will result in higher loan balances and thus lower the NPL ratio, as the denominator in the formula increases.

CR_GROWTH_YY

drawing

The NPL ratio is non-performing loans as a percentage of total loans. Given that private sector credit growth can lead to a higher total loan value, this will definitely have a negative effect on NPL.

If non-performing loans remain constant and the denominator increases, then this will result in a lower NPL ratio. In this model, a 1 percent increase in private sector credit growth will result in a decline in the average NPL ratio by 0.1038.


Thus, these features seem to be logical and move in accordance with real world economic occurences.

Going forward, my goal is to develop a similar model for tourism-dependent economies in the Caribbean. I suspect that tourist arrivals will probably be a main predictor in the model.


About

Using Predictive Analytics to forecast Non-Performing Loans Ratio in Trinidad and Tobago

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published