Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 707 Bytes

File metadata and controls

20 lines (15 loc) · 707 Bytes

CodeInk.SWIFT

A SWIFT FIN message library

What is SWIFT ?

SWIFT or Society for Worldwide Interbank Financial Telecommunication provides a network to allow financial and non-financial institutions (e.g. corporates) to transfer financial transactions through a 'financial message'.

Purpose

This library use to simplify the task of reading and writing SWIFT FIN messages. It also provide some validation function it reduce the amount of error in files.

Features

  • Strictly typed message reading.
  • Reading MT fields and block data makes easy
  • Intutive interface

Upcomming futures

  • Writting supported
  • Multifile reading
  • More validation rules on fields are apply