pacs.010.001.04
Scope: The FinancialInstitutionDirectDebit message is sent by an exchange or clearing house, or a financial institution, directly or through another agent, to the DebtorAgent. It is used to instruct the DebtorAgent to move funds from one or more debtor(s) account(s) to one or more creditor(s), where both debtor and creditor are financial institutions.
Usage: The FinancialInstitutionDirectDebit message is exchanged between agents and can contain one or more financial institution direct debit instruction(s) for one or more creditor(s). The FinancialInstitutionDirectDebit 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 %% FinancialInstitutionDirectDebitV04 recursion level 0 with max 0 FinancialInstitutionDirectDebitV04 *-- "1..1" GroupHeader92 : GroupHeader FinancialInstitutionDirectDebitV04 *-- "1..1" CreditTransferTransaction47 : CreditInstruction FinancialInstitutionDirectDebitV04 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
GroupHeader building block
Common characteristics for 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 %% GroupHeader92 recursion level 0 with max 1 class GroupHeader92{ MessageIdentification IsoMax35Text CreationDateTime IsoISODateTime NumberOfTransactions IsoMax15NumericText ControlSum IsoDecimalNumber } GroupHeader92 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : InstructingAgent GroupHeader92 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : InstructedAgent %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification
GroupHeader92 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 |
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 |
InstructingAgent | Agent that instructs the next party in the chain to carry out the (set of) instruction(s). | BranchAndFinancialInstitutionIdentification6 - Optional 0..1 |
InstructedAgent | Agent that is instructed by the previous party in the chain to carry out the (set of) instruction(s). | BranchAndFinancialInstitutionIdentification6 - Optional 0..1 |
CreditInstruction building block
Characteristics that apply to the credit side of the payment transaction(s) included in the message. Provides further details specific to the individual transaction(s) included in the message. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CreditTransferTransaction47 recursion level 0 with max 1 class CreditTransferTransaction47{ CreditIdentification IsoMax35Text BatchBooking IsoBatchBookingIndicator TotalInterbankSettlementAmount IsoActiveCurrencyAndAmount InterbankSettlementDate IsoISODate } CreditTransferTransaction47 *-- "0..1" PaymentTypeInformation28 : PaymentTypeInformation CreditTransferTransaction47 *-- "0..1" SettlementDateTimeIndication1 : SettlementTimeIndication CreditTransferTransaction47 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : InstructingAgent CreditTransferTransaction47 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : InstructedAgent CreditTransferTransaction47 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : IntermediaryAgent1 CreditTransferTransaction47 *-- "0..1" CashAccount38 : IntermediaryAgent1Account CreditTransferTransaction47 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : IntermediaryAgent2 CreditTransferTransaction47 *-- "0..1" CashAccount38 : IntermediaryAgent2Account CreditTransferTransaction47 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : IntermediaryAgent3 CreditTransferTransaction47 *-- "0..1" CashAccount38 : IntermediaryAgent3Account CreditTransferTransaction47 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : CreditorAgent CreditTransferTransaction47 *-- "0..1" CashAccount38 : CreditorAgentAccount CreditTransferTransaction47 *-- "1..1" BranchAndFinancialInstitutionIdentification6 : Creditor CreditTransferTransaction47 *-- "0..1" CashAccount38 : CreditorAccount CreditTransferTransaction47 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : UltimateCreditor CreditTransferTransaction47 *-- "0..0" InstructionForCreditorAgent3 : InstructionForCreditorAgent CreditTransferTransaction47 *-- "1..0" DirectDebitTransactionInformation26 : DirectDebitTransactionInformation CreditTransferTransaction47 *-- "0..0" SupplementaryData1 : SupplementaryData %% PaymentTypeInformation28 recursion level 1 with max 1 class PaymentTypeInformation28{ InstructionPriority Priority2Code ClearingChannel ClearingChannel2Code } PaymentTypeInformation28 *-- "0..0" IServiceLevel8Choice : ServiceLevel PaymentTypeInformation28 *-- "0..1" ILocalInstrument2Choice : LocalInstrument PaymentTypeInformation28 *-- "0..1" ICategoryPurpose1Choice : CategoryPurpose %% SettlementDateTimeIndication1 recursion level 1 with max 1 class SettlementDateTimeIndication1{ DebitDateTime IsoISODateTime CreditDateTime IsoISODateTime } %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% CashAccount38 recursion level 1 with max 1 class CashAccount38{ Currency ActiveOrHistoricCurrencyCode Name IsoMax70Text } CashAccount38 *-- "1..1" IAccountIdentification4Choice : Identification CashAccount38 *-- "0..1" ICashAccountType2Choice : Type CashAccount38 *-- "0..1" ProxyAccountIdentification1 : Proxy %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% CashAccount38 recursion level 1 with max 1 class CashAccount38{ Currency ActiveOrHistoricCurrencyCode Name IsoMax70Text } CashAccount38 *-- "1..1" IAccountIdentification4Choice : Identification CashAccount38 *-- "0..1" ICashAccountType2Choice : Type CashAccount38 *-- "0..1" ProxyAccountIdentification1 : Proxy %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% CashAccount38 recursion level 1 with max 1 class CashAccount38{ Currency ActiveOrHistoricCurrencyCode Name IsoMax70Text } CashAccount38 *-- "1..1" IAccountIdentification4Choice : Identification CashAccount38 *-- "0..1" ICashAccountType2Choice : Type CashAccount38 *-- "0..1" ProxyAccountIdentification1 : Proxy %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% CashAccount38 recursion level 1 with max 1 class CashAccount38{ Currency ActiveOrHistoricCurrencyCode Name IsoMax70Text } CashAccount38 *-- "1..1" IAccountIdentification4Choice : Identification CashAccount38 *-- "0..1" ICashAccountType2Choice : Type CashAccount38 *-- "0..1" ProxyAccountIdentification1 : Proxy %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% CashAccount38 recursion level 1 with max 1 class CashAccount38{ Currency ActiveOrHistoricCurrencyCode Name IsoMax70Text } CashAccount38 *-- "1..1" IAccountIdentification4Choice : Identification CashAccount38 *-- "0..1" ICashAccountType2Choice : Type CashAccount38 *-- "0..1" ProxyAccountIdentification1 : Proxy %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% InstructionForCreditorAgent3 recursion level 1 with max 1 class InstructionForCreditorAgent3{ Code ExternalCreditorAgentInstruction1Code InstructionInformation IsoMax140Text } %% DirectDebitTransactionInformation26 recursion level 1 with max 1 class DirectDebitTransactionInformation26{ InterbankSettlementAmount IsoActiveCurrencyAndAmount InterbankSettlementDate IsoISODate SettlementPriority Priority3Code InstructionForDebtorAgent IsoMax210Text } DirectDebitTransactionInformation26 *-- "1..1" PaymentIdentification13 : PaymentIdentification DirectDebitTransactionInformation26 *-- "0..1" PaymentTypeInformation28 : PaymentTypeInformation DirectDebitTransactionInformation26 *-- "0..1" SettlementDateTimeIndication1 : SettlementTimeIndication DirectDebitTransactionInformation26 *-- "0..1" SettlementTimeRequest2 : SettlementTimeRequest DirectDebitTransactionInformation26 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : UltimateDebtor DirectDebitTransactionInformation26 *-- "1..1" BranchAndFinancialInstitutionIdentification6 : Debtor DirectDebitTransactionInformation26 *-- "0..1" CashAccount38 : DebtorAccount DirectDebitTransactionInformation26 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : DebtorAgent DirectDebitTransactionInformation26 *-- "0..1" CashAccount38 : DebtorAgentAccount DirectDebitTransactionInformation26 *-- "0..1" IPurpose2Choice : Purpose DirectDebitTransactionInformation26 *-- "0..1" RemittanceInformation2 : RemittanceInformation %% SupplementaryData1 recursion level 1 with max 1 class SupplementaryData1{ PlaceAndName IsoMax350Text } SupplementaryData1 *-- "1..1" IsoSupplementaryDataEnvelope1 : Envelope
CreditTransferTransaction47 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
CreditIdentification | Unique identification, as assigned by a sending party, to unambiguously identify the credit instruction within the message. | IsoMax35Text - Required 1..1 |
BatchBooking | Identifies whether a single entry per individual direct debit 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. | IsoBatchBookingIndicator - Optional 0..1 |
PaymentTypeInformation | Further specifies the type of transaction. | PaymentTypeInformation28 - Optional 0..1 |
TotalInterbankSettlementAmount | 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 |
SettlementTimeIndication | Provides information on the occurred settlement time(s) of the payment transaction. | SettlementDateTimeIndication1 - Optional 0..1 |
InstructingAgent | Agent that instructs the next party in the chain to carry out the (set of) instruction(s). | BranchAndFinancialInstitutionIdentification6 - Optional 0..1 |
InstructedAgent | Agent that is instructed by the previous party in the chain to carry out the (set of) instruction(s). | BranchAndFinancialInstitutionIdentification6 - 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. | CashAccount38 - 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. | CashAccount38 - 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. | CashAccount38 - Optional 0..1 |
CreditorAgent | Financial institution servicing an account for the creditor. | BranchAndFinancialInstitutionIdentification6 - 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. | CashAccount38 - Optional 0..1 |
Creditor | Financial institution that receives an amount of money from the financial institutional debtor. | BranchAndFinancialInstitutionIdentification6 - 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. | CashAccount38 - Optional 0..1 |
UltimateCreditor | Ultimate financial institution to which an amount of money is due. | BranchAndFinancialInstitutionIdentification6 - 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. | InstructionForCreditorAgent3 - Unknown 0..0 |
DirectDebitTransactionInformation | Provides information on the individual debit transaction(s) included in the message. | DirectDebitTransactionInformation26 - Unknown 1..0 |
SupplementaryData | Additional information that cannot be captured in the structured elements and/or any other specific block. | SupplementaryData1 - Unknown 0..0 |
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 FinancialInstitutionDirectDebitV04 implementation follows a specific implementaiton pattern. First of all, FinancialInstitutionDirectDebitV04 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, FinancialInstitutionDirectDebitV04Document implements IOuterDocument. Because FinancialInstitutionDirectDebitV04 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type FinancialInstitutionDirectDebitV04.
classDiagram class IOuterRecord FinancialInstitutionDirectDebitV04 --|> IOuterRecord : Implements FinancialInstitutionDirectDebitV04Document --|> IOuterDocument~FinancialInstitutionDirectDebitV04~ : Implements class IOuterDocument~FinancialInstitutionDirectDebitV04~ { FinancialInstitutionDirectDebitV04 Message }
Document wrapper for serialization
The only real purpose FinancialInstitutionDirectDebitV04Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:pacs.010.001.04’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using FinancialInstitutionDirectDebitV04.ToDocument() method. The returned FinancialInstitutionDirectDebitV04Document value will serialize correctly according to ISO 20022 standards.
classDiagram FinancialInstitutionDirectDebitV04Document *-- FinancialInstitutionDirectDebitV04 : 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.010.001.04">
<FIDrctDbt>
<GrpHdr>
<!-- GroupHeader inner content -->
</GrpHdr>
<CdtInstr>
<!-- CreditInstruction inner content -->
</CdtInstr>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</FIDrctDbt>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_LwDQLcP_Eemsic1bQcEtLA"
nextVersions="_jMaBW9cBEeq_l4BJLVUF2Q"
previousVersion="_x0JZC3L4EeidQ_AAdEzxQA"
name="FinancialInstitutionDirectDebitV04"
definition="Scope:
The FinancialInstitutionDirectDebit message is sent by an exchange or clearing house, or a financial institution, directly or through another agent, to the DebtorAgent. It is used to instruct the DebtorAgent to move funds from one or more debtor(s) account(s) to one or more creditor(s), where both debtor and creditor are financial institutions.

Usage:
The FinancialInstitutionDirectDebit message is exchanged between agents and can contain one or more financial institution direct debit instruction(s) for one or more creditor(s). The FinancialInstitutionDirectDebit message can be used in domestic and cross-border scenarios.
"
registrationStatus="Registered"
messageSet="_wRx2w02rEeG_I4xRYCA_7g"
xmlTag="FIDrctDbt"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_LwDQL8P_Eemsic1bQcEtLA"
nextVersions="_jMaBXdcBEeq_l4BJLVUF2Q"
previousVersion="_x0JZDXL4EeidQ_AAdEzxQA"
name="SupplementaryDataRule"
definition="The SupplementaryData building block at message level must not be used to provide additional information about a transaction. The SupplementaryData element at transaction level should be used for that purpose."
registrationStatus="Provisionally Registered" />
<messageBuildingBlock
xmi:id="_LwDQNcP_Eemsic1bQcEtLA"
nextVersions="_jMaBY9cBEeq_l4BJLVUF2Q"
previousVersion="_x0JZD3L4EeidQ_AAdEzxQA"
name="GroupHeader"
definition="Common characteristics for all individual transactions included in the message."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="GrpHdr"
complexType="_3BuB2XL-EeidQ_AAdEzxQA" />
<messageBuildingBlock
xmi:id="_LwDQN8P_Eemsic1bQcEtLA"
nextVersions="_jMaBZdcBEeq_l4BJLVUF2Q"
previousVersion="_x0JZEXL4EeidQ_AAdEzxQA"
name="CreditInstruction"
definition="Characteristics that apply to the credit side of the payment transaction(s) included in the message."
registrationStatus="Provisionally Registered"
minOccurs="1"
xmlTag="CdtInstr"
complexType="_r6YgIQbHEeqF8ePC1fs2Gg" />
<messageBuildingBlock
xmi:id="_LwDQOcP_Eemsic1bQcEtLA"
nextVersions="_jMaBZ9cBEeq_l4BJLVUF2Q"
previousVersion="_x0JZE3L4EeidQ_AAdEzxQA"
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="010"
flavour="001"
version="04" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.