Overview

If you have enabled currency conversion for a company, you must introduce four additional rows in the cash flow statement to manually account for the currency conversion effect on accumulated depreciation and retained earnings. This ensures the cash flow check matches.

Basics

The cash flow statement is derived as a plug from the P&L and balance sheet movements and, by design, does not include accumulated depreciation nor retained earnings. When using Francis’ currency conversion feature to convert P&L and balance sheet numbers monthly, the currency conversion effect on these two line items is not reflected in the cash flow statement. This omission results in a cash flow estimate that differs from the actual cash position.

If you have enabled currency conversion, you must introduce four additional rows in the cash flow statement to manually account for the currency conversion effect on accumulated depreciaton and retained earnings. This ensures that all currency adjustments from the balance sheet are accurately captured in the cash flow statement, maintaining its functionality as a plug.

Here are the two rows to include in the cash flow statement:

1

Acc. depreciation, start

The starting value of Retained Earnings is updated to reflect the new month’s closing exchange rate. The difference (delta) resulting from this currency adjustment should be calculated and added to the cash flow statement.

= "Acc. depreciation"[-1] * ( "Exchange rate - close"[0] / "Exchange rate - close"[-1] - 1 )

or

= "Acc. depreciation"[-1] / "Exchange rate - close"[-1] * "Exchange rate - close"[0] - "acc. depreciation"[-1]
2

Acc. depreciation, delta

The period’s net profit (or loss) is part of the cash flow from operations and is calculated using the average exchange rate for the period. However, it is included in Retained Earnings using the closing exchange rate. The difference (delta) between these two rates should be calculated and added to the cash flow statement.

= "Acc. depreciation"[0] * ( "Exchange rate - close"[0] / "Exchange rate - avg"[0] - 1 )

or

= "Acc. depreciation"[0] / "Exchange rate - avg"[0] * "Exchange rate - close"[0] - "Acc. depreciation"[0]
3

Retained earnings, start

The starting value of Retained Earnings is updated to reflect the new month’s closing exchange rate. The difference (delta) resulting from this currency adjustment should be calculated and added to the cash flow statement.

= "Retained earnings"[-1] * ( "Exchange rate - close"[0] / "Exchange rate - close"[-1] - 1 )

or

= "Retained earnings"[-1] / "Exchange rate - close"[-1] * "Exchange rate - close"[0] - "Retained earnings"[-1]
4

Retained earnings, delta

The period’s net profit (or loss) is part of the cash flow from operations and is calculated using the average exchange rate for the period. However, it is included in Retained Earnings using the closing exchange rate. The difference (delta) between these two rates should be calculated and added to the cash flow statement.

= "Net profit"[0] * ( "Exchange rate - close"[0] / "Exchange rate - avg"[0] - 1 )

or

= "Net profit"[0] / "Exchange rate - avg"[0] * "Exchange rate - close"[0] - "Net profit"[0]

Including these rows ensures that all currency adjustments affecting accumulated depreciation ad retained earnings are captured, allowing the cash flow check to match.

Was this page helpful?