> ## Documentation Index
> Fetch the complete documentation index at: https://docs.custral.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Currency

> A monetary value with a currency code.

## Overview

Currency stores both a numeric amount and a currency code. Use it for deal value, MRR, ARR, payment amount. Any value that needs to be formatted with a currency symbol and aggregated across currencies.

## Configuration

| Setting          | What it does                                                                                   |
| ---------------- | ---------------------------------------------------------------------------------------------- |
| Default currency | The currency used when none is picked, such as USD or EUR.                                     |
| Decimal places   | How many digits to show after the decimal point. Defaults to what's standard for the currency. |

## What it stores

A single amount of money, along with its currency.

## Filtering

Equals, greater than, greater than or equal to, less than, less than or equal to, currency is, is empty, is not empty.

## Examples

Deal value; subscription MRR; refund amount.

## See also

* [Number](/data/properties/number/number)
* Reporting [Charts](/bi/reporting/overview). Currency aggregation in reports.


## Related topics

- [Overview](/data/properties/number/overview.md)
- [Stripe](/integrations/stripe.md)
- [Number](/data/properties/number/number.md)
- [How the schema works](/dev/api-reference/schema.md)
- [Fields](/data/records/fields.md)
