Giter VIP home page Giter VIP logo

banking-swift-messages-java's Introduction

Banking Swift Messages Parser and Composer

Parser for Financial SWIFT Messages SWIFT = Society for Worldwide Interbank Financial Telecommunication

License: MIT

Build Workflow

Dependency Monitoring

Known Vulnerabilities

Maintainability

Test Coverage

Releases

Release

Supported Message Types (so far)

  • MT940
  • MT942

If you need more MT formats just let me know and create a new issue

Usage

see tests

Dev Notes

SEPA Verwendugszweck Fields

  • EREF : Ende-zu-Ende Referenz
  • KREF : Kundenreferenz
  • MREF : Mandatsreferenz
  • BREF : Bankreferenz
  • RREF : Retourenreferenz
  • CRED : Creditor-ID
  • DEBT : Debitor-ID
  • COAM : Zinskompensationsbetrag
  • OAMT : Ursprünglicher Umsatzbetrag
  • SVWZ : Verwendungszweck
  • ABWA : Abweichender Auftraggeber
  • ABWE : Abweichender Empfänger
  • IBAN : IBAN des Auftraggebers
  • BIC : BIC des Auftraggebers

banking-swift-messages-java's People

Contributors

dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar nieldw avatar qoomon avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

banking-swift-messages-java's Issues

MT103: Support

Can you please support mt103 file format also? Thanks

Allow \r\n as newline separator

Importing a MT94x file with \r\n as line separator causes the parser to fail:

Could not accept [1] bank statements. Error messages: ['com.qoomon.banking.swift.message.exception.SwiftMessageParseException: Block 4 did not match pattern ([^\n]+)?\n((:?.\n)-) at line number 15'].

Allow empty lines at end of file

My editor adds an empty line at the end of a file when I save it. The parser currently does not allow empty lines at the end of a file, which is unpractical. What does the SWIFT specifications say about this?

Could not accept [1] bank statements. Error messages: ['com.qoomon.banking.swift.message.exception.SwiftMessageParseException: No characters are allowed outside of blocks, but was: '
' at line 16 at line number 16'].

Need to read Swift message response

Hi,
It looks nice source. Thanks! I was looking to parse response message mt103, mt202 and mt202cov and making java object(pojo class) of response for saving into database. Can you please help me how can i parse response and make java object to store into database.
Thanks
Sandeep

Will the data be expired?

Hello, I would like to ask if these data will be expired? How do you keep the data up to date if it's out of date? I hope you can help me

Initial Update

Hi 👊

This is my first visit to this fine repo, but it seems you have been working hard to keep all dependencies updated so far.

Once you have closed this issue, I'll create seperate pull requests for every update as soon as I find one.

That's it for now!

Happy merging! 🤖

{3:} User Header Block is NOT Optional

The SwiftMessage class declares

private final Optional<UserHeaderBlock> userHeaderBlock;

However, if the message does not contain block {3:} it fails to be parsed:

Expected Block '[3]', but was '4' at line number 60

The first line of the message looks like

{1:F01SBZAZAJJXXXX0000999999}{2:O9420811140903SBICMWMXXXXX00000000001409030811N}{4:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.