<!--
{
  "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/SignDisplayStrategy",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation32CurrencyFormatStyleConfigurationO19SignDisplayStrategyV"
  },
  "title" : "CurrencyFormatStyleConfiguration.SignDisplayStrategy"
}
-->

# CurrencyFormatStyleConfiguration.SignDisplayStrategy

A structure used to configure sign display strategies for currency format styles.

```
struct SignDisplayStrategy
```

## Topics

### Specifying sign display strategy

[`static var never: CurrencyFormatStyleConfiguration.SignDisplayStrategy`](/documentation/Foundation/CurrencyFormatStyleConfiguration/SignDisplayStrategy/never)

A strategy to never show the sign.

[`static var automatic: CurrencyFormatStyleConfiguration.SignDisplayStrategy`](/documentation/Foundation/CurrencyFormatStyleConfiguration/SignDisplayStrategy/automatic)

A strategy to automatically configure sign display.

[`static var accounting: CurrencyFormatStyleConfiguration.SignDisplayStrategy`](/documentation/Foundation/CurrencyFormatStyleConfiguration/SignDisplayStrategy/accounting)

A sign display strategy to use accounting principles.

[`static func accountingAlways(showZero: Bool) -> CurrencyFormatStyleConfiguration.SignDisplayStrategy`](/documentation/Foundation/CurrencyFormatStyleConfiguration/SignDisplayStrategy/accountingAlways(showZero:))

A sign display strategy to use accounting principles, with a configurable behavior for handling zero values.

[`static func always(showZero: Bool) -> CurrencyFormatStyleConfiguration.SignDisplayStrategy`](/documentation/Foundation/CurrencyFormatStyleConfiguration/SignDisplayStrategy/always(showZero:))

A sign display strategy to always show the sign, with a configurable behavior for handling zero values.

## Relationships

### Conforms To

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

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

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

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

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

[`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)