I would like to use excess returns (relative to the market) in my pipeline. I compute returns for each ticker similar to the very first tutorial using 'al.utils.compute_forward_returns'. Is it possible to add a column with the returns for SPY for each row, over the same time period? Then I could just take the difference between the two columns.