SWIFT

The Society for Worldwide Interbank Financial Telecommunication messaging network and standards

Overview

SWIFT (Society for Worldwide Interbank Financial Telecommunication) is a global cooperative that provides a secure messaging network and a set of standardized message formats for financial institutions. SWIFT connects over 11,000 financial institutions across more than 200 countries, facilitating the exchange of financial messages for cross-border payments, securities transactions, trade finance, and treasury operations.

While SWIFT is often described as a payment network, it is more accurately a messaging network: SWIFT messages instruct financial institutions to move funds or securities, but the actual settlement occurs through correspondent banking relationships and clearing systems. SWIFT processes an average of over 40 million messages per day, making it the backbone of international financial communication.

SWIFT defines two families of message standards: the legacy MT (Message Type) format and the modern MX format based on ISO 20022 XML. The financial industry is in the process of migrating from MT to MX, one of the largest standardization efforts in the history of financial services.

History

SWIFT was founded in 1973 by 239 banks from 15 countries as a cooperative society under Belgian law, headquartered in La Hulpe, Belgium. Before SWIFT, international financial messages were transmitted via Telex, a slow and error-prone process that relied on free-form text messages. SWIFT replaced Telex with a standardized, automated messaging system.

The SWIFT network went live on 9 May 1977, with 518 institutions in 22 countries. The original MT message format defined structured fields for financial transactions, each identified by a three-digit message type number. The MT format has been continuously expanded, with hundreds of message types covering payments, securities, trade finance, and treasury operations.

In the 2000s, the financial industry recognized that the MT format's fixed-field structure was insufficient for the increasingly complex requirements of global finance. This led to the development of ISO 20022, an XML-based financial messaging standard that SWIFT adopted as the basis for its MX message format. In 2022, SWIFT began the multi-year migration from MT to MX for cross-border payments, with full migration expected to be complete by November 2025.

Message Formats

MT Messages (Legacy)

MT messages use a structured text format organized into blocks and fields. Each message type is identified by a three-digit number, where the first digit indicates the category:

  • MT 1xx - Customer Payments and Cheques
  • MT 2xx - Financial Institution Transfers
  • MT 3xx - Treasury Markets (FX, Money Markets, Derivatives)
  • MT 4xx - Collections and Cash Letters
  • MT 5xx - Securities Markets
  • MT 6xx - Treasury Markets (Precious Metals, Syndications)
  • MT 7xx - Documentary Credits and Guarantees (Trade Finance)
  • MT 9xx - Cash Management and Customer Status

Key MT Messages

  • MT 103 - Single Customer Credit Transfer (the most common payment message)
  • MT 202 - General Financial Institution Transfer
  • MT 199/299 - Free-format messages between banks
  • MT 540-543 - Securities settlement instructions
  • MT 700 - Issue of a Documentary Credit (Letter of Credit)
  • MT 760 - Guarantee / Standby Letter of Credit
  • MT 940 - Customer Statement Message
  • MT 950 - Statement Message (bank-to-bank)

MT Example

A simplified MT 103 (Single Customer Credit Transfer):

{1:F01BANKUS33AXXX0000000000}
{2:I103BANKGB22XXXXN}
{4:
:20:PAYMENT-REF-001
:23B:CRED
:32A:230615EUR12500,00
:50K:/DE89370400440532013000
JOHN DOE
123 MAIN STREET
ANYTOWN
:59:/GB29NWBK60161331926819
JANE SMITH
456 HIGH STREET
LONDON
:71A:SHA
-}

MX Messages (ISO 20022)

MX messages use ISO 20022 XML format, providing richer data structures, longer reference fields, and structured remittance information. The migration from MT to MX enables improved straight-through processing, better compliance screening, and richer payment information.

<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08">
  <FIToFICstmrCdtTrf>
    <GrpHdr>
      <MsgId>PAYMENT-REF-001</MsgId>
      <CreDtTm>2023-06-15T12:00:00</CreDtTm>
      <NbOfTxs>1</NbOfTxs>
      <SttlmInf>
        <SttlmMtd>INDA</SttlmMtd>
      </SttlmInf>
    </GrpHdr>
    <CdtTrfTxInf>
      <IntrBkSttlmAmt Ccy="EUR">12500.00</IntrBkSttlmAmt>
      <IntrBkSttlmDt>2023-06-15</IntrBkSttlmDt>
      <Dbtr>
        <Nm>John Doe</Nm>
      </Dbtr>
      <Cdtr>
        <Nm>Jane Smith</Nm>
      </Cdtr>
    </CdtTrfTxInf>
  </FIToFICstmrCdtTrf>
</Document>

SWIFT Services

  • FIN: The traditional store-and-forward messaging service for MT messages
  • InterAct: Real-time and store-and-forward messaging for MX (ISO 20022) messages
  • FileAct: Bulk file transfer service for large batches of transactions
  • gpi (Global Payments Innovation): End-to-end payment tracking providing speed, transparency, and traceability for cross-border payments
  • SWIFT Transaction Manager: Central orchestration platform for managing cross-border payment flows

Use Cases

  • Cross-border payments: The primary use case, with MT 103 / pacs.008 messages instructing correspondent banks to transfer funds between countries
  • Securities settlement: Instructions for buying, selling, and settling securities transactions between custodians and depositories
  • Trade finance: Letters of credit, guarantees, and documentary collections that facilitate international trade
  • Treasury operations: FX confirmations, money market transactions, and interest rate derivatives
  • Cash management: Account statements, balance reports, and debit/credit notifications for corporate treasury
  • Compliance: Sanctions screening, KYC utility, and payment transparency initiatives

Advantages

  • Global reach: Connects over 11,000 institutions in 200+ countries, providing near-universal coverage for financial messaging
  • Security: Highly secure network with multi-layered authentication, encryption, and the Customer Security Programme (CSP)
  • Standardization: Well-defined message formats ensure interoperability between institutions using different banking platforms
  • Reliability: 99.999% availability with redundant data centers and disaster recovery capabilities
  • ISO 20022 migration: The move to MX/ISO 20022 brings richer data, improved compliance, and better straight-through processing
  • Ecosystem: Extensive partner network of software vendors, service bureaus, and consultants

Related Standards

SWIFT's MX format is based on ISO 20022, which is also adopted by many domestic payment systems (SEPA in Europe, Fedwire and CHIPS in the US, CHAPS in the UK). The XML-based nature of ISO 20022 aligns SWIFT with the broader trend toward XML and JSON-based data interchange. In corporate treasury, SWIFT messages often complement EDIFACT PAYMUL and PAYEXT messages used for bulk payment instructions. The X12 820 (Payment Order/Remittance Advice) serves a similar function in North American domestic contexts. For trade finance, SWIFT messages work alongside EDIFACT customs and trade facilitation messages to support the full lifecycle of international trade transactions.