From 6434fb3901836a9489ef37951e7809c2c7f83cc1 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sun, 15 Sep 2024 18:51:51 +0200 Subject: [PATCH] update info text --- app/cron_info_text.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app/cron_info_text.py b/app/cron_info_text.py index aa4ae10..bc97009 100644 --- a/app/cron_info_text.py +++ b/app/cron_info_text.py @@ -417,12 +417,10 @@ data = { 'industry': { 'text': 'The primary industry that the company operates in.', }, - - - - - - + 'freeCashFlowMargin': { + 'text': 'FCF margin is the percentage of revenue left as free cash flow. FCF is calculated by subtracting capital expenditures (CapEx) from the operating cash flow (OCF). Both CapEx and OCF are shown on the cash flow statement.', + 'equation': 'FCF Margin = (Free Cash Flow / Revenue) * 100%' + },