Create a Personal Portfolio/Wealth Simulation in Python (Part 2)
Python For Finance
by Stuart Jamieson
2y ago
Welcome to Part 2 of the series of posts dealing with how to build your own python based personal portfolio /wealth simulation model. At the end of the first post (which can be found here), we got to the point where we had modelled some inflows, some outflows, we had applied an annual salary raise to our future income flows ..read more
Visit website
Create a Personal Portfolio/Wealth Simulation in Python
Python For Finance
by Stuart Jamieson
2y ago
This post will introduce the first part (of multiple) where we build up a personal finance model to help simulate future time periods based on certain chosen input variables. We will input variables such as our current investable asset base, our annual salary, expected monthly inflows and outflows and a range of other relevant values. Firstly, after our necessary imports ..read more
Visit website
Black-Litterman Portfolio Allocation Model in Python
Python For Finance
by Stuart Jamieson
2y ago
A while ago I posted an article titled “INVESTMENT PORTFOLIO OPTIMISATION WITH PYTHON – REVISITED” which dealt with the process of calculating the optimal asset weightings for a portfolio according to the classic Markowitz “mean-variance” approach. With this method we aim to maximise our level of return for any given level of risk, in doing so we develop the concept ..read more
Visit website
Build a Financial Data Database with Python
Python For Finance
by Stuart Jamieson
2y ago
Hi all, and welcome back to the site – I appreciate it has been an unexpectedly long time since I last posted…in fact my last post was around this time last year. Hopefully I can get back on the “treadmill” and churn out some articles at a somewhat faster rate than 1 a year over the next couple of months ..read more
Visit website
Equities Market Intraday Momentum Strategy in Python – Part 1
Python For Finance
by Stuart Jamieson
2y ago
For this post, I want to take a look at the concept of intra-day momentum and investigate whether we are able to identify any positive signs of such a phenomenon occurring across (quite a large) universe of NYSE stocks. It has been suggested that, for the wider market in general at least, there is a statistically significant intra-day momentum effect ..read more
Visit website
Modelling Bid/Offer Spread In Equities Trading Strategy Backtest
Python For Finance
by Stuart Jamieson
2y ago
In this blog post I wanted to run a couple of quick experiments to see how clearly I was able to highlight the importance of incorporating various elements and components into a backtest that I admittedly often overlook in most of my posts – that is I make the assumption that they will be dealt with by the reader at ..read more
Visit website
Time Series Decomposition & Prediction in Python
Python For Finance
by Stuart Jamieson
2y ago
In this article I wanted to concentrate on some basic time series analysis, and on efforts to see if there is any simple way we can improve our prediction skills and abilities in order to produce more accurate results. When considering most financial asset price time series you would be forgiven for concluding that, at various time frames (some longer ..read more
Visit website
Jupyter Notebook Python Extensions, Themes and Addons
Python For Finance
by Stuart Jamieson
2y ago
I thought today I would whip up a quick post regarding Jupyter Notebooks and how to download, install and use various “addons” that I like using and find more than just a little bit useful. Among other things I’ll show how to use the “jupyter-themes” module to change and manipulate the basic theme and styling of the overall notebook, I’ll ..read more
Visit website
Investment Portfolio Optimisation with Python – Revisited
Python For Finance
by Stuart Jamieson
2y ago
In this post I am going to be looking at portfolio optimisation methods, touching on both the use of Monte Carlo, “brute force” style optimisation and then the use of Scipy’s “optimize” function for “minimizing (or maximizing) objective functions, possibly subject to constraints”, as it states in the official docs (https://docs.scipy.org/doc/scipy/reference/optimize.html). I have to apologise at this point for my ..read more
Visit website
Create a Personal Portfolio/Wealth Simulation in Python (Part 2)
Python For Finance
by s666
2y ago
Welcome to Part 2 of the series of posts dealing with how to build your own python based personal portfolio /wealth simulation model. At the end of the first post (which can be found here), we got to the point where we had modelled some inflows, some outflows, we had applied an annual salary raise to our future income flows ..read more
Visit website

Follow Python For Finance on FeedSpot

Continue with Google
Continue with Apple
OR