# CoboWaas2.ReconDailyStatement

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**biz_date** | **Date** | The business date (UTC), in YYYY-MM-DD format. | 
**token_id** | **String** | The token ID, which is the unique identifier of a token. | 
**chain_id** | **String** | The chain ID, which is the unique identifier of a blockchain. | 
**wallet_id** | **String** | The wallet ID. | 
**opening_balance** | **String** | The opening balance at the start of the business date, expressed in the token&#39;s main unit. | 
**total_deposit** | **String** | The total deposit amount during the business date, expressed in the token&#39;s main unit. | 
**deposit_count** | **Number** | The number of deposits during the business date. | 
**total_withdrawal** | **String** | The total withdrawal amount during the business date, expressed in the token&#39;s main unit. | 
**withdrawal_count** | **Number** | The number of withdrawals during the business date. | 
**closing_balance** | **String** | The closing balance at the end of the business date, expressed in the token&#39;s main unit. | 
**status** | [**ReconStatementStatus**](ReconStatementStatus.md) |  | 


