Xero: Balance Sheet Report
Description
Each record represents the state of the balance sheet for a given account on a given month.
Supported Data Sources
Xero
Columns
DATE
date_month
The month a given record is reporting on.
STRING
account_name
The name of the related account in Xero.
INTEGER
account_code
The code of the related account in Xero.
STRING
account_id
The Xero identifier for the related account.
STRING
account_type
The type of the related account.
STRING
account_class
The class of the related account in Xero.
STRING
source_relation
The source where this data was pulled from. If you are making use of the union_schemas
variable, this will be the source schema. If you are making use of the union_databases
variable, this will be the source database. If you are not unioining together multiple sources, this will be an empty string.
DECIMAL
net_amount
The net balance amount.
Last updated
Was this helpful?