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 3
Time Value of Money
Content Locked
Section 6
Creating an Amortization Application
In this video, use parts of the previous video to create a reusable amortization application allowing users to compare loan scenarios. - Create a function that outputs amortization table and loan summary data - Compare several loan scenarios to demonstrate functionality