TransferCancellationStatusReportV05

sese.010.001.05

Scope An executing party, for example, a transfer agent, sends the TransferCancellationStatusReport message to the instructing party, for example, an investment manager or one of its authorised representatives to provide the status of a previously received transfer cancellation instruction. Usage The TransferCancellationStatusReport message is used to report on the status of a transfer in or transfer out cancellation request. The reference of the transfer instruction for which the cancellation status is reported is identified in TransferReference. The message identification of the transfer cancellation request message in which the transfer instruction was conveyed may also be quoted in RelatedReference. The message identification of the transfer instruction request message in which the transfer instruction was conveyed may also be quoted in RelatedReference. One of the following statuses can be reported:

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
%% TransferCancellationStatusReportV05 recursion level 0 with max 0
TransferCancellationStatusReportV05 *-- "1..1" MessageIdentification1 : MessageIdentification
TransferCancellationStatusReportV05 *-- "0..1" AdditionalReference7 : CounterpartyReference
TransferCancellationStatusReportV05 *-- "0..1" IReferences49Choice : Reference
TransferCancellationStatusReportV05 *-- "1..1" CancellationStatusAndReason3 : StatusReport
TransferCancellationStatusReportV05 *-- "0..1" MarketPracticeVersion1 : MarketPracticeVersion
TransferCancellationStatusReportV05 *-- "0..1" Extension1 : Extension
  

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

MessageIdentification building block

Reference that uniquely identifies a message from a business application standpoint. Identifies a message by a unique identifier and the date and time when the message was created by the sender. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% MessageIdentification1 recursion level 0 with max 1
class MessageIdentification1{
    Identification IsoMax35Text
    CreationDateTime IsoISODateTime
}
  

MessageIdentification1 members

Member name Description Data Type / Multiplicity
Identification Identification of the message. IsoMax35Text - Required 1..1
CreationDateTime Date of creation of the message. IsoISODateTime - Required 1..1

CounterpartyReference building block

Unambiguous identification of the transfer allocated by the counterparty. Reference to a related message or transaction. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AdditionalReference7 recursion level 0 with max 1
class AdditionalReference7{
    Reference IsoMax35Text
    MessageName IsoMax35Text
}
AdditionalReference7 *-- "0..1" IPartyIdentification97Choice : ReferenceIssuer
%% IPartyIdentification97Choice recursion level 1 with max 1
  

AdditionalReference7 members

Member name Description Data Type / Multiplicity
Reference Reference issued by a party to identify an instruction, transaction or a message. IsoMax35Text - Required 1..1
ReferenceIssuer Party that issued the reference. IPartyIdentification97Choice - Optional 0..1
MessageName Name of the message. IsoMax35Text - Optional 0..1

Reference building block

Reference to the message or communication that was previously received. Choice of references used to reference a previous transaction. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% IReferences49Choice recursion level 0 with max 1
  

References49Choice members

Member name Description Data Type / Multiplicity

StatusReport building block

Status of the transfer cancellation instruction. Status of a transfer cancellation instruction and the reason for the status. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CancellationStatusAndReason3 recursion level 0 with max 1
class CancellationStatusAndReason3{
    MasterReference IsoMax35Text
    TransferReference IsoMax35Text
    CancellationReference IsoMax35Text
}
CancellationStatusAndReason3 *-- "0..1" AdditionalReference7 : ClientReference
CancellationStatusAndReason3 *-- "1..1" IStatus21Choice : Status
CancellationStatusAndReason3 *-- "0..1" IPartyIdentification70Choice : StatusInitiator
%% AdditionalReference7 recursion level 1 with max 1
class AdditionalReference7{
    Reference IsoMax35Text
    MessageName IsoMax35Text
}
AdditionalReference7 *-- "0..1" IPartyIdentification97Choice : ReferenceIssuer
%% IStatus21Choice recursion level 1 with max 1
%% IPartyIdentification70Choice recursion level 1 with max 1
  

CancellationStatusAndReason3 members

Member name Description Data Type / Multiplicity
MasterReference Unique and unambiguous identifier for a group of individual transfers as assigned by the instructing party. This identifier links the individual transfers together. IsoMax35Text - Optional 0..1
TransferReference Unique and unambiguous identification of a transfer, as assigned by the instructing party. IsoMax35Text - Required 1..1
ClientReference Unique and unambiguous investor’s identification of a transfer. This reference can typically be used in a hub scenario to give the reference of the transfer as assigned by the underlying client. AdditionalReference7 - Optional 0..1
CancellationReference Unique and unambiguous identifier for a transfer cancellation, as assigned by the instructing party. IsoMax35Text - Optional 0..1
Status Status of the transfer cancellation. IStatus21Choice - Required 1..1
StatusInitiator Party that initiates the status. IPartyIdentification70Choice - Optional 0..1

MarketPracticeVersion building block

Identifies the market practice to which the message conforms. Identifies the implementation and version. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% MarketPracticeVersion1 recursion level 0 with max 1
class MarketPracticeVersion1{
    Name IsoMax35Text
    Date IsoISOYearMonth
    Number IsoMax35Text
}
  

MarketPracticeVersion1 members

Member name Description Data Type / Multiplicity
Name Market practice, for example, “UKTRANSFERS”, “FINDELSLT”. IsoMax35Text - Required 1..1
Date Year and month, for example, 2013-06. IsoISOYearMonth - Optional 0..1
Number Version of the market practice. IsoMax35Text - Optional 0..1

Extension 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
%% Extension1 recursion level 0 with max 1
class Extension1{
    PlaceAndName IsoMax350Text
    Text IsoMax350Text
}
  

Extension1 members

Member name Description Data Type / Multiplicity
PlaceAndName Name qualifying the information provided in the Text field, and place where this information should be inserted. IsoMax350Text - Required 1..1
Text Text of the extension. IsoMax350Text - Required 1..1

Extensibility and generalization considerations

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

classDiagram
    class IOuterRecord
    TransferCancellationStatusReportV05 --|> IOuterRecord : Implements
    TransferCancellationStatusReportV05Document --|> IOuterDocument~TransferCancellationStatusReportV05~ : Implements
    class IOuterDocument~TransferCancellationStatusReportV05~ {
        TransferCancellationStatusReportV05 Message
     }
  

Document wrapper for serialization

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

