Book Image

SAS for Finance

By : Harish Gulati
Book Image

SAS for Finance

By: Harish Gulati

Overview of this book

SAS is a groundbreaking tool for advanced predictive and statistical analytics used by top banks and financial corporations to establish insights from their financial data. SAS for Finance offers you the opportunity to leverage the power of SAS analytics in redefining your data. Packed with real-world examples from leading financial institutions, the author discusses statistical models using time series data to resolve business issues. This book shows you how to exploit the capabilities of this high-powered package to create clean, accurate financial models. You can easily assess the pros and cons of models to suit your unique business needs. By the end of this book, you will be able to leverage the true power of SAS to design and develop accurate analytical models to gain deeper insights into your financial data.
Table of Contents (9 chapters)

Modeling methodology

Until now, we have discussed various aspects of inflation and some SAS procedures to evaluate the time series component. However, to deal with the business problem at hand, the modeling team needed to come up with a solution. The two approaches that the modeling team wanted to consider are as follows:

  • Using a regression model to understand the interaction of various factors on CPI.
  • Forecasting CPI for some periods based on the current CPI time series data. This did not involve understanding the interaction with various variables that can influence CPI.

There were pros and cons to both approaches. Whereas the multivariate regression model would help understand what aspect of consumer spending is statistically significant in predicting CPI, it at times isn't the best method to be used for forecasting. Multivariate regression could in this instance lead...