All Projects → prowide → Prowide Core

prowide / Prowide Core

Licence: apache-2.0
Model and parsers for all SWIFT MT (FIN) messages

Programming Languages

java
68154 projects - #9 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to Prowide Core

Baby
Create models from a JSON file, even a Baby can do it.
Stars: ✭ 214 (+71.2%)
Mutual labels:  parser, model
Dan Jurafsky Chris Manning Nlp
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
Stars: ✭ 124 (-0.8%)
Mutual labels:  parser
Pq
a command-line Protobuf parser with Kafka support and JSON output
Stars: ✭ 120 (-4%)
Mutual labels:  parser
Covasim
COVID-19 Agent-based Simulator (Covasim): a model for exploring coronavirus dynamics and interventions
Stars: ✭ 122 (-2.4%)
Mutual labels:  model
Go Wasm
WebAssembly binary file parser written in go
Stars: ✭ 121 (-3.2%)
Mutual labels:  parser
Awesome Hungarian Nlp
A curated list of NLP resources for Hungarian
Stars: ✭ 121 (-3.2%)
Mutual labels:  parser
Html2pug
Converts HTML to Pug 🐶
Stars: ✭ 118 (-5.6%)
Mutual labels:  parser
Zpa
A parser and source code analyzer for PL/SQL and Oracle SQL.
Stars: ✭ 124 (-0.8%)
Mutual labels:  parser
Black Widow
GUI based offensive penetration testing tool (Open Source)
Stars: ✭ 124 (-0.8%)
Mutual labels:  parser
Nlp Pretrained Model
A collection of Natural language processing pre-trained models.
Stars: ✭ 122 (-2.4%)
Mutual labels:  model
Php Po Parser
Parse Gettext *.PO files with PHP
Stars: ✭ 121 (-3.2%)
Mutual labels:  parser
Guardian
Eloquent Guardian is a simple permissions system for your users. While there are many other packages for permissions, this one solves everything in the most eloquent way.
Stars: ✭ 121 (-3.2%)
Mutual labels:  model
Vue Styleguide Generator
React inspired style guide generator for Vue.js
Stars: ✭ 123 (-1.6%)
Mutual labels:  parser
Commonmark Java
Java library for parsing and rendering CommonMark (Markdown)
Stars: ✭ 1,675 (+1240%)
Mutual labels:  parser
Bnf
Parse BNF grammar definitions
Stars: ✭ 124 (-0.8%)
Mutual labels:  parser
Rust hdl
Stars: ✭ 120 (-4%)
Mutual labels:  parser
Webrtc Sdp
Rust SDP parser for WebRTC
Stars: ✭ 121 (-3.2%)
Mutual labels:  parser
Resume Parser
AWS Lambda function queried using AWS API Gateway to parse resumes using Lever API
Stars: ✭ 123 (-1.6%)
Mutual labels:  parser
Codeigniter Model
CodeIgniter 3 Active Record (ORM) Standard Model with Laravel Eloquent & Yii2 AR like
Stars: ✭ 124 (-0.8%)
Mutual labels:  model
Awesome Python Models
A curated list of awesome Python libraries, which implement models, schemas, serializers/deserializers, ODM's/ORM's, Active Records or similar patterns.
Stars: ✭ 124 (-0.8%)
Mutual labels:  model

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.

Codacy Badge

What's included?

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

alt tag

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 our complementary commercial offerings at http://www.prowidesoftware.com/

Documentation

Distribution

Latest public binary DOWNLOAD is available at https://www.prowidesoftware.com/download

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 eclipse or ./gradlew idea to generate your local IDE setup
  • run ./gradlew build to build the library

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].