CdtrAgt
Financial institution servicing an account for the creditor.
- Is optional
-
Type:
object
with following properties:
Property | Type | Required | Description |
---|---|---|---|
BrnchId | Object | Optional | Allows the details of the Creditor Agent Branch to be held. Defined in #/definitions/branch_id |
FinInstnId | Object | Optional | Allows the details of the Creditor Agent to be held. |
FinInstnId
Allows the details of the Creditor Agent to be held.
The full list of FinInstnId properties is defined in #/definitions/financial_institution
. However, the following properties are required for CdtrAgt.FinInstnId
:
Property | Type | Required | Description |
---|---|---|---|
BICFI |
String | Required | Code allocated to a receiving institution by the ISO 9362 Registration Authority as described in ISO 9362 "Banking - Banking telecommunication messages - Business identifier code (BIC)". Usage Guidelines:
|
ClrSysMmbId.MmbId |
String | Required | Contains the routing code or sort code for the institution. This proprietary or domestic code is used to identify the Creditor Agent. Usage Guidelines:
|
ClrSysmMmbId.ClrSysId.Cd |
String | Required only if ClrSysmMmbId.MmbId is specified. Not applicable otherwise. |
Information used to identify a member within a clearing system. List based on ISO20022 ExternalClearingSystemIdentification1Code List 27-Aug-2021. Usage Guidelines:
|
JSON schema extract
"CdtrAgt": {
"type": "object",
"description": "Financial institution servicing an account for the creditor.",
"properties": {
"FinInstnId": {
"type": "object",
"description": "Allows the details of the Creditor Agent to be held",
"$ref": "#/definitions/financial_institution"
},
"BrnchId": {
"type": "object",
"description": "Allows the details of the Creditor Agent Branch to be held",
"$ref": "#/definitions/branch_id"
}
}
}