Financial Forecasting in Python
Victoria Clark
CGMA Financial Analyst
debtors
creditors
Lower ratio is better
Formula:
ddays_ratio = (debtors_end/sales_tot) * 365
Higher ratio is better
Formula:
dpo = (creditors_end/cogs_tot)*365
Financial Forecasting in Python