This GitHub repository contains all the work related to my masters thesis.
We consider an expected utility maximising manager who controls the allocation of wealth between a riskless and risky asset. The manager has power utility describing their terminal wealth preference. The manager’s compensation includes both a management fee and a performance fee based on exceeding the high-water mark of the fund. Under assumptions about the continuous-time financial market and the asset prices, we present a numerical solution of the optimal trading strategy.
Using a dynamic programming method, similar of that to solving the Merton problem, we show that a solution to the manager's optimal control problem is also a solution to a partial differential equation. We find a solution to this equation, known as the Hamilton-Jacobi-Bellman (HJB) equation, using finite difference. To understand the details of this contruction, please read the document titled MA4K9_Project_U2007120.pdf
. The equation for the value function
We use a naive finite difference method to numerically approximate these partial differential equations. Using forward Euler approximations in time and central Euler approximations in space we obtain
The document 22052024_MA4K9_code.ipynb
is a workbook that contructs these finite difference grids using dynamic programming.
Please read Chapter 6.4 in MA4K9_Project_U2007120.pdf
to understand the economic significance of this workbook.