Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ISO20022 write support #59

Open
andrewshadura opened this issue Jun 1, 2017 · 3 comments
Open

Add ISO20022 write support #59

andrewshadura opened this issue Jun 1, 2017 · 3 comments

Comments

@andrewshadura
Copy link

ISO20022, being a standard, is often the only format accepted by accounting software. Being able to generate ISO20022 would be a huge benefit, making it possible to use ofxstatement to convert from legacy formats.

@andrewshadura
Copy link
Author

I have implemented proof-of-concept ISO20022 writer, see my iso20022 branch. There are no changes to the UI, so the only way to test it at the moment is to replace OfxWriter with it.

@kedder
Copy link
Owner

kedder commented Jun 2, 2017

@andrewshadura, this looks iteresting. I think ofxstatement can support this output format, but I'm not sure the internal model (Statement and friends) are sufficient to generate a valid ISO-20022 markup (it was never intended for that).

What is your actual use case for this?

@andrewshadura
Copy link
Author

andrewshadura commented Jun 2, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants