Hi
I made a simple algorithm that selects the top 25 stocks with highest 'cash_return' from Moningstar Fundamentals which yields quite satisfactory results .
The cash_return ratio is defined as:
'Refers to the ratio of free cash flow to enterprise value. Morningstar calculates the ratio by using the underlying data reported in the company filings or reports: FCF /Enterprise Value.'
BUT, when i calculate FCF/EV I get completely different results.
'Fundamentals.cash_return.latest' is not the same as 'Fundamentals.free_cash_flow.latest' divided by 'Fundamentals.enterprise_value.latest'
Any ideas what is different?