---
title: "Cashflow data model"
url: "https://docs.unified.to/accounting/cashflow/model"
description: "API reference for Cashflow data model. Launch multiple pre-built Cashflow integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-12T19:02:27.947Z"
---
# Cashflow data model

Sections

 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)

**start\_at**date 

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

**end\_at**date 

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

**category\_ids**string array 

(reference to AccountingCategory)

**contact\_id**string 

(reference to AccountingContact)

**name**string 

e.g. "Cash Flow Statement Q1 2020"

**currency**string 

ISO 4217, e.g. "USD"

**cash\_beginning\_amount**number 

Cash at beginning of period

**cash\_ending\_amount**number 

Cash at end of period

**net\_change\_in\_cash\_amount**number 

Usually ending - beginning

**operating\_sections** array 

**investing\_sections** array 

**financing\_sections** array 

**raw**any 

Original data from the integration
