Book Image

Hands-On Python for Finance [Video]

By : Matthew Macarty
Book Image

Hands-On Python for Finance [Video]

By: Matthew Macarty

Overview of this book

Did you know Python is the one of the best solution to quantitatively analyse your finances by taking an overview of your timeline? This hands-on course helps both developers and quantitative analysts to get started with Python, and guides you through the most important aspects of using Python for quantitative finance. You will begin with a primer to Python and its various data structures.Then you will dive into third party libraries. You will work with Python libraries and tools designed specifically for analytical and visualization purposes. Then you will get an overview of cash flow across the timeline. You will also learn concepts like Time Series Evaluation, Forecasting, Linear Regression and also look at crucial aspects like Linear Models, Correlation and portfolio construction. Finally, you will compute Value at Risk (VaR) and simulate portfolio values using Monte Carlo Simulation which is a broader class of computational algorithms. With numerous practical examples through the course, you will develop a full-fledged framework for Monte Carlo, which is a class of computational algorithms and simulation-based derivatives and risk analytics. The Github Link to this course is: https://github.com/PacktPublishing/Hands-on-Python-for-Finance-V
Table of Contents (6 chapters)
Chapter 6
Build a Monte Carlo Simulation App
Content Locked
Section 1
Introduction to Monte Carlo
In this video, compare deterministic ending values with probabilistic ending values of a portfolio. - Calculate table of ending values - Calculate table of ending values based on probability distribution