Febelfin CODA(编码帐户对帐单)2.3仅在比利时使用? [英] Febelfin CODA (Coded Statement of Account) 2.3 Only used in Belgium?

查看:104
本文介绍了Febelfin CODA(编码帐户对帐单)2.3仅在比利时使用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的任务是编写一些代码,以解释来自(不同)(比利时)银行的CODA文件.

I'm tasked with writing some code that interprets CODA files that come from (different) (Belgian) banks.

CODA文件代表帐户对帐单"文件,似乎是比利时文名称的文本文件,对于在特定银行帐户上发生的每笔银行交易都有一行.

CODA files stands for Coded Statement of Account files, and seems to be the Belgian name for textual files that have a line for each bank transaction that occured on a specific bank account.

这包括SEPA直接付款交易信息.

This includes SEPA Direct Debit transaction information.

我们与之合作的前2个银行是比利时的(富通和ING),我从每个银行收到了有关如何编码这些文件的规范.

The first 2 banks we are working with are Belgian (Fortis and ING) , and I received the specification of how these files are encoded from each of them.

我似乎找不到这些文件的英文名称.如果这真的只是比利时唯一的标准,我会感到惊讶.我正在寻找有关如果尝试与法国或英国的银行建立代码联系会发生什么情况的更多信息

I cannot seem to find the english name for these files. I'd be surprised if this really was just a Belgium- only standard. I'm looking for more information as to what would happen if we'd try the hook up our code with let's say a French or British bank

  • 有没有人可以指出我要搜索的标准名称?
  • 是否甚至有国际标准?
  • 对于程序员:是否可以使用任何C#或.NET程序集轻松地解释这些CODA(2.3)文件?我想避免不得不自己编写此关键库.
  • Is there anyone that can point me to the name of the standard I need to search for?
  • Is there even an international standard for this?
  • For programmers: Is there any c# or .NET assembly I could use to easily interpret these CODA (2.3) files?. I would like to avoid having to write this critical library myself.

我发现存在mt940(SWIFT)之类的东西,但这些文件看起来与我的文件不同.

I found out that there exists such thing as mt940 (SWIFT) but those files don't look the same as mine.

推荐答案

这是来自比利时银行家和股票经纪公司协会(Febelfin)的英文官方CODA规范.

您不太可能找到与此相关的C#库-银行因拥有铁器时代的系统而臭名昭著.也许如果您想要Cobol或Fortran实施,您会发现一些东西;)

You are unlikely to find a C# library to work with this - banks are notorious for having systems from the iron age. Maybe if you wanted a Cobol or Fortran implementation you'll find something ;)

该文件讨论了本地交易的SEPA,显然是国际交易的SWIFT. SWIFT是所有国际交易的事实上的银行电汇格式. SWIFT具有大多数语言中的几种现代实现,尽管它很简单,可以以您想要的任何方式实现自己.

The document discusses SEPA for local transactions, and apparently SWIFT for international. SWIFT is the de facto banking wire format for all international transactions. SWIFT has several modern implementations in most languages, though it's simple enough to implement yourself in any way you want.

这篇关于Febelfin CODA(编码帐户对帐单)2.3仅在比利时使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