---
title: AssetAccount
framework: financekit
role: symbol
role_heading: Structure
path: financekit/assetaccount
---

# AssetAccount

A structure that describes the characteristics of an asset account.

## Declaration

```swift
struct AssetAccount
```

## Overview

Overview An asset account includes accounts such as a bank account or a savings account.

## Topics

### Instance Properties

- [accountDescription](financekit/assetaccount/accountdescription.md)
- [currencyCode](financekit/assetaccount/currencycode.md)
- [displayName](financekit/assetaccount/displayname.md)
- [id](financekit/assetaccount/id.md)
- [institutionName](financekit/assetaccount/institutionname.md)
- [openingDate](financekit/assetaccount/openingdate.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Identifiable](swift/identifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accounts

- [accounts(query:)](financekit/financestore/accounts(query:).md)
- [accountHistory(since:isMonitoring:)](financekit/financestore/accounthistory(since:ismonitoring:).md)
- [LiabilityAccount](financekit/liabilityaccount.md)
- [Account](financekit/account.md)
