---
title: currentBalance
framework: financekit
role: symbol
role_heading: Instance Property
path: financekit/accountbalance/currentbalance
---

# currentBalance

The balance at a particular moment in time.

## Declaration

```swift
let currentBalance: CurrentBalance
```

## Discussion

Discussion It can contain an indication of funds immediately available to the customer, fund with all booked transactions (this excludes pending transactions), or both.

## See Also

### Instance Properties

- [accountID](financekit/accountbalance/accountid.md)
- [available](financekit/accountbalance/available.md)
- [booked](financekit/accountbalance/booked.md)
- [currencyCode](financekit/accountbalance/currencycode.md)
- [id](financekit/accountbalance/id.md)
