Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
ISO20022 PoC #1940
ISO20022 PoC #1940
Changes from 12 commits
7bcb015
787f719
c665750
b35ecab
7ab3fcb
23ef9ea
2f52bf9
2ddb04c
fc547fd
0c069b1
16385bb
e8057cc
03f842d
3b6a31e
f587dd4
c5520fc
8e2094e
a17d45e
174a038
7d461cb
e0d9d24
6cea64b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add the mandatory deliverables?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The deliverable for this milestone is the use case definition, gap analysis, implementation specification, etc. as listed. Implementation in potential future milestones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be part of the proposal. We typically only cover the implementation itself and would expect grantees to show us sufficient details of what they want to implement. Using an "e2e flow" (e.g. sequence diagram) certainly would be useful for that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This milestone is all about design / specification, not implementations. Noted that e2e flow would be part of the deliverables of this milestone.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean some specific use case related to ISO20022 here? Otherwise I think you can just skip this part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes for the specific cross-border payment use case in this example related to ISO20022.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference to the previous deliverable here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you referring to #4 here vs #3 here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, exactly. As far as I understand ISO20022 and XCM are message formats. However, XCMP is the transport mechanism. I believe ISO20022 is agnostic to the underlying transport mechanism, right?