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

# CurrencyAmount

A structure that describes a monetary amount and its currency.

```
struct CurrencyAmount
```

## Topics

### Instance Properties

[`let amount: Decimal`](/documentation/FinanceKit/CurrencyAmount/amount)

The numeric value of the amount.

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

The currency of the amount.

## Relationships

### Conforms To

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

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

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

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

---

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)