CashFlowStatement
Statement of cash inflows and outflows
Extends: Finance
CashFlowStatement
Statement of cash inflows and outflows
Reference
CashFlowStatement - finance.org.ai
Relationships
- relatedTo: https://schema.org/FinancialProduct
Properties
- index: 20
Usage
import { $ } from 'sdk.do'
// Query for CashFlowStatement
const result = await db.query({
subject: $.CashFlowStatement,
})