# 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

* <img src="https://fivetran.com/integrations/xero/resources/xero.svg" alt="" data-size="line"> Xero

## Columns

| Type    | Name             | Description                                                                                                                                                                                                                                                                                                     |
| ------- | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 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.                                                                                                                                                                                                                                                                                         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/xero-balance-sheet-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
