430 likes | 712 Views
Credit Rating Analysis with Support Vector Machines and Neural Networks: A Market Comparative Study. Zan Huang, Hsinchun Chen, Chia-jung Hsu, Andy Chen, Soushan Wu AI Seminar Artificial Intelligence Lab The University of Arizona 08/16/2002. Agenda. Introduction Credit Risk Analysis
E N D
Credit Rating Analysis with Support Vector Machines and Neural Networks:A Market Comparative Study Zan Huang, Hsinchun Chen, Chia-jung Hsu, Andy Chen, Soushan Wu AI Seminar Artificial Intelligence Lab The University of Arizona 08/16/2002
Agenda • Introduction • Credit Risk Analysis • Literature Review • Research Questions • Analytical Methods • Data Sets • Experiments Results and Analysis • Discussion and Future Directions
Credit Rating • Credit Rating is valuable information • Widely used measure for the riskiness of the companies and bonds • Credit Rating is expensive information • Costly to obtain • Credit Rating prediction is important • For investors: estimate riskiness of unrated companies • For companies: monitor the companies’ credit rating, predict the future rating.
Credit Rating Prediction • Rating agencies: subjective judgment is important, not predictable. • Researchers: satisfactory results have been obtained using statistical and AI methods. • Prediction Assumption • Risk evaluation expertise embedded in historical rating data • Beyond Prediction • Interpretation of models Market characteristics
Our Study • Apply a relatively new machine learning technique, Support Vector Machines, with a classic technique, Neural Networks • Interpretation of the model • Variable contribution analysis • Cross market analysis • United States and Taiwan market
Credit Rating • Two types of ratings • Debt issue rating – bond rating, issue credit rating • Debt issuer rating – conterparty credit rating, default rating, issuer credit rating. • Significant implication for investment community • Interest yield of the debt issue • Investment regulation (“investment” level ratings) • Conveys information about the value of the firm
Credit Rating Process • Typical process • Issuing company contacts rating agency requesting rating • Issuing company submits evaluation package • Rating agency form evaluation team • Evaluation team submits rating report • Rating committee makes final decision • Time and labor intensive • Emphasizes on subjective judgment of financial analyst and rating committee members
Literature Review: Bond Rating Prediction
Statistical Methods • Ordinary Least Squares (OLS) • Fisher 1959, Horrigan 1966, Pogue 1969, West 1970 • Multiple Discriminant Analysis (MDA) • Pinches and Mingo 1973,1975 • Logistic Regression Analysis • Ederington 1985 • Probit Analysis • Gentry 1988, Jackson • Prediction Accuracy: 50 – 70% • Frequently used financial variables • measures of size, financial leverage, long-term capital intensiveness, return on investment, short-term capital intensiveness, earnings stability and debt coverage stability
Statistical Methods (cont.) • General Conclusion • A simple model with a small list of financial variables could classify about two-thirds of a holdout sample of bonds • Statistical Models • Succinct and easy to explain • Problem: Violation of multivariate normality assumptions for independent variables
Artificial Intelligence Methods • Trade-off between explanatory power and interpretability of the models • Statistical methods • Simple model, under-fit the data • Artificial Intelligence methods • Increased model size (complexity of the models) • Higher prediction accuracy (possible data over-fitting) • Difficult to interpret
Artificial Intelligence Methods (cont.) • Neural networks • Rule-based systems • Inductive Learning/Decision Trees • Case-based reasoning system
Artificial Intelligence Methods (cont.) BP: Backpropagation Neural Networks, RBS: Rule-based System, ACLS: Analog Concept Learning System, RBF: Radial Basis Function, LVQ: Learning Vector Quantization, CBR: Case-based Reasoning, GA: Genetic Algorithm, MDA: Multiple Discriminant Analysis, LinR: Linear Regression, LogR: Logistic Regression, OPP: Ordinary Pairwise Partitioning. Sample size: Training/tuning/testing.
Artificial Intelligence Methods (cont.) • General Conclusion • Neural networks have been the most frequently used method. • Neural networks outperformed conventional statistical methods and inductive learning methods. • Assessment of the accuracy of previous studies needs to be adjusted by number of prediction classes • 5-class prediction accuracy: 55 – 75% • Wide range of financial variables and sample sizes • Number of financial variables: 7 – 87 • Sample sizes: 47 - 3886 • United States market and Korean market
Research Questions • Explanatory power • Whether applying a relatively new machine learning techniques, Support Vector Machines, will improve the credit rating prediction accuracy? • Interpretability • Can we provide analysis to increase the interpretability of Artificial Intelligence methods and try to extract more information about the market characteristics from Artificial Intelligence models? • Can we use Artificial Intelligence models to compare the characteristics of different financial market?
Backpropagation Neural Network • Most frequently used and best-performance method in the literature • Different network architectures have been tried • Number of hidden layers, number of hidden nodes • Used a standard three-layer fully connected backpropagation neural network • Number of hidden nodes: (number of input nodes + number of output nodes)/2
Support Vector Machines • Introduced by Vapnik in 1995 • Based on Structural Risk Minimization principle from computational learning theory • SVM is positioned at the intersection of learning theory and practice • “it contains a large class of neural nets, radial basis function (RBF) nets, and polynomial classifiers as special cases. Yet it is simple enough to be analyzed mathematically, because it can be shown to correspond to a linear method in a high-dimensional feature space nonlinearly related to input space.”– Hearst 1998
Support Vector Machines (cont.) • A good candidate for combining the strengths of more theory-driven statistical methods and more data-driven machine learning methods • Empirical evidence • Excellent generalization performance in a wide range of problems (Bioinformatics, text categorization, image detection, etc.) • Has not been applied to the credit rating prediction problem • Multi-class SVM • Hsu and Lin 2002, BSVM package
Taiwan Data Set • Taiwan Ratings Corporation • Established in 1997, partnering with Standard & Poor’s. • Securities and Futures Institute • Quarter financial statement, financial ratios of publicly traded companies • Data Preparation • Used the credit rating and the company’s financial variables 2 quarters before the rating releasing date • 74 data points, 21 financial variables, 25 financial institutes, 1998-2002
United States Data Set • A comparable US data set from Standard & Poor’s Compustat • Comparable financial variables • S&P senior debt rating for all commercial banks (DNUM 6021) • 36 commercial banks, 265 data points, 1991-2000.
Variable Selection • ANOVA test • Whether the differences of each financial variable among different rating classes were significant. • 5 uninformative variables removed from the data set • Final data sets • Taiwan: 14 financial ratios and 2 balance measures • United States: 12 financial ratios and 2 balance measures
Experiment Results • 4 Models (Frequently used variables, full set of variables) • TW I: Rating = f(X1,X2,X3,X4,X6,X7) • TW II: Rating = f(X1, X2, X3, X4, X6, X7, X8, X10, X11, X12, X13, X14, X15, X16, X18, X21) • US I: Rating = f(X1,X2,X3,X6,X7) • US II: Rating = f(X1, X2, X3, X6, X7, X8, X10, X11, X12, X13, X14, X15, X16, X21)
Experiment Results (cont.) • Results • SVM did not outperform neural networks. • The small set of frequently used financial variables contained most relevant information.
Variable Contribution Analysis • Research of credit rating prediction using Artificial Intelligence methods has been solely focused on prediction accuracy. • Low level understanding of the market • Credit rating analyst rate companies (consciously or unconsciously) based on a specific set of financial variables • Higher level understanding • What are the relative importance of individual financial variables in the process of credit rating? - Variable Contribution Analysis
Variable Contribution Analysis (cont.) • Difficult for both Neural Networks and Support Vector Machines • Substantial literature in interpreting neural network models • Mainly extracts information from the connection strengths (inter-layer weights) of neural network model • Measures of relative importance – Garson 1991, Yoon 1994 • Symbolic rules derived from connection weights – Taha 1999 • Optimal neural network structure construction and better understanding of the models - Engelbrecht 1998
Measure of Relative Importance • First order derivatives of the network parameters • Neural network model <y1, y2, …, yn>=f(<x1,x2, …, xm>) • Contribution measure: • Garson 1991 • Without direction • Yoon 1994 • With direction • relative contribution of input i on out k • Connection strengths between input, hidden and output layers are denoted as and .
Variable Contribution Analysis • Garson’s measure • Optimal set of variables for the two markets • TW III: Rating = f(X1, X2, X3, X4, X6, X7, X8) • US III: Rating = f(X1, X2, X3, X4, X7, X11)
Cross Market Analysis • US Model • X1, X2, X3, X7 | X4, X11 • Most important: total assets, total liabilities, long-term debts/total invested capital • TW Model • X4, X7, X8 | X1, X2, X3, X6 • Most important: operating profit margin, debt ratio
Discussion • We need expertise from credit rating industry to evaluate and interpret the results • Some positive response: “Size is not (that) important in Taiwan.” – Dr. Soushan Wu • The reason for the prediction accuracy improvement over previous studies • The reason for SVM’s failure to improve
Future Directions • Data mining + text mining • Add important financial variables from the text format annual report • Larger scale cross market analysis • Mainland China, Taiwan, Hong Kong and United States markets • Multidimensional financial data visualization and exploration