Skip to main content
The Income Statement Data Model represents a financial report that shows a business’s revenue, expenses, and net income or loss over a specific period of time. In an accounting platform, an income statement is typically generated automatically based on the financial transactions that have been recorded in the system.
  • Unified income statement properties: Essential income statement details, such as period dates, revenue, expenses, and profit calculations, are standardized across different accounting platforms
  • Hierarchical line item structure: The model supports nested line items for revenue, cost of goods sold, and operating expenses, enabling detailed breakdowns of financial performance
  • Automatic generation: Income statements are typically generated automatically based on recorded financial transactions

Attributes

Income Statements Attributes

PropertyTypeDescription
rootfi_idintegerUnique identifier assigned by Commenda for this income statement
rootfi_created_atstringTimestamp when this record was created in Commenda’s system (ISO 8601)
rootfi_updated_atstringTimestamp when this record was last updated in Commenda’s system (ISO 8601)
rootfi_integration_typeenum
platform_idstringUnique identifier for this income statement in the source accounting platform
revenueobjectThe line items for revenue of the income statement report
cost_of_goods_soldobjectThe line items for cost of goods sold of the income statement report
gross_profitdoubleThe gross profit of the income statement report
operating_expensesobjectThe line items for operating expenses of the income statement report
operating_profitdoubleThe operating profit of the income statement report
non_operating_revenueobjectThe line items for non-operating revenue of the income statement report
non_operating_expensesobjectThe line items for non-operating expenses of the income statement report
earnings_before_taxesdouble
taxesobjectArbitrary JSON (object or array; shape varies by data model).
net_profitdoubleThe net profit of the income statement report
currency_idenum
period_startstringThe start date of the income statement report period
period_endstringThe end date of the income statement report period
updated_atstringThe date and time the income statement was last updated