<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FinanceKit",
  "identifier" : "/documentation/FinanceKit/AssetAccount",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "FinanceKit"
    ],
    "preciseIdentifier" : "s:10FinanceKit12AssetAccountV"
  },
  "title" : "AssetAccount"
}
-->

# AssetAccount

A structure that describes the characteristics of an asset account.

```
struct AssetAccount
```

## Overview

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

## Topics

### Instance Properties

[`let accountDescription: String?`](/documentation/FinanceKit/AssetAccount/accountDescription)

The description of the account.

[`let currencyCode: String`](/documentation/FinanceKit/AssetAccount/currencyCode)

ISO 4217 currency code that identifies the currency in which the account is held.

[`let displayName: String`](/documentation/FinanceKit/AssetAccount/displayName)

The name for the account given by a person.

[`let id: UUID`](/documentation/FinanceKit/AssetAccount/id)

A unique account identifier.

[`let institutionName: String`](/documentation/FinanceKit/AssetAccount/institutionName)

The name of the institution that holds the account.

[`let openingDate: Date?`](/documentation/FinanceKit/AssetAccount/openingDate)

The date the account was opened, if known.

## Relationships

### Conforms To

[`Encodable`](/documentation/Swift/Encodable)

[`Identifiable`](/documentation/Swift/Identifiable)

[`Decodable`](/documentation/Swift/Decodable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)