• Posts
  • Categories

ISO 20022 for Trade Services — The tsrv Message Set

How ISO 20022 models bank guarantees and standby letters of credit through the tsrv business area, covering the issuance, amendment, demand, and termination of an undertaking between applicant, guarantor, advising party, and beneficiary.

ISO 20022 for Trade Services Management — The tsmt Message Set

How ISO 20022 modelled the Bank Payment Obligation and the Trade Services Utility through the tsmt business area, covering the baseline, data set matching, status management, and reporting that drive a conditional interbank payment obligation.

ISO 20022 for Terminal Management — The catm Message Set

How ISO 20022 models the management of payment terminals through the catm business area, covering status reporting, management plans, configuration updates, maintenance delegation, and certificate management between a terminal and its management system.

ISO 20022 — A Map of the Financial Messaging Standard

An overview of ISO 20022 as a whole, tying together its methodology, message identifier, and Business Application Header with a map of its business areas across payments, securities, cards, trade finance, FX, regulatory, and reference data.

ISO 20022 for Card Settlement Reporting — The casr Message Set

How ISO 20022 models card settlement reporting through the casr business area, a two-message request-and-response pair that reports settlement positions and totals between card parties on the same protected envelope as the transaction messages.

ISO 20022 for Securities Settlement — The sese Message Set

How ISO 20022 models securities settlement through the sese business area, from the settlement instruction and its matching, status, and confirmation at a CSD to securities financing, transfers, and the CSDR buy-in advice.

ISO 20022 for Securities Management — The semt Message Set

A tour of ISO 20022's semt (securities management) business area, the custody reporting layer that carries holdings statements, transaction statements, intra-position movements, penalties, and account queries between an account owner and its custodian or CSD.

ISO 20022 for Securities Events — The seev Message Set

A tour of ISO 20022's seev (securities events) business area, covering corporate actions, general meetings and proxy voting, shareholder identification, market claims, and buyer protection across the custody chain.

ISO 20022 for Securities Clearing — The secl Message Set

How ISO 20022 models securities clearing through the secl business area, from trade leg notification and netting to margin, default fund, and buy-in messaging exchanged between a CCP and its clearing members.

ISO 20022 for Sale to POI — The casp Message Set

How ISO 20022 models the interface between a retailer's sale system and its payment terminal through the casp business area, covering the service, session, device, reconciliation, and reporting messages of the sale-to-POI protocol.

ISO 20022 for Reference Data — The reda Message Set

A tour of ISO 20022's reda (reference data) business area, the messages that create, maintain, query, and report the static data behind transactions, from securities, parties, and accounts to standing settlement instructions, calendars, and prices.

ISO 20022 for Foreign Exchange Trade — The fxtr Message Set

How ISO 20022 models the foreign exchange post-trade process through the fxtr business area, covering trade capture, confirmation and matching, status notification, and net settlement reporting between counterparties and their matching and settlement services.

ISO 20022 for Card Fraud Reporting — The cafr Message Set

How ISO 20022 models card fraud reporting through the cafr business area, a compact four-message set that lets card parties report fraudulent transactions and communicate their disposition in a structured, machine-readable form.

ISO 20022 for Card Fee Collection — The cafc Message Set

How ISO 20022 models card fee collection through the cafc business area, a two-message request-and-response pair that collects scheme and service fees between card parties on the same protected envelope as the transaction messages.

ISO 20022 for Collateral Management — The colr Message Set

How ISO 20022 models collateral management through the colr business area, from margin call and collateral proposal to substitution, interest, disputes, and triparty processing between two counterparties and their custodian.

ISO 20022 for Cash Management — The camt Message Set

A guided tour of ISO 20022's camt (cash management) business area, from the camt.052/053/054 reporting trio that replaces SWIFT MT940/942/900/910 to payment cancellation, investigations, liquidity, and market-infrastructure query messages.

ISO 20022 for Regulatory Reporting — The auth Message Set

A guided tour of ISO 20022's auth (authorities) business area, the regulatory-reporting messages that carry MiFIR, EMIR, SFTR, money-market, CCP, and settlement-fails data from firms and infrastructures to their competent authorities.

ISO 20022 for ATM Management — The caam Message Set

How ISO 20022 models the management of automated teller machines through the caam business area, covering device control, key download, diagnostics, configuration, reconciliation, and exception handling between an ATM and its manager.

ISO 20022 for ATM Card Transactions — The catp Message Set

How ISO 20022 models ATM card transactions through the catp business area, covering the withdrawal, deposit, transfer, inquiry and PIN management flows between an ATM and its host, and the message-level encryption and MAC that protect them.

Deploying a SEP-41 Fungible Token on Stellar with OpenZeppelin

A technical walkthrough of the three ways to issue a fungible token on Stellar, the architecture of the OpenZeppelin stellar-tokens library, and a compile-verified SEP-41 contract from cargo new to a funded testnet deployment.

Merkle DAGs(IPFS, GIT) - Overview

Learn what a Merkle DAG is and how it used in distributed systems like IPFS and Git. This overview explains the structure, key benefits, and use cases of Merkle DAGs in content-addressed storage and version control.

Unit Test Key Principles

This article presents some principles to respect when you create unit testing (DRY test, KISS, SRP and Yagni).

L'analyse de données avec pandas

Pandas est une librairie python permettant de faire de l'analyse de donnée. Elle est beaucoup utilisée pour traiter les données dans le cadre du Machine Learning.

Les Courbes Elliptiques avec SageMath

Cet article explique l'implémentation des courbes elliptiques avec la librairie SageMath, par exemple la définition et l'addition des points sur une courbe.

Android Studio - Design d'une application

Cet article présente les quelques astuces de bases pour configurer et modifier le design de son application Android (texte à afficher, multilingue, image, etc.)

Arbre recouvrant de poids minimum (MST / ACM)

Cet article résume les principales notions et algorithmes utilisés permettant de calculer l'arbre couvrant de poids minimum (ACM) / Minimum Spanning Tree(MST).

Les wrappers de fonctions en C++ avec std::function

Cet article introduit l'utilisation des wrappers de fonctions en c++, apparu avec C++11. Le concept sera vu à travers l'implémentation d'un dictionnaire et le wrapper std::function.

Introduction à Node.JS

Node.JS est un environnement d’exécution (runtime) en Javascript permettant d'exécuter du javascript côté serveur. Il possède un grand nombre de paquets pouvant être installés avec le gestionnaire de package npm.

Vulnérabilités avec le langage C

Cet article présente une liste de vulnérabilités (CWE 121, CWE 122, etc.) et menaces potentielles avec le langage C afin de sensibiliser les programmeurs.

Les moniteurs avec PcoSynchro

Cet article présente les moniteurs de Hoare et de Mesa, ainsi que leur utilisation avec la librairie PcoSyncro. Les moniteurs permettent de synchroniser des ressources mises en concurrence entre plusieurs threads qui veulent y accéder.

Docker en bref

Liste des principales commandes de Docker