# Currency

## Code

The code of the currency, e.g. `USD`.

```
{{ currency:code }}
```

## Name

The name of the currency, e.g. `US Dollar`.

```
{{ currency:name }}
```

## Symbol

The symbol of the currency, e.g. `$`.

```
{{ currency:symbol }}
```
