The Fairest Reward System for a Wealth Manager

In this essay I try to figure out the most fair reward system for a wealth manager. I don't appeal to the notorious utility functions or mathematical optimization models that fail in practice due to the errors of parameter estimation. Rather I rely on best practices and common sense. Continue reading "The Fairest Reward System for a Wealth Manager"

Building Open Source Risk Engine (Quaternion ORE) in VS2017 without Git

The Open Source Risk Engine is an opensource software project for risk analytics and xVA. It is written (mostly) in C++ and based on QuantLib. In this post we explain how the ORE can be built from source in Visual Studio 2017. Continue reading "Building Open Source Risk Engine (Quaternion ORE) in VS2017 without Git"

JuniorDepot7b – Selling mDAX, Buying Platinum and Achieving 8% CAGR

Elle, a 7-year old girl, who learns to manage her wealth had some temporal setbacks but now reaches the CAGR of 8.065%. We recall the trades she has done and explain who one can easily calculate the CAGR of a saving plan. Continue reading "JuniorDepot7b – Selling mDAX, Buying Platinum and Achieving 8% CAGR"

QuantLib Python – debugging C++ side with Visual Studio and PyCharm – a dirty way

QuantLib Python - a port of C++ library to Python via SWIG - provides a lot of advantages for a practical usage. In particular, it gives a great flexibility due to interactive python console and allows a seamless integration with the AI libraries like Keras and Tensorflow. However, it seems to be challenging to debug the C++ code, called from Python side. So far we found out a quick but dirty solution. Continue reading "QuantLib Python – debugging C++ side with Visual Studio and PyCharm – a dirty way"

Investor, get rid of information overload!

Retail investors are overwhelmed with information. Meanwhile the payload of these numerous analytics and market reviews is zero or even negative. Is a passive investment in an index ETF a solution to this problem? Yes, but not necessarily the best one. We provide a short list of S&P 500 stocks with good fundamentals, low volatilities and correlations and nice charts from technical point of view. Continue reading "Investor, get rid of information overload!"

Visualizing the Fundamental Data on 400 Stocks over 80 Quarters

It is relatively easy to visualize the aggregated statistics over many periods, e.g. by means of the boxplot series. However, it may be challenging if you want to have a simultaneous look at every element for all time periods. We propose to do it by means of an animated 3D-scatterplot. Continue reading "Visualizing the Fundamental Data on 400 Stocks over 80 Quarters"

Classifying Time Series with Keras in R : A Step-by-Step Example

We test different kinds of neural network (vanilla feedforward, convolutional-1D and LSTM) to distinguish samples, which are generated from two different time series models. Contrary to a (naive) expectation, conv1D does much better job than the LSTM. Continue reading "Classifying Time Series with Keras in R : A Step-by-Step Example"