<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/CurrencyFormatStyleConfiguration/Presentation",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation32CurrencyFormatStyleConfigurationO12PresentationV"
  },
  "title" : "CurrencyFormatStyleConfiguration.Presentation"
}
-->

# CurrencyFormatStyleConfiguration.Presentation

A structure used to configure the presentation of currency format styles.

```
struct Presentation
```

## Topics

### Specifying presentation

[`static var fullName: CurrencyFormatStyleConfiguration.Presentation`](/documentation/Foundation/CurrencyFormatStyleConfiguration/Presentation/fullName)

A presentation that shows the full name of the currency.

[`static var isoCode: CurrencyFormatStyleConfiguration.Presentation`](/documentation/Foundation/CurrencyFormatStyleConfiguration/Presentation/isoCode)

A presentation that shows the ISO code of the currency.

[`static var narrow: CurrencyFormatStyleConfiguration.Presentation`](/documentation/Foundation/CurrencyFormatStyleConfiguration/Presentation/narrow)

A presentation that shows a condensed expression of the currency.

[`static var standard: CurrencyFormatStyleConfiguration.Presentation`](/documentation/Foundation/CurrencyFormatStyleConfiguration/Presentation/standard)

A presentation that shows a standard expression of the currency.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)