I am running OLS regressions on time series data (interest rate swap spreads). I have run the regressions with Newey-West standard errors to deal with both autocorrelation and Heteroskedasticity.
My question is: is this enough to ensure my model is appropriate from a hypothesis testing standpoint? Or do I need to use first differences as well (since the data is not stationary)?
Thank you.