Skip to main content
The statement of cashflows component is an interactive table displaying cash changes broken out into investing, financing, and operational activities. It is shown calculated via the standard indirect method. Statement of Cash Flows
import { CashFlowStatement } from "@layerfi/components";


<CashFlowStatement/>

Properties

dateSelectionMode
'full' | 'month'
default:"full"
Controls the granularity of date selection for the cash flow statement.
  • 'full' - Full date range picker
  • 'month' - Month picker only
csvMoneyFormat
'CENTS' | 'DOLLAR_STRING'
Format for monetary values in CSV exports. 'CENTS' formats as an integer of cents. 'DOLLAR_STRING' formats as a dollar string.
stringOverrides
StatementOfCashFlowStringOverrides