Creates a webhook subscription.

Prev Next
Post
/subscriptions

Subscribes to a webhook.

When an event of the specified webhook type is triggered, a notification is sent to the specified callback URL.

You can have a maximum of 50000 subscriptions per subscriber.

Security
HTTP
Type bearer

JWT authentication security

OAuth

OAuth Grant type, Private JWT

FlowClient Credentials
Token URL$(host)/oauth/token
Scopes:
subscriptions.createCreate Access
Header parameters
x-b3-traceid
string

Overall ID of the trace, shared by every span in the trace.

The value is 64 or 128 bits long.

Min length0
Max length32
Pattern^[a-zA-Z0-9_]*$
Example80f198ee56343ba864fe8b2a57d3eff7
x-b3-parentspanid
string

Position of the parent operation in the trace tree.

The value is 64 bits long.

The value is omitted when the span is the root of the trace tree.

Min length0
Max length32
Pattern^[a-zA-Z0-9_]*$
Example05e3ac9a4f6e3b90
x-b3-spanid
string

Position of the current operation in the trace tree.

The value is 64 bits long.

Do not interpret the value: it may or may not be derived from the value of the TraceId.

Min length0
Max length32
Pattern^[a-zA-Z0-9_]*$
Examplee457b5a2e4d86bd1
x-b3-sampled
string

Sampling decision.

Sampling is a mechanism to reduce the volume of data in the tracing system. In B3, sampling applies consistently per-trace: once the sampling decision is made, the same value must be consistently sent downstream. This means that either all or no spans share a trace ID.

The possible values are:

  • 0 = Deny
  • 1 = Accept
  • d = Debug
Min length0
Max length32
Pattern^[a-zA-Z0-9_]*$
Example1
x-santander-client-id
stringRequired

Client ID header

Min length36
Max length36
Pattern^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
Examplea1b30a84-7bf3-442e-84a0-e935d8163b5a
Body parameters

Details for creating or modifying a webhook subscription

SubscriptionInputMtls
{
  "type": "payment-status",
  "callbackUrl": "https://example.com/webhook",
  "auth": {
    "type": "mtls"
  }
}
SubscriptionInputPrivateJwt
{
  "type": "payment-status",
  "callbackUrl": "https://example.com/webhook",
  "auth": {
    "type": "oauth-privatejwt",
    "url": "https://onetrade.dev.api.pagonxt.com/oauth/token",
    "scopes": "resource.read resource.write",
    "subscription": "00fe9330-9bdf-4cd4-ae8c-00cf22f736b2"
  }
}
object

Details for creating or modifying a webhook subscription.

auth

Security information to load before calling the callback. Must set one of the valid types:

  • mtls
  • oauth-privatejwt
OneOf
OAuthPrivateJWTSecurity
object (OAuthPrivateJWTSecurity)
type
string Required

Security type for OAuth PrivateJWT authentication

Valid values[ "oauth-privatejwt" ]
Exampleoauth-privatejwt
url
string (uri) Required

Generic HTTPS URL with query parameters and fragment

Min length0
Max length255
Pattern^https://(%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@&=+$,A-Za-z0-9])+([).!';/?:,])?$
Examplehttps://example.com/webhook
subscription
string Required

Valid Universally Unique Identifier

Min length36
Max length36
Pattern^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
Example2507b89c-b680-46df-9505-e0b6f78cf295
scopes
string

Authorization scopes for OAuth PrivateJWT security

Min length0
Max length2048
Pattern^\S+( \S+)*$
Exampleresources.read resources.create
MtlsSecurity
object (MtlsSecurity)
type
string Required

Security type for MTLS authentication

Valid values[ "mtls" ]
Examplemtls
callbackUrl
string (uri) Required

Generic HTTPS URL with query parameters and fragment

Min length0
Max length255
Pattern^https://(%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@&=+$,A-Za-z0-9])+([).!';/?:,])?$
Examplehttps://example.com/webhook
OneOf
PaymentStatusSubscriptionInput
object (PaymentStatusSubscriptionInput)
type
Valid values[ "payment-status" ]
Examplepayment-status
AccountsEntriesSubscriptionInput
object (AccountsEntriesSubscriptionInput)
type
Valid values[ "accounts-entries" ]
Examplepayment-status
customerId
string Required

Customer ID

Min length1
Max length30
Pattern^[a-zA-Z0-9_-]{1,30}$
Examplepagonxt_esESpuo1726272A
filterEntityIds
Array of string (EntityId)

Entity IDs.

Min items1
Max items10000
string

Entity ID. Varies depending on Webhook type. For payment-status is payment id, for accounts-entries is account id and for collections-status is collection id.

Min length1
Max length36
Pattern^[a-zA-Z0-9_-]{1,36}$
Examplea1726272A
CollectionStatusSubscriptionInput
object (CollectionStatusSubscriptionInput)
type
Valid values[ "collection-status" ]
Examplepayment-status
customerId
string Required

Customer ID

Min length1
Max length30
Pattern^[a-zA-Z0-9_-]{1,30}$
Examplepagonxt_esESpuo1726272A
filterEntityIds
Array of string (EntityId)

Entity IDs.

Min items1
Max items10000
string

Entity ID. Varies depending on Webhook type. For payment-status is payment id, for accounts-entries is account id and for collections-status is collection id.

Min length1
Max length36
Pattern^[a-zA-Z0-9_-]{1,36}$
Examplea1726272A
RecurrentCardPaymentsSubscriptionInput
object (RecurrentCardPaymentsSubscriptionInput)
type
Valid values[ "recurrent-card-payments" ]
Examplepayment-status
customerId
string Required

Customer ID

Min length1
Max length30
Pattern^[a-zA-Z0-9_-]{1,30}$
Examplepagonxt_esESpuo1726272A
filterEntityIds
Array of string (EntityId)

Entity IDs.

Min items1
Max items10000
string

Entity ID. Varies depending on Webhook type. For payment-status is payment id, for accounts-entries is account id and for collections-status is collection id.

Min length1
Max length36
Pattern^[a-zA-Z0-9_-]{1,36}$
Examplea1726272A
PayInCollectionStatusSubscriptionInput
object (PayInCollectionStatusSubscriptionInput)
type
Valid values[ "payin-collection-status" ]
Examplepayment-status
customerId
string Required

Customer ID

Min length1
Max length30
Pattern^[a-zA-Z0-9_-]{1,30}$
Examplepagonxt_esESpuo1726272A
filterEntityIds
Array of string (EntityId)

Entity IDs.

Min items1
Max items10000
string

Entity ID. Varies depending on Webhook type. For payment-status is payment id, for accounts-entries is account id and for collections-status is collection id.

Min length1
Max length36
Pattern^[a-zA-Z0-9_-]{1,36}$
Examplea1726272A
Responses
201

Webhook subscription response

SubscriptionMtls
{
  "id": "2507b89c-b680-46df-9505-e0b6f78cf295",
  "type": "payment-status",
  "callbackUrl": "https://example.com/webhook",
  "auth": {
    "type": "mtls"
  },
  "maxSequenceNumber": "1"
}
SubscriptionOAuthPrivateJwt
{
  "id": "00fe9330-9bdf-4cd4-ae8c-00cf22f736b2",
  "type": "payment-status",
  "callbackUrl": "https://example.com/webhook",
  "auth": {
    "type": "oauth-privatejwt",
    "url": "https://onetrade.dev.api.pagonxt.com/oauth/token",
    "scopes": "resource.read resource.write",
    "subscription": "00fe9330-9bdf-4cd4-ae8c-00cf22f736b2"
  },
  "maxSequenceNumber": "1"
}
object

Webhook subscription details. entityIds represents the entities that this callback applies to, if not specified it applies all entities.

auth

Security information to load before calling the callback. Must set one of the valid types:

  • mtls
  • oauth-privatejwt
OneOf
OAuthPrivateJWTSecurity
object (OAuthPrivateJWTSecurity)
type
string

Security type for OAuth PrivateJWT authentication

Valid values[ "oauth-privatejwt" ]
Exampleoauth-privatejwt
url
string (uri)

Generic HTTPS URL with query parameters and fragment

Min length0
Max length255
Pattern^https://(%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@&=+$,A-Za-z0-9])+([).!';/?:,])?$
Examplehttps://example.com/webhook
subscription
string

Valid Universally Unique Identifier

Min length36
Max length36
Pattern^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
Example2507b89c-b680-46df-9505-e0b6f78cf295
scopes
string

Authorization scopes for OAuth PrivateJWT security

Min length0
Max length2048
Pattern^\S+( \S+)*$
Exampleresources.read resources.create
MtlsSecurity
object (MtlsSecurity)
type
string

Security type for MTLS authentication

Valid values[ "mtls" ]
Examplemtls
callbackUrl
string (uri)

Generic HTTPS URL with query parameters and fragment

Min length0
Max length255
Pattern^https://(%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@&=+$,A-Za-z0-9])+([).!';/?:,])?$
Examplehttps://example.com/webhook
id
string

Valid Universally Unique Identifier

Min length36
Max length36
Pattern^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
Example2507b89c-b680-46df-9505-e0b6f78cf295
maxSequenceNumber
integer (int64)

Sequence number of the webhook call. Calls are numbered starting from 1 as they are sent.

Minimum0
Maximum9223372036854775807
Example23
OneOf
PaymentStatusSubscriptionInput
object (PaymentStatusSubscriptionInput)
type
Valid values[ "payment-status" ]
Examplepayment-status
AccountsEntriesSubscriptionInput
object (AccountsEntriesSubscriptionInput)
type
Valid values[ "accounts-entries" ]
Examplepayment-status
customerId
string

Customer ID

Min length1
Max length30
Pattern^[a-zA-Z0-9_-]{1,30}$
Examplepagonxt_esESpuo1726272A
filterEntityIds
Array of string (EntityId)

Entity IDs.

Min items1
Max items10000
string

Entity ID. Varies depending on Webhook type. For payment-status is payment id, for accounts-entries is account id and for collections-status is collection id.

Min length1
Max length36
Pattern^[a-zA-Z0-9_-]{1,36}$
Examplea1726272A
CollectionStatusSubscriptionInput
object (CollectionStatusSubscriptionInput)
type
Valid values[ "collection-status" ]
Examplepayment-status
customerId
string

Customer ID

Min length1
Max length30
Pattern^[a-zA-Z0-9_-]{1,30}$
Examplepagonxt_esESpuo1726272A
filterEntityIds
Array of string (EntityId)

Entity IDs.

Min items1
Max items10000
string

Entity ID. Varies depending on Webhook type. For payment-status is payment id, for accounts-entries is account id and for collections-status is collection id.

Min length1
Max length36
Pattern^[a-zA-Z0-9_-]{1,36}$
Examplea1726272A
RecurrentCardPaymentsSubscriptionInput
object (RecurrentCardPaymentsSubscriptionInput)
type
Valid values[ "recurrent-card-payments" ]
Examplepayment-status
customerId
string

Customer ID

Min length1
Max length30
Pattern^[a-zA-Z0-9_-]{1,30}$
Examplepagonxt_esESpuo1726272A
filterEntityIds
Array of string (EntityId)

Entity IDs.

Min items1
Max items10000
string

Entity ID. Varies depending on Webhook type. For payment-status is payment id, for accounts-entries is account id and for collections-status is collection id.

Min length1
Max length36
Pattern^[a-zA-Z0-9_-]{1,36}$
Examplea1726272A
PayInCollectionStatusSubscriptionInput
object (PayInCollectionStatusSubscriptionInput)
type
Valid values[ "payin-collection-status" ]
Examplepayment-status
customerId
string

Customer ID

Min length1
Max length30
Pattern^[a-zA-Z0-9_-]{1,30}$
Examplepagonxt_esESpuo1726272A
filterEntityIds
Array of string (EntityId)

Entity IDs.

Min items1
Max items10000
string

Entity ID. Varies depending on Webhook type. For payment-status is payment id, for accounts-entries is account id and for collections-status is collection id.

Min length1
Max length36
Pattern^[a-zA-Z0-9_-]{1,36}$
Examplea1726272A
400

Bad request

