Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Positive cumulative returns while all sectors are negative except one

Dear Sir,

I was running a simulation and I found that the cumulative returns for the strategy is positive despite all the sectors are having negative cumulative returns except one.
The only positive sector has only small weight.

How is this possible?

Thanks

2 responses

The positive common return is being driven by the contribution from the negative exposure to the volatility factor. The cumulative return attributed to the strategy's volatility exposure is + 30%, which outweighs all the other negative contributions from the other factors. There is also a positive specific return which is return unexplained by your algorithm's risk exposures.

Hey Micheal,

Got it thanks.