FinancialInstitutionCreditTransferV03

pacs.009.001.03

Scope The FinancialInstitutionCreditTransfer message is sent by a debtor financial institution to a creditor financial institution, directly or through other agents and/or a payment clearing and settlement system. It is used to move funds from a debtor account to a creditor, where both debtor and creditor are financial institutions. Usage The FinancialInstitutionCreditTransfer message is exchanged between agents and can contain one or more credit transfer instructions where debtor and creditor are both financial institutions. The FinancialInstitutionCreditTransfer message does not allow for grouping: a CreditTransferTransactionInformation block must be present for each credit transfer transaction. The FinancialInstitutionCreditTransfer message can be used in domestic and cross-border scenarios.

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
%% FinancialInstitutionCreditTransferV03 recursion level 0 with max 0
FinancialInstitutionCreditTransferV03 *-- "1..1" GroupHeader51 : GroupHeader
FinancialInstitutionCreditTransferV03 *-- "1..1" CreditTransferTransaction4 : CreditTransferTransactionInformation
FinancialInstitutionCreditTransferV03 *-- "0..1" SupplementaryData1 : SupplementaryData
  

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

GroupHeader building block

Set of characteristics shared by all individual transactions included in the message. Set of characteristics shared by all individual transactions included in the message. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% GroupHeader51 recursion level 0 with max 1
class GroupHeader51{
    MessageIdentification IsoMax35Text
    CreationDateTime IsoISODateTime
    BatchBooking IsoBatchBookingIndicator
    NumberOfTransactions IsoMax15NumericText
    ControlSum IsoDecimalNumber
    TotalInterbankSettlementAmount IsoActiveCurrencyAndAmount
    InterbankSettlementDate IsoISODate
}
GroupHeader51 *-- "1..1" SettlementInstruction1 : SettlementInformation
GroupHeader51 *-- "0..1" PaymentTypeInformation21 : PaymentTypeInformation
GroupHeader51 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : InstructingAgent
GroupHeader51 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : InstructedAgent
%% SettlementInstruction1 recursion level 1 with max 1
class SettlementInstruction1{
    SettlementMethod SettlementMethod1Code
}
SettlementInstruction1 *-- "0..1" CashAccount24 : SettlementAccount
SettlementInstruction1 *-- "0..1" IClearingSystemIdentification3Choice : ClearingSystem
SettlementInstruction1 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : InstructingReimbursementAgent
SettlementInstruction1 *-- "0..1" CashAccount24 : InstructingReimbursementAgentAccount
SettlementInstruction1 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : InstructedReimbursementAgent
SettlementInstruction1 *-- "0..1" CashAccount24 : InstructedReimbursementAgentAccount
SettlementInstruction1 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : ThirdReimbursementAgent
SettlementInstruction1 *-- "0..1" CashAccount24 : ThirdReimbursementAgentAccount
%% PaymentTypeInformation21 recursion level 1 with max 1
class PaymentTypeInformation21{
    InstructionPriority Priority2Code
    ClearingChannel ClearingChannel2Code
}
PaymentTypeInformation21 *-- "0..1" IServiceLevel8Choice : ServiceLevel
PaymentTypeInformation21 *-- "0..1" ILocalInstrument2Choice : LocalInstrument
PaymentTypeInformation21 *-- "0..1" ICategoryPurpose1Choice : CategoryPurpose
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
  

GroupHeader51 members

Member name Description Data Type / Multiplicity
MessageIdentification Point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message. Usage: The instructing party has to make sure that MessageIdentification is unique per instructed party for a pre-agreed period.
CreationDateTime Date and time at which the message was created. IsoISODateTime - Required 1..1
BatchBooking Identifies whether a single entry per individual transaction or a batch entry for the sum of the amounts of all transactions within the group of a message is requested. Usage: Batch booking is used to request and not order a possible batch booking.
NumberOfTransactions Number of individual transactions contained in the message. IsoMax15NumericText - Required 1..1
ControlSum Total of all individual amounts included in the message, irrespective of currencies. IsoDecimalNumber - Optional 0..1
TotalInterbankSettlementAmount Total amount of money moved between the instructing agent and the instructed agent. IsoActiveCurrencyAndAmount - Optional 0..1
InterbankSettlementDate Date on which the amount of money ceases to be available to the agent that owes it and when the amount of money becomes available to the agent to which it is due. IsoISODate - Optional 0..1
SettlementInformation Specifies the details on how the settlement of the transaction(s) between the instructing agent and the instructed agent is completed. SettlementInstruction1 - Required 1..1
PaymentTypeInformation Set of elements used to further specify the type of transaction. PaymentTypeInformation21 - Optional 0..1
InstructingAgent Agent that instructs the next party in the chain to carry out the (set of) instruction(s). BranchAndFinancialInstitutionIdentification5 - Optional 0..1
InstructedAgent Agent that is instructed by the previous party in the chain to carry out the (set of) instruction(s). BranchAndFinancialInstitutionIdentification5 - Optional 0..1

