sese.006.001.01
Scope TheTransferInCancellationInstruction message is sent by an instructing party, or an instructing party’s designated agent, to the executing party. This message is used to request the cancellation of a TransferInInstruction that was previously sent by the instructing party. Usage TheTransferInCancellationInstruction message is sent by an instructing party to request cancellation of a previously sent TransferInInstruction. This message must contain the reference of the message to be cancelled. The message may also contain all the details of the message to be cancelled, but this is not recommended.
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 %% TransferInCancellationInstruction recursion level 0 with max 0 TransferInCancellationInstruction *-- "1..1" AdditionalReference2 : PreviousReference TransferInCancellationInstruction *-- "0..1" AdditionalReference2 : PoolReference TransferInCancellationInstruction *-- "0..1" AdditionalReference2 : RelatedReference TransferInCancellationInstruction *-- "0..1" TransferIn2 : TransferInToBeCancelled
Now, we will zero-in one-by-one on each of these building blocks.
PreviousReference building block
Reference to a linked message that was previously sent. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AdditionalReference2 recursion level 0 with max 1 class AdditionalReference2{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference2 *-- "0..1" IPartyIdentification1Choice : ReferenceIssuer %% IPartyIdentification1Choice recursion level 1 with max 1
AdditionalReference2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Reference | Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. | IsoMax35Text - Required 1..1 |
ReferenceIssuer | Issuer of the reference. | IPartyIdentification1Choice - Optional 0..1 |
MessageName | Name of a message. | IsoMax35Text - Optional 0..1 |
PoolReference building block
Collective reference identifying a set of messages. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AdditionalReference2 recursion level 0 with max 1 class AdditionalReference2{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference2 *-- "0..1" IPartyIdentification1Choice : ReferenceIssuer %% IPartyIdentification1Choice recursion level 1 with max 1
AdditionalReference2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Reference | Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. | IsoMax35Text - Required 1..1 |
ReferenceIssuer | Issuer of the reference. | IPartyIdentification1Choice - Optional 0..1 |
MessageName | Name of a message. | IsoMax35Text - Optional 0..1 |
RelatedReference building block
Reference to a linked message that was previously received. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AdditionalReference2 recursion level 0 with max 1 class AdditionalReference2{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference2 *-- "0..1" IPartyIdentification1Choice : ReferenceIssuer %% IPartyIdentification1Choice recursion level 1 with max 1
AdditionalReference2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Reference | Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. | IsoMax35Text - Required 1..1 |
ReferenceIssuer | Issuer of the reference. | IPartyIdentification1Choice - Optional 0..1 |
MessageName | Name of a message. | IsoMax35Text - Optional 0..1 |
TransferInToBeCancelled building block
The transfer in request message to cancel. Information about a transfer in transaction. For comparison, see the ISO20022 official specification
classDiagram direction tb %% TransferIn2 recursion level 0 with max 1 TransferIn2 *-- "1..1" Transfer3 : TransferDetails TransferIn2 *-- "1..1" FinancialInstrument3 : FinancialInstrumentDetails TransferIn2 *-- "1..1" InvestmentAccount10 : AccountDetails TransferIn2 *-- "1..1" DeliverInformation1 : SettlementDetails TransferIn2 *-- "0..0" Extension1 : Extension %% Transfer3 recursion level 1 with max 1 class Transfer3{ TransferReference IsoMax35Text OwnAccountTransferIndicator IsoYesNoIndicator } Transfer3 *-- "0..1" IDateFormat1Choice : TransferDate Transfer3 *-- "1..1" FinancialInstrumentQuantity1 : TotalUnitsNumber %% FinancialInstrument3 recursion level 1 with max 1 class FinancialInstrument3{ Name IsoMax350Text SupplementaryIdentification IsoMax35Text RequestedNAVCurrency ActiveOrHistoricCurrencyCode ClassType IsoMax35Text SecuritiesForm FormOfSecurity1Code DistributionPolicy DistributionPolicy1Code } FinancialInstrument3 *-- "1..1" ISecurityIdentification1Choice : Identification %% InvestmentAccount10 recursion level 1 with max 1 class InvestmentAccount10{ AccountName IsoMax35Text AccountDesignation IsoMax35Text SecuritiesForm FormOfSecurity1Code DematerialisedIndicator IsoYesNoIndicator IncomePreference IncomePreference1Code BeneficiaryCertificationIndicator IsoYesNoIndicator } InvestmentAccount10 *-- "0..0" IPartyIdentification1Choice : OwnerIdentification InvestmentAccount10 *-- "1..1" AccountIdentification1 : AccountIdentification InvestmentAccount10 *-- "0..0" Intermediary1 : IntermediaryInformation InvestmentAccount10 *-- "0..1" IPartyIdentification1Choice : SafekeepingPlace InvestmentAccount10 *-- "0..1" IPartyIdentification1Choice : AccountServicer %% DeliverInformation1 recursion level 1 with max 1 class DeliverInformation1{ PhysicalTransferIndicator IsoYesNoIndicator } DeliverInformation1 *-- "1..1" DeliveringPartiesAndAccount1 : SettlementPartiesDetails DeliverInformation1 *-- "0..1" DeliveryParameters2 : PhysicalTransferDetails %% Extension1 recursion level 1 with max 1 class Extension1{ PlaceAndName IsoMax350Text Text IsoMax350Text }
TransferIn2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
TransferDetails | General information related to the transfer of a financial instrument. | Transfer3 - Required 1..1 |
FinancialInstrumentDetails | Information related to the financial instrument to be received. | FinancialInstrument3 - Required 1..1 |
AccountDetails | Information related to the account into which the financial instrument is to be received. | InvestmentAccount10 - Required 1..1 |
SettlementDetails | Information related to the delivering side of the transfer. | DeliverInformation1 - Required 1..1 |
Extension | Additional information that cannot be captured in the structured elements and/or any other specific block. | Extension1 - Unknown 0..0 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the TransferInCancellationInstruction implementation follows a specific implementaiton pattern. First of all, TransferInCancellationInstruction impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, TransferInCancellationInstructionDocument implements IOuterDocument. Because TransferInCancellationInstruction implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type TransferInCancellationInstruction.
classDiagram class IOuterRecord TransferInCancellationInstruction --|> IOuterRecord : Implements TransferInCancellationInstructionDocument --|> IOuterDocument~TransferInCancellationInstruction~ : Implements class IOuterDocument~TransferInCancellationInstruction~ { TransferInCancellationInstruction Message }
Document wrapper for serialization
The only real purpose TransferInCancellationInstructionDocument serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:sese.006.001.01’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using TransferInCancellationInstruction.ToDocument() method. The returned TransferInCancellationInstructionDocument value will serialize correctly according to ISO 20022 standards.
classDiagram TransferInCancellationInstructionDocument *-- TransferInCancellationInstruction : 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.006.001.01">
<sese.006.001.01>
<PrvsRef>
<!-- PreviousReference inner content -->
</PrvsRef>
<PoolRef>
<!-- PoolReference inner content -->
</PoolRef>
<RltdRef>
<!-- RelatedReference inner content -->
</RltdRef>
<TrfInToBeCanc>
<!-- TransferInToBeCancelled inner content -->
</TrfInToBeCanc>
</sese.006.001.01>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_IJ9muNE6Ed-BzquC8wXy7w_-1440956956"
nextVersions="_Iq5JiNE6Ed-BzquC8wXy7w_-1614969547"
name="TransferInCancellationInstruction"
definition="Scope
TheTransferInCancellationInstruction message is sent by an instructing party, or an instructing party's designated agent, to the executing party.
This message is used to request the cancellation of a TransferInInstruction that was previously sent by the instructing party.
Usage
TheTransferInCancellationInstruction message is sent by an instructing party to request cancellation of a previously sent TransferInInstruction.
This message must contain the reference of the message to be cancelled. The message may also contain all the details of the message to be cancelled, but this is not recommended."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlName="sese.006.001.01"
xmlTag="sese.006.001.01"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_IJ9mudE6Ed-BzquC8wXy7w_-793090656"
name="PreviousReference"
definition="Reference to a linked message that was previously sent."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="PrvsRef"
complexType="_RNE1Kdp-Ed-ak6NoX_4Aeg_-577369889" />
<messageBuildingBlock
xmi:id="_IJ9mutE6Ed-BzquC8wXy7w_288100882"
name="PoolReference"
definition="Collective reference identifying a set of messages."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="PoolRef"
complexType="_RNE1Kdp-Ed-ak6NoX_4Aeg_-577369889" />
<messageBuildingBlock
xmi:id="_IJ9mu9E6Ed-BzquC8wXy7w_-198593769"
name="RelatedReference"
definition="Reference to a linked message that was previously received."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="RltdRef"
complexType="_RNE1Kdp-Ed-ak6NoX_4Aeg_-577369889" />
<messageBuildingBlock
xmi:id="_IKGwoNE6Ed-BzquC8wXy7w_97276648"
name="TransferInToBeCancelled"
definition="The transfer in request message to cancel."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="TrfInToBeCanc"
complexType="_U0yisNp-Ed-ak6NoX_4Aeg_-337704522" />
<messageDefinitionIdentifier
businessArea="sese"
messageFunctionality="006"
flavour="001"
version="01" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.