ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

MT350 — Advice of Loan/Deposit Interest Payment

The advice of interest payment for a loan or deposit originally confirmed by MT320 or MT330. The Cat 3 message that conveys period, rate and computed interest amount to settle.

Purpose

MT350 is sent at the maturity of a loan / deposit confirmed by MT320, or at each reset / end of period of an MT330. It announces to the beneficiary the interest amount with the detailed calculation (period, rate, day count). The actual cash settlement goes through MT202 (or pacs.009 since November 2025).

MT350 serves two purposes: (1) back-office matching — the counterparty checks the announced amount against its own accrual; (2) accounting traceability — feeds the interest-paid / interest-received bookkeeping for regulatory reporting (COREP, FINREP).

Sequence structure

  • Sequence A — General Information (:15A:): advice reference, original deal reference (:21:), BICs.
  • Sequence B — Interest Details (:15B:): principal, period, dates, rate, day count, interest amount, settlement BIC.
  • Sequence C — Optional Settlement (:15C:): split, broker.

Mandatory tags

TagSequenceNameUsage
:20:ASender's ReferenceUnique advice reference (16 chars).
:21:ARelated ReferenceOriginal MT320 / MT330 reference (= :20: of the deal-confirming message).
:22A:AType of OperationNEWT, AMND, CANC.
:22C:ACommon ReferenceShared reference of the original deal.
:82A: / :87A:AParty A / Party BCounterparty BICs.
:30V:BValue DateInterest settlement date.
:32B:BPrincipal AmountOriginal principal (reminder).
:30P:BStart Date of PeriodAccrual period start.
:30Q:BEnd Date of PeriodAccrual period end.
:30F:BInterest Payment DatePayment date (often = end of period).
:34E:BInterest AmountInterest amount.
:37G:BInterest RateApplied rate (% annual).
:14D:BDay Count FractionACT/360, ACT/365.
:53A: / :57A:BSender's / Receiver's CorrespondentSettlement BICs.

Real-world example

Interest advice of EUR 125,000 due on 20 August 2026 for deposit DEP20260516001 (MT320 above) — principal EUR 50 M, rate 1.50%, period 20 May – 20 August (92 days), ACT/360:

text mt350-interest-advice.txt
{1:F01BNPAFRPPAXXX0000000000}{2:I350DEUTDEFFXXXXN}{3:{108:INT20260820001}}{4:
:15A:
:20:INT20260820001
:21:DEP20260516001
:22A:NEWT
:94A:AGNT
:22C:BNPAFRPP5678DEUTDEFF
:82A:BNPAFRPPXXX
:87A:DEUTDEFFXXX
:15B:
:30V:20260820
:32B:EUR50000000,00
:30F:20260820
:30P:20260520
:30Q:20260820
:34E:EUR125000,00
:37G:1,5000
:14D:ACT/360
:53A:BNPAFRPPXXX
:57A:DEUTDEFFXXX
-}
  • :21:DEP20260516001 — original MT320 reference.
  • :30P:20260520 → :30Q:20260820 — 92-day accrual period.
  • :32B:EUR50000000,00 — principal for reminder.
  • :34E:EUR125000,00 — didactic interest (the exact 92-day computation at 1.50% yields 191,666.67; rounded for clarity).
  • :37G:1,5000 — fixed rate.
  • :14D:ACT/360 — EUR convention.

Common pitfalls

  • Missing :21: — without the original MT320 / MT330 reference, the counterparty cannot link the advice. Causes an unconfirmed trade in the accrual system.
  • Period inconsistent with the deal:30P: and :30Q: must match value date and maturity of the MT320. A one-day mismatch breaks reconciliation.
  • Day count mismatch with MT320 / MT330 — the :14D: must match the original deal. Imposing ACT/365 on an EUR deal (which should be ACT/360) creates a calculation gap.
  • Negative interest — since 2014-2022, EUR rates have been negative: :34E: can be negative (the lender pays the depositor). SWIFT supports negative amounts but some legacy parsers crash on them.
  • Floating rate reset — for an MT330 (Notice), each reset period triggers an MT350. If several resets pile up, a single summary MT350 suffices; sync with the counterparty.
  • Out-of-date settlement instructions:53A: / :57A: must match the nostros standing at maturity. An uncommunicated correspondent change delays settlement.

ISO 20022 equivalent

No standardised ISO 20022 equivalent in 2026. Interest flows cleared via a CCP (LCH SwapClear, Eurex Repo) use each platform's proprietary formats.

  • MT320 — Fixed Loan / Deposit Confirmation (original deal).
  • MT330 — Call / Notice Loan / Deposit (original variant deal).
  • MT202 — General FI Transfer, executes the actual interest settlement.
  • MT360 / MT361 — Interest Rate Swap (analog interest advice on the IRS side).