Tagged Questions
2
votes
3answers
411 views
How to annualize dividends paid at varying intervals?
I am attempting to write a function that will calculate the annualized rate of return for individual dividends made by illiquid investments. These dividends are paid at varying intervals and the ...
17
votes
2answers
554 views
How do you correct Max Draw-Down for auto-correlation?
When returns are auto-correlated, calculating a Sharpe ratio := $\frac {mean(x)}{\sqrt{var(x)}}$, (where $x$ are the returns) is complicated, but basically solved (see, e.g. Lo (2005)). Without the ...