-
Notifications
You must be signed in to change notification settings - Fork 9
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
PIK-9849 added travelRule support plus fixed description readme #125
base: main
Are you sure you want to change the base?
Conversation
district: | ||
description: Identifies a subdivision within a country subdivision. | ||
type: string |
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.
It doesn't make sense. Do we even need second level subdivision? I think we can get away with removing it.
streetName: | ||
description: Name of a street or thoroughfare | ||
type: string | ||
buildingNumber: | ||
description: Number that identifies the position of a building on a street | ||
type: string |
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 if there are other address information, that does not fit inside street name and building number? For example, building name, quarter name, addresses with two streets etc.
That's why having addressLine1, addressLine2 is more inclusive than this one.
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 think creating an array of addresses will be better? or just two fields addressLine1, addressLine2?
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.
I'd go for just two lines
- SecondParty # The Originator and Beneficiary have a direct relationship. | ||
- ThirdParty # The transaction involves an intermediary between the Originator and Beneficiary. | ||
|
||
NationalCountryCode: |
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 real full name of this type is "country alpha-2 code". So either call it CountryAlpha2Code or at least CountryCode. "National" is irrelevant here.
DepositAddressCreationPolicy: | ||
enum: | ||
- CanCreate | ||
- CannotCreate | ||
|
||
RelationshipType: |
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.
How about TransactionParticipantsRelationship
?
district: | ||
description: Identifies a subdivision within a country subdivision | ||
type: string |
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.
Remove district, no?
No description provided.