Skip to content

What are CAGR range left/right? #10

Discussion options

You must be logged in to vote

Multi-period optimization is not convex so it is divided in 2 steps:

  1. From global CAGR min to global CAGR max. The objective function now is annualized standard deviation but can be any other risk metrics. The range of CAGR is defined by target_cagr_range_left.
  2. From local max CAGR (if exists) to the global max CAGR. target_cagr_range_right first look for assets to the right of the global max. Then determines corresponding CAGR range. The objective function here is also standard deviation but it looks for maximum values (not minimum as in the first step). The second step is optional. Sometimes global max CAGR is one of the assets or target_cagr_range_right is too small. Then this step is s…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexander-myltsev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants