Hi guys,I have really been enjoying research mode. I am trying to replicate Benjamin Graham's Fundamentals, but I am struggling with the class factors. Here are my following questions.
1) The Class Debt(CustomFactor) will not display values. I am trying to take Total_Debt/ Current_Assets
2) The Class BV(CustomFactor) tries to compute the book value using an equation I found on investopedia. The output displays a result very small and close to zero. I am trying to not use book-value-per share because it is not in live trading.
3) When I use this code, running in algorithm mode.
myPipe['fin_health']= myPipe['fin_health'].str.strip("D")
myPipe['fin_health']= myPipe['fin_health'].str.strip("C")
It says it has been deprecated. What other code can I use to remove the Bad Letter Grades?
Thank you,
With Love as always, Quantdog