Skip to content

Dynamic portfolio allocation for goal based wealth management.

Notifications You must be signed in to change notification settings

matimacazaga/goal_based_wealth_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Dynamic Portfolio Allocation for Goal Based Wealth Management

Implementation of the algorithm proposed in Dynamic Portfolio Allocation in Goals-Based Wealth Management (Das et al.)

The methodology seeks to maximize investor outcomes over different goals. In the GBWM framework, risk is defined as the probability that an investor does not meet those financial goals.

The algorithm takes a given set of portfolios (with their respective μ and σ values). Using backward recursion, the methodology selects the portfolio that maximizes the probability of meeting investor's financial goals at time t=0.

Currently, the input portfolios are all on the efficient frontier (Modern Portfolio Theory), but any set of portfolios can be used.

This implementation uses a single goal value function:

where Wi(T) is the investor's wealth at time t=T and G is the goal wealth. However, a multiple goal value function can be easily implemented.

The code makes use of the Numba library to speed up computations.

About

Dynamic portfolio allocation for goal based wealth management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages