GithubHelp home page GithubHelp logo

yemrekeskin / swiftrefdata Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 2.0 2.09 MB

๐Ÿฆ๐Ÿ”Ž๐Ÿ“‹ Provider the list of reference data like country, currency, banks and iban formats related to swift (fin messaging system)

License: MIT License

C# 100.00%
country swift currency bic banking iban

swiftrefdata's Introduction

Swift Reference Data

This project providers the list of reference data like country, currency, banks and iban formats related to swift (fin messaging system). Data formats based json

  • List of country codes as defined by ISO 3166
    • Country Name: Turkey
    • Alpha2 Code: TR
    • Alpha3 Code: TUR
    • Country Code: 792
  • List of currency codes as defined by ISO 4217
    • Country Name : TURKEY
    • Name : Turkish Lira
    • Alphabetic Code : TRY
    • Number Code : 949
    • Minor Unit : 2
  • BIC - Business Identifier Codes by ISO 9362
    • Bank : DENIZBANK A.S.
    • City : ISTANBUL
    • Branch : null
    • Swift Code : DENITRIS
  • IBAN Formats by country code
    • Country : Turkey
    • Length : 26
    • Code : TR
    • Format (FIN type charset) : TR2!n5!n1!c16!c

Usage

RefData refData = new RefData();

List<Country> countries = refData.GetCountries();

List<IbanFormat> ibanFormats = refData.GetIbanFormats();

List<Currency> currencies = refData.GetCurrencies();

CountryBank countryBank = refData.GetBanks("TR");
List<Bank> banks = countryBank.Banks;

TODO

  • List of SWIFT Message Type
    • Category - MT1XX
    • Category Description - Customer Payments and Cheques For Standards MT
    • MT Messages of Category
      • Message Type (MT Name) - 103
      • Identifier - fin.103 fin.103.REMIT fin.103.STP
      • Name - Single Customer Credit Transfer
      • Purpose - Instructs a funds transfer
      • Max Length - 10,000

Useful Links

Contribution

Pull requests are welcome, but make sure you sign the Contributor License Agreement.

License

SwiftRefData is licensed under the MIT license. Check the LICENSE file for details.

swiftrefdata's People

Contributors

yemrekeskin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

swiftrefdata's Issues

data source

Hello,

I am looking for a comprehensive list if SWIFT/BIC numbers.
Could you say something about the data source of your list?

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.