CreditTransferTransactionInformation building block

Set of elements providing information specific to the individual credit transfer(s). Provide further details specific to the individual transaction(s) included in the message. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CreditTransferTransaction4 recursion level 0 with max 1
class CreditTransferTransaction4{
    InterbankSettlementAmount IsoActiveCurrencyAndAmount
    InterbankSettlementDate IsoISODate
    SettlementPriority Priority3Code
}
CreditTransferTransaction4 *-- "1..1" PaymentIdentification3 : PaymentIdentification
CreditTransferTransaction4 *-- "0..1" PaymentTypeInformation21 : PaymentTypeInformation
CreditTransferTransaction4 *-- "0..1" SettlementDateTimeIndication1 : SettlementTimeIndication
CreditTransferTransaction4 *-- "0..1" SettlementTimeRequest2 : SettlementTimeRequest
CreditTransferTransaction4 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : PreviousInstructingAgent
CreditTransferTransaction4 *-- "0..1" CashAccount24 : PreviousInstructingAgentAccount
CreditTransferTransaction4 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : InstructingAgent
CreditTransferTransaction4 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : InstructedAgent
CreditTransferTransaction4 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : IntermediaryAgent1
CreditTransferTransaction4 *-- "0..1" CashAccount24 : IntermediaryAgent1Account
CreditTransferTransaction4 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : IntermediaryAgent2
CreditTransferTransaction4 *-- "0..1" CashAccount24 : IntermediaryAgent2Account
CreditTransferTransaction4 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : IntermediaryAgent3
CreditTransferTransaction4 *-- "0..1" CashAccount24 : IntermediaryAgent3Account
CreditTransferTransaction4 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : UltimateDebtor
CreditTransferTransaction4 *-- "1..1" BranchAndFinancialInstitutionIdentification5 : Debtor
CreditTransferTransaction4 *-- "0..1" CashAccount24 : DebtorAccount
CreditTransferTransaction4 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : DebtorAgent
CreditTransferTransaction4 *-- "0..1" CashAccount24 : DebtorAgentAccount
CreditTransferTransaction4 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : CreditorAgent
CreditTransferTransaction4 *-- "0..1" CashAccount24 : CreditorAgentAccount
CreditTransferTransaction4 *-- "1..1" BranchAndFinancialInstitutionIdentification5 : Creditor
CreditTransferTransaction4 *-- "0..1" CashAccount24 : CreditorAccount
CreditTransferTransaction4 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : UltimateCreditor
CreditTransferTransaction4 *-- "0..0" InstructionForCreditorAgent2 : InstructionForCreditorAgent
CreditTransferTransaction4 *-- "0..0" InstructionForNextAgent1 : InstructionForNextAgent
CreditTransferTransaction4 *-- "0..1" RemittanceInformation2 : RemittanceInformation
CreditTransferTransaction4 *-- "0..1" CreditTransferTransaction3 : UnderlyingCustomerCreditTransfer
%% PaymentIdentification3 recursion level 1 with max 1
class PaymentIdentification3{
    InstructionIdentification IsoMax35Text
    EndToEndIdentification IsoMax35Text
    TransactionIdentification IsoMax35Text
    ClearingSystemReference IsoMax35Text
}
%% PaymentTypeInformation21 recursion level 1 with max 1
class PaymentTypeInformation21{
    InstructionPriority Priority2Code
    ClearingChannel ClearingChannel2Code
}
PaymentTypeInformation21 *-- "0..1" IServiceLevel8Choice : ServiceLevel
PaymentTypeInformation21 *-- "0..1" ILocalInstrument2Choice : LocalInstrument
PaymentTypeInformation21 *-- "0..1" ICategoryPurpose1Choice : CategoryPurpose
%% SettlementDateTimeIndication1 recursion level 1 with max 1
class SettlementDateTimeIndication1{
    DebitDateTime IsoISODateTime
    CreditDateTime IsoISODateTime
}
%% SettlementTimeRequest2 recursion level 1 with max 1
class SettlementTimeRequest2{
    CLSTime IsoISOTime
    TillTime IsoISOTime
    FromTime IsoISOTime
    RejectTime IsoISOTime
}
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% CashAccount24 recursion level 1 with max 1
class CashAccount24{
    Currency ActiveOrHistoricCurrencyCode
    Name IsoMax70Text
}
CashAccount24 *-- "1..1" IAccountIdentification4Choice : Identification
CashAccount24 *-- "0..1" ICashAccountType2Choice : Type
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% CashAccount24 recursion level 1 with max 1
class CashAccount24{
    Currency ActiveOrHistoricCurrencyCode
    Name IsoMax70Text
}
CashAccount24 *-- "1..1" IAccountIdentification4Choice : Identification
CashAccount24 *-- "0..1" ICashAccountType2Choice : Type
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% CashAccount24 recursion level 1 with max 1
class CashAccount24{
    Currency ActiveOrHistoricCurrencyCode
    Name IsoMax70Text
}
CashAccount24 *-- "1..1" IAccountIdentification4Choice : Identification
CashAccount24 *-- "0..1" ICashAccountType2Choice : Type
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% CashAccount24 recursion level 1 with max 1
class CashAccount24{
    Currency ActiveOrHistoricCurrencyCode
    Name IsoMax70Text
}
CashAccount24 *-- "1..1" IAccountIdentification4Choice : Identification
CashAccount24 *-- "0..1" ICashAccountType2Choice : Type
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% CashAccount24 recursion level 1 with max 1
class CashAccount24{
    Currency ActiveOrHistoricCurrencyCode
    Name IsoMax70Text
}
CashAccount24 *-- "1..1" IAccountIdentification4Choice : Identification
CashAccount24 *-- "0..1" ICashAccountType2Choice : Type
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% CashAccount24 recursion level 1 with max 1
class CashAccount24{
    Currency ActiveOrHistoricCurrencyCode
    Name IsoMax70Text
}
CashAccount24 *-- "1..1" IAccountIdentification4Choice : Identification
CashAccount24 *-- "0..1" ICashAccountType2Choice : Type
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% CashAccount24 recursion level 1 with max 1
class CashAccount24{
    Currency ActiveOrHistoricCurrencyCode
    Name IsoMax70Text
}
CashAccount24 *-- "1..1" IAccountIdentification4Choice : Identification
CashAccount24 *-- "0..1" ICashAccountType2Choice : Type
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% CashAccount24 recursion level 1 with max 1
class CashAccount24{
    Currency ActiveOrHistoricCurrencyCode
    Name IsoMax70Text
}
CashAccount24 *-- "1..1" IAccountIdentification4Choice : Identification
CashAccount24 *-- "0..1" ICashAccountType2Choice : Type
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% InstructionForCreditorAgent2 recursion level 1 with max 1
class InstructionForCreditorAgent2{
    Code Instruction5Code
    InstructionInformation IsoMax140Text
}
%% InstructionForNextAgent1 recursion level 1 with max 1
class InstructionForNextAgent1{
    Code Instruction4Code
    InstructionInformation IsoMax140Text
}
%% RemittanceInformation2 recursion level 1 with max 1
class RemittanceInformation2{
    Unstructured IsoMax140Text
}
%% CreditTransferTransaction3 recursion level 1 with max 1
class CreditTransferTransaction3{
    InstructedAmount IsoActiveOrHistoricCurrencyAndAmount
}
CreditTransferTransaction3 *-- "0..1" PartyIdentification43 : UltimateDebtor
CreditTransferTransaction3 *-- "0..1" PartyIdentification43 : InitiatingParty
CreditTransferTransaction3 *-- "1..1" PartyIdentification43 : Debtor
CreditTransferTransaction3 *-- "0..1" CashAccount24 : DebtorAccount
CreditTransferTransaction3 *-- "1..1" BranchAndFinancialInstitutionIdentification5 : DebtorAgent
CreditTransferTransaction3 *-- "0..1" CashAccount24 : DebtorAgentAccount
CreditTransferTransaction3 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : PreviousInstructingAgent
CreditTransferTransaction3 *-- "0..1" CashAccount24 : PreviousInstructingAgentAccount
CreditTransferTransaction3 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : IntermediaryAgent1
CreditTransferTransaction3 *-- "0..1" CashAccount24 : IntermediaryAgent1Account
CreditTransferTransaction3 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : IntermediaryAgent2
CreditTransferTransaction3 *-- "0..1" CashAccount24 : IntermediaryAgent2Account
CreditTransferTransaction3 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : IntermediaryAgent3
CreditTransferTransaction3 *-- "0..1" CashAccount24 : IntermediaryAgent3Account
CreditTransferTransaction3 *-- "1..1" BranchAndFinancialInstitutionIdentification5 : CreditorAgent
CreditTransferTransaction3 *-- "0..1" CashAccount24 : CreditorAgentAccount
CreditTransferTransaction3 *-- "1..1" PartyIdentification43 : Creditor
CreditTransferTransaction3 *-- "0..1" CashAccount24 : CreditorAccount
CreditTransferTransaction3 *-- "0..1" PartyIdentification43 : UltimateCreditor
CreditTransferTransaction3 *-- "0..1" RemittanceInformation7 : RemittanceInformation
  

