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

# Account

A structure that describes a financial account.

```
enum Account
```

## Overview

Accounts can include a variety of financial account types such as a bank account, a credit card, or a college fund.

## Topics

### Enumeration Casess

[`case asset(AssetAccount)`](/documentation/FinanceKit/Account/asset(_:))

An asset account.

[`case liability(LiabilityAccount)`](/documentation/FinanceKit/Account/liability(_:))

A liability account.

### Instance Properties

[`var accountDescription: String?`](/documentation/FinanceKit/Account/accountDescription)

A person’s description of this account.

[`var assetAccount: AssetAccount?`](/documentation/FinanceKit/Account/assetAccount)

An asset account.

[`var currencyCode: String`](/documentation/FinanceKit/Account/currencyCode)

The ISO 4217 currency code that identifies the currency that denominates the account.

[`var displayName: String`](/documentation/FinanceKit/Account/displayName)

The name for this account that a person provided.

[`var id: UUID`](/documentation/FinanceKit/Account/id)

The unique account ID for this account.

[`var institutionName: String`](/documentation/FinanceKit/Account/institutionName)

The name of the institution that holds this account.

[`var liabilityAccount: LiabilityAccount?`](/documentation/FinanceKit/Account/liabilityAccount)

A liability account.

[`var openingDate: Date?`](/documentation/FinanceKit/Account/openingDate)

The date the account was opened, if known.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)