err400Example
{
  "errors": [
    {
      "code": "BAD_REQUEST",
      "level": "FATAL",
      "message": "Bad Request",
      "description": "Error validating schema"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
401

Unauthorized

err401Example
{
  "errors": [
    {
      "code": "UNAUTHORIZED",
      "message": "Unauthorized",
      "level": "ERROR",
      "description": "Authorization credentials are missing or invalid"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
403

Forbidden

err403Example
{
  "errors": [
    {
      "code": "FORBIDDEN",
      "level": "FATAL",
      "message": "Forbidden",
      "description": "Logged in user is not authorized to access data"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
404

Not found

err404Example
{
  "errors": [
    {
      "code": "NOT_FOUND",
      "level": "FATAL",
      "message": "Not Found",
      "description": "Requested resource was not found but may be available later"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
406

Not acceptable

err406Example
{
  "errors": [
    {
      "code": "NOT_ACCEPTABLE",
      "level": "FATAL",
      "message": "Not Acceptable",
      "description": "Request content not acceptable"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
413

Payload too large

err413Example
{
  "errors": [
    {
      "code": "PAYLOAD_TOO_LARGE",
      "level": "FATAL",
      "message": "Payload Too Large",
      "description": "Payload is larger than the maximum size allowed by the server"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
414

URI too long

err414Example
{
  "errors": [
    {
      "code": "URI_TOO_LONG",
      "level": "FATAL",
      "message": "URI Too Long",
      "description": "URI is longer than the maximum size allowed by the server"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
415

Unsupported media type

err415Example
{
  "errors": [
    {
      "code": "UNSUPPORTED_MEDIA_TYPE",
      "level": "FATAL",
      "message": "Unsupported Media Type",
      "description": "Media format is not supported by the server"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
422

Unprocessable entity

err422Example
{
  "errors": [
    {
      "code": "UNPROCESSABLE_ENTITY",
      "level": "FATAL",
      "message": "Unprocessable Entity",
      "description": "Request was well formed but there are semantic errors"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
429

Too many requests

err429Example
{
  "errors": [
    {
      "code": "TOO_MANY_REQUESTS",
      "level": "ERROR",
      "message": "Too Many Requests",
      "description": "User has sent too many requests"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
500

Internal server error

err500Example
{
  "errors": [
    {
      "code": "INTERNAL_SERVER_ERROR",
      "level": "FATAL",
      "message": "Internal server error",
      "description": "Server has encountered an error"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
503

Service unavailable

err503Example
{
  "errors": [
    {
      "code": "SERVICE_UNAVAILABLE",
      "level": "ERROR",
      "message": "Service unavailable",
      "description": "Server is not ready to handle the request"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
504

Gateway timeout

err504Example
{
  "errors": [
    {
      "code": "GATEWAY_TIMEOUT",
      "level": "ERROR",
      "message": "Gateway timeout",
      "description": "Server cannot get a gateway response in time"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
default

Default error

errDefaultExample
{
  "errors": [
    {
      "code": "Error code",
      "level": "ERROR",
      "message": "Error message",
      "description": "Error description"
    }
  ]
}
Expand All
object

Data structure containing the details for errors

errors
Array of object (Error)

Array of errors

Min items1
Max items50
object

Data structure containing the error details

code
string

Unique alphanumeric human readable error code

Min length1
Max length255
Pattern^[a-zA-Z_0-9 ]*$
ExampleCODE
message
string

Brief summary of the reported issue

Min length1
Max length255
Pattern^[a-zA-Z0-9. /_-]*$
ExampleJSON invalid
level
string

Level of the reported issue.

The possible values are:

  • ERROR
  • FATAL
  • INFO
  • WARNING
Valid values[ "ERROR", "FATAL", "INFO", "WARNING" ]
ExampleERROR
description
string

Detailed description of the reported issue

Min length1
Max length255
ExampleJSON invalid
Callbacks
Post
{$request.body#/callbackUrl}

Sends a webhook notification to the client.

Header parameters
x-signature-sha256
stringRequired

HMAC SHA256 body signature

Min length64
Max length64
Pattern^[0-9a-f]{64}$
Example6be3ddb2df97a295e64d8cd1737f29ac9cf62de08b2a47f4e552093dacbe879d
Body parameters

Data structure containing request details for sending a webhook notification

PaymentStatusAccepted
{
  "subscriptionId": "e9415fa3-8fc2-4c3d-ab03-847a82666502",
  "sequenceNumber": "1234",
  "timestamp": "1648044671",
  "entityId": "a1726272A",
  "type": "payment-status",
  "payload": {
    "status": "ACCC",
    "isoDocumentVersion": "pacs.002.001.10",
    "pacs002": {
      "FIToFIPmtStsRpt": {
        "GrpHdr": {
          "MsgId": "PNXiFDnowTcs01O80080266354238767104",
          "CreDtTm": "2023-08-10T11:47:25.454Z"
        },
        "TxInfAndSts": [
          {
            "OrgnlGrpInf": {
              "OrgnlMsgId": "CBRL25916473EUR_EMI_DEV",
              "OrgnlMsgNmId": "pacs.008.001.08"
            },
            "OrgnlInstrId": "CPF75830613EUR_EMI_DEV",
            "OrgnlUETR": "4a9dc62f-9a7b-4bb5-96d9-24b7f501a1bc",
            "TxSts": "ACCC",
            "InstgAgt": {
              "FinInstnId": {
                "BICFI": "PAGOES20"
              }
            },
            "InstdAgt": {
              "FinInstnId": {
                "BICFI": "CONVES33"
              }
            }
          }
        ]
      }
    }
  }
}
PaymentStatusRejected
{
  "subscriptionId": "e9415fa3-8fc2-4c3d-ab03-847a82666502",
  "sequenceNumber": "1234",
  "timestamp": "1648044671",
  "entityId": "a1726272A",
  "type": "payment-status",
  "payload": {
    "status": "RJCT",
    "reason": "AC04",
    "isoDocumentVersion": "pacs.002.001.10",
    "pacs002": {
      "FIToFIPmtStsRpt": {
        "GrpHdr": {
          "MsgId": "PNXMpnY7qwQPytgT0104841022660116480",
          "CreDtTm": "2023-06-08T13:33:17.775Z"
        },
        "TxInfAndSts": [
          {
            "OrgnlGrpInf": {
              "OrgnlMsgId": "CONV123456789876ALF50134",
              "OrgnlMsgNmId": "pacs.008.001.08"
            },
            "OrgnlInstrId": "CONV123456789876ALF50134",
            "OrgnlUETR": "4e5f778c-fe41-471d-a55b-00028d2e8025",
            "TxSts": "RJCT",
            "StsRsnInf": [
              {
                "Rsn": {
                  "Cd": "AC04"
                },
                "AddtlInf": [
                  "Settlement account closed"
                ]
              }
            ],
            "InstgAgt": {
              "FinInstnId": {
                "BICFI": "PAGOES22"
              }
            },
            "InstdAgt": {
              "FinInstnId": {
                "BICFI": "CONVES33"
              }
            }
          }
        ]
      }
    }
  }
}
AccountsEntries
{
  "subscriptionId": "e9415fa3-8fc2-4c3d-ab03-847a82666502",
  "sequenceNumber": "1234",
  "timestamp": "1648044671",
  "entityId": "2507b89c-b680-46df-9505-e0b6f78cf295",
  "type": "accounts-entries",
  "payload": {
    "entryId": "b2bb940c-9faf-4972-94b2-bf2c9a090499",
    "isoDocumentVersion": "camt.054.001.08",
    "camt054": {
      "BkToCstmrDbtCdtNtfctn": {
        "GrpHdr": {
          "MsgId": "20211216153129",
          "CreDtTm": "2023-02-17T14:31:29.023+01:00",
          "MsgRcpt": {
            "Nm": "ITX PAIN002 a camt054",
            "PstlAdr": {
              "Ctry": "IT"
            }
          },
          "MsgPgntn": {
            "PgNb": "1",
            "LastPgInd": true
          }
        },
        "Ntfctn": [
          {
            "Id": "654321-2",
            "CreDtTm": "2023-02-17T14:31:29.023+01:00",
            "Acct": {
              "Id": {
                "Othr": {
                  "Id": "ITPAINACAMT054002"
                }
              },
              "Ccy": "EUR",
              "Ownr": {
                "Nm": "CORP ITX PAIN002 a camt054",
                "PstlAdr": {
                  "StrtNm": "VIA SAN VITO,12",
                  "TwnNm": "MILAN",
                  "Ctry": "IT",
                  "AdrLine": [
                    "73020 SCORRANO LE"
                  ]
                }
              },
              "Svcr": {
                "FinInstnId": {
                  "BICFI": "BSCHITMMXXX"
                }
              }
            },
            "TxsSummry": {
              "TtlNtries": {
                "NbOfNtries": "1",
                "Sum": "100",
                "TtlNetNtry": {
                  "Amt": "100",
                  "CdtDbtInd": "CRDT"
                }
              },
              "TtlCdtNtries": {
                "NbOfNtries": "1",
                "Sum": "100"
              },
              "TtlDbtNtries": {
                "NbOfNtries": "0",
                "Sum": "0"
              }
            },
            "Ntry": [
              {
                "NtryRef": "654321-2/1",
                "Amt": {
                  "Ccy": "EUR",
                  "Value": "100"
                },
                "CdtDbtInd": "CRDT",
                "RvslInd": true,
                "Sts": {
                  "Cd": "BOOK"
                },
                "BookgDt": {
                  "Dt": "2023-02-17Z"
                },
                "ValDt": {
                  "Dt": "2023-02-17Z"
                },
                "AcctSvcrRef": "OrgnlInstrId002",
                "BkTxCd": {
                  "Domn": {
                    "Cd": "PMNT",
                    "Fmly": {
                      "Cd": "ICDT",
                      "SubFmlyCd": "RRTN"
                    }
                  },
                  "Prtry": {
                    "Cd": "99/742",
                    "Issr": "CFONB"
                  }
                },
                "NtryDtls": [
                  {
                    "Btch": {
                      "NbOfTxs": "1"
                    },
                    "TxDtls": [
                      {
                        "Refs": {
                          "MsgId": "654321",
                          "AcctSvcrRef": "OrgnlInstrId002",
                          "PmtInfId": "OrgnlPmtInfId002",
                          "InstrId": "OrgnlInstrId002",
                          "EndToEndId": "OrgnlEndToEndId002",
                          "TxId": "StsId002",
                          "MndtId": "MndtId002",
                          "ClrSysRef": "ClrSysRef002"
                        },
                        "AmtDtls": {
                          "InstdAmt": {
                            "Amt": {
                              "Ccy": "EUR",
                              "Value": "100"
                            }
                          },
                          "TxAmt": {
                            "Amt": {
                              "Ccy": "EUR",
                              "Value": "100"
                            }
                          }
                        },
                        "BkTxCd": {
                          "Domn": {
                            "Cd": "PMNT",
                            "Fmly": {
                              "Cd": "ICDT",
                              "SubFmlyCd": "RRTN"
                            }
                          },
                          "Prtry": {
                            "Cd": "99/742",
                            "Issr": "CFONB"
                          }
                        },
                        "RltdPties": {
                          "Dbtr": {
                            "Pty": {
                              "Nm": "CORP ITX PAIN002 a camt054",
                              "PstlAdr": {
                                "StrtNm": "VIA SAN VITO,12",
                                "TwnNm": "MILAN",
                                "Ctry": "IT",
                                "AdrLine": [
                                  "73020 SCORRANO LE"
                                ]
                              },
                              "Id": {
                                "OrgId": {
                                  "AnyBIC": "BSCHITMMXXX",
                                  "Othr": [
                                    {
                                      "Id": "DbtrOrgIdOthrCasoA21"
                                    },
                                    {
                                      "Id": "DbtrOrgIdOthrCasoA22"
                                    }
                                  ]
                                }
                              }
                            }
                          },
                          "DbtrAcct": {
                            "Id": {
                              "Othr": {
                                "Id": "ITPAINACAMT054002"
                              }
                            }
                          },
                          "UltmtDbtr": {
                            "Pty": {
                              "Nm": "ULTIMATE DEBTOR",
                              "Id": {
                                "OrgId": {
                                  "Othr": [
                                    {
                                      "Id": "OrganizationIdUltDbtrIT"
                                    }
                                  ]
                                }
                              }
                            }
                          },
                          "Cdtr": {
                            "Pty": {
                              "Nm": "CreditorName CASO A2",
                              "PstlAdr": {
                                "Ctry": "FR",
                                "AdrLine": [
                                  "Calle Parisina,12",
                                  "12345 PARIS RF"
                                ]
                              },
                              "Id": {
                                "OrgId": {
                                  "AnyBIC": "BSCHFRPPXXX",
                                  "Othr": [
                                    {
                                      "Id": "CdtrOrgIdOthrCasoA22"
                                    },
                                    {
                                      "Id": "CdtrOrgIdOthrCasoA22",
                                      "SchmeNm": {
                                        "Cd": "BANK"
                                      },
                                      "Issr": "CdtrOrgIdIssrCasoA22"
                                    }
                                  ]
                                }
                              }
                            }
                          },
                          "CdtrAcct": {
                            "Id": {
                              "IBAN": "FR0610096000709225953246U01"
                            }
                          },
                          "UltmtCdtr": {
                            "Pty": {
                              "Nm": "UltimateCreditorFR",
                              "PstlAdr": {
                                "TwnNm": "PARIS",
                                "Ctry": "FR",
                                "AdrLine": [
                                  "Calle ParPar,3",
                                  "12345 PARIS"
                                ]
                              },
                              "Id": {
                                "PrvtId": {
                                  "Othr": [
                                    {
                                      "Id": "PrivateIdUltCdtr"
                                    }
                                  ]
                                }
                              }
                            }
                          }
                        },
                        "RltdAgts": {
                          "DbtrAgt": {
                            "FinInstnId": {
                              "BICFI": "BSCHITMMXXX",
                              "ClrSysMmbId": {
                                "ClrSysId": {
                                  "Cd": "RECC"
                                },
                                "MmbId": "Identification of MmbId"
                              },
                              "Nm": "FinInstNameCdtrAgt",
                              "PstlAdr": {
                                "Ctry": "IT"
                              }
                            }
                          },
                          "CdtrAgt": {
                            "FinInstnId": {
                              "BICFI": "DEUTITMMXXX",
                              "ClrSysMmbId": {
                                "ClrSysId": {
                                  "Cd": "RECC"
                                },
                                "MmbId": "Identification of MmbId"
                              }
                            }
                          }
                        },
                        "RmtInf": {
                          "Ustrd": [
                            "string"
                          ]
                        },
                        "RltdDts": {
                          "IntrBkSttlmDt": "2023-02-17Z"
                        },
                        "RtrInf": {
                          "Orgtr": {
                            "Nm": "CreditorName CASO A2",
                            "Id": {
                              "OrgId": {
                                "AnyBIC": "DEUTITMMXXX"
                              }
                            }
                          },
                          "Rsn": {
                            "Cd": "AC01"
                          },
                          "AddtlInf": [
                            "/RTYP/RTRN"
                          ]
                        },
                        "AddtlTxInf": "/SQTP/FNAL"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  }
}
CollectionStatus
{
  "subscriptionId": "e9415fa3-8fc2-4c3d-ab03-847a82666502",
  "sequenceNumber": "1234",
  "timestamp": "1648044671",
  "type": "collection-status",
  "entityId": "2507b89c-b680-46df-9505-e0b6f78cf295",
  "payload": {
    "paymentLinkId": "V1PEL-CuelhKCr",
    "virtualAccountOwnerId": "ASEDETS-247",
    "collectionPreviousStatus": "IN_PROGRESS",
    "collectionCurrentStatus": "IN_PROGRESS",
    "paymentMethod": "EU_TRANSFER",
    "cardPaymentHistory": [
      {
        "statusDescription": "The acquirer returned Invalid Card Security Code. Please check your input and try again.",
        "statusCode": "500.1059"
      }
    ]
  }
}
PayInCollectionStatus
{
  "subscriptionId": "e9415fa3-8fc2-4c3d-ab03-847a82666502",
  "sequenceNumber": "1234",
  "timestamp": "1648044671",
  "type": "payin-collection-status",
  "entityId": "2507b89c-b680-46df-9505-e0b6f78cf295",
  "payload": {
    "virtualAccountOwnerId": "ASEDETS-247",
    "collectionPreviousStatus": "IN_PROGRESS",
    "collectionCurrentStatus": "LOCALLY_PAID",
    "paymentMethodCode": "BANK_TRANSFER",
    "cardPaymentHistory": [
      {
        "statusDescription": "Cardholder Successfully authenticated.",
        "statusCode": "SIS9915"
      },
      {
        "statusDescription": "The resource was successfully created.",
        "statusCode": "101"
      }
    ]
  }
}
Expand All
object

Data sent to the client on the webhook notification.

subscriptionId
string Required

Valid Universally Unique Identifier

Min length36
Max length36
Pattern^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
Example2507b89c-b680-46df-9505-e0b6f78cf295
sequenceNumber
integer (int64) Required

Sequence number of the webhook call. Calls are numbered starting from 1 as they are sent.

Minimum0
Maximum9223372036854775807
Example23
timestamp
integer (int64) Required

Date and time, expressed in Unix time

Minimum0
Maximum9223372036854775807
Example1620308815
entityId
string Required

Entity ID. Varies depending on Webhook type. For payment-status is payment id, for accounts-entries is account id and for collections-status is collection id.

Min length1
Max length36
Pattern^[a-zA-Z0-9_-]{1,36}$
Examplea1726272A
OneOf
PaymentStatusPayloadWrapper
object (PaymentStatusPayloadWrapper)
type
string Required

Payment status notification type

Valid values[ "payment-status" ]
Examplepayment-status
payload
object Required

Payment status notification payload. Reason is required when status is rejected (RJCT).

status
string Required

String of 1 to 5 alphanumeric characters

Min length1
Max length5
Pattern^[A-Za-z-0-9]*$
ExampleACCC
reason
string

String of 1 to 5 alphanumeric characters

Min length1
Max length5
Pattern^[A-Za-z-0-9]*$
ExampleACCC
isoDocumentVersion
string Required

ISO document version for pacs002 property of payload of payment-status webhook type

Valid values[ "pacs.002.001.10" ]
Examplepacs.002.001.10
pacs002
object (Pacs002v10) Required
FIToFIPmtStsRpt
object (FIToFIPaymentStatusReportV10) Required

Scope The FIToFIPaymentStatusReport message is sent by an instructed agent to the previous party in the payment chain. It is used to inform this party about the positive or negative status of an instruction (either single or file). It is also used to report on a pending instruction. Usage The FIToFIPaymentStatusReport message is exchanged between agents to provide status information about instructions previously sent. Its usage will always be governed by a bilateral agreement between the agents. The FIToFIPaymentStatusReport message can be used to provide information about the status (e.g. rejection, acceptance) of a credit transfer instruction, a direct debit instruction, as well as other intra-agent instructions (for example FIToFIPaymentCancellationRequest). The FIToFIPaymentStatusReport message refers to the original instruction(s) by means of references only or by means of references and a set of elements from the original instruction. The FIToFIPaymentStatusReport message can be used in domestic and cross-border scenarios. The FIToFIPaymentStatusReport may also be sent to the receiver of the payment in a real time payment scenario, as both sides of the transactions must be informed of the status of the transaction (for example either the beneficiary is credited, or the transaction is rejected).

GrpHdr
object (GroupHeader91) Required

Set of characteristics shared by all individual transactions included in the message.

MsgId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CreDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
InstgAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
InstdAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
OrgnlGrpInfAndSts
Array of object (OriginalGroupHeader17)

Original group information concerning the group of transactions, to which the status report message refers to.

object

Provides details on the original group, to which the message refers.

OrgnlMsgId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
OrgnlMsgNmId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
OrgnlCreDtTm
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
OrgnlNbOfTxs
string

Specifies a numeric string with a maximum length of 15 digits.

Pattern^[0-9]{1,15}$
OrgnlCtrlSum
number

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
GrpSts
string

Specifies the status of a group of payment instructions, as published in an external payment group status code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
StsRsnInf
Array of object (StatusReasonInformation12)

Provides detailed information on the status reason.

object

Provides information on the status reason of the transaction.

Orgtr
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
Rsn
object (StatusReason6Choice)

Specifies the reason for the status of the transaction.

OneOf
object
object
Cd
string Required

Specifies the status reason, as published in an external status reason code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
AddtlInf
Array of string (Max105Text)

Further details on the status reason.

Usage: Additional information can be used for several purposes such as the reporting of repaired information.

string

Specifies a character string with a maximum length of 105 characters.

Min length1
Max length105
NbOfTxsPerSts
Array of object (NumberOfTransactionsPerStatus5)

Detailed information on the number of transactions for each identical transaction status.

object

Set of elements used to provide detailed information on the number of transactions that are reported with a specific transaction status.

DtldNbOfTxs
string Required

Specifies a numeric string with a maximum length of 15 digits.

Pattern^[0-9]{1,15}$
DtldSts
string Required

Specifies the status of an individual payment instructions, as published in an external payment transaction status code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
DtldCtrlSum
number

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
TxInfAndSts
Array of object (PaymentTransaction110)

Information concerning the original transactions, to which the status report message refers.

object

Provides further details on the original transactions, to which the status report message refers.

StsId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
OrgnlGrpInf
object (OriginalGroupInformation29)

Unique and unambiguous identifier of the group of transactions as assigned by the original instructing party.

OrgnlMsgId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
OrgnlMsgNmId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
OrgnlCreDtTm
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
OrgnlInstrId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
OrgnlEndToEndId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
OrgnlTxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
OrgnlUETR
string

Universally Unique IDentifier (UUID) version 4, as described in IETC RFC 4122 "Universally Unique IDentifier (UUID) URN Namespace".

Pattern^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$
TxSts
string

Specifies the status of an individual payment instructions, as published in an external payment transaction status code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
StsRsnInf
Array of object (StatusReasonInformation12)

Provides detailed information on the status reason.

object

Provides information on the status reason of the transaction.

Orgtr
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
Rsn
object (StatusReason6Choice)

Specifies the reason for the status of the transaction.

OneOf
object
object
Cd
string Required

Specifies the status reason, as published in an external status reason code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
AddtlInf
Array of string (Max105Text)

Further details on the status reason.

Usage: Additional information can be used for several purposes such as the reporting of repaired information.

string

Specifies a character string with a maximum length of 105 characters.

Min length1
Max length105
ChrgsInf
Array of object (Charges7)

Provides information on the charges related to the processing of the rejection of the instruction.

Usage: This is passed on for information purposes only. Settlement of the charges will be done separately.

object

Provides information on the charges related to the payment transaction.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
AccptncDtTm
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
FctvIntrBkSttlmDt
object (DateAndDateTime2Choice)

Choice between a date or a date and time format.

OneOf
object
object
Dt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
object
object
DtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
AcctSvcrRef
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
ClrSysRef
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
InstgAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
InstdAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
OrgnlTxRef
object (OriginalTransactionReference28)

Key elements used to refer the original transaction.

IntrBkSttlmAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Amt
object (AmountType4Choice)

Specifies the amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.

OneOf
object
object
InstdAmt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
object
object
EqvtAmt
object (EquivalentAmount2) Required

Amount of money to be moved between the debtor and creditor, expressed in the currency of the debtor's account, and the currency in which the amount is to be moved.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyOfTrf
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
IntrBkSttlmDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ReqdColltnDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ReqdExctnDt
object (DateAndDateTime2Choice)

Choice between a date or a date and time format.

OneOf
object
object
Dt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
object
object
DtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
CdtrSchmeId
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
SttlmInf
object (SettlementInstruction7)

Provides further details on the settlement of the instruction.

SttlmMtd
string Required

Specifies the method used to settle the credit transfer instruction.

Valid values[ "INDA", "INGA", "COVE", "CLRG" ]
SttlmAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
ClrSys
object (ClearingSystemIdentification3Choice)

Specifies the clearing system identification.

OneOf
object
object
Cd
string Required

Specifies the cash clearing system, as published in an external cash clearing system code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length3
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
InstgRmbrsmntAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
InstgRmbrsmntAgtAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
InstdRmbrsmntAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
InstdRmbrsmntAgtAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
ThrdRmbrsmntAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
ThrdRmbrsmntAgtAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
PmtTpInf
object (PaymentTypeInformation27)

Provides further details of the type of payment.

InstrPrty
string

Specifies the priority level of an event.

Valid values[ "HIGH", "NORM" ]
ClrChanl
string

Specifies the clearing channel for the routing of the transaction, as part of the payment type identification.

Valid values[ "RTGS", "RTNS", "MPNS", "BOOK" ]
SvcLvl
Array of object (ServiceLevel8Choice)

Agreement under which or rules under which the transaction should be processed.

object

Specifies the service level of the transaction.

OneOf
object
object
Cd
string Required

Specifies the external service level code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LclInstrm
object (LocalInstrument2Choice)

Set of elements that further identifies the type of local instruments being requested by the initiating party.

OneOf
object
object
Cd
string Required

Specifies the external local instrument code in the format of character string with a maximum length of 35 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length35
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SeqTp
string

Specifies the type of the current transaction that belongs to a sequence of transactions.

Valid values[ "FRST", "RCUR", "FNAL", "OOFF", "RPRE" ]
CtgyPurp
object (CategoryPurpose1Choice)

Specifies the high level purpose of the instruction based on a set of pre-defined categories. Usage: This is used by the initiating party to provide information concerning the processing of the payment. It is likely to trigger special processing by any of the agents involved in the payment chain.

OneOf
object
object
Cd
string Required

Specifies the category purpose, as published in an external category purpose code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
PmtMtd
string

Specifies the transfer method that will be used to transfer an amount of money.

Valid values[ "CHK", "TRF", "DD", "TRA" ]
MndtRltdInf
object (MandateRelatedInformation14)

Provides further details related to a direct debit mandate signed between the creditor and the debtor.

MndtId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DtOfSgntr
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
AmdmntInd

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
AmdmntInfDtls
object (AmendmentInformationDetails13)

Provides further details on the list of direct debit mandate elements that have been modified when the amendment indicator has been set.

OrgnlMndtId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
OrgnlCdtrSchmeId
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
OrgnlCdtrAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
OrgnlCdtrAgtAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
OrgnlDbtr
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
OrgnlDbtrAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
OrgnlDbtrAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
OrgnlDbtrAgtAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
OrgnlFnlColltnDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
OrgnlFrqcy
object (Frequency36Choice)

Choice of format for a frequency, for example, the frequency of payment.

OneOf
object
object
Tp
string Required

Specifies the regularity of an event.

Valid values[ "YEAR", "MNTH", "QURT", "MIAN", "WEEK", "DAIL", "ADHO", "INDA", "FRTN" ]
object
object
Prd
object (FrequencyPeriod1) Required

Defines a frequency in terms on counts per period for a specific period type.

Tp
string Required

Specifies the regularity of an event.

Valid values[ "YEAR", "MNTH", "QURT", "MIAN", "WEEK", "DAIL", "ADHO", "INDA", "FRTN" ]
CntPerPrd
number Required

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
object
object
PtInTm
object (FrequencyAndMoment1) Required

Defines a frequency in terms a specific moment within a specified period type.

Tp
string Required

Specifies the regularity of an event.

Valid values[ "YEAR", "MNTH", "QURT", "MIAN", "WEEK", "DAIL", "ADHO", "INDA", "FRTN" ]
PtInTm
string Required

Specifies a numeric string with an exact length of 2 digits.

Pattern^[0-9]{2}$
OrgnlRsn
object (MandateSetupReason1Choice)

Specifies the reason for the setup of the mandate.

OneOf
object
object
Cd
string Required

Specifies the external mandate setup reason code in the format of character string with a maximum length of 4 characters. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
OrgnlTrckgDays
string

Specifies a numeric string with an exact length of 2 digits.

Pattern^[0-9]{2}$
ElctrncSgntr
string

Specifies a character string with a maximum length of 1025 characters.

Min length1
Max length1025
FrstColltnDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
FnlColltnDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Frqcy
object (Frequency36Choice)

Choice of format for a frequency, for example, the frequency of payment.

OneOf
object
object
Tp
string Required

Specifies the regularity of an event.

Valid values[ "YEAR", "MNTH", "QURT", "MIAN", "WEEK", "DAIL", "ADHO", "INDA", "FRTN" ]
object
object
Prd
object (FrequencyPeriod1) Required

Defines a frequency in terms on counts per period for a specific period type.

Tp
string Required

Specifies the regularity of an event.

Valid values[ "YEAR", "MNTH", "QURT", "MIAN", "WEEK", "DAIL", "ADHO", "INDA", "FRTN" ]
CntPerPrd
number Required

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
object
object
PtInTm
object (FrequencyAndMoment1) Required

Defines a frequency in terms a specific moment within a specified period type.

Tp
string Required

Specifies the regularity of an event.

Valid values[ "YEAR", "MNTH", "QURT", "MIAN", "WEEK", "DAIL", "ADHO", "INDA", "FRTN" ]
PtInTm
string Required

Specifies a numeric string with an exact length of 2 digits.

Pattern^[0-9]{2}$
Rsn
object (MandateSetupReason1Choice)

Specifies the reason for the setup of the mandate.

OneOf
object
object
Cd
string Required

Specifies the external mandate setup reason code in the format of character string with a maximum length of 4 characters. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
TrckgDays
string

Specifies a numeric string with an exact length of 2 digits.

Pattern^[0-9]{2}$
RmtInf
object (RemittanceInformation16)

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system.

Ustrd
Array of string (Max140Text)

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
Strd
Array of object (StructuredRemittanceInformation16)

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in a structured form.

object

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in a structured form.

RfrdDocInf
Array of object (ReferredDocumentInformation7)

Provides the identification and the content of the referred document.

object

Set of elements used to identify the documents referred to in the remittance information.

Tp
object (ReferredDocumentType4)

Specifies the type of the document referred in the remittance information.

CdOrPrtry
object (ReferredDocumentType3Choice) Required

Specifies the type of the document referred in the remittance information.

OneOf
object
object
Cd
string Required

Specifies a type of financial or commercial document.

Valid values[ "MSIN", "CNFA", "DNFA", "CINV", "CREN", "DEBN", "HIRI", "SBIN", "CMCN", "SOAC", "DISP", "BOLD", "VCHR", "AROI", "TSUT", "PUOR" ]
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Nb
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RltdDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
LineDtls
Array of object (DocumentLineInformation1)

Set of elements used to provide the content of the referred document line.

object

Provides document line information.

Id
Array of object (DocumentLineIdentification1) Required

Provides identification of the document line.

Min items1
object

Identifies the documents referred to in the remittance information.

Tp
object (DocumentLineType1)

Specifies the type of the document line identification.

CdOrPrtry
object (DocumentLineType1Choice) Required

Specifies the type of the document line identification.

OneOf
object
object
Cd
string Required

Specifies the document line type as published in an external document type code list.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Nb
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RltdDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Desc
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
Amt
object (RemittanceAmount3)

Nature of the amount and currency on a document referred to in the remittance section, typically either the original amount due/payable or the amount actually remitted for the referenced document.

DuePyblAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
DscntApldAmt
Array of object (DiscountAmountAndType1)

Amount of discount to be applied to the amount due and payable to the creditor.

object

Specifies the amount with a specific type.

Tp
object (DiscountAmountType1Choice)

Specifies the amount type.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the amount in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtNoteAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TaxAmt
Array of object (TaxAmountAndType1)

Amount of the tax.

object

Specifies the amount with a specific type.

Tp
object (TaxAmountType1Choice)

Specifies the amount type.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the amount in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
AdjstmntAmtAndRsn
Array of object (DocumentAdjustment1)

Specifies detailed information on the amount and reason of the adjustment.

object

Set of elements used to provide information on the amount and reason of the document adjustment.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
Rsn
string

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
AddtlInf
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
RmtdAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
RfrdDocAmt
object (RemittanceAmount2)

Nature of the amount and currency on a document referred to in the remittance section, typically either the original amount due/payable or the amount actually remitted for the referenced document.

DuePyblAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
DscntApldAmt
Array of object (DiscountAmountAndType1)

Amount specified for the referred document is the amount of discount to be applied to the amount due and payable to the creditor.

object

Specifies the amount with a specific type.

Tp
object (DiscountAmountType1Choice)

Specifies the amount type.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the amount in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtNoteAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TaxAmt
Array of object (TaxAmountAndType1)

Quantity of cash resulting from the calculation of the tax.

object

Specifies the amount with a specific type.

Tp
object (TaxAmountType1Choice)

Specifies the amount type.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the amount in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
AdjstmntAmtAndRsn
Array of object (DocumentAdjustment1)

Specifies detailed information on the amount and reason of the document adjustment.

object

Set of elements used to provide information on the amount and reason of the document adjustment.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
Rsn
string

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
AddtlInf
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
RmtdAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtrRefInf
object (CreditorReferenceInformation2)

Reference information provided by the creditor to allow the identification of the underlying documents.

Tp
object (CreditorReferenceType2)

Specifies the type of creditor reference.

CdOrPrtry
object (CreditorReferenceType1Choice) Required

Specifies the type of document referred by the creditor.

OneOf
object
object
Cd
string Required

Specifies a type of financial or commercial document.

Valid values[ "RADM", "RPIN", "FXDR", "DISP", "PUOR", "SCOR" ]
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ref
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Invcr
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
Invcee
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
TaxRmt
object (TaxInformation7)

Details about tax paid, or to be paid, to the government in accordance with the law, including pre-defined parameters such as thresholds and type of account.

Cdtr
object (TaxParty1)

Details about the entity involved in the tax paid or to be paid.

TaxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RegnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TaxTp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dbtr
object (TaxParty2)

Details about the entity involved in the tax paid or to be paid.

TaxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RegnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TaxTp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Authstn
object (TaxAuthorisation1)

Details of the authorised tax paying party.

Titl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
UltmtDbtr
object (TaxParty2)

Details about the entity involved in the tax paid or to be paid.

TaxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RegnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TaxTp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Authstn
object (TaxAuthorisation1)

Details of the authorised tax paying party.

Titl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
AdmstnZone
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RefNb
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
Mtd
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TtlTaxblBaseAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TtlTaxAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Dt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
SeqNb
integer

Number of objects represented as an integer.

Maximum999999999999999999
Rcrd
Array of object (TaxRecord2)

Record of tax details.

object

Set of elements used to define the tax record.

Tp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctgy
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtgyDtls
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DbtrSts
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CertId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
FrmsCd
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Prd
object (TaxPeriod2)

Period of time details related to the tax payment.

Yr
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Tp
string

Specifies the period related to the tax payment.

Valid values[ "MM01", "MM02", "MM03", "MM04", "MM05", "MM06", "MM07", "MM08", "MM09", "MM10", "MM11", "MM12", "QTR1", "QTR2", "QTR3", "QTR4", "HLF1", "HLF2" ]
FrToDt
object (DatePeriod2)

Range of time defined by a start date and an end date.

FrDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
TaxAmt
object (TaxAmount2)

Set of elements used to provide information on the tax amount(s) of tax record.

Rate
number

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
TaxblBaseAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TtlAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Dtls
Array of object (TaxRecordDetails2)

Set of elements used to provide details on the tax period and amount.

object

Provides information on the individual tax amount(s) per period of the tax record.

Prd
object (TaxPeriod2)

Period of time details related to the tax payment.

Yr
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Tp
string

Specifies the period related to the tax payment.

Valid values[ "MM01", "MM02", "MM03", "MM04", "MM05", "MM06", "MM07", "MM08", "MM09", "MM10", "MM11", "MM12", "QTR1", "QTR2", "QTR3", "QTR4", "HLF1", "HLF2" ]
FrToDt
object (DatePeriod2)

Range of time defined by a start date and an end date.

FrDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
AddtlInf
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
GrnshmtRmt
object (Garnishment3)

Provides remittance information about a payment for garnishment-related purposes.

Tp
object (GarnishmentType1) Required

Specifies the type of garnishment.

CdOrPrtry
object (GarnishmentType1Choice) Required

Specifies the type of garnishment.

OneOf
object
object
Cd
string Required

Specifies the garnishment type as published in an external document type code list.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Grnshee
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
GrnshmtAdmstr
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
RefNb
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
Dt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
RmtdAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
FmlyMdclInsrncInd

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
MplyeeTermntnInd

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
AddtlRmtInf
Array of string (Max140Text)

Additional information, in free text form, to complement the structured remittance information.

Max items3
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
UltmtDbtr
object (Party40Choice)

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Dbtr
object (Party40Choice)

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
DbtrAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
DbtrAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
DbtrAgtAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
CdtrAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
CdtrAgtAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
Cdtr
object (Party40Choice)

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
CdtrAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
UltmtCdtr
object (Party40Choice)

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Purp
object (Purpose2Choice)

Specifies the underlying reason for the payment transaction. Usage: Purpose is used by the end-customers, that is initiating party, (ultimate) debtor, (ultimate) creditor to provide information concerning the nature of the payment. Purpose is a content element, which is not used for processing by any of the agents involved in the payment chain.

OneOf
object
object
Cd
string Required

Specifies the external purpose code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SplmtryData
Array of object (SupplementaryData1)

Additional information that cannot be captured in the structured elements and/or any other specific block.

object

Additional information that can not be captured in the structured fields and/or any other specific block.

PlcAndNm
string

Specifies a character string with a maximum length of 350 characters.

Min length1
Max length350
Envlp
object (SupplementaryDataEnvelope1) Required

Technical component that contains the validated supplementary data information. This technical envelope allows to segregate the supplementary data information from any other information.

SplmtryData
Array of object (SupplementaryData1)

Additional information that cannot be captured in the structured elements and/or any other specific block.

object

Additional information that can not be captured in the structured fields and/or any other specific block.

PlcAndNm
string

Specifies a character string with a maximum length of 350 characters.

Min length1
Max length350
Envlp
object (SupplementaryDataEnvelope1) Required

Technical component that contains the validated supplementary data information. This technical envelope allows to segregate the supplementary data information from any other information.

AccountsEntriesPayloadWrapper
object (AccountsEntriesPayloadWrapper)
type
string Required

Account entries notification type

Valid values[ "accounts-entries" ]
Exampleaccounts-entries
payload
object Required

Account entries notification payload.

entryId
string Required

Valid Universally Unique Identifier

Min length36
Max length36
Pattern^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
Example2507b89c-b680-46df-9505-e0b6f78cf295
isoDocumentVersion
string Required

ISO document version for camt054 property of payload of accounts-entries webhook type

Valid values[ "camt.054.001.08" ]
Examplecamt.054.001.08
camt054
object (Camt054v08) Required
BkToCstmrDbtCdtNtfctn
object (BankToCustomerDebitCreditNotificationV08) Required

Scope The BankToCustomerDebitCreditNotification message is sent by the account servicer to an account owner or to a party authorised by the account owner to receive the message. It can be used to inform the account owner, or authorised party, of single or multiple debit and/or credit entries reported to the account. Usage The BankToCustomerDebitCreditNotification message can contain reports for more than one account. It provides information for cash management and/or reconciliation. The BankToCustomerDebitCreditNotification message can be used to:

  • report pending and booked items;
  • notify one or more debit entries;
  • notify one or more credit entries;
  • notify a combination of debit and credit entries. It can include underlying details of transactions that have been included in the entry. It is possible that the receiver of the message is not the account owner, but a party entitled by the account owner to receive the account information (also known as recipient). It does not contain balance information.
GrpHdr
object (GroupHeader81) Required

Provides further details on the message.

MsgId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CreDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
MsgRcpt
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
MsgPgntn
object (Pagination1)

Number used to sequence pages when it is not possible for data to be conveyed in a single message and the data has to be split across several pages (messages).

PgNb
string Required

Specifies a numeric string with a maximum length of 5 digits.

Pattern^[0-9]{1,5}$
LastPgInd

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
OrgnlBizQry
object (OriginalBusinessQuery1)

Unique identification, as assigned by the original requestor, to unambiguously identify the business query message.

MsgId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MsgNmId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CreDtTm
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
AddtlInf
string

Specifies a character string with a maximum length of 500 characters.

Min length1
Max length500
Ntfctn
Array of object (AccountNotification17) Required

Notifies debit and credit entries for the account.

Min items1
object

Provides further details of the account notification.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
NtfctnPgntn
object (Pagination1)

Number used to sequence pages when it is not possible for data to be conveyed in a single message and the data has to be split across several pages (messages).

PgNb
string Required

Specifies a numeric string with a maximum length of 5 digits.

Pattern^[0-9]{1,5}$
LastPgInd

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
ElctrncSeqNb
integer

Number of objects represented as an integer.

Maximum999999999999999999
RptgSeq
object (SequenceRange1Choice)

Specifies a choice of sequences.

OneOf
object
object
FrSeq
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
ToSeq
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
FrToSeq

Particular sequence range specified between a start sequence and an end sequence.

OneOf
SequenceRange1
object (SequenceRange1)
FrSeq
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
ToSeq
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
array
array
object

Specifies a range of sequences from a start sequence to an end sequence.

FrSeq
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
ToSeq
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
EQSeq

Specified sequence to match.

OneOf
string
string
Min length1
Max length35
array
array
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
NEQSeq

Specified sequence to be excluded.

OneOf
string
string
Min length1
Max length35
array
array
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LglSeqNb
integer

Number of objects represented as an integer.

Maximum999999999999999999
CreDtTm
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
FrToDt
object (DateTimePeriod1)

Time span defined by a start date and time, and an end date and time.

FrDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
CpyDplctInd
string

Specifies if this document is a copy, a duplicate, or a duplicate of a copy.

Valid values[ "CODU", "COPY", "DUPL" ]
RptgSrc
object (ReportingSource1Choice)

Specifies the source used to generate the reporting.

OneOf
object
object
Cd
string Required

Specifies the reporting source, as published in an external reporting source code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Acct
object (CashAccount39) Required

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
Ownr
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
Svcr
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
RltdAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
Intrst
Array of object (AccountInterest4)

Provides general interest information that applies to the account at a particular moment in time.

object

Provides further details on the interest that applies to the account at a particular moment in time.

Tp
object (InterestType1Choice)

Interest type is expressed as a code or a text.

OneOf
object
object
Cd
string Required

Indicates which type of interest is applied to a balance left on an account.

Valid values[ "INDY", "OVRN" ]
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rate
Array of object (Rate4)

Set of elements used to qualify the interest rate.

object

Set of elements used to qualify the interest rate.

Tp
object (RateType4Choice) Required

Specifies the rate as a percentage or a text.

OneOf
object
object
Pctg
number Required

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
object
object
Othr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
VldtyRg
object (ActiveOrHistoricCurrencyAndAmountRange2)

Range of amount values.

Amt
object (ImpliedCurrencyAmountRange1Choice) Required

Choice between ranges of values in which an amount is considered valid or a specified amount value which has to be matched or unmatched to be valid.

OneOf
object
object
FrAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
object
object
ToAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
object
object
FrToAmt
object (FromToAmountRange1) Required

Range of amount values.

FrAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
ToAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
object
object
EQAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
object
object
NEQAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
FrToDt
object (DateTimePeriod1)

Time span defined by a start date and time, and an end date and time.

FrDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Rsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tax
object (TaxCharges2)

Amount of money due to the government or tax authority, according to various pre-defined parameters such as thresholds or income.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rate
number

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
Amt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TxsSummry
object (TotalTransactions6)

Set of elements used to provide summary information on entries.

TtlNtries
object (NumberAndSumOfTransactions4)

Set of elements providing the total sum of entries.

NbOfNtries
string

Specifies a numeric string with a maximum length of 15 digits.

Pattern^[0-9]{1,15}$
Sum
number

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
TtlNetNtry
object (AmountAndDirection35)

Resulting debit or credit amount of the netted amounts for all debit and credit entries.

Amt
number Required

Number of objects represented as a non negative decimal number, for example, 0.75 or 45.6.

Minimum0
Maximum999999999999999999
CdtDbtInd
string Required

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
TtlCdtNtries
object (NumberAndSumOfTransactions1)

Set of elements providing the total sum of entries.

NbOfNtries
string

Specifies a numeric string with a maximum length of 15 digits.

Pattern^[0-9]{1,15}$
Sum
number

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
TtlDbtNtries
object (NumberAndSumOfTransactions1)

Set of elements providing the total sum of entries.

NbOfNtries
string

Specifies a numeric string with a maximum length of 15 digits.

Pattern^[0-9]{1,15}$
Sum
number

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
TtlNtriesPerBkTxCd
Array of object (TotalsPerBankTransactionCode5)

Specifies the total number and sum of entries per bank transaction code.

object

Set of elements used to provide the total sum of entries per bank transaction code.

NbOfNtries
string

Specifies a numeric string with a maximum length of 15 digits.

Pattern^[0-9]{1,15}$
Sum
number

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
TtlNetNtry
object (AmountAndDirection35)

Resulting debit or credit amount of the netted amounts for all debit and credit entries.

Amt
number Required

Number of objects represented as a non negative decimal number, for example, 0.75 or 45.6.

Minimum0
Maximum999999999999999999
CdtDbtInd
string Required

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
CdtNtries
object (NumberAndSumOfTransactions1)

Set of elements providing the total sum of entries.

NbOfNtries
string

Specifies a numeric string with a maximum length of 15 digits.

Pattern^[0-9]{1,15}$
Sum
number

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
DbtNtries
object (NumberAndSumOfTransactions1)

Set of elements providing the total sum of entries.

NbOfNtries
string

Specifies a numeric string with a maximum length of 15 digits.

Pattern^[0-9]{1,15}$
Sum
number

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
FcstInd

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
BkTxCd
object (BankTransactionCodeStructure4) Required

Set of elements used to identify the type or operations code of a transaction entry.

Domn
object (BankTransactionCodeStructure5)

Set of elements used to identify the type or operations code of a transaction entry.

Cd
string Required

Specifies the bank transaction code domain, as published in an external bank transaction code domain code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
Fmly
object (BankTransactionCodeStructure6) Required

Set of elements used to identify the type or operations code of a transaction entry.

Cd
string Required

Specifies the bank transaction code family, as published in an external bank transaction code family code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
SubFmlyCd
string Required

Specifies the bank transaction code sub-family, as published in an external bank transaction code sub-family code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
Prtry
object (ProprietaryBankTransactionCodeStructure1)

Set of elements to fully identify a proprietary bank transaction code.

Cd
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Avlbty
Array of object (CashAvailability1)

Set of elements used to indicate when the booked amount of money will become available, that is can be accessed and starts generating interest.

object

Indicates when the amount of money will become available, that is can be accessed and start generating interest.

Dt
object (CashAvailabilityDate1Choice) Required

Indicates when the amount of money will become available.

OneOf
object
object
NbOfDays
string Required

Specifies a numeric string with a maximum length of 15 digits and may be prefixed with a plus sign.

Pattern^[\+]{0,1}[0-9]{1,15}$
object
object
ActlDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string Required

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
Dt
object (DateAndDateTime2Choice)

Choice between a date or a date and time format.

OneOf
object
object
Dt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
object
object
DtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Ntry
Array of object (ReportEntry10)

Specifies an entry in the debit credit notification. Usage: At least one reference must be provided to identify the entry and its underlying transaction(s).

Usage Rule: In case of a Payments R-transaction the creditor / debtor referenced of the original payment initiation messages is also used for reporting of the R-transaction. The original debtor/creditor in the reporting of R-Transactions is not inverted. Following elements all defined in the TransactionDetails in RelatedParties or RelatedAgents are impacted by this usage rule: Creditor, UltimateCreditor, CreditorAccount, CreditorAgent, Debtor, UltimateDebtor, DebtorAccount and DebtorAgent.

object

Provides further details on an entry in the report.

NtryRef
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string Required

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
RvslInd

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
Sts
object (EntryStatus1Choice) Required

Specifies the status of an entry on the books of the account servicer.

OneOf
object
object
Cd
string Required

Specifies the status of an entry on the books of the account servicer, as published in an external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BookgDt
object (DateAndDateTime2Choice)

Choice between a date or a date and time format.

OneOf
object
object
Dt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
object
object
DtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ValDt
object (DateAndDateTime2Choice)

Choice between a date or a date and time format.

OneOf
object
object
Dt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
object
object
DtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
AcctSvcrRef
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Avlbty
Array of object (CashAvailability1)

Indicates when the booked amount of money will become available, that is can be accessed and starts generating interest.

Usage: This type of information is used in the US and is linked to particular instruments such as cheques. Example: When a cheque is deposited, it will be booked on the deposit day, but the amount of money will only be accessible as of the indicated availability day (according to national banking regulations).

object

Indicates when the amount of money will become available, that is can be accessed and start generating interest.

Dt
object (CashAvailabilityDate1Choice) Required

Indicates when the amount of money will become available.

OneOf
object
object
NbOfDays
string Required

Specifies a numeric string with a maximum length of 15 digits and may be prefixed with a plus sign.

Pattern^[\+]{0,1}[0-9]{1,15}$
object
object
ActlDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string Required

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
BkTxCd
object (BankTransactionCodeStructure4) Required

Set of elements used to identify the type or operations code of a transaction entry.

Domn
object (BankTransactionCodeStructure5)

Set of elements used to identify the type or operations code of a transaction entry.

Cd
string Required

Specifies the bank transaction code domain, as published in an external bank transaction code domain code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
Fmly
object (BankTransactionCodeStructure6) Required

Set of elements used to identify the type or operations code of a transaction entry.

Cd
string Required

Specifies the bank transaction code family, as published in an external bank transaction code family code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
SubFmlyCd
string Required

Specifies the bank transaction code sub-family, as published in an external bank transaction code sub-family code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
Prtry
object (ProprietaryBankTransactionCodeStructure1)

Set of elements to fully identify a proprietary bank transaction code.

Cd
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
ComssnWvrInd

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
AddtlInfInd
object (MessageIdentification2)

Set of elements providing the identification of a message.

MsgNmId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MsgId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
AmtDtls
object (AmountAndCurrencyExchange3)

Set of elements used to provide information on the original amount.

InstdAmt
object (AmountAndCurrencyExchangeDetails3)

Set of elements used to provide information on the original amount and currency exchange.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyXchg
object (CurrencyExchange5)

Set of elements used to provide details of the currency exchange.

SrcCcy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TrgtCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
UnitCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
XchgRate
number Required

Rate expressed as a decimal, for example, 0.7 is 7/10 and 70%.

Maximum99999999999
CtrctId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
QtnDt
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
TxAmt
object (AmountAndCurrencyExchangeDetails3)

Set of elements used to provide information on the original amount and currency exchange.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyXchg
object (CurrencyExchange5)

Set of elements used to provide details of the currency exchange.

SrcCcy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TrgtCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
UnitCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
XchgRate
number Required

Rate expressed as a decimal, for example, 0.7 is 7/10 and 70%.

Maximum99999999999
CtrctId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
QtnDt
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
CntrValAmt
object (AmountAndCurrencyExchangeDetails3)

Set of elements used to provide information on the original amount and currency exchange.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyXchg
object (CurrencyExchange5)

Set of elements used to provide details of the currency exchange.

SrcCcy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TrgtCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
UnitCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
XchgRate
number Required

Rate expressed as a decimal, for example, 0.7 is 7/10 and 70%.

Maximum99999999999
CtrctId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
QtnDt
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
AnncdPstngAmt
object (AmountAndCurrencyExchangeDetails3)

Set of elements used to provide information on the original amount and currency exchange.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyXchg
object (CurrencyExchange5)

Set of elements used to provide details of the currency exchange.

SrcCcy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TrgtCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
UnitCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
XchgRate
number Required

Rate expressed as a decimal, for example, 0.7 is 7/10 and 70%.

Maximum99999999999
CtrctId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
QtnDt
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrtryAmt
Array of object (AmountAndCurrencyExchangeDetails4)

Set of elements used to provide information on the original amount and currency exchange.

object

Set of elements used to provide information on the original amount and currency exchange.

Tp
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyXchg
object (CurrencyExchange5)

Set of elements used to provide details of the currency exchange.

SrcCcy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TrgtCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
UnitCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
XchgRate
number Required

Rate expressed as a decimal, for example, 0.7 is 7/10 and 70%.

Maximum99999999999
CtrctId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
QtnDt
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Chrgs
object (Charges6)

Provides further details on the charges related to the payment transaction.

TtlChrgsAndTaxAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Rcrd
Array of object (ChargesRecord3)

Provides details of the individual charges record.

object

Provides further individual record details on the charges related to the payment transaction.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
ChrgInclInd

Indicates whether charges have already been included.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
Tp
object (ChargeType3Choice)

Specifies the charge type.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the charges in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
object (GenericIdentification3) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rate
number

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
Br
string

Specifies which party(ies) will pay charges due for processing of the instruction.

Valid values[ "DEBT", "CRED", "SHAR", "SLEV" ]
Agt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Tax
object (TaxCharges2)

Amount of money due to the government or tax authority, according to various pre-defined parameters such as thresholds or income.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rate
number

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
Amt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TechInptChanl
object (TechnicalInputChannel1Choice)

Specifies the technical input channel.

OneOf
object
object
Cd
string Required

Specifies the technical input channel, as published in an external technical input channel code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Intrst
object (TransactionInterest4)

Provide further details on transaction specific interest information that applies to the underlying transaction.

TtlIntrstAndTaxAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Rcrd
Array of object (InterestRecord2)

Individual interest record.

object

Provides transaction specific interest information that applies to the underlying transaction.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string Required

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
Tp
object (InterestType1Choice)

Interest type is expressed as a code or a text.

OneOf
object
object
Cd
string Required

Indicates which type of interest is applied to a balance left on an account.

Valid values[ "INDY", "OVRN" ]
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rate
object (Rate4)

Set of elements used to qualify the interest rate.

Tp
object (RateType4Choice) Required

Specifies the rate as a percentage or a text.

OneOf
object
object
Pctg
number Required

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
object
object
Othr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
VldtyRg
object (ActiveOrHistoricCurrencyAndAmountRange2)

Range of amount values.

Amt
object (ImpliedCurrencyAmountRange1Choice) Required

Choice between ranges of values in which an amount is considered valid or a specified amount value which has to be matched or unmatched to be valid.

OneOf
object
object
FrAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
object
object
ToAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
object
object
FrToAmt
object (FromToAmountRange1) Required

Range of amount values.

FrAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
ToAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
object
object
EQAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
object
object
NEQAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
FrToDt
object (DateTimePeriod1)

Time span defined by a start date and time, and an end date and time.

FrDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Rsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tax
object (TaxCharges2)

Amount of money due to the government or tax authority, according to various pre-defined parameters such as thresholds or income.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rate
number

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
Amt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CardTx
object (CardEntry4)

Card transaction entry.

Card
object (PaymentCard4)

Electronic money product that provides the cardholder with a portable and specialised computer device, which typically contains a microprocessor.

PlainCardData
object (PlainCardData1)

Sensible data associated with the payment card performing the transaction.

PAN
string Required

Specifies a numeric string with a minimum length of 8 digits, and a maximum length of 28 digits.

Pattern^[0-9]{8,28}$
CardSeqNb
string

Specifies a numeric string with a minimum length of 2 digits, and a maximum length of 3 digits.

Pattern^[0-9]{2,3}$
FctvDt
string

Month within a particular calendar year represented by YYYY-MM (ISO 8601).

Pattern^(-?[0-9]+-[0-9][0-9])(Z|[+-][0-9][0-9]:[0-9][0-9])?$
XpryDt
string Required

Month within a particular calendar year represented by YYYY-MM (ISO 8601).

Pattern^(-?[0-9]+-[0-9][0-9])(Z|[+-][0-9][0-9]:[0-9][0-9])?$
SvcCd
string

Specifies a numeric string with an exact length of 3 digits.

Pattern^[0-9]{3}$
TrckData
Array of object (TrackData1)

Magnetic track or equivalent payment card data.

object

Magnetic track or equivalent payment card data.

TrckNb
string

Specifies a numeric string with an exact length of1digit.

Pattern^[0-9]$
TrckVal
string Required

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
CardSctyCd
object (CardSecurityInformation1)

Card security code (CSC) associated with the card performing the transaction.

CSCMgmt
string Required

CSC (Card Security Code) management associated with the transaction.

Valid values[ "PRST", "BYPS", "UNRD", "NCSC" ]
CSCVal
string

Specifies a numeric string with a minimum length of 3 digits, and a maximum length of 4 digits.

Pattern^[0-9]{3,4}$
CardCtryCd
string

Specifies a numeric string with an exact length of 3 digits.

Pattern^[0-9]{3}$
CardBrnd
object (GenericIdentification1)

Information related to an identification, for example party identification or account identification.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
AddtlCardData
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
POI
object (PointOfInteraction1)

Point of interaction (POI) performing the transaction.

Id
object (GenericIdentification32) Required

Identification of an entity.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
string

Identification of the type of entity involved in a transaction.

Valid values[ "OPOI", "MERC", "ACCP", "ITAG", "ACQR", "CISS", "DLIS" ]
Issr
string

Entity assigning an identification (for example merchant, acceptor, acquirer, tax authority, etc.).

Valid values[ "MERC", "ACCP", "ITAG", "ACQR", "CISS", "TAXH" ]
ShrtNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SysNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
GrpId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Cpblties
object (PointOfInteractionCapabilities1)

Capabilities of the POI performing the transaction.

CardRdngCpblties
Array of string (CardDataReading1Code)

Card reading capabilities of the POI performing the transaction.

string

Type of reading of the card data.

Valid values[ "TAGC", "PHYS", "BRCD", "MGST", "CICC", "DFLE", "CTLS", "ECTL" ]
CrdhldrVrfctnCpblties
Array of string (CardholderVerificationCapability1Code)

Cardholder verification capabilities of the POI performing the transaction.

string

Cardholder verification capabilities of the POI (Personal Identification Number) performing the transaction.

Valid values[ "MNSG", "NPIN", "FCPN", "FEPN", "FDSG", "FBIO", "MNVR", "FBIG", "APKI", "PKIS", "CHDT", "SCEC" ]
OnLineCpblties
string

On-line and off-line capabilities of the POI (Point Of Interaction).

Valid values[ "OFLN", "ONLN", "SMON" ]
DispCpblties
Array of object (DisplayCapabilities1)

Capabilities of the display components performing the transaction.

object

The capabilities of the display components performing the transaction.

DispTp
string Required

Type of interface to display a message.

Valid values[ "MDSP", "CDSP" ]
NbOfLines
string Required

Specifies a numeric string with a maximum length of 3 digits.

Pattern^[0-9]{1,3}$
LineWidth
string Required

Specifies a numeric string with a maximum length of 3 digits.

Pattern^[0-9]{1,3}$
PrtLineWidth
string

Specifies a numeric string with a maximum length of 3 digits.

Pattern^[0-9]{1,3}$
Cmpnt
Array of object (PointOfInteractionComponent1)

Data related to a component of the POI performing the transaction.

object

Data related to a component of the POI performing the transaction.

POICmpntTp
string Required

Generic component type belonging to a POI (Point of Interaction) Terminal.

Valid values[ "SOFT", "EMVK", "EMVO", "MRIT", "CHIT", "SECM", "PEDV" ]
ManfctrId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Mdl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
VrsnNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
SrlNb
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
ApprvlNb
Array of string (Max70Text)

Unique approval number for a component, delivered by a certification body. Usage: More than one approval number could be present, when assigned by different bodies. The certification body identification must be provided within the approval number (for example at the beginning of the value).

string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
AggtdNtry
object (CardAggregated2)

Globalised card transaction entry details.

AddtlSvc
string

Service provided by the card payment transaction, in addition to the main service.

Valid values[ "AGGR", "DCCV", "GRTT", "INSP", "LOYT", "NRES", "PUCO", "RECP", "SOAF", "UNAF", "VCAU" ]
TxCtgy
string

Specifies the category of card transaction in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
SaleRcncltnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SeqNbRg
object (CardSequenceNumberRange1)

Range of sequence numbers related to card transactions.

FrstTx
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LastTx
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TxDtRg
object (DateOrDateTimePeriod1Choice)

Choice between a date or a date and time format for a period.

OneOf
object
object
Dt
object (DatePeriod2) Required

Range of time defined by a start date and an end date.

FrDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
object
object
DtTm
object (DateTimePeriod1) Required

Time span defined by a start date and time, and an end date and time.

FrDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrePdAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
NtryDtls
Array of object (EntryDetails9)

Provides details on the entry.

object

Identifies the underlying transaction(s) and/or batched entries.

Btch
object (BatchInformation2)

Set of elements used to identify the underlying batches.

MsgId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
PmtInfId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
NbOfTxs
string

Specifies a numeric string with a maximum length of 15 digits.

Pattern^[0-9]{1,15}$
TtlAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
TxDtls
Array of object (EntryTransaction10)

Provides information on the underlying transaction(s).

object

Identifies the underlying transaction.

Refs
object (TransactionReferences6)

Identifies the underlying transaction.

MsgId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
AcctSvcrRef
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
PmtInfId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
InstrId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
EndToEndId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
UETR
string

Universally Unique IDentifier (UUID) version 4, as described in IETC RFC 4122 "Universally Unique IDentifier (UUID) URN Namespace".

Pattern^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$
TxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MndtId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
ChqNb
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
ClrSysRef
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
AcctOwnrTxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
AcctSvcrTxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MktInfrstrctrTxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
PrcgId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Prtry
Array of object (ProprietaryReference1)

Proprietary reference related to the underlying transaction.

object

Set of elements to identify a proprietary reference.

Tp
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ref
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
AmtDtls
object (AmountAndCurrencyExchange3)

Set of elements used to provide information on the original amount.

InstdAmt
object (AmountAndCurrencyExchangeDetails3)

Set of elements used to provide information on the original amount and currency exchange.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyXchg
object (CurrencyExchange5)

Set of elements used to provide details of the currency exchange.

SrcCcy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TrgtCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
UnitCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
XchgRate
number Required

Rate expressed as a decimal, for example, 0.7 is 7/10 and 70%.

Maximum99999999999
CtrctId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
QtnDt
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
TxAmt
object (AmountAndCurrencyExchangeDetails3)

Set of elements used to provide information on the original amount and currency exchange.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyXchg
object (CurrencyExchange5)

Set of elements used to provide details of the currency exchange.

SrcCcy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TrgtCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
UnitCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
XchgRate
number Required

Rate expressed as a decimal, for example, 0.7 is 7/10 and 70%.

Maximum99999999999
CtrctId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
QtnDt
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
CntrValAmt
object (AmountAndCurrencyExchangeDetails3)

Set of elements used to provide information on the original amount and currency exchange.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyXchg
object (CurrencyExchange5)

Set of elements used to provide details of the currency exchange.

SrcCcy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TrgtCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
UnitCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
XchgRate
number Required

Rate expressed as a decimal, for example, 0.7 is 7/10 and 70%.

Maximum99999999999
CtrctId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
QtnDt
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
AnncdPstngAmt
object (AmountAndCurrencyExchangeDetails3)

Set of elements used to provide information on the original amount and currency exchange.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyXchg
object (CurrencyExchange5)

Set of elements used to provide details of the currency exchange.

SrcCcy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TrgtCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
UnitCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
XchgRate
number Required

Rate expressed as a decimal, for example, 0.7 is 7/10 and 70%.

Maximum99999999999
CtrctId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
QtnDt
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrtryAmt
Array of object (AmountAndCurrencyExchangeDetails4)

Set of elements used to provide information on the original amount and currency exchange.

object

Set of elements used to provide information on the original amount and currency exchange.

Tp
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CcyXchg
object (CurrencyExchange5)

Set of elements used to provide details of the currency exchange.

SrcCcy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TrgtCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
UnitCcy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
XchgRate
number Required

Rate expressed as a decimal, for example, 0.7 is 7/10 and 70%.

Maximum99999999999
CtrctId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
QtnDt
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Avlbty
Array of object (CashAvailability1)

Indicates when the booked amount of money will become available, that is can be accessed and starts generating interest.

Usage: This type of information is used in the US and is linked to particular instruments such as cheques. Example: When a cheque is deposited, it will be booked on the deposit day, but the amount of money will only be accessible as of the indicated availability day (according to national banking regulations).

object

Indicates when the amount of money will become available, that is can be accessed and start generating interest.

Dt
object (CashAvailabilityDate1Choice) Required

Indicates when the amount of money will become available.

OneOf
object
object
NbOfDays
string Required

Specifies a numeric string with a maximum length of 15 digits and may be prefixed with a plus sign.

Pattern^[\+]{0,1}[0-9]{1,15}$
object
object
ActlDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string Required

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
BkTxCd
object (BankTransactionCodeStructure4)

Set of elements used to identify the type or operations code of a transaction entry.

Domn
object (BankTransactionCodeStructure5)

Set of elements used to identify the type or operations code of a transaction entry.

Cd
string Required

Specifies the bank transaction code domain, as published in an external bank transaction code domain code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
Fmly
object (BankTransactionCodeStructure6) Required

Set of elements used to identify the type or operations code of a transaction entry.

Cd
string Required

Specifies the bank transaction code family, as published in an external bank transaction code family code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
SubFmlyCd
string Required

Specifies the bank transaction code sub-family, as published in an external bank transaction code sub-family code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
Prtry
object (ProprietaryBankTransactionCodeStructure1)

Set of elements to fully identify a proprietary bank transaction code.

Cd
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Chrgs
object (Charges6)

Provides further details on the charges related to the payment transaction.

TtlChrgsAndTaxAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Rcrd
Array of object (ChargesRecord3)

Provides details of the individual charges record.

object

Provides further individual record details on the charges related to the payment transaction.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
ChrgInclInd

Indicates whether charges have already been included.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
Tp
object (ChargeType3Choice)

Specifies the charge type.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the charges in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
object (GenericIdentification3) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rate
number

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
Br
string

Specifies which party(ies) will pay charges due for processing of the instruction.

Valid values[ "DEBT", "CRED", "SHAR", "SLEV" ]
Agt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Tax
object (TaxCharges2)

Amount of money due to the government or tax authority, according to various pre-defined parameters such as thresholds or income.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rate
number

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
Amt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Intrst
object (TransactionInterest4)

Provide further details on transaction specific interest information that applies to the underlying transaction.

TtlIntrstAndTaxAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Rcrd
Array of object (InterestRecord2)

Individual interest record.

object

Provides transaction specific interest information that applies to the underlying transaction.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string Required

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
Tp
object (InterestType1Choice)

Interest type is expressed as a code or a text.

OneOf
object
object
Cd
string Required

Indicates which type of interest is applied to a balance left on an account.

Valid values[ "INDY", "OVRN" ]
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rate
object (Rate4)

Set of elements used to qualify the interest rate.

Tp
object (RateType4Choice) Required

Specifies the rate as a percentage or a text.

OneOf
object
object
Pctg
number Required

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
object
object
Othr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
VldtyRg
object (ActiveOrHistoricCurrencyAndAmountRange2)

Range of amount values.

Amt
object (ImpliedCurrencyAmountRange1Choice) Required

Choice between ranges of values in which an amount is considered valid or a specified amount value which has to be matched or unmatched to be valid.

OneOf
object
object
FrAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
object
object
ToAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
object
object
FrToAmt
object (FromToAmountRange1) Required

Range of amount values.

FrAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
ToAmt
object (AmountRangeBoundary1) Required

Limit for an amount range.

BdryAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
Incl

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
object
object
EQAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
object
object
NEQAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
FrToDt
object (DateTimePeriod1)

Time span defined by a start date and time, and an end date and time.

FrDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Rsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tax
object (TaxCharges2)

Amount of money due to the government or tax authority, according to various pre-defined parameters such as thresholds or income.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rate
number

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
Amt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
RltdPties
object (TransactionParties6)

Provides further details on the parties specific to the individual transaction.

InitgPty
object (Party40Choice)

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Dbtr
object (Party40Choice)

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
DbtrAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
UltmtDbtr
object (Party40Choice)

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Cdtr
object (Party40Choice)

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
CdtrAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
UltmtCdtr
object (Party40Choice)

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
TradgPty
object (Party40Choice)

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prtry
Array of object (ProprietaryParty5)

Proprietary party related to the underlying transaction.

object

Identifies a proprietary party.

Tp
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Pty
object (Party40Choice) Required

Identification of a person, an organisation or a financial institution.

OneOf
object
object
Pty
object (PartyIdentification135) Required

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
object
object
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
RltdAgts
object (TransactionAgents5)

Provides further details on the agents specific to the individual transaction.

InstgAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
InstdAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
DbtrAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
CdtrAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
IntrmyAgt1
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
IntrmyAgt2
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
IntrmyAgt3
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
RcvgAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
DlvrgAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
IssgAgt
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SttlmPlc
object (BranchAndFinancialInstitutionIdentification6)

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prtry
Array of object (ProprietaryAgent4)

Proprietary agent related to the underlying transaction.

object

Identifies a proprietary party.

Tp
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Agt
object (BranchAndFinancialInstitutionIdentification6) Required

Unique and unambiguous identification of a financial institution or a branch of a financial institution.

FinInstnId
object (FinancialInstitutionIdentification18) Required

Specifies the details to identify a financial institution.

BICFI
string

Code allocated to a financial institution by the ISO 9362 Registration Authority as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
ClrSysMmbId
object (ClearingSystemMemberIdentification2)

Unique identification, as assigned by a clearing system, to unambiguously identify a member of the clearing system.

ClrSysId
object (ClearingSystemIdentification2Choice)

Choice of a clearing system identifier.

OneOf
object
object
Cd
string Required

Specifies the clearing system identification code, as published in an external clearing system identification code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length5
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
MmbId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
object (GenericFinancialIdentification1)

Information related to an identification of a financial institution.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (FinancialIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external financial institution identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
BrnchId
object (BranchData3)

Information that locates and identifies a specific branch of a financial institution.

Id
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
LclInstrm
object (LocalInstrument2Choice)

Set of elements that further identifies the type of local instruments being requested by the initiating party.

OneOf
object
object
Cd
string Required

Specifies the external local instrument code in the format of character string with a maximum length of 35 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length35
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Purp
object (Purpose2Choice)

Specifies the underlying reason for the payment transaction. Usage: Purpose is used by the end-customers, that is initiating party, (ultimate) debtor, (ultimate) creditor to provide information concerning the nature of the payment. Purpose is a content element, which is not used for processing by any of the agents involved in the payment chain.

OneOf
object
object
Cd
string Required

Specifies the external purpose code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RltdRmtInf
Array of object (RemittanceLocation7)

Provides information related to the handling of the remittance information by any of the agents in the transaction processing chain.

Max items10
object

Provides information on the remittance advice.

RmtId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RmtLctnDtls
Array of object (RemittanceLocationData1)

Set of elements used to provide information on the location and/or delivery of the remittance information.

object

Provides additional details on the remittance advice.

Mtd
string Required

Specifies the method used to deliver the remittance advice information.

Valid values[ "FAXI", "EDIC", "URID", "EMAL", "POST", "SMSM" ]
ElctrncAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
PstlAdr
object (NameAndAddress16)

Information that locates and identifies a party.

Nm
string Required

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
Adr
object (PostalAddress24) Required

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
RmtInf
object (RemittanceInformation16)

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system.

Ustrd
Array of string (Max140Text)

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.

string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
Strd
Array of object (StructuredRemittanceInformation16)

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in a structured form.

object

Information supplied to enable the matching/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in a structured form.

RfrdDocInf
Array of object (ReferredDocumentInformation7)

Provides the identification and the content of the referred document.

object

Set of elements used to identify the documents referred to in the remittance information.

Tp
object (ReferredDocumentType4)

Specifies the type of the document referred in the remittance information.

CdOrPrtry
object (ReferredDocumentType3Choice) Required

Specifies the type of the document referred in the remittance information.

OneOf
object
object
Cd
string Required

Specifies a type of financial or commercial document.

Valid values[ "MSIN", "CNFA", "DNFA", "CINV", "CREN", "DEBN", "HIRI", "SBIN", "CMCN", "SOAC", "DISP", "BOLD", "VCHR", "AROI", "TSUT", "PUOR" ]
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Nb
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RltdDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
LineDtls
Array of object (DocumentLineInformation1)

Set of elements used to provide the content of the referred document line.

object

Provides document line information.

Id
Array of object (DocumentLineIdentification1) Required

Provides identification of the document line.

Min items1
object

Identifies the documents referred to in the remittance information.

Tp
object (DocumentLineType1)

Specifies the type of the document line identification.

CdOrPrtry
object (DocumentLineType1Choice) Required

Specifies the type of the document line identification.

OneOf
object
object
Cd
string Required

Specifies the document line type as published in an external document type code list.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Nb
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RltdDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Desc
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
Amt
object (RemittanceAmount3)

Nature of the amount and currency on a document referred to in the remittance section, typically either the original amount due/payable or the amount actually remitted for the referenced document.

DuePyblAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
DscntApldAmt
Array of object (DiscountAmountAndType1)

Amount of discount to be applied to the amount due and payable to the creditor.

object

Specifies the amount with a specific type.

Tp
object (DiscountAmountType1Choice)

Specifies the amount type.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the amount in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtNoteAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TaxAmt
Array of object (TaxAmountAndType1)

Amount of the tax.

object

Specifies the amount with a specific type.

Tp
object (TaxAmountType1Choice)

Specifies the amount type.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the amount in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
AdjstmntAmtAndRsn
Array of object (DocumentAdjustment1)

Specifies detailed information on the amount and reason of the adjustment.

object

Set of elements used to provide information on the amount and reason of the document adjustment.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
Rsn
string

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
AddtlInf
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
RmtdAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
RfrdDocAmt
object (RemittanceAmount2)

Nature of the amount and currency on a document referred to in the remittance section, typically either the original amount due/payable or the amount actually remitted for the referenced document.

DuePyblAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
DscntApldAmt
Array of object (DiscountAmountAndType1)

Amount specified for the referred document is the amount of discount to be applied to the amount due and payable to the creditor.

object

Specifies the amount with a specific type.

Tp
object (DiscountAmountType1Choice)

Specifies the amount type.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the amount in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtNoteAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TaxAmt
Array of object (TaxAmountAndType1)

Quantity of cash resulting from the calculation of the tax.

object

Specifies the amount with a specific type.

Tp
object (TaxAmountType1Choice)

Specifies the amount type.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the amount in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
AdjstmntAmtAndRsn
Array of object (DocumentAdjustment1)

Specifies detailed information on the amount and reason of the document adjustment.

object

Set of elements used to provide information on the amount and reason of the document adjustment.

Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtDbtInd
string

Specifies if an operation is an increase or a decrease.

Valid values[ "CRDT", "DBIT" ]
Rsn
string

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
AddtlInf
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
RmtdAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CdtrRefInf
object (CreditorReferenceInformation2)

Reference information provided by the creditor to allow the identification of the underlying documents.

Tp
object (CreditorReferenceType2)

Specifies the type of creditor reference.

CdOrPrtry
object (CreditorReferenceType1Choice) Required

Specifies the type of document referred by the creditor.

OneOf
object
object
Cd
string Required

Specifies a type of financial or commercial document.

Valid values[ "RADM", "RPIN", "FXDR", "DISP", "PUOR", "SCOR" ]
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ref
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Invcr
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
Invcee
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
TaxRmt
object (TaxInformation7)

Details about tax paid, or to be paid, to the government in accordance with the law, including pre-defined parameters such as thresholds and type of account.

Cdtr
object (TaxParty1)

Details about the entity involved in the tax paid or to be paid.

TaxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RegnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TaxTp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dbtr
object (TaxParty2)

Details about the entity involved in the tax paid or to be paid.

TaxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RegnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TaxTp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Authstn
object (TaxAuthorisation1)

Details of the authorised tax paying party.

Titl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
UltmtDbtr
object (TaxParty2)

Details about the entity involved in the tax paid or to be paid.

TaxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RegnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TaxTp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Authstn
object (TaxAuthorisation1)

Details of the authorised tax paying party.

Titl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
AdmstnZone
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RefNb
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
Mtd
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TtlTaxblBaseAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TtlTaxAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Dt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
SeqNb
integer

Number of objects represented as an integer.

Maximum999999999999999999
Rcrd
Array of object (TaxRecord2)

Record of tax details.

object

Set of elements used to define the tax record.

Tp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctgy
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtgyDtls
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DbtrSts
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CertId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
FrmsCd
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Prd
object (TaxPeriod2)

Period of time details related to the tax payment.

Yr
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Tp
string

Specifies the period related to the tax payment.

Valid values[ "MM01", "MM02", "MM03", "MM04", "MM05", "MM06", "MM07", "MM08", "MM09", "MM10", "MM11", "MM12", "QTR1", "QTR2", "QTR3", "QTR4", "HLF1", "HLF2" ]
FrToDt
object (DatePeriod2)

Range of time defined by a start date and an end date.

FrDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
TaxAmt
object (TaxAmount2)

Set of elements used to provide information on the tax amount(s) of tax record.

Rate
number

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
TaxblBaseAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TtlAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Dtls
Array of object (TaxRecordDetails2)

Set of elements used to provide details on the tax period and amount.

object

Provides information on the individual tax amount(s) per period of the tax record.

Prd
object (TaxPeriod2)

Period of time details related to the tax payment.

Yr
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Tp
string

Specifies the period related to the tax payment.

Valid values[ "MM01", "MM02", "MM03", "MM04", "MM05", "MM06", "MM07", "MM08", "MM09", "MM10", "MM11", "MM12", "QTR1", "QTR2", "QTR3", "QTR4", "HLF1", "HLF2" ]
FrToDt
object (DatePeriod2)

Range of time defined by a start date and an end date.

FrDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
AddtlInf
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
GrnshmtRmt
object (Garnishment3)

Provides remittance information about a payment for garnishment-related purposes.

Tp
object (GarnishmentType1) Required

Specifies the type of garnishment.

CdOrPrtry
object (GarnishmentType1Choice) Required

Specifies the type of garnishment.

OneOf
object
object
Cd
string Required

Specifies the garnishment type as published in an external document type code list.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Grnshee
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
GrnshmtAdmstr
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
RefNb
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
Dt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
RmtdAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
FmlyMdclInsrncInd

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
MplyeeTermntnInd

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
AddtlRmtInf
Array of string (Max140Text)

Additional information, in free text form, to complement the structured remittance information.

Max items3
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
RltdDts
object (TransactionDates3)

Set of elements used to provide information on the dates related to the underlying individual transaction.

AccptncDtTm
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
TradActvtyCtrctlSttlmDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
TradDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
IntrBkSttlmDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
StartDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
EndDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
TxDtTm
string

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Prtry
Array of object (ProprietaryDate3)

Proprietary date related to the underlying transaction.

object

Set of elements used to identify a proprietary date.

Tp
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dt
object (DateAndDateTime2Choice) Required

Choice between a date or a date and time format.

OneOf
object
object
Dt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
object
object
DtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
RltdPric
object (TransactionPrice4Choice)

Specifies the price information related to the underlying transaction.

OneOf
object
object
DealPric
object (Price7) Required

Type and information about a price.

Tp
object (YieldedOrValueType1Choice) Required

Choice of value type.

OneOf
object
object
Yldd

Indicates a "Yes" or "No" type of answer for an element.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
object
object
ValTp
string Required

Specifies a type of value of the price.

Valid values[ "DISC", "PREM", "PARV" ]
Val
object (PriceRateOrAmount3Choice) Required

Choice of formats for the price.

OneOf
object
object
Rate
number Required

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
object
object
Amt
object (ActiveOrHistoricCurrencyAnd13DecimalAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217. The number of fractional digits (or minor unit of currency) is not checked as per ISO 4217: It must be lesser than or equal to 13. Note: The decimal separator is a dot.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
object
object
Prtry

Proprietary price specification related to the underlying transaction.

OneOf
ProprietaryPrice2
object (ProprietaryPrice2)
Tp
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Pric
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
array
array
object

Set of elements used to identify a proprietary price.

Tp
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Pric
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
RltdQties
Array of object (TransactionQuantities3Choice)

Set of elements used to identify the related quantities, such as securities, in the underlying transaction.

object

Specifies the quantities (such as securities) in the underlying transaction.

OneOf
object
object
Qty
object (FinancialInstrumentQuantity1Choice) Required

Choice between formats for the quantity of security.

OneOf
object
object
Unit
number Required

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
object
object
FaceAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
object
object
AmtsdVal
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
object
object
OrgnlAndCurFaceAmt
object (OriginalAndCurrentQuantities1) Required

Original and current value of an asset-back instrument.

FaceAmt
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
AmtsdVal
number Required

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
object
object
Prtry
object (ProprietaryQuantity1) Required

Set of elements to identify a proprietary quantity.

Tp
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Qty
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
FinInstrmId
object (SecurityIdentification19)

Identification of a security.

ISIN
string

The International Securities Identification Number is a code allocated to financial instruments as well as referential instruments, as described in the ISO 6166 standard, associated with the minimum descriptive data. The ISIN consists of a prefix using the alpha-2 country codes or reserved codes specified in ISO 3166 or other prefixes as may be determined by the Registration Authority for the ISO 6166 standard, a nine characters (alphanumeric) basic code and a check digit.

Pattern^[A-Z]{2,2}[A-Z0-9]{9,9}[0-9]{1,1}$
OthrId
Array of object (OtherIdentification1)

Identification of a security by proprietary or domestic identification scheme.

object

Other accepted financial instrument's identification than ISIN.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Sfx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Tp
object (IdentificationSource3Choice) Required

Choice between source of identification of a financial instrument.

OneOf
object
object
Cd
string Required

Specifies the external financial instrument identification type scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Desc
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
Tax
object (TaxInformation8)

Details about tax paid, or to be paid, to the government in accordance with the law, including pre-defined parameters such as thresholds and type of account.

Cdtr
object (TaxParty1)

Details about the entity involved in the tax paid or to be paid.

TaxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RegnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TaxTp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dbtr
object (TaxParty2)

Details about the entity involved in the tax paid or to be paid.

TaxId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RegnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TaxTp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Authstn
object (TaxAuthorisation1)

Details of the authorised tax paying party.

Titl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
AdmstnZone
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RefNb
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
Mtd
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TtlTaxblBaseAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TtlTaxAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Dt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
SeqNb
integer

Number of objects represented as an integer.

Maximum999999999999999999
Rcrd
Array of object (TaxRecord2)

Record of tax details.

object

Set of elements used to define the tax record.

Tp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctgy
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtgyDtls
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DbtrSts
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CertId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
FrmsCd
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Prd
object (TaxPeriod2)

Period of time details related to the tax payment.

Yr
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Tp
string

Specifies the period related to the tax payment.

Valid values[ "MM01", "MM02", "MM03", "MM04", "MM05", "MM06", "MM07", "MM08", "MM09", "MM10", "MM11", "MM12", "QTR1", "QTR2", "QTR3", "QTR4", "HLF1", "HLF2" ]
FrToDt
object (DatePeriod2)

Range of time defined by a start date and an end date.

FrDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
TaxAmt
object (TaxAmount2)

Set of elements used to provide information on the tax amount(s) of tax record.

Rate
number

Rate expressed as a percentage, that is, in hundredths, for example, 0.7 is 7/10 of a percent, and 7.0 is 7%.

Maximum99999999999
TaxblBaseAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
TtlAmt
object (ActiveOrHistoricCurrencyAndAmount)

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Dtls
Array of object (TaxRecordDetails2)

Set of elements used to provide details on the tax period and amount.

object

Provides information on the individual tax amount(s) per period of the tax record.

Prd
object (TaxPeriod2)

Period of time details related to the tax payment.

Yr
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Tp
string

Specifies the period related to the tax payment.

Valid values[ "MM01", "MM02", "MM03", "MM04", "MM05", "MM06", "MM07", "MM08", "MM09", "MM10", "MM11", "MM12", "QTR1", "QTR2", "QTR3", "QTR4", "HLF1", "HLF2" ]
FrToDt
object (DatePeriod2)

Range of time defined by a start date and an end date.

FrDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
Amt
object (ActiveOrHistoricCurrencyAndAmount) Required

A number of monetary units specified in an active or a historic currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
AddtlInf
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
RtrInf
object (PaymentReturnReason5)

Provides further details on the reason of the return of the transaction.

OrgnlBkTxCd
object (BankTransactionCodeStructure4)

Set of elements used to identify the type or operations code of a transaction entry.

Domn
object (BankTransactionCodeStructure5)

Set of elements used to identify the type or operations code of a transaction entry.

Cd
string Required

Specifies the bank transaction code domain, as published in an external bank transaction code domain code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
Fmly
object (BankTransactionCodeStructure6) Required

Set of elements used to identify the type or operations code of a transaction entry.

Cd
string Required

Specifies the bank transaction code family, as published in an external bank transaction code family code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
SubFmlyCd
string Required

Specifies the bank transaction code sub-family, as published in an external bank transaction code sub-family code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
Prtry
object (ProprietaryBankTransactionCodeStructure1)

Set of elements to fully identify a proprietary bank transaction code.

Cd
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Orgtr
object (PartyIdentification135)

Specifies the identification of a person or an organisation.

Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PstlAdr
object (PostalAddress24)

Information that locates and identifies a specific address, as defined by postal services.

AdrTp
object (AddressType3Choice)

Choice of formats for the type of address.

OneOf
object
object
Cd
string Required

Specifies the type of address.

Valid values[ "ADDR", "PBOX", "HOME", "BIZZ", "MLTO", "DLVY" ]
object
object
Prtry
object (GenericIdentification30) Required

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
SubDept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
StrtNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
BldgNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
BldgNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Flr
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstBx
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
Room
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
PstCd
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
TwnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TwnLctnNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
DstrctNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtrySubDvsn
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ctry
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
AdrLine
Array of string (Max70Text)

Information that locates and identifies a specific address, as defined by postal services, presented in free format text.

Max items7
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Id
object (Party38Choice)

Nature or use of the account.

OneOf
object
object
OrgId
object (OrganisationIdentification29) Required

Unique and unambiguous way to identify an organisation.

AnyBIC
string

Code allocated to a financial or non-financial institution by the ISO 9362 Registration Authority, as described in ISO 9362: 2014 - "Banking - Banking telecommunication messages - Business identifier code (BIC)".

Pattern^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
LEI
string

Legal Entity Identifier is a code allocated to a party as described in ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".

Pattern^[A-Z0-9]{18,18}[0-9]{2,2}$
Othr
Array of object (GenericOrganisationIdentification1)

Unique identification of an organisation, as assigned by an institution, using an identification scheme.

object

Information related to an identification of an organisation.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (OrganisationIdentificationSchemeName1Choice)

Sets of elements to identify a name of the organisation identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external organisation identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
object
object
PrvtId
object (PersonIdentification13) Required

Unique and unambiguous way to identify a person.

DtAndPlcOfBirth
object (DateAndPlaceOfBirth1)

Date and place of birth of a person.

BirthDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
PrvcOfBirth
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CityOfBirth
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfBirth
string Required

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
Othr
Array of object (GenericPersonIdentification1)

Unique identification of a person, as assigned by an institution, using an identification scheme.

object

Information related to an identification of a person.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
object (PersonIdentificationSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external person identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
CtryOfRes
string

Code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code).

Pattern^[A-Z]{2,2}$
CtctDtls
object (Contact4)

Specifies the details of the contact person.

NmPrfx
string

Specifies the terms used to formally address a person.

Valid values[ "DOCT", "MADM", "MISS", "MIST", "MIKS" ]
Nm
string

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
PhneNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
MobNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
FaxNb
string

The collection of information which identifies a specific phone or FAX number as defined by telecom services. It consists of a "+" followed by the country code (from 1 to 3 characters) then a "-" and finally, any combination of numbers, "(", ")", "+" and "-" (up to 30 characters).

Pattern^\+[0-9]{1,3}-[0-9()+\-]{1,30}$
EmailAdr
string

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
EmailPurp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
JobTitl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Rspnsblty
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Dept
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Othr
Array of object (OtherContact1)

Contact details in another form.

object

Communication device number or electronic address used for communication.

ChanlTp
string Required

Specifies a character string with a maximum length of 4 characters.

Min length1
Max length4
Id
string

Specifies a character string with a maximum length of 128 characters.

Min length1
Max length128
PrefrdMtd
string

Preferred method used to reach the individual contact within an organisation.

Valid values[ "LETT", "MAIL", "PHON", "FAXX", "CELL" ]
Rsn
object (ReturnReason5Choice)

Specifies the reason for the return of the transaction.

OneOf
object
object
Cd
string Required

Specifies the return reason, as published in an external return reason code list. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
AddtlInf
Array of string (Max105Text)

Further details on the return reason.

string

Specifies a character string with a maximum length of 105 characters.

Min length1
Max length105
CorpActn
object (CorporateAction9)

An event determined by a corporation's board of directors, that changes the existing corporate capital structure or financial condition.

EvtTp
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
EvtId
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SfkpgAcct
object (SecuritiesAccount19)

Account to or from which a securities entry is made.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (GenericIdentification30)

Information related to an identification, for example, party identification or account identification.

Id
string Required

Specifies an alphanumeric string with a length of 4 characters.

Pattern^[a-zA-Z0-9]{4}$
Issr
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
CshDpst
Array of object (CashDeposit1)

Provides the details of a cash deposit for an amount of money in cash notes and/or coins.

object

Deposit of an amount of money defined in cash notes and/or coins.

NoteDnmtn
object (ActiveCurrencyAndAmount) Required

A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
NbOfNotes
string Required

Specifies a numeric string with a maximum length of 15 digits.

Pattern^[0-9]{1,15}$
Amt
object (ActiveCurrencyAndAmount) Required

A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.

Value
number Required
Minimum0
Maximum999999999999999999
Ccy
string Required

A code allocated to a currency by a Maintenance Agency under an international identification scheme as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
CardTx
object (CardTransaction17)

Card transaction details.

Card
object (PaymentCard4)

Electronic money product that provides the cardholder with a portable and specialised computer device, which typically contains a microprocessor.

PlainCardData
object (PlainCardData1)

Sensible data associated with the payment card performing the transaction.

PAN
string Required

Specifies a numeric string with a minimum length of 8 digits, and a maximum length of 28 digits.

Pattern^[0-9]{8,28}$
CardSeqNb
string

Specifies a numeric string with a minimum length of 2 digits, and a maximum length of 3 digits.

Pattern^[0-9]{2,3}$
FctvDt
string

Month within a particular calendar year represented by YYYY-MM (ISO 8601).

Pattern^(-?[0-9]+-[0-9][0-9])(Z|[+-][0-9][0-9]:[0-9][0-9])?$
XpryDt
string Required

Month within a particular calendar year represented by YYYY-MM (ISO 8601).

Pattern^(-?[0-9]+-[0-9][0-9])(Z|[+-][0-9][0-9]:[0-9][0-9])?$
SvcCd
string

Specifies a numeric string with an exact length of 3 digits.

Pattern^[0-9]{3}$
TrckData
Array of object (TrackData1)

Magnetic track or equivalent payment card data.

object

Magnetic track or equivalent payment card data.

TrckNb
string

Specifies a numeric string with an exact length of1digit.

Pattern^[0-9]$
TrckVal
string Required

Specifies a character string with a maximum length of 140 characters.

Min length1
Max length140
CardSctyCd
object (CardSecurityInformation1)

Card security code (CSC) associated with the card performing the transaction.

CSCMgmt
string Required

CSC (Card Security Code) management associated with the transaction.

Valid values[ "PRST", "BYPS", "UNRD", "NCSC" ]
CSCVal
string

Specifies a numeric string with a minimum length of 3 digits, and a maximum length of 4 digits.

Pattern^[0-9]{3,4}$
CardCtryCd
string

Specifies a numeric string with an exact length of 3 digits.

Pattern^[0-9]{3}$
CardBrnd
object (GenericIdentification1)

Information related to an identification, for example party identification or account identification.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SchmeNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
AddtlCardData
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
POI
object (PointOfInteraction1)

Point of interaction (POI) performing the transaction.

Id
object (GenericIdentification32) Required

Identification of an entity.

Id
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
string

Identification of the type of entity involved in a transaction.

Valid values[ "OPOI", "MERC", "ACCP", "ITAG", "ACQR", "CISS", "DLIS" ]
Issr
string

Entity assigning an identification (for example merchant, acceptor, acquirer, tax authority, etc.).

Valid values[ "MERC", "ACCP", "ITAG", "ACQR", "CISS", "TAXH" ]
ShrtNm
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SysNm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
GrpId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Cpblties
object (PointOfInteractionCapabilities1)

Capabilities of the POI performing the transaction.

CardRdngCpblties
Array of string (CardDataReading1Code)

Card reading capabilities of the POI performing the transaction.

string

Type of reading of the card data.

Valid values[ "TAGC", "PHYS", "BRCD", "MGST", "CICC", "DFLE", "CTLS", "ECTL" ]
CrdhldrVrfctnCpblties
Array of string (CardholderVerificationCapability1Code)

Cardholder verification capabilities of the POI performing the transaction.

string

Cardholder verification capabilities of the POI (Personal Identification Number) performing the transaction.

Valid values[ "MNSG", "NPIN", "FCPN", "FEPN", "FDSG", "FBIO", "MNVR", "FBIG", "APKI", "PKIS", "CHDT", "SCEC" ]
OnLineCpblties
string

On-line and off-line capabilities of the POI (Point Of Interaction).

Valid values[ "OFLN", "ONLN", "SMON" ]
DispCpblties
Array of object (DisplayCapabilities1)

Capabilities of the display components performing the transaction.

object

The capabilities of the display components performing the transaction.

DispTp
string Required

Type of interface to display a message.

Valid values[ "MDSP", "CDSP" ]
NbOfLines
string Required

Specifies a numeric string with a maximum length of 3 digits.

Pattern^[0-9]{1,3}$
LineWidth
string Required

Specifies a numeric string with a maximum length of 3 digits.

Pattern^[0-9]{1,3}$
PrtLineWidth
string

Specifies a numeric string with a maximum length of 3 digits.

Pattern^[0-9]{1,3}$
Cmpnt
Array of object (PointOfInteractionComponent1)

Data related to a component of the POI performing the transaction.

object

Data related to a component of the POI performing the transaction.

POICmpntTp
string Required

Generic component type belonging to a POI (Point of Interaction) Terminal.

Valid values[ "SOFT", "EMVK", "EMVO", "MRIT", "CHIT", "SECM", "PEDV" ]
ManfctrId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Mdl
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
VrsnNb
string

Specifies a character string with a maximum length of 16 characters.

Min length1
Max length16
SrlNb
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
ApprvlNb
Array of string (Max70Text)

Unique approval number for a component, delivered by a certification body. Usage: More than one approval number could be present, when assigned by different bodies. The certification body identification must be provided within the approval number (for example at the beginning of the value).

string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Tx
object (CardTransaction3Choice)

Choice between an acquirer globalised card transaction or an individual card transaction.

OneOf
object
object
Aggtd
object (CardAggregated2) Required

Globalised card transaction entry details.

AddtlSvc
string

Service provided by the card payment transaction, in addition to the main service.

Valid values[ "AGGR", "DCCV", "GRTT", "INSP", "LOYT", "NRES", "PUCO", "RECP", "SOAF", "UNAF", "VCAU" ]
TxCtgy
string

Specifies the category of card transaction in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
SaleRcncltnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SeqNbRg
object (CardSequenceNumberRange1)

Range of sequence numbers related to card transactions.

FrstTx
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
LastTx
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TxDtRg
object (DateOrDateTimePeriod1Choice)

Choice between a date or a date and time format for a period.

OneOf
object
object
Dt
object (DatePeriod2) Required

Range of time defined by a start date and an end date.

FrDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDt
string Required

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
object
object
DtTm
object (DateTimePeriod1) Required

Time span defined by a start date and time, and an end date and time.

FrDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
ToDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
object
object
Indv
object (CardIndividualTransaction2) Required

Individual card transaction entry details.

ICCRltdData
string

Specifies a character string with a maximum length of 1025 characters.

Min length1
Max length1025
PmtCntxt
object (PaymentContext3)

Payment context in which the transaction is performed.

CardPres

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
CrdhldrPres

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
OnLineCntxt

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
AttndncCntxt
string

Human attendance at the POI location during the transaction.

Valid values[ "ATTD", "SATT", "UATT" ]
TxEnvt
string

Indicates the environment of the transaction.

Valid values[ "MERC", "PRIV", "PUBL" ]
TxChanl
string

Identifies the type of the communication channels used by the cardholder to the acceptor system.

Valid values[ "MAIL", "TLPH", "ECOM", "TVPY" ]
AttndntMsgCpbl

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
AttndntLang
string

Identification of the language name according to the ISO 639-1 codes. The type is validated by the list of values coded with two alphabetic characters, defined in the standard.

Pattern^[a-z]{2,2}$
CardDataNtryMd
string Required

Type of reading of the card data.

Valid values[ "TAGC", "PHYS", "BRCD", "MGST", "CICC", "DFLE", "CTLS", "ECTL" ]
FllbckInd

A flag indicating a True or False value.

OneOf
boolean
boolean
integer
integer
Minimum0
Maximum1
AuthntcnMtd
object (CardholderAuthentication2)

Data related to the authentication of the cardholder.

AuthntcnMtd
string Required

Method used to authenticate a cardholder.

Valid values[ "UKNW", "BYPS", "NPIN", "FPIN", "CPSG", "PPSG", "MANU", "MERC", "SCRT", "SNCT", "SCNL" ]
AuthntcnNtty
string Required

Entity or object in charge of verifying the cardholder authenticity.

Valid values[ "ICCD", "AGNT", "MERC" ]
AddtlSvc
string

Service provided by the card payment transaction, in addition to the main service.

Valid values[ "AGGR", "DCCV", "GRTT", "INSP", "LOYT", "NRES", "PUCO", "RECP", "SOAF", "UNAF", "VCAU" ]
TxCtgy
string

Specifies the category of card transaction in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
SaleRcncltnId
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
SaleRefNb
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
RePresntmntRsn
string

Specifies the external representment reason code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately.

Min length1
Max length4
SeqNb
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
TxId
object (TransactionIdentifier1)

Identification of the transaction in an unambiguous way.

TxDtTm
string Required

A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format (YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format (YYYY-MM-DDThh:mm:ss.sss). These representations are defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601. Note on the time format:

  1. beginning / end of calendar day 00:00:00 = the beginning of a calendar day 24:00:00 = the end of a calendar day
  2. fractions of second in time format Decimal fractions of seconds may be included. In this case, the involved parties shall agree on the maximum number of digits that are allowed.
Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
TxRef
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Pdct
object (Product2)

Product purchased to be paid.

PdctCd
string Required

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
UnitOfMeasr
string

Unit of measure of the item purchased.

Valid values[ "PIEC", "TONS", "FOOT", "GBGA", "USGA", "GRAM", "INCH", "KILO", "PUND", "METR", "CMET", "MMET", "LITR", "CELI", "MILI", "GBOU", "USOU", "GBQA", "USQA", "GBPI", "USPI", "MILE", "KMET", "YARD", "SQKI", "HECT", "ARES", "SMET", "SCMT", "SMIL", "SQMI", "SQYA", "SQFO", "SQIN", "ACRE" ]
PdctQty
number

Number of objects represented as a decimal number, for example 0.75 or 45.6.

Maximum999999999999999999
UnitPric
number

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
PdctAmt
number

Number of monetary units specified in a currency where the unit of currency is implied by the context and compliant with ISO 4217. The decimal separator is a dot. Note: a zero amount is considered a positive amount.

Minimum0
Maximum999999999999999999
TaxTp
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
AddtlPdctInf
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
VldtnDt
string

A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format. This representation is defined in "XML Schema Part 2: Datatypes Second Edition - W3C Recommendation 28 October 2004" which is aligned with ISO 8601.

Pattern^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?$
VldtnSeqNb
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
PrePdAcct
object (CashAccount38)

Provides the details to identify an account.

Id
object (AccountIdentification4Choice) Required

Specifies the unique identification of an account as assigned by the account servicer.

OneOf
object
object
IBAN
string Required

The International Bank Account Number is a code used internationally by financial institutions to uniquely identify the account of a customer at a financial institution as described in the 2007 edition of the ISO 13616 standard "Banking and related financial services - International Bank Account Number (IBAN)" and replaced by the more recent edition of the standard.

Pattern^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
object
object
Othr
object (GenericAccountIdentification1) Required

Information related to a generic account identification.

Id
string Required

Specifies a character string with a maximum length of 34 characters.

Min length1
Max length34
SchmeNm
object (AccountSchemeName1Choice)

Sets of elements to identify a name of the identification scheme.

OneOf
object
object
Cd
string Required

Specifies the external account identification scheme name code in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Issr
string

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Tp
object (CashAccountType2Choice)

Nature or use of the account.

OneOf
object
object
Cd
string Required

Specifies the nature, or use, of the cash account in the format of character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Ccy
string

A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 "Codes for the representation of currencies and funds".

Pattern^[A-Z]{3,3}$
Nm
string

Specifies a character string with a maximum length of 70characters.

Min length1
Max length70
Prxy
object (ProxyAccountIdentification1)

Information related to a proxy identification of the account.

Tp
object (ProxyAccountType1Choice)

Specifies the scheme used for the identification of an account alias.

OneOf
object
object
Cd
string Required

Specifies the external proxy account type code, as published in the proxy account type external code set. External code sets can be downloaded from www.iso20022.org.

Min length1
Max length4
object
object
Prtry
string Required

Specifies a character string with a maximum length of 35 characters.

Min length1
Max length35
Id
string Required

Specifies a character string with a maximum length of 2048 characters.

Min length1
Max length2048
AddtlTxInf
string

Specifies a character string with a maximum length of 500 characters.

Min length1
Max length500
SplmtryData
Array of object (SupplementaryData1)

Additional information that cannot be captured in the structured elements and/or any other specific block.

object

Additional information that can not be captured in the structured fields and/or any other specific block.

PlcAndNm
string

Specifies a character string with a maximum length of 350 characters.

Min length1
Max length350
Envlp
object (SupplementaryDataEnvelope1) Required

Technical component that contains the validated supplementary data information. This technical envelope allows to segregate the supplementary data information from any other information.

AddtlNtryInf
string

Specifies a character string with a maximum length of 500 characters.

Min length1
Max length500
AddtlNtfctnInf
string

Specifies a character string with a maximum length of 500 characters.

Min length1
Max length500
SplmtryData
Array of object (SupplementaryData1)

Additional information that cannot be captured in the structured elements and/or any other specific block.

object

Additional information that can not be captured in the structured fields and/or any other specific block.

PlcAndNm
string

Specifies a character string with a maximum length of 350 characters.

Min length1
Max length350
Envlp
object (SupplementaryDataEnvelope1) Required

Technical component that contains the validated supplementary data information. This technical envelope allows to segregate the supplementary data information from any other information.

CollectionStatusPayloadWrapper
object (CollectionStatusPayloadWrapper)
type
string Required

Collection status notification type

Valid values[ "collection-status" ]
Examplecollection-status
payload
object Required

Collection status notification payload.

paymentLinkId
string

The id of the payment link associated to the collection

Min length14
Max length32
Pattern^[a-zA-Z0-9\-_]*$
ExampleV1PEL-CuelhKCr
virtualAccountOwnerId
string Required

The external Id that the consumer has to identify the owner of the virtual account associated to this collection entity.

Min length1
Max length255
Pattern^[a-zA-Z0-9-]*$
Example12345678A
collectionPreviousStatus
string Required

The status of the collection entity before the update.

Valid values[ "IN_PROGRESS", "COMPLETED", "SETTLED", "REJECTED", "LOCALLY_PAID", "UNMATCHED_AMOUNT", "CARD_PAYMENT_SUCCESS", "CARD_PAYMENT_FAILED", "REFUNDED" ]
ExampleIN_PROGRESS
collectionCurrentStatus
string Required

The status of the collection entity after the update.

Valid values[ "IN_PROGRESS", "COMPLETED", "SETTLED", "REJECTED", "LOCALLY_PAID", "UNMATCHED_AMOUNT", "CARD_PAYMENT_SUCCESS", "CARD_PAYMENT_FAILED", "REFUNDED" ]
ExampleIN_PROGRESS
paymentMethod
string Required

Payment method used to pay the collection entity.

Valid values[ "EU_TRANSFER", "VISA_MASTERCARD", "LOCAL_TRANSFER", "CARD_RECURRENT" ]
ExampleEU_TRANSFER
externalPaymentReference
string

Reference for recurrent payments

Min length1
Max length255
Pattern^[a-zA-Z0-9\-_]*$
ExampleREF1
cardPaymentHistory
Array of object

Array of items returning the last 20 responses we got from the payment gateway used to pay the collection by card.

Min items0
Max items20
object

Error object

statusCode
string Required

Success or Error codes returned by the payment gateway

Min length8
Max length8
Pattern^\d{3}\.\d{4}$
Example500.1059
statusDescription
string Required

Description of Success or Error codes returned by the payment gateway.

Min length0
Max length255
Pattern^[a-zA-Z0-9 /:()'.,_=-]*$
ExampleThe acquirer returned Invalid Card Security Code. Please check your input and try again.
RecurrentCardPaymentsPayloadWrapper
object (RecurrentCardPaymentsPayloadWrapper)
type
string Required

Recurrent card payments notification type

Valid values[ "recurrent-card-payments" ]
Examplerecurrent-card-payments
payload
object Required

Recurrent card payments notification payload

paymentLinkId
string

Related payment link. Will be always null for recurrent payments

Min length14
Max length32
Pattern^[a-zA-Z0-9\-_]*$
ExampleV1PEL-CuelhKCr
studentId
string Required

Valid Universally Unique Identifier

Min length36
Max length36
Pattern^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$
Example2507b89c-b680-46df-9505-e0b6f78cf295
paymentType
string

When a card gets tokenized, it could be only an authorization (no charge), or a purchase with X amount (>1). Could be null on action DELETE

Valid values[ "PURCHASE", "AUTHORIZE" ]
ExamplePURCHASE
amount
number Required

Charged amount to the card. If it’s an executed recurrent payment, must be >1. Will be 0 if action DELETE or paymentType AUTHORIZE

Minimum0
Maximum2147483647
Example23.55
currency
string Required

Used currency. Currently we only support EUR

Min length3
Max length3
Pattern^[A-Z]{3}$
ExampleEUR
action
string Required

Executed action: ADD: New recurrent card tokenized/saved CHARGE: Recurrent card charged DELETE: Recurrent card disabled

Valid values[ "ADD", "CHARGE", "DELETE" ]
ExampleADD
externalPaymentReference
string

External reference used by clients

Min length1
Max length255
Pattern^[a-zA-Z0-9-_]*$
ExampleEXTREF
PayInCollectionStatusPayloadWrapper
object (PayInCollectionStatusPayloadWrapper)
type
string Required

PayIn collection status notification type

Valid values[ "payin-collection-status" ]
Examplepayin-collection-status
payload
object Required

PayIn collection status notification payload.

paymentLinkId
string

The id of the payment link associated to the collection

Min length14
Max length32
Pattern^[a-zA-Z0-9\-_]*$
ExampleV1PEL-CuelhKCr
virtualAccountOwnerId
string Required

The external Id that the consumer has to identify the owner of the virtual account associated to this collection entity.

Min length1
Max length255
Pattern^[a-zA-Z0-9-]*$
Example12345678A
collectionPreviousStatus
string Required

The status of the collection entity before the update.

Valid values[ "IN_PROGRESS", "COMPLETED", "UNEXPECTED", "UNABLE_TO_MATCH", "UNMATCHED_AMOUNT", "LOCALLY_PAID" ]
ExampleIN_PROGRESS
collectionCurrentStatus
string Required

The status of the collection entity after the update.

Valid values[ "IN_PROGRESS", "COMPLETED", "UNEXPECTED", "UNABLE_TO_MATCH", "UNMATCHED_AMOUNT", "LOCALLY_PAID" ]
ExampleIN_PROGRESS
paymentMethodCode
string Required

Payment method used to pay the collection entity.

Valid values[ "BANK_TRANSFER", "LOCAL_TRANSFER" ]
ExampleBANK_TRANSFER
cardPaymentHistory
Array of object

Array of items returning the last 20 responses we got from the payment gateway used to pay the collection by card.

Min items0
Max items20
object

Error object

statusCode
string Required

Success or Error codes returned by the payment gateway

Min length1
Max length30
Pattern^[a-zA-Z0-9]+$
ExampleSIS9915
statusDescription
string Required

Description of Success or Error codes returned by the payment gateway.

Min length0
Max length255
Pattern^[a-zA-Z0-9 /:()'.,_=-]*$
ExampleThe resource was successfully created.
Responses
2XX

Callback response from Client to PagoNxt Trade. Any data is ignored.