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

# Amount

An Amount represents a monetary value in a specific currency.

## Schema ID

`https://gobl.org/draft-0/currency/amount`

## Properties

| Title    | Property   | Type                                    | Description                                                                                    |
| -------- | ---------- | --------------------------------------- | ---------------------------------------------------------------------------------------------- |
| Label    | `label`    | string                                  | Label allows for additional information to be added to the currency Amount that may be useful. |
| Currency | `currency` | [currency.Code](/draft-0/currency/code) | Code defines the currency for this amount.                                                     |
| Value    | `value`    | [num.Amount](/draft-0/num/amount)       | Value is the amount in the currency.                                                           |

## Validation Rules

| Field      | Test                                                                  | Validation Code / Message                           |
| ---------- | --------------------------------------------------------------------- | --------------------------------------------------- |
| `currency` | <ul class="gobl-test"><li class="gobl-test-present">Present</li></ul> | `GOBL-CURRENCY-AMOUNT-01`<br />Currency is required |
