# Currency Group

## Creation

To create a currency group, find (or create) the *GameName/Resources/GameName/CurrencyGroup* folder in the project tab and right click.  Choose *Create > AnyRPG > Currencies > CurrencyGroup*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FnrmuXro4XM1qfzmDDW1z%2Fimage.png?alt=media\&token=f9d60311-bd52-4b69-9d62-82b4ad58358d)

## Properties

| Name                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Base Currency Name   | The name of the smallest unit of [Currency](https://docs.anyrpg.org/scriptable-objects/currency) in this group.                                                                                                                                                                                                                                                                                                                                                |
| Base Currency        | A direct link to the scriptable object that defines the smallest unit of [Currency](https://docs.anyrpg.org/scriptable-objects/currency) in this group.                                                                                                                                                                                                                                                                                                        |
| Currency Group Rates | <p>A list of currencies and exchange rates relative to the base <a href="currency">Currency</a>.<br><strong>Currency Name</strong><br>The name of the unit of currency.<br><strong>Currency</strong><br>A direct link to the scriptable object that defines the unit of currency.<br><strong>Base Multiple</strong><br>The number of units of the base <a href="currency">Currency</a> that make up a single unit of this <a href="currency">Currency</a>.</p> |

## Next Steps

* Define a currency group as the default currency group in the System Configuration Manager, which will display that currency group in vendor windows when buying or selling items.