classDiagram
    TransferCancellationStatusReportV05Document *-- TransferCancellationStatusReportV05 : 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:sese.010.001.05">
    <TrfCxlStsRpt>
        <MsgId>
            <!-- MessageIdentification inner content -->
        </MsgId>
        <CtrPtyRef>
            <!-- CounterpartyReference inner content -->
        </CtrPtyRef>
        <Ref>
            <!-- Reference inner content -->
        </Ref>
        <StsRpt>
            <!-- StatusReport inner content -->
        </StsRpt>
        <MktPrctcVrsn>
            <!-- MarketPracticeVersion inner content -->
        </MktPrctcVrsn>
        <Xtnsn>
            <!-- Extension inner content -->
        </Xtnsn>
    </TrfCxlStsRpt>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_LXmFER8OEeWpZde3LQh6dg"
  nextVersions="_XJ91AYZMEeemXK0UETsSiA"
  previousVersion="_QzhWMRXgEeOocOqSQt5Jbw"
  name="TransferCancellationStatusReportV05"
  definition="Scope&#xD;&#xA;An executing party, for example, a transfer agent, sends the TransferCancellationStatusReport message to the instructing party, for example, an investment manager or one of its authorised representatives to provide the status of a previously received transfer cancellation instruction.&#xD;&#xA;Usage&#xD;&#xA;The TransferCancellationStatusReport message is used to report on the status of a transfer in or transfer out cancellation request.&#xD;&#xA;The reference of the transfer instruction for which the cancellation status is reported is identified in TransferReference. The message identification of the transfer cancellation request message in which the transfer instruction was conveyed may also be quoted in RelatedReference.&#xD;&#xA;The message identification of the transfer instruction request message in which the transfer instruction was conveyed may also be quoted in RelatedReference.&#xD;&#xA;One of the following statuses can be reported:&#xD;&#xA;- the transfer cancellation is accepted, or,&#xD;&#xA;- the transfer cancellation has been sent to the next party, or,&#xD;&#xA;- the transfer cancellation is complete and the reason for the status,&#xD;&#xA;- the transfer cancellation pending and the reason for the status,&#xD;&#xA;- the transfer cancellation is rejected and the reason for the status."
  registrationStatus="Registered"
  messageSet="_urpIICeJEeOCeO5e7islRQ"
  xmlTag="TrfCxlStsRpt"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <constraint
    xmi:id="_LXmFEx8OEeWpZde3LQh6dg"
    nextVersions="_XJ91A4ZMEeemXK0UETsSiA"
    previousVersion="_QzhWMxXgEeOocOqSQt5Jbw"
    name="OtherReferenceRule"
    definition="Reference/OtherReference should be used to reference a transfer cancellation request 'message' sent in a proprietary way or used for a system reference. If Reference/OtherReference is present, References/OtherReference/MessageName must contain, for example, 'fax' or 'phone' or 'email'."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_LXmFFR8OEeWpZde3LQh6dg"
    nextVersions="_XJ91BYZMEeemXK0UETsSiA"
    previousVersion="_QzhWNRXgEeOocOqSQt5Jbw"
    name="RelatedReferenceRule"
    definition="If Reference/RelatedReference/MessageName is present, it must start with sese.002, sese.006, sese.009 or sese.014."
    registrationStatus="Provisionally Registered" />
  <messageBuildingBlock
    xmi:id="_LXmFFx8OEeWpZde3LQh6dg"
    nextVersions="_XJ91B4ZMEeemXK0UETsSiA"
    previousVersion="_QzhWORXgEeOocOqSQt5Jbw"
    name="MessageIdentification"
    definition="Reference that uniquely identifies a message from a business application standpoint."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MsgId"
    complexType="_Q7pG5Np-Ed-ak6NoX_4Aeg_-967008570" />
  <messageBuildingBlock
    xmi:id="_LXmFGR8OEeWpZde3LQh6dg"
    nextVersions="_XJ91CYZMEeemXK0UETsSiA"
    previousVersion="_QzhWOxXgEeOocOqSQt5Jbw"
    name="CounterpartyReference"
    definition="Unambiguous identification of the transfer allocated by the counterparty."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="CtrPtyRef"
    complexType="_CxGKASVIEeWI0orciOKunQ" />
  <messageBuildingBlock
    xmi:id="_LXmFGx8OEeWpZde3LQh6dg"
    nextVersions="_XJ91C4ZMEeemXK0UETsSiA"
    previousVersion="_j8hMwR6mEeOolf0-cMYhrw"
    name="Reference"
    definition="Reference to the message or communication that was previously received."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="Ref"
    complexType="_dSWYESYtEeW_ZNn8gbfY7Q" />
  <messageBuildingBlock
    xmi:id="_LXmFHR8OEeWpZde3LQh6dg"
    nextVersions="_XJ91DYZMEeemXK0UETsSiA"
    previousVersion="_QzhWQRXgEeOocOqSQt5Jbw"
    name="StatusReport"
    definition="Status of the transfer cancellation instruction."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="StsRpt"
    complexType="_kq3dwSYtEeW_ZNn8gbfY7Q" />
  <messageBuildingBlock
    xmi:id="_LXmFHx8OEeWpZde3LQh6dg"
    nextVersions="_XJ91D4ZMEeemXK0UETsSiA"
    previousVersion="_0bJBsRw9EeOIveEnnb_1-A"
    name="MarketPracticeVersion"
    definition="Identifies the market practice to which the message conforms."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="MktPrctcVrsn"
    complexType="_FaNY0RUVEeOIaq8KyCdIDQ" />
  <messageBuildingBlock
    xmi:id="_LXmFIR8OEeWpZde3LQh6dg"
    nextVersions="_XJ91EYZMEeemXK0UETsSiA"
    previousVersion="_QzhWQxXgEeOocOqSQt5Jbw"
    name="Extension"
    definition="Additional information that cannot be captured in the structured elements and/or any other specific block."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="Xtnsn"
    complexType="_Q6vvCNp-Ed-ak6NoX_4Aeg_1503007069" />
  <messageDefinitionIdentifier
    businessArea="sese"
    messageFunctionality="010"
    flavour="001"
    version="05" />
</messageDefinition>

ISO Building Blocks

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