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

feat: #2123 Default settlement model #87

Open
wants to merge 1 commit into
base: admin-api-guide
Choose a base branch
from

Conversation

vgenev
Copy link

@vgenev vgenev commented Apr 29, 2021

Edited the currency on POST /settlementModels as not required, which reflects Default Settlement Model

Copy link
Member

@mdebarros mdebarros left a comment

Choose a reason for hiding this comment

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

See my comment for your attention.

@@ -522,7 +522,7 @@ The following data is returned for each settlement model in the case of a succes
| `settlementGranularity` | yes | [String](#string) | Specifies whether transfers are settled one by one or as a batch. Possible values are: <br> `GROSS`: Settlement is executed after each transfer is completed, that is, there is a settlement transaction that corresponds to every transaction. <br> `NET`: A group of transfers is settled together in a single settlement transaction, with each participant settling the net of all transfers over a given period of time.|
| `settlementInterchange` | yes | [String](#string) | Specifies the type of settlement arrangement between parties. Possible values are: <br> `BILATERAL`: Each participant settles its obligations with each other separately, and the scheme is not a party to the settlement. <br> `MULTILATERAL`: Each participant settles with the scheme for the net of its obligations, rather than settling separately with each other party.|
| `settlementDelay` | yes | [String](#string) | Specifies if settlement happens immediately after a transfer has completed or with a delay. Possible values are: <br> `IMMEDIATE`: Settlement happens immediately after a transfer has completed. <br> `DEFERRED`: Settlement is managed by the Hub operator on-demand or via a schedule.|
| `currency` | yes | [CurrencyEnum](#currencyenum) | The currency configured for the settlement model. |
| `currency` | yes | [CurrencyEnum](#currencyenum) | The currency configured for the settlement model. If it's not defined, the settlement model is Default and all transfers which are in currency that doesn't have associated settlement model, will use the default settlement model. |
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't the "yes" here also be a "no"?

Suggested change
| `currency` | yes | [CurrencyEnum](#currencyenum) | The currency configured for the settlement model. If it's not defined, the settlement model is Default and all transfers which are in currency that doesn't have associated settlement model, will use the default settlement model. |
| `currency` | no | [CurrencyEnum](#currencyenum) | The currency configured for the settlement model. If it's not defined, the settlement model is Default and all transfers which are in currency that doesn't have associated settlement model, will use the default settlement model. |

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.

None yet

2 participants