camt.032.001.02
Scope The Cancel Case Assignment message is sent by a case creator or case assigner to a case assignee. This message is used to request the cancellation of a case. Usage The Cancel Case Assignment message is used to stop the processing of a case at a case assignee when a case assignment is incorrect or when the root cause for the case disappears (such as the account owner was able to reconcile after sending a Claim Non Receipt message). The Cancel Case Assignment message can be used to stop the processing of a:
- request to cancel payment case
- request to modify payment case
- unable to apply case
- claim non receipt case The Cancel Case Assignment message covers one and only one case at a time. If several case assignments need to be cancelled, then multiple Cancel Case Assignment messages must be sent. The Cancel Case Assignment message must be forwarded by all subsequent case assignee(s) in the case processing chain until it reaches the end point. When an agent re-assigns the Cancel Case Assignment to a subsequent case assignee, this agent must send a Notification Of Case Assignment message to its assigner. When the Cancel Case Assignment instruction has been acted upon by the relevant case assignee, a Resolution Of Investigation message is sent to the case assigner or case creator, in reply. The Cancel Case Assignment message must not be used for other purposes. If, for example, a request to modify payment fails, and the case creator requests the cancellation of the payment, then a Customer or FIToFI Payment Cancellation Request message must be used, with the case identification of the original Request To Modify Payment message. In this context it is incorrect to use the Cancel Case Assignment message.
Message Construction
Every ISO20022 message has at the highest level what we call ‘building blocks’. Because the message is constructed as immutable records, the association is by composition. Below you can see the relationship between the message and its constituent building blocks: For comparison, see the ISO20022 official specification
classDiagram direction LR %% CancelCaseAssignmentV02 recursion level 0 with max 0 CancelCaseAssignmentV02 *-- "1..1" CaseAssignment2 : Assignment CancelCaseAssignmentV02 *-- "1..1" Case2 : Case
Now, we will zero-in one-by-one on each of these building blocks.
Assignment building block
Identifies the assignment of an investigation case from an assigner to an assignee. Usage: The Assigner must be the sender of this confirmation and the Assignee must be the receiver. Set of elements used to represent the assignment of a case to a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CaseAssignment2 recursion level 0 with max 1 class CaseAssignment2{ Identification IsoMax35Text CreationDateTime IsoISODateTime } CaseAssignment2 *-- "1..1" IParty7Choice : Assigner CaseAssignment2 *-- "1..1" IParty7Choice : Assignee %% IParty7Choice recursion level 1 with max 1 %% IParty7Choice recursion level 1 with max 1
CaseAssignment2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Uniquely identifies the case assignment. | IsoMax35Text - Required 1..1 |
Assigner | Party who assigns the case. | Usage: This is also the sender of the message. |
Assignee | Party to which the case is assigned. | Usage: This is also the receiver of the message. |
CreationDateTime | Date and time at which the assignment was created. | IsoISODateTime - Required 1..1 |
Case building block
Identifies the investigation case. Set of elements used to identify a case. For comparison, see the ISO20022 official specification
classDiagram direction tb %% Case2 recursion level 0 with max 1 class Case2{ Identification IsoMax35Text ReopenCaseIndication IsoYesNoIndicator } Case2 *-- "1..1" IParty7Choice : Creator %% IParty7Choice recursion level 1 with max 1
Case2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Uniquely identifies the case. | IsoMax35Text - Required 1..1 |
Creator | Party that created the investigation case. | IParty7Choice - Required 1..1 |
ReopenCaseIndication | Indicates whether or not the case was previously closed and is now re-opened. | IsoYesNoIndicator - Optional 0..1 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the CancelCaseAssignmentV02 implementation follows a specific implementaiton pattern. First of all, CancelCaseAssignmentV02 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CancelCaseAssignmentV02Document implements IOuterDocument. Because CancelCaseAssignmentV02 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CancelCaseAssignmentV02.
classDiagram class IOuterRecord CancelCaseAssignmentV02 --|> IOuterRecord : Implements CancelCaseAssignmentV02Document --|> IOuterDocument~CancelCaseAssignmentV02~ : Implements class IOuterDocument~CancelCaseAssignmentV02~ { CancelCaseAssignmentV02 Message }
Document wrapper for serialization
The only real purpose CancelCaseAssignmentV02Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:camt.032.001.02’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CancelCaseAssignmentV02.ToDocument() method. The returned CancelCaseAssignmentV02Document value will serialize correctly according to ISO 20022 standards.
classDiagram CancelCaseAssignmentV02Document *-- CancelCaseAssignmentV02 : Document
Sample of message format
This is an abbreviated version of what the message should look like.
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.032.001.02">
<CclCaseAssgnmt>
<Assgnmt>
<!-- Assignment inner content -->
</Assgnmt>
<Case>
<!-- Case inner content -->
</Case>
</CclCaseAssgnmt>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_Lg9a6NE-Ed-BzquC8wXy7w_-277019112"
nextVersions="_sXcGMFkyEeGeoaLUQk__nA_-930975995"
previousVersion="_L_DsKNE-Ed-BzquC8wXy7w_-767166223"
name="CancelCaseAssignmentV02"
definition="Scope
The Cancel Case Assignment message is sent by a case creator or case assigner to a case assignee. This message is used to request the cancellation of a case.
Usage
The Cancel Case Assignment message is used to stop the processing of a case at a case assignee when a case assignment is incorrect or when the root cause for the case disappears (such as the account owner was able to reconcile after sending a Claim Non Receipt message).
The Cancel Case Assignment message can be used to stop the processing of a:
- request to cancel payment case
- request to modify payment case
- unable to apply case
- claim non receipt case
The Cancel Case Assignment message covers one and only one case at a time. If several case assignments need to be cancelled, then multiple Cancel Case Assignment messages must be sent.
The Cancel Case Assignment message must be forwarded by all subsequent case assignee(s) in the case processing chain until it reaches the end point.
When an agent re-assigns the Cancel Case Assignment to a subsequent case assignee, this agent must send a Notification Of Case Assignment message to its assigner.
When the Cancel Case Assignment instruction has been acted upon by the relevant case assignee, a Resolution Of Investigation message is sent to the case assigner or case creator, in reply.
The Cancel Case Assignment message must not be used for other purposes. If, for example, a request to modify payment fails, and the case creator requests the cancellation of the payment, then a Customer or FIToFI Payment Cancellation Request message must be used, with the case identification of the original Request To Modify Payment message. In this context it is incorrect to use the Cancel Case Assignment message."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="CclCaseAssgnmt"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_LhHL4NE-Ed-BzquC8wXy7w_2056762477"
name="Assignment"
definition="Identifies the assignment of an investigation case from an assigner to an assignee.
Usage: The Assigner must be the sender of this confirmation and the Assignee must be the receiver."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Assgnmt"
complexType="_T9Nac9p-Ed-ak6NoX_4Aeg_-1609381277" />
<messageBuildingBlock
xmi:id="_LhHL4dE-Ed-BzquC8wXy7w_2056762454"
name="Case"
definition="Identifies the investigation case."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Case"
complexType="_SpAnptp-Ed-ak6NoX_4Aeg_-1565053133" />
<messageDefinitionIdentifier
businessArea="camt"
messageFunctionality="032"
flavour="001"
version="02" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.