schema.org.ai

CashFlowStatement

Statement of cash inflows and outflows

Extends: Finance

CashFlowStatement

Statement of cash inflows and outflows

Reference

CashFlowStatement - finance.org.ai

Relationships

Properties

  • index: 20

Usage

import { $ } from 'sdk.do'

// Query for CashFlowStatement
const result = await db.query({
  subject: $.CashFlowStatement,
})