---
title: "Report data model"
url: "https://docs.unified.to/accounting/report/model"
description: "API reference for Report data model. Launch multiple pre-built Report integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-30T19:52:42.466Z"
---
# Report data model

@deprecated; use either AccountingProfitandloss, AccountingTrialbalance, AccountingBalancesheet, or AccountingCashflow instead

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/accounting/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**type** enum

Valid values:

 "TRIAL\_BALANCE" 

 "BALANCE\_SHEET" 

 "PROFIT\_AND\_LOSS" 

**name**string 

**currency**string 

**start\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**end\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**balance\_sheet**object 

**profit\_and\_loss**object 

**trial\_balance**object 

**raw**any
