Hacker News new | ask | show | jobs
by ttrei 721 days ago
Does it process individual transactions? RTGS stands for Real Time Gross Settlement, and my understanding is that it lets banks settle the total amount of processed transactions, thus leaving out any details of particular transactions.
3 comments

> Does it process individual transactions?

Yes. FedNow and FedWire are real-time rails.

FedACH is net settled, but I believe the Fed would see the full contents of each ACH message.

For important/large payments, banks will often let customers allow do do individual transactions on the RTGS.

That's how wire transfers work in the US, for example, and that's one reason why they're more expensive than ACH: Without netting, transfers actually reduce reserves, and by extension liquidity, from the sending bank in real time.

FedACH in particular is a retail payment service, and the operator would have visibility into individual transactions, I believe.

> that's one reason why they're more expensive than ACH

The Fed charges between 4 and 19¢ for a wire [1]. For the delta to be explained by the cost of warehousing reserves, we'd need to assume Zimbabwean costs of capital for the big banks.

RTGS is fundamentally more expensive than net settling. But wires are expensive because we're getting hosed. (If you wire frequently, there are banks that won't charge you for it, e.g. Fidelity.)

[1] https://www.frbservices.org/resources/fees/wires-2024 if you're a small bank, it could be as much as 95¢

Completely agree: Of course the markup that banks charge for them is not proportional in any way.

If it were, FedNow (which is also real-time, although I'm not sure on whether it's also real-time settled) and non-US equivalents would be equally expensive, yet SEPA instant and FPS are usually free to consumers. They do have an amount cap per day, though.

> do have an amount cap per day

This is related to fraud risk, which is only ameliorated by net-settlement systems in that they're slower. (An RTGS with a built-in delay would have a similar fraud profile.)

Wires' immutability makes them both ideal for large transactions and more risky for fraud. If I understand correctly, FedNow payments are reversible.

In essence, you have to pick two among fast settlement, immutability and low cost. FedWire is fast and immutable and low cost at volume. FedNow is fast and low cost. ACH is stupid.

It helps with fraud, sure, but I bet banks aren't too unhappy about the dampening effect it has on liquidity flows as well, especially now that we've left ZIRP?

There must be some cost of capital associated with needing reserve buffers for outgoing instant payments sent outside of the operating hours of the interbank money market and the Fed discount window.

In the end, both effects (cost of fraud and cost of liquidity) will of course get baked into the cost per dollar to the banks and it might be hard to untangle them.

> banks aren't too unhappy about the dampening effect it has on liquidity flows

Correct.

The average FedWire is $5.4mm [1]. The Fed Funds rate is 5.3% [2]. ACH settles in 1 to 3 business days [3]. Actual/360, that's $800 to 2,400 to finance wholesale.

If, on the other hand, you're JPMorgan and can pay 2 bps for deposits [4], that cost drops to $3 to 9. These are the economics that drive bank consolidation.

[1] https://www.frbservices.org/resources/financial-services/wir...

[3] https://www.frbservices.org/resources/resource-centers/same-...

[2] https://fred.stlouisfed.org/series/fedfunds

[4] https://www.chase.com/content/dam/chase-ux/ratesheets/pdfs/r...

While SEPA Instant has a cap (100k), SEPA Slow (or, well, same-day/next-day, the normal one) does not, though some banks may impose their own.

Weirdly, 100k is not an absolute limit; the scheme allows banks to have bilateral agreements to exceed it, though I’m not sure how common this is.

What are house payments usually made with?
Just regular "SEPA slow" (i.e. SEPA credit transfer), as far as I know, unless they're financed by a mortgage/loan anyway.

Some banks offer "rush payments" for that use case in particular, which I believe essentially correspond to either an RTGS payment and a phone call or fax to the receiving bank ("hey, can you check your TARGET2 account real quick for our transfer <reference> and credit your account x for the sum please?"), or just a regular old SEPA credit transfer with somebody making sure that it's not caught in some AML or fraud control queue for several days. It's not a pan-European standardized scheme, in any case.

> lets banks settle the total amount of processed transactions, thus leaving out any details of particular transactions

This is the definition of a Net settlement scheme (multiple transactions are combined at end of a period, resulting in only the net changes being transferred), not a Gross settlement scheme.

FedACH is a net settled scheme, but even then, the operator of such a scheme usually has visibility into individual payments (unless participating banks settle everything bilaterally and there is no central operator/hub).
I was merely clarifying their use of "RTGS" vs their textual description of it.