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

PIK-9849 added travelRule support plus fixed description readme #125

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

OzBalasFB
Copy link
Collaborator

No description provided.

Comment on lines 1158 to 1160
district:
description: Identifies a subdivision within a country subdivision.
type: string
Copy link
Collaborator

@yanivmo yanivmo Mar 12, 2025

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.

Comment on lines +1143 to +1148
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
Copy link
Collaborator

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.

Copy link
Collaborator Author

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?

Copy link
Collaborator

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:
Copy link
Collaborator

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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about TransactionParticipantsRelationship?

Comment on lines +1158 to +1160
district:
description: Identifies a subdivision within a country subdivision
type: string
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove district, no?

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

Successfully merging this pull request may close these issues.

2 participants