CreditTransferTransaction4 members

Member name Description Data Type / Multiplicity
PaymentIdentification Set of elements used to reference a payment instruction. PaymentIdentification3 - Required 1..1
PaymentTypeInformation Set of elements used to further specify the type of transaction. PaymentTypeInformation21 - Optional 0..1
InterbankSettlementAmount Amount of money moved between the instructing agent and the instructed agent. IsoActiveCurrencyAndAmount - Required 1..1
InterbankSettlementDate Date on which the amount of money ceases to be available to the agent that owes it and when the amount of money becomes available to the agent to which it is due. IsoISODate - Optional 0..1
SettlementPriority Indicator of the urgency or order of importance that the instructing party would like the instructed party to apply to the processing of the settlement instruction. Priority3Code - Optional 0..1
SettlementTimeIndication Provides information on the occurred settlement time(s) of the payment transaction. SettlementDateTimeIndication1 - Optional 0..1
SettlementTimeRequest Provides information on the requested settlement time(s) of the payment instruction. SettlementTimeRequest2 - Optional 0..1
PreviousInstructingAgent Agent immediately prior to the instructing agent. BranchAndFinancialInstitutionIdentification5 - Optional 0..1
PreviousInstructingAgentAccount Unambiguous identification of the account of the previous instructing agent at its servicing agent in the payment chain. CashAccount24 - Optional 0..1
InstructingAgent Agent that instructs the next party in the chain to carry out the (set of) instruction(s). BranchAndFinancialInstitutionIdentification5 - Optional 0..1
InstructedAgent Agent that is instructed by the previous party in the chain to carry out the (set of) instruction(s). BranchAndFinancialInstitutionIdentification5 - Optional 0..1
IntermediaryAgent1 Agent between the debtor’s agent and the creditor’s agent.
IntermediaryAgent1Account Unambiguous identification of the account of the intermediary agent 1 at its servicing agent in the payment chain. CashAccount24 - Optional 0..1
IntermediaryAgent2 Agent between the debtor’s agent and the creditor’s agent.
IntermediaryAgent2Account Unambiguous identification of the account of the intermediary agent 2 at its servicing agent in the payment chain. CashAccount24 - Optional 0..1
IntermediaryAgent3 Agent between the debtor’s agent and the creditor’s agent.
IntermediaryAgent3Account Unambiguous identification of the account of the intermediary agent 3 at its servicing agent in the payment chain. CashAccount24 - Optional 0..1
UltimateDebtor Ultimate financial institution that owes an amount of money to the (ultimate) institutional creditor. BranchAndFinancialInstitutionIdentification5 - Optional 0..1
Debtor Financial institution that owes an amount of money to the (ultimate) financial institutional creditor. BranchAndFinancialInstitutionIdentification5 - Required 1..1
DebtorAccount Unambiguous identification of the account of the debtor to which a debit entry will be made as a result of the transaction. CashAccount24 - Optional 0..1
DebtorAgent Financial institution servicing an account for the debtor. BranchAndFinancialInstitutionIdentification5 - Optional 0..1
DebtorAgentAccount Unambiguous identification of the account of the debtor agent at its servicing agent in the payment chain. CashAccount24 - Optional 0..1
CreditorAgent Financial institution servicing an account for the creditor. BranchAndFinancialInstitutionIdentification5 - Optional 0..1
CreditorAgentAccount Unambiguous identification of the account of the creditor agent at its servicing agent to which a credit entry will be made as a result of the payment transaction. CashAccount24 - Optional 0..1
Creditor Financial institution that receives an amount of money from the financial institutional debtor. BranchAndFinancialInstitutionIdentification5 - Required 1..1
CreditorAccount Unambiguous identification of the account of the creditor to which a credit entry will be posted as a result of the payment transaction. CashAccount24 - Optional 0..1
UltimateCreditor Ultimate financial institution to which an amount of money is due. BranchAndFinancialInstitutionIdentification5 - Optional 0..1
InstructionForCreditorAgent Further information related to the processing of the payment instruction, provided by the initiating party, and intended for the creditor agent. InstructionForCreditorAgent2 - Unknown 0..0
InstructionForNextAgent Further information related to the processing of the payment instruction that may need to be acted upon by the next agent.
RemittanceInformation Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts’ receivable system. RemittanceInformation2 - Optional 0..1
UnderlyingCustomerCreditTransfer Provides information on the underlying customer credit transfer for which cover is provided. CreditTransferTransaction3 - 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 FinancialInstitutionCreditTransferV03 implementation follows a specific implementaiton pattern. First of all, FinancialInstitutionCreditTransferV03 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, FinancialInstitutionCreditTransferV03Document implements IOuterDocument. Because FinancialInstitutionCreditTransferV03 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type FinancialInstitutionCreditTransferV03.

