• Stars
    star
    217
  • Rank 181,040 (Top 4 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created almost 8 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Model and parsers for all SWIFT MT (FIN) messages

alt tag

Prowide Core is an open source Java framework for managing SWIFT FIN messages.

The project (previously known as WIFE) is active since 2006, production ready and commercially supported.

What's included?

  • Java model for ISO 15022 MT (for example: MT103 and Field32A classes, for all MT message categories)
  • Parser from SWIFT MT (FIN or RJE) into Java
  • Builder API from Java to SWIFT MT (FIN or RJE)
  • Conversion between SWIFT MT and JSON
  • Conversion between SWIFT MT and proprietary XML for MT
  • JPA entities model for MT message persistence
  • BIC and IBAN validation

For ISO 20022 model, parser and builder API check the https://github.com/prowide/prowide-iso20022 project

For SWIFT messages validation, translations, GUI application and more, please check Prowide's complementary commercial offerings at http://www.prowidesoftware.com/

Documentation

Distribution

Latest public binary DOWNLOAD is available at https://dev.prowidesoftware.com/SRU2022/getting-started/download-core/

SRU updates are made available on October (one month before SWIFT production date) for the general public, and 6 months in advance for subscribed customers.

License

Apache License 2.0

SWIFT is a trademark of S.W.I.F.T. SCRL. (www.swift.com)

Build

  • run ./gradlew build to build the library

Make sure your IDE encoding is UTF-8, some test may fail if not.