Overview
An Income Statement is 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.
Attributes
The accounting Platform’s id for the income statement
Start date of the income statement report
End date of the income statement report
Currency of the income statement
line_items for revenue of income statement report
line_items for revenue of income statement report
Gross profit of the income statement report
line_items for operating_expenses of income statement report
Operating profit of the income statement report
Non operating revenue of the income statement report
Non operating expense of the income statement report
Earnings before taxes of the income statement report
line_items for taxes of income statement report
Net profit of the income statement report
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the income statement |
period_start_date | date | start date of the income statement report |
period_end_date | date | end date of the income statement report |
currency | string | currency of the income statement |
revenue | LineItem | line_items for revenue of income statement report |
cost_of_goods_sold | LineItem | line_items for revenue of income statement report |
gross_profit | float | gross profit of the income statement report |
operating_expenses | LineItem | line_items for operating_expenses of income statement report |
operating_profit | float | operating profit of the income statement report |
non_operating_revenue | float | non operating revenue of the income statement report |
non_operating_expenses | float | non operating expense of the income statement report |
earnings_before_taxes | float | earnings before taxes of the income statement report |
taxes | LineItem | line_items for taxes of income statement report |
net_profit | float | net profit of the income statement report |
Line Item
The Line Item is a complementary model providing additional information about Income Statement.
- fields of line item are:
Property | Type | Description |
---|---|---|
account_id | string | the Platform’s ID for the account |
value | float | value for the account |
name | string | the name of the account |
line_items | LineItem | line_items for the account |