classDiagram
    class IOuterRecord
    FinancialInstitutionCreditTransferV03 --|> IOuterRecord : Implements
    FinancialInstitutionCreditTransferV03Document --|> IOuterDocument~FinancialInstitutionCreditTransferV03~ : Implements
    class IOuterDocument~FinancialInstitutionCreditTransferV03~ {
        FinancialInstitutionCreditTransferV03 Message
     }
  

Document wrapper for serialization

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

classDiagram
    FinancialInstitutionCreditTransferV03Document *-- FinancialInstitutionCreditTransferV03 : 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:pacs.009.001.03">
    <FinInstnCdtTrf>
        <GrpHdr>
            <!-- GroupHeader inner content -->
        </GrpHdr>
        <CdtTrfTxInf>
            <!-- CreditTransferTransactionInformation inner content -->
        </CdtTrfTxInf>
        <SplmtryData>
            <!-- SupplementaryData inner content -->
        </SplmtryData>
    </FinInstnCdtTrf>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_sB-zkFkyEeGeoaLUQk__nA_-289152134"
  nextVersions="_dv-LESGnEeKjd4jizyIDGA"
  previousVersion="_ef8nstEuEd-BzquC8wXy7w_-1794247615"
  name="FinancialInstitutionCreditTransferV03"
  definition="Scope&#xD;&#xA;The FinancialInstitutionCreditTransfer message is sent by a debtor financial institution to a creditor financial institution, directly or through other agents and/or a payment clearing and settlement system.&#xD;&#xA;It is used to move funds from a debtor account to a creditor, where both debtor and creditor are financial institutions.&#xD;&#xA;Usage&#xD;&#xA;The FinancialInstitutionCreditTransfer message is exchanged between agents and can contain one or more credit transfer instructions where debtor and creditor are both financial institutions.&#xD;&#xA;The FinancialInstitutionCreditTransfer message does not allow for grouping: a CreditTransferTransactionInformation block must be present for each credit transfer transaction.&#xD;&#xA;The FinancialInstitutionCreditTransfer message can be used in domestic and cross-border scenarios."
  registrationStatus="Registered"
  messageSet="_urpIICeJEeOCeO5e7islRQ"
  xmlTag="FinInstnCdtTrf"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <constraint
    xmi:id="_sCbfgFkyEeGeoaLUQk__nA_-1860220039"
    name="InstructedAgentRule"
    definition="If GroupHeader/InstructedAgent is present, then CreditTransferTransactionInformation/InstructedAgent is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;ComplexRule xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/CreditTransferTransactionInformation[*]/InstructedAgent&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/GroupHeader/InstructedAgent&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;&#xA;" />
  <constraint
    xmi:id="_sClQgFkyEeGeoaLUQk__nA_1748566132"
    name="InstructingAgentRule"
    definition="If GroupHeader/InstructingAgent is present, then CreditTransferTransactionInformation/InstructingAgent is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;ComplexRule xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/CreditTransferTransactionInformation[*]/InstructingAgent&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/GroupHeader/InstructingAgent&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;&#xA;" />
  <constraint
    xmi:id="_sCuacFkyEeGeoaLUQk__nA_751493779"
    name="TotalInterbankSettlementAmountRule"
    definition="If GroupHeader/TotalInterbankSettlementAmount is present, then all occurrences of CreditTransferTransactionInformation/InterbankSettlementAmount must have the same currency as the currency of GroupHeader/TotalInterbankSettlementAmount."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;ComplexRule xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;EqualToNode&quot;&gt;&lt;leftOperand&gt;/CreditTransferTransactionInformation[*]/InterbankSettlementAmount/@Currency&lt;/leftOperand&gt;&lt;rightOperand&gt;/GroupHeader/TotalInterbankSettlementAmount/@Currency&lt;/rightOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/GroupHeader/TotalInterbankSettlementAmount&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;&#xA;" />
  <constraint
    xmi:id="_sC4LcFkyEeGeoaLUQk__nA_-245578574"
    name="TotalInterbankSettlementAmountAndSumRule"
    definition="If GroupHeader/TotalInterbankSettlementAmount is present, then it must equal the sum of all occurrences of CreditTransferTransactionInformation/InterbankSettlementAmount."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;ComplexRule xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;EqualToValue&quot;&gt;&lt;leftOperand&gt;/GroupHeader/TotalInterbankSettlementAmount&lt;/leftOperand&gt;&lt;rightOperand&gt;sum of /CreditTransferTransactionInformation/InterbankSettlementAmount&lt;/rightOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/GroupHeader/TotalInterbankSettlementAmount&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;&#xA;" />
  <constraint
    xmi:id="_sC4LclkyEeGeoaLUQk__nA_-1242650927"
    name="GroupHeaderInterbankSettlementDateRule"
    definition="If GroupHeader/InterbankSettlementDate is present, then CreditTransferTransactionInformation/InterbankSettlementDate is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;ComplexRule xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/CreditTransferTransactionInformation[*]/InterbankSettlementDate&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/GroupHeader/InterbankSettlementDate&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;&#xA;" />
  <constraint
    xmi:id="_sDLGYFkyEeGeoaLUQk__nA_2055244016"
    name="TransactionInterbankSettlementDateRule"
    definition="If GroupHeader/InterbankSettlementDate is not present, then CreditTransferTransactionInformation/InterbankSettlementDate must be present."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;ComplexRule xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/CreditTransferTransactionInformation[*]/InterbankSettlementDate&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/GroupHeader/InterbankSettlementDate&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;&#xA;" />
  <constraint
    xmi:id="_sDLGYlkyEeGeoaLUQk__nA_1058171663"
    name="PaymentTypeInformationRule"
    definition="If GroupHeader/PaymentTypeInformation is present, then CreditTransferTransactionInformation/PaymentTypeInformation is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;ComplexRule xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/CreditTransferTransactionInformation[*]/PaymentTypeInformation&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/GroupHeader/PaymentTypeInformation&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;&#xA;" />
  <messageBuildingBlock
    xmi:id="_sB-zkVkyEeGeoaLUQk__nA_1494594437"
    name="GroupHeader"
    definition="Set of characteristics shared by all individual transactions included in the message."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="GrpHdr"
    complexType="_s6UJw1kyEeGeoaLUQk__nA_37863884" />
  <messageBuildingBlock
    xmi:id="_sCIkkFkyEeGeoaLUQk__nA_-863147686"
    name="CreditTransferTransactionInformation"
    definition="Set of elements providing information specific to the individual credit transfer(s)."
    registrationStatus="Provisionally Registered"
    minOccurs="1"
    xmlTag="CdtTrfTxInf"
    complexType="_t03tglkyEeGeoaLUQk__nA_-1126231527" />
  <messageBuildingBlock
    xmi:id="_sCRugFkyEeGeoaLUQk__nA_-1339774506"
    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="pacs"
    messageFunctionality="009"
    flavour="001"
    version="03" />
</messageDefinition>

ISO Building Blocks

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