# BT-122 Rounding amount

The amount to be added to round the payment amount. This is the same as BT-114.

## Quick answer

The amount to be added to round the payment amount. This is the same as BT-114.

> **Taxes and totals**: VAT treatment, tax breakdowns, and document totals that validators check closely.

## In plain language

The amount to be added to round the payment amount. This is the same as BT-114.

The amount to be added to round the payment amount. This is the same as BT-114.

Used for payment rounding adjustments.

## What you usually enter here

Decimal number with up to 2 decimal places, can be positive or negative

Typical valid values include: 0.19, -0.19, 0.00

Optional according to EN 16931-1. Same as BT-114.

## What goes wrong often

Avoid values like: 19.00, 0,19, 0.999

Relevant rule codes: BR-2

## Examples in context

Used for payment rounding adjustments.

Optional according to EN 16931-1. Same as BT-114.

## Valid Examples

- 0.19
- -0.19
- 0.00

## Invalid Examples

- 19.00
- 0,19
- 0.999

## Related Fields

Used for payment rounding adjustments.

- [BT-114 Rounding Amount](/resources/xrechnung/bt-114-rounding-amount)
- [BT-115 Amount Due for Payment](/resources/xrechnung/bt-115-amount-due-for-payment)

## XML mapping and field facts

Open the technical reference if you need XML paths, validator rule codes, legal wording, or schema-specific mapping details.

### Field ID:
BT-122

### Data Type:
amount

### Cardinality:
0..1

### Requirement:
Optional

### Since Version:
Optional

## XML Implementation

### UBL 2.1 Syntax
```
/Invoice/cac:LegalMonetaryTotal/cbc:PayableRoundingAmount
```

### CII (UN/CEFACT) Syntax
```
/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:RoundingAmount
```

## Validation Rules

### BR-2
BR-2

## Why the standard cares about this field

### Business Context
Used for payment rounding adjustments.

### Legal Requirement
Optional according to EN 16931-1. Same as BT-114.

## Official sources and tools

- [KoSIT Validator](https://erechnungsvalidator.service-bw.de/)
- [Invoice Converter](/pdf-to-xrechnung)
- [XRechnung Standard](https://xeinkauf.de/xrechnung/)
- [Test Suite](https://github.com/itplr-kosit/xrechnung-testsuite)
