For the complete documentation index, see llms.txt. This page is also available as Markdown.

IBAN

Generates an International Bank Account Number (IBAN).

You can choose to preserve the banking code and country code portions of the original value.

Characteristics

Consistency

Yes, can be made self-consistent.

Linking

No

Differential privacy

No

Data-free

No

Allowed for primary keys

Yes

Allowed for unique columns

Yes

Uses format-preserving encryption (FPE)

Yes, but only when either:

  • Assigned to a primary key column.

  • Consistency is enabled.

Privacy ranking

  • 3 if not consistent

  • 4 if consistent

Generator ID (for the API)

IbanGenerator

How to configure

  1. To preserve the country code from the original value, toggle Preserve Country Code to the on position. If the original value is not also an IBAN, then do not enable this setting.

  2. To preserve the bank code from the original value, toggle Preserve Bank Code to the on position. When you preserve the bank code, you must also preserve the country code. Structural automatically toggles Preserve Country Code to the on position. If the original value is not also an IBAN, then do not enable this setting.

  3. Toggle the Consistency setting to indicate whether to make the column consistent. By default, consistency is disabled.

Last updated

Was this helpful?