PacktPublishing / SAS-for-Finance

SAS for Finance, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAS for Finance

This is the code repository for SAS for Finance, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

SAS is a groundbreaking tool for advanced predictive and statistical analytics used by top banks and financial corporations to find 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 solve business solutions. 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.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

Chapter 1 and 6 does not contain code files as they are theoretical chapters

The code will look like the following:

data matrix (drop = lhand1 lhand2);
set stage2 (drop = id);
if product1 ne product2;
if product1 ne product3;
if product2 ne product3;
combo=compress(product1||product2||product3);
lhand1=scan(combo,1);
lhand2=scan(combo,2);
lhand=compress(lhand1||"|"||lhand2);
run;

Basic knowledge of undergraduate-level mathematics is necessary. However, no advanced mathematical degree is required to decipher how the financial industry uses time series modeling to solve problems. Functional knowledge of SAS is desirable but isn't mandatory. SAS University Edition is free software that is used throughout the book. Download details can be found at (https://www.sas.com/en_gb/software/university-edition.html).

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781788624565

About

SAS for Finance, published by Packt

License:MIT License