CaseStatusReportRequestV03

camt.038.001.03

Scope The CaseStatusReportRequest message is sent by a case creator or case assigner to a case assignee. This message is used to request the status of a case. Usage The Case Status Report Request message must be answered with a Case Status Report message. It can be used to request the status of a:

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
%% CaseStatusReportRequestV03 recursion level 0 with max 0
CaseStatusReportRequestV03 *-- "1..1" ReportHeader4 : RequestHeader
CaseStatusReportRequestV03 *-- "1..1" Case3 : Case
CaseStatusReportRequestV03 *-- "0..1" SupplementaryData1 : SupplementaryData
  

Now, we will zero-in one-by-one on each of these building blocks.

RequestHeader building block

Identifies the party requesting the status, the requested party, the identification and the date of the status. Specifies generic information about an investigation report. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% ReportHeader4 recursion level 0 with max 1
class ReportHeader4{
    Identification IsoMax35Text
    CreationDateTime IsoISODateTime
}
ReportHeader4 *-- "1..1" IParty12Choice : From
ReportHeader4 *-- "1..1" IParty12Choice : To
%% IParty12Choice recursion level 1 with max 1
%% IParty12Choice recursion level 1 with max 1
  

ReportHeader4 members

Member name Description Data Type / Multiplicity
Identification Point to point reference as assigned by the case assigner to unambiguously identify the case status report. IsoMax35Text - Required 1..1
From Party reporting the status of the investigation case. IParty12Choice - Required 1..1
To Party to which the status of the case is reported. IParty12Choice - Required 1..1
CreationDateTime Date and time at which the message was created. IsoISODateTime - Required 1..1

Case building block

Identifies the investigation case. Provides further details to identify an investigation case. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Case3 recursion level 0 with max 1
class Case3{
    Identification IsoMax35Text
    ReopenCaseIndication IsoYesNoIndicator
}
Case3 *-- "1..1" IParty12Choice : Creator
%% IParty12Choice recursion level 1 with max 1
  

Case3 members

Member name Description Data Type / Multiplicity
Identification Uniquely identifies the case. IsoMax35Text - Required 1..1
Creator Party that created the investigation case. IParty12Choice - Required 1..1
ReopenCaseIndication Indicates whether or not the case was previously closed and is now re-opened. IsoYesNoIndicator - Optional 0..1

SupplementaryData building block

Additional information that cannot be captured in the structured elements and/or any other specific block. Additional information that can not be captured in the structured fields and/or any other specific block. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SupplementaryData1 recursion level 0 with max 1
class SupplementaryData1{
    PlaceAndName IsoMax350Text
}
SupplementaryData1 *-- "1..1" IsoSupplementaryDataEnvelope1 : Envelope
%% IsoSupplementaryDataEnvelope1 recursion level 1 with max 1
  

SupplementaryData1 members

Member name Description Data Type / Multiplicity
PlaceAndName Unambiguous reference to the location where the supplementary data must be inserted in the message instance. In the case of XML, this is expressed by a valid XPath. IsoMax350Text - Optional 0..1
Envelope Technical element wrapping the supplementary data. IsoSupplementaryDataEnvelope1 - Required 1..1

Extensibility and generalization considerations

To facilitate generalized design patterns in the system, the CaseStatusReportRequestV03 implementation follows a specific implementaiton pattern. First of all, CaseStatusReportRequestV03 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CaseStatusReportRequestV03Document implements IOuterDocument. Because CaseStatusReportRequestV03 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CaseStatusReportRequestV03.

classDiagram
    class IOuterRecord
    CaseStatusReportRequestV03 --|> IOuterRecord : Implements
    CaseStatusReportRequestV03Document --|> IOuterDocument~CaseStatusReportRequestV03~ : Implements
    class IOuterDocument~CaseStatusReportRequestV03~ {
        CaseStatusReportRequestV03 Message
     }
  

Document wrapper for serialization

The only real purpose CaseStatusReportRequestV03Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:camt.038.001.03’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CaseStatusReportRequestV03.ToDocument() method. The returned CaseStatusReportRequestV03Document value will serialize correctly according to ISO 20022 standards.

classDiagram
    CaseStatusReportRequestV03Document *-- CaseStatusReportRequestV03 : 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.038.001.03">
    <CaseStsRptReq>
        <ReqHdr>
            <!-- RequestHeader inner content -->
        </ReqHdr>
        <Case>
            <!-- Case inner content -->
        </Case>
        <SplmtryData>
            <!-- SupplementaryData inner content -->
        </SplmtryData>
    </CaseStsRptReq>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_sVWbg1kyEeGeoaLUQk__nA_150838018"
  nextVersions="_eYI_NW2PEei3KuUgpx7Xcw"
  previousVersion="_O2WCWNE-Ed-BzquC8wXy7w_940181382"
  name="CaseStatusReportRequestV03"
  definition="Scope&#xD;&#xA;The CaseStatusReportRequest message is sent by a case creator or case assigner to a case assignee.&#xD;&#xA;This message is used to request the status of a case.&#xD;&#xA;Usage&#xD;&#xA;The Case Status Report Request message must be answered with a Case Status Report message. It can be used to request the status of a:&#xD;&#xA;- request to cancel payment case&#xD;&#xA;- request to modify payment case&#xD;&#xA;- unable to apply case&#xD;&#xA;- claim non receipt case&#xD;&#xA;The Case Status Report Request message covers one and only one case at a time. If a case creator or case assigner needs the status of several cases, then multiple Case Status Report Request messages must be sent.&#xD;&#xA;The Case Status Report Request message may be forwarded to subsequent case assignee(s) in the case processing chain.&#xD;&#xA;The processing of a case generates Notification Of Case Assignment and/or Resolution Of Investigation messages to the case creator/case assigner. They alone should provide collaborating parties sufficient information about the progress of the investigation. The Case Status Report Request must therefore only be used when no information has been received from the case assignee within the expected time frame.&#xD;&#xA;An agent may suspend an investigation by classifying it as overdue if, this agent, after sending the request for the status of the investigation, does not receive any response after a long time. Agents may set their individual threshold wait-time."
  registrationStatus="Registered"
  messageSet="_wRx2xk2rEeG_I4xRYCA_7g _urpIICeJEeOCeO5e7islRQ"
  xmlTag="CaseStsRptReq"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_sVWbhFkyEeGeoaLUQk__nA_1398220389"
    nextVersions="_eYI_N22PEei3KuUgpx7Xcw"
    name="RequestHeader"
    definition="Identifies the party requesting the status, the requested party, the identification and the date of the status."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="ReqHdr"
    complexType="_toznclkyEeGeoaLUQk__nA_-1793756198" />
  <messageBuildingBlock
    xmi:id="_sVgMgFkyEeGeoaLUQk__nA_514987102"
    nextVersions="_eYI_OW2PEei3KuUgpx7Xcw"
    name="Case"
    definition="Identifies the investigation case."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="Case"
    complexType="_tijOcFkyEeGeoaLUQk__nA_-1838378407" />
  <messageBuildingBlock
    xmi:id="_sVgMgVkyEeGeoaLUQk__nA_-1985293714"
    nextVersions="_eYI_O22PEei3KuUgpx7Xcw"
    name="SupplementaryData"
    definition="Additional information that cannot be captured in the structured elements and/or any other specific block."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="SplmtryData"
    complexType="_Qn0zC9p-Ed-ak6NoX_4Aeg_468227563" />
  <messageDefinitionIdentifier
    businessArea="camt"
    messageFunctionality="038"
    flavour="001"
    version="03" />
</messageDefinition>

ISO Building Blocks

The following items are used as building blocks to construct this message.