---
title: automatic
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/currencyformatstyleconfiguration/signdisplaystrategy/automatic
---

# automatic

A strategy to automatically configure sign display.

## Declaration

```swift
static var automatic: CurrencyFormatStyleConfiguration.SignDisplayStrategy { get }
```

## See Also

### Specifying sign display strategy

- [never](foundation/currencyformatstyleconfiguration/signdisplaystrategy/never.md)
- [accounting](foundation/currencyformatstyleconfiguration/signdisplaystrategy/accounting.md)
- [accountingAlways(showZero:)](foundation/currencyformatstyleconfiguration/signdisplaystrategy/accountingalways(showzero:).md)
- [always(showZero:)](foundation/currencyformatstyleconfiguration/signdisplaystrategy/always(showzero:).md)
