@mojaloop/api-snippets 17.2.5 → 17.3.0-snapshot.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (413) hide show
  1. package/README.md +12 -0
  2. package/audit-ci.jsonc +1 -0
  3. package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +0 -1
  4. package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +4855 -0
  5. package/docs/index.html +5 -0
  6. package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +3 -2
  7. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +2837 -0
  8. package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +3 -20
  9. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +3451 -0
  10. package/fspiop/v1_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +0 -1
  11. package/fspiop/v2_0/openapi3/components/headers/Content-Length.yaml +9 -0
  12. package/fspiop/v2_0/openapi3/components/headers/Content-Type.yaml +6 -0
  13. package/fspiop/v2_0/openapi3/components/parameters/Accept.yaml +8 -0
  14. package/fspiop/v2_0/openapi3/components/parameters/Content-Length.yaml +11 -0
  15. package/fspiop/v2_0/openapi3/components/parameters/Content-Type.yaml +8 -0
  16. package/fspiop/v2_0/openapi3/components/parameters/Date.yaml +6 -0
  17. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
  18. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
  19. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
  20. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
  21. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
  22. package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
  23. package/fspiop/v2_0/openapi3/components/parameters/ID.yaml +6 -0
  24. package/fspiop/v2_0/openapi3/components/parameters/SourceCurrency.yaml +6 -0
  25. package/fspiop/v2_0/openapi3/components/parameters/SubId.yaml +8 -0
  26. package/fspiop/v2_0/openapi3/components/parameters/TargetCurrency.yaml +6 -0
  27. package/fspiop/v2_0/openapi3/components/parameters/Type.yaml +6 -0
  28. package/fspiop/v2_0/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
  29. package/fspiop/v2_0/openapi3/components/responses/200.yaml +1 -0
  30. package/fspiop/v2_0/openapi3/components/responses/202.yaml +1 -0
  31. package/fspiop/v2_0/openapi3/components/responses/400.yaml +10 -0
  32. package/fspiop/v2_0/openapi3/components/responses/401.yaml +10 -0
  33. package/fspiop/v2_0/openapi3/components/responses/403.yaml +10 -0
  34. package/fspiop/v2_0/openapi3/components/responses/404.yaml +10 -0
  35. package/fspiop/v2_0/openapi3/components/responses/405.yaml +10 -0
  36. package/fspiop/v2_0/openapi3/components/responses/406.yaml +10 -0
  37. package/fspiop/v2_0/openapi3/components/responses/501.yaml +10 -0
  38. package/fspiop/v2_0/openapi3/components/responses/503.yaml +10 -0
  39. package/fspiop/v2_0/openapi3/components/schemas/Amount.yaml +11 -0
  40. package/fspiop/v2_0/openapi3/components/schemas/AmountType.yaml +14 -0
  41. package/fspiop/v2_0/openapi3/components/schemas/AuthenticationInfo.yaml +11 -0
  42. package/fspiop/v2_0/openapi3/components/schemas/AuthenticationType.yaml +12 -0
  43. package/fspiop/v2_0/openapi3/components/schemas/AuthenticationValue.yaml +9 -0
  44. package/fspiop/v2_0/openapi3/components/schemas/AuthorizationResponse.yaml +12 -0
  45. package/fspiop/v2_0/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +10 -0
  46. package/fspiop/v2_0/openapi3/components/schemas/BalanceOfPayments.yaml +9 -0
  47. package/fspiop/v2_0/openapi3/components/schemas/BinaryString.yaml +7 -0
  48. package/fspiop/v2_0/openapi3/components/schemas/BinaryString32.yaml +7 -0
  49. package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesIDPutResponse.yaml +18 -0
  50. package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesPostRequest.yaml +25 -0
  51. package/fspiop/v2_0/openapi3/components/schemas/BulkTransferState.yaml +18 -0
  52. package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersIDPutResponse.yaml +18 -0
  53. package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersPostRequest.yaml +30 -0
  54. package/fspiop/v2_0/openapi3/components/schemas/Code.yaml +5 -0
  55. package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +10 -0
  56. package/fspiop/v2_0/openapi3/components/schemas/Currency.yaml +174 -0
  57. package/fspiop/v2_0/openapi3/components/schemas/CurrencyConverter.yaml +9 -0
  58. package/fspiop/v2_0/openapi3/components/schemas/Date.yaml +9 -0
  59. package/fspiop/v2_0/openapi3/components/schemas/DateOfBirth.yaml +6 -0
  60. package/fspiop/v2_0/openapi3/components/schemas/DateTime.yaml +14 -0
  61. package/fspiop/v2_0/openapi3/components/schemas/ErrorCode.yaml +11 -0
  62. package/fspiop/v2_0/openapi3/components/schemas/ErrorDescription.yaml +5 -0
  63. package/fspiop/v2_0/openapi3/components/schemas/ErrorInformation.yaml +13 -0
  64. package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationObject.yaml +8 -0
  65. package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
  66. package/fspiop/v2_0/openapi3/components/schemas/Extension.yaml +11 -0
  67. package/fspiop/v2_0/openapi3/components/schemas/ExtensionKey.yaml +5 -0
  68. package/fspiop/v2_0/openapi3/components/schemas/ExtensionList.yaml +15 -0
  69. package/fspiop/v2_0/openapi3/components/schemas/ExtensionValue.yaml +5 -0
  70. package/fspiop/v2_0/openapi3/components/schemas/FirstName.yaml +9 -0
  71. package/fspiop/v2_0/openapi3/components/schemas/FspId.yaml +5 -0
  72. package/fspiop/v2_0/openapi3/components/schemas/FxCharge.yaml +19 -0
  73. package/fspiop/v2_0/openapi3/components/schemas/FxConversion.yaml +57 -0
  74. package/fspiop/v2_0/openapi3/components/schemas/FxMoney.yaml +10 -0
  75. package/fspiop/v2_0/openapi3/components/schemas/FxQuotesIDPutResponse.yaml +15 -0
  76. package/fspiop/v2_0/openapi3/components/schemas/FxQuotesPostRequest.yaml +15 -0
  77. package/fspiop/v2_0/openapi3/components/schemas/FxRate.yaml +15 -0
  78. package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPatchResponse.yaml +16 -0
  79. package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml +20 -0
  80. package/fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml +41 -0
  81. package/fspiop/v2_0/openapi3/components/schemas/GeoCode.yaml +13 -0
  82. package/fspiop/v2_0/openapi3/components/schemas/IlpCondition.yaml +5 -0
  83. package/fspiop/v2_0/openapi3/components/schemas/IlpFulfilment.yaml +6 -0
  84. package/fspiop/v2_0/openapi3/components/schemas/IlpPacket.yaml +7 -0
  85. package/fspiop/v2_0/openapi3/components/schemas/IndividualQuote.yaml +29 -0
  86. package/fspiop/v2_0/openapi3/components/schemas/IndividualQuoteResult.yaml +26 -0
  87. package/fspiop/v2_0/openapi3/components/schemas/IndividualTransfer.yaml +19 -0
  88. package/fspiop/v2_0/openapi3/components/schemas/IndividualTransferResult.yaml +14 -0
  89. package/fspiop/v2_0/openapi3/components/schemas/Integer.yaml +7 -0
  90. package/fspiop/v2_0/openapi3/components/schemas/KYCInformation.yaml +33 -0
  91. package/fspiop/v2_0/openapi3/components/schemas/LastName.yaml +9 -0
  92. package/fspiop/v2_0/openapi3/components/schemas/Latitude.yaml +7 -0
  93. package/fspiop/v2_0/openapi3/components/schemas/Longitude.yaml +8 -0
  94. package/fspiop/v2_0/openapi3/components/schemas/MerchantClassificationCode.yaml +7 -0
  95. package/fspiop/v2_0/openapi3/components/schemas/MiddleName.yaml +9 -0
  96. package/fspiop/v2_0/openapi3/components/schemas/Money.yaml +11 -0
  97. package/fspiop/v2_0/openapi3/components/schemas/Name.yaml +17 -0
  98. package/fspiop/v2_0/openapi3/components/schemas/Note.yaml +6 -0
  99. package/fspiop/v2_0/openapi3/components/schemas/OtpValue.yaml +7 -0
  100. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsIDPutResponse.yaml +17 -0
  101. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsPostRequest.yaml +20 -0
  102. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDPutResponse.yaml +8 -0
  103. package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +15 -0
  104. package/fspiop/v2_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +8 -0
  105. package/fspiop/v2_0/openapi3/components/schemas/Party.yaml +21 -0
  106. package/fspiop/v2_0/openapi3/components/schemas/PartyComplexName.yaml +10 -0
  107. package/fspiop/v2_0/openapi3/components/schemas/PartyIdInfo.yaml +19 -0
  108. package/fspiop/v2_0/openapi3/components/schemas/PartyIdType.yaml +54 -0
  109. package/fspiop/v2_0/openapi3/components/schemas/PartyIdentifier.yaml +6 -0
  110. package/fspiop/v2_0/openapi3/components/schemas/PartyName.yaml +5 -0
  111. package/fspiop/v2_0/openapi3/components/schemas/PartyPersonalInfo.yaml +10 -0
  112. package/fspiop/v2_0/openapi3/components/schemas/PartyResult.yaml +10 -0
  113. package/fspiop/v2_0/openapi3/components/schemas/PartySubIdOrType.yaml +7 -0
  114. package/fspiop/v2_0/openapi3/components/schemas/PersonalIdentifierType.yaml +51 -0
  115. package/fspiop/v2_0/openapi3/components/schemas/QRCODE.yaml +5 -0
  116. package/fspiop/v2_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +27 -0
  117. package/fspiop/v2_0/openapi3/components/schemas/QuotesPostRequest.yaml +53 -0
  118. package/fspiop/v2_0/openapi3/components/schemas/Refund.yaml +10 -0
  119. package/fspiop/v2_0/openapi3/components/schemas/RefundReason.yaml +6 -0
  120. package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPPutResponse.yaml +13 -0
  121. package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPSourceCurrencyTargetCurrencyPutResponse.yaml +13 -0
  122. package/fspiop/v2_0/openapi3/components/schemas/TokenCode.yaml +6 -0
  123. package/fspiop/v2_0/openapi3/components/schemas/Transaction.yaml +50 -0
  124. package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiator.yaml +16 -0
  125. package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiatorType.yaml +14 -0
  126. package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestState.yaml +14 -0
  127. package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsIDPutResponse.yaml +12 -0
  128. package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +30 -0
  129. package/fspiop/v2_0/openapi3/components/schemas/TransactionScenario.yaml +32 -0
  130. package/fspiop/v2_0/openapi3/components/schemas/TransactionState.yaml +14 -0
  131. package/fspiop/v2_0/openapi3/components/schemas/TransactionSubScenario.yaml +5 -0
  132. package/fspiop/v2_0/openapi3/components/schemas/TransactionType.yaml +20 -0
  133. package/fspiop/v2_0/openapi3/components/schemas/TransactionsIDPutResponse.yaml +14 -0
  134. package/fspiop/v2_0/openapi3/components/schemas/TransferState.yaml +19 -0
  135. package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPatchResponse.yaml +13 -0
  136. package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPutResponse.yaml +14 -0
  137. package/fspiop/v2_0/openapi3/components/schemas/TransfersPostRequest.yaml +28 -0
  138. package/fspiop/v2_0/openapi3/components/schemas/U2FPIN.yaml +8 -0
  139. package/fspiop/v2_0/openapi3/components/schemas/U2FPinValue.yaml +19 -0
  140. package/fspiop/v2_0/openapi3/components/schemas/UndefinedEnum.yaml +6 -0
  141. package/fspiop/v2_0/openapi3/openapi.yaml +126 -0
  142. package/fspiop/v2_0/openapi3/paths/authorizations_ID.yaml +110 -0
  143. package/fspiop/v2_0/openapi3/paths/authorizations_ID_error.yaml +48 -0
  144. package/fspiop/v2_0/openapi3/paths/bulkQuotes.yaml +46 -0
  145. package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID.yaml +79 -0
  146. package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID_error.yaml +49 -0
  147. package/fspiop/v2_0/openapi3/paths/bulkTransfers.yaml +46 -0
  148. package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID.yaml +81 -0
  149. package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID_error.yaml +49 -0
  150. package/fspiop/v2_0/openapi3/paths/fxQuotes.yaml +45 -0
  151. package/fspiop/v2_0/openapi3/paths/fxQuotes_ID.yaml +79 -0
  152. package/fspiop/v2_0/openapi3/paths/fxQuotes_ID_error.yaml +49 -0
  153. package/fspiop/v2_0/openapi3/paths/fxTransfers.yaml +45 -0
  154. package/fspiop/v2_0/openapi3/paths/fxTransfers_ID.yaml +118 -0
  155. package/fspiop/v2_0/openapi3/paths/fxTransfers_ID_error.yaml +49 -0
  156. package/fspiop/v2_0/openapi3/paths/participants.yaml +49 -0
  157. package/fspiop/v2_0/openapi3/paths/participants_ID.yaml +46 -0
  158. package/fspiop/v2_0/openapi3/paths/participants_ID_error.yaml +48 -0
  159. package/fspiop/v2_0/openapi3/paths/participants_Type_ID.yaml +167 -0
  160. package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId.yaml +168 -0
  161. package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId_error.yaml +50 -0
  162. package/fspiop/v2_0/openapi3/paths/participants_Type_ID_error.yaml +49 -0
  163. package/fspiop/v2_0/openapi3/paths/parties_Type_ID.yaml +81 -0
  164. package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId.yaml +82 -0
  165. package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId_error.yaml +50 -0
  166. package/fspiop/v2_0/openapi3/paths/parties_Type_ID_error.yaml +49 -0
  167. package/fspiop/v2_0/openapi3/paths/quotes.yaml +46 -0
  168. package/fspiop/v2_0/openapi3/paths/quotes_ID.yaml +79 -0
  169. package/fspiop/v2_0/openapi3/paths/quotes_ID_error.yaml +49 -0
  170. package/fspiop/v2_0/openapi3/paths/services_FXP.yaml +73 -0
  171. package/fspiop/v2_0/openapi3/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +77 -0
  172. package/fspiop/v2_0/openapi3/paths/transactionRequests.yaml +47 -0
  173. package/fspiop/v2_0/openapi3/paths/transactionRequests_ID.yaml +81 -0
  174. package/fspiop/v2_0/openapi3/paths/transactionRequests_ID_error.yaml +50 -0
  175. package/fspiop/v2_0/openapi3/paths/transactions_ID.yaml +80 -0
  176. package/fspiop/v2_0/openapi3/paths/transactions_ID_error.yaml +48 -0
  177. package/fspiop/v2_0/openapi3/paths/transfers.yaml +46 -0
  178. package/fspiop/v2_0/openapi3/paths/transfers_ID.yaml +119 -0
  179. package/fspiop/v2_0/openapi3/paths/transfers_ID_error.yaml +49 -0
  180. package/lib/fspiop/v1_0/openapi.d.ts +0 -1
  181. package/lib/fspiop/v2_0/openapi.d.ts +3982 -0
  182. package/lib/fspiop/v2_0/openapi.js +7 -0
  183. package/lib/fspiop/v2_0/openapi.js.map +1 -0
  184. package/lib/scripts/json-schema-generator.js +4 -5
  185. package/lib/scripts/json-schema-generator.js.map +1 -1
  186. package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +7 -7
  187. package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +1 -1
  188. package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +12 -12
  189. package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +1 -7
  190. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +26898 -0
  191. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +1476 -0
  192. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js +7 -0
  193. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js.map +1 -0
  194. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +8814 -0
  195. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +140 -0
  196. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -0
  197. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +133 -0
  198. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js +4 -0
  199. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js.map +1 -0
  200. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +38718 -0
  201. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +1897 -0
  202. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js +7 -0
  203. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js.map +1 -0
  204. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +15536 -0
  205. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +149 -0
  206. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -0
  207. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +142 -0
  208. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js +4 -0
  209. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js.map +1 -0
  210. package/package.json +42 -28
  211. package/sdk-scheme-adapter/v2_0_0/components/schemas/getPartiesResponse.yaml +0 -1
  212. package/sdk-scheme-adapter/v2_0_0/components/schemas/partiesByIdResponse.yaml +0 -1
  213. package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayResponse.yaml +0 -5
  214. package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +0 -5
  215. package/sdk-scheme-adapter/v2_0_0/components/schemas/simpleQuotesPostRequest.yaml +0 -1
  216. package/sdk-scheme-adapter/v2_0_0/components/schemas/transferError.yaml +3 -2
  217. package/sdk-scheme-adapter/v2_0_0/components/schemas/transferResponse.yaml +0 -5
  218. package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +1494 -0
  219. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxQuotes.yaml +26 -0
  220. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfers.yaml +25 -0
  221. package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfersById.yaml +21 -0
  222. package/sdk-scheme-adapter/v2_1_0/components/parameters/ID.yaml +6 -0
  223. package/sdk-scheme-adapter/v2_1_0/components/parameters/SubId.yaml +8 -0
  224. package/sdk-scheme-adapter/v2_1_0/components/parameters/Type.yaml +6 -0
  225. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkQuoteId.yaml +8 -0
  226. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransactionId.yaml +8 -0
  227. package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransferId.yaml +8 -0
  228. package/sdk-scheme-adapter/v2_1_0/components/parameters/transactionRequestId.yaml +8 -0
  229. package/sdk-scheme-adapter/v2_1_0/components/parameters/transferId.yaml +8 -0
  230. package/sdk-scheme-adapter/v2_1_0/components/responses/200.yaml +1 -0
  231. package/sdk-scheme-adapter/v2_1_0/components/responses/400.yaml +5 -0
  232. package/sdk-scheme-adapter/v2_1_0/components/responses/404.yaml +5 -0
  233. package/sdk-scheme-adapter/v2_1_0/components/responses/500.yaml +5 -0
  234. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationCompleted.yaml +5 -0
  235. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationError.yaml +5 -0
  236. package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationTimeout.yaml +5 -0
  237. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteBadRequest.yaml +5 -0
  238. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteServerError.yaml +5 -0
  239. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteSuccess.yaml +5 -0
  240. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteTimeout.yaml +5 -0
  241. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionAccepted.yaml +1 -0
  242. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionBadRequest.yaml +5 -0
  243. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionPutBadRequest.yaml +7 -0
  244. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferBadRequest.yaml +5 -0
  245. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferStatusResponse.yaml +16 -0
  246. package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferSuccess.yaml +5 -0
  247. package/sdk-scheme-adapter/v2_1_0/components/responses/errorResponse.yaml +5 -0
  248. package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdError404.yaml +8 -0
  249. package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdSuccess.yaml +5 -0
  250. package/sdk-scheme-adapter/v2_1_0/components/responses/quotesPostSuccess.yaml +5 -0
  251. package/sdk-scheme-adapter/v2_1_0/components/responses/quotesServerError.yaml +5 -0
  252. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPaySuccess.yaml +5 -0
  253. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferBadRequest.yaml +5 -0
  254. package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferSuccess.yaml +5 -0
  255. package/sdk-scheme-adapter/v2_1_0/components/responses/servicesFXPSucess.yaml +5 -0
  256. package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersPostSuccess.yaml +5 -0
  257. package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersServerError.yaml +5 -0
  258. package/sdk-scheme-adapter/v2_1_0/components/responses/transferBadRequest.yaml +5 -0
  259. package/sdk-scheme-adapter/v2_1_0/components/responses/transferServerError.yaml +5 -0
  260. package/sdk-scheme-adapter/v2_1_0/components/responses/transferSuccess.yaml +5 -0
  261. package/sdk-scheme-adapter/v2_1_0/components/responses/transferTimeout.yaml +5 -0
  262. package/sdk-scheme-adapter/v2_1_0/components/schemas/Amount.yaml +11 -0
  263. package/sdk-scheme-adapter/v2_1_0/components/schemas/AmountType.yaml +14 -0
  264. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationInfo.yaml +11 -0
  265. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationType.yaml +12 -0
  266. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationValue.yaml +44 -0
  267. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationIDPutResponse.yaml +10 -0
  268. package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationResponseType.yaml +12 -0
  269. package/sdk-scheme-adapter/v2_1_0/components/schemas/BalanceOfPayments.yaml +9 -0
  270. package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +10 -0
  271. package/sdk-scheme-adapter/v2_1_0/components/schemas/Currency.yaml +174 -0
  272. package/sdk-scheme-adapter/v2_1_0/components/schemas/DateOfBirth.yaml +6 -0
  273. package/sdk-scheme-adapter/v2_1_0/components/schemas/DateTime.yaml +14 -0
  274. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorCode.yaml +11 -0
  275. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorDescription.yaml +5 -0
  276. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +13 -0
  277. package/sdk-scheme-adapter/v2_1_0/components/schemas/Extension.yaml +11 -0
  278. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionKey.yaml +5 -0
  279. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionList.yaml +15 -0
  280. package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionValue.yaml +5 -0
  281. package/sdk-scheme-adapter/v2_1_0/components/schemas/FirstName.yaml +9 -0
  282. package/sdk-scheme-adapter/v2_1_0/components/schemas/FspId.yaml +5 -0
  283. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +16 -0
  284. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +14 -0
  285. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +19 -0
  286. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +18 -0
  287. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendRequest.yaml +28 -0
  288. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +17 -0
  289. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundRequest.yaml +28 -0
  290. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +17 -0
  291. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +17 -0
  292. package/sdk-scheme-adapter/v2_1_0/components/schemas/GeoCode.yaml +13 -0
  293. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpCondition.yaml +5 -0
  294. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpFulfilment.yaml +6 -0
  295. package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpPacket.yaml +8 -0
  296. package/sdk-scheme-adapter/v2_1_0/components/schemas/LastName.yaml +9 -0
  297. package/sdk-scheme-adapter/v2_1_0/components/schemas/Latitude.yaml +7 -0
  298. package/sdk-scheme-adapter/v2_1_0/components/schemas/Longitude.yaml +8 -0
  299. package/sdk-scheme-adapter/v2_1_0/components/schemas/MerchantClassificationCode.yaml +7 -0
  300. package/sdk-scheme-adapter/v2_1_0/components/schemas/MiddleName.yaml +9 -0
  301. package/sdk-scheme-adapter/v2_1_0/components/schemas/Money.yaml +11 -0
  302. package/sdk-scheme-adapter/v2_1_0/components/schemas/Name.yaml +17 -0
  303. package/sdk-scheme-adapter/v2_1_0/components/schemas/Note.yaml +6 -0
  304. package/sdk-scheme-adapter/v2_1_0/components/schemas/Party.yaml +21 -0
  305. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyComplexName.yaml +10 -0
  306. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +19 -0
  307. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdType.yaml +54 -0
  308. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdentifier.yaml +6 -0
  309. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyName.yaml +5 -0
  310. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyPersonalInfo.yaml +8 -0
  311. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartySubIdOrType.yaml +7 -0
  312. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +27 -0
  313. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +53 -0
  314. package/sdk-scheme-adapter/v2_1_0/components/schemas/Refund.yaml +10 -0
  315. package/sdk-scheme-adapter/v2_1_0/components/schemas/RefundReason.yaml +6 -0
  316. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiator.yaml +16 -0
  317. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiatorType.yaml +14 -0
  318. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +20 -0
  319. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestState.yaml +14 -0
  320. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionScenario.yaml +32 -0
  321. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionSubScenario.yaml +5 -0
  322. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionType.yaml +20 -0
  323. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransferState.yaml +19 -0
  324. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +14 -0
  325. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +28 -0
  326. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountCreationStatus.yaml +15 -0
  327. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsCreationState.yaml +4 -0
  328. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsRequest.yaml +16 -0
  329. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsResponse.yaml +23 -0
  330. package/sdk-scheme-adapter/v2_1_0/components/schemas/async2SyncCurrentState.yaml +5 -0
  331. package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptPartyOption.yaml +9 -0
  332. package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptQuote.yaml +14 -0
  333. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkPerTransferFeeLimit.yaml +9 -0
  334. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteErrorResponse.yaml +8 -0
  335. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +24 -0
  336. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +26 -0
  337. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatus.yaml +4 -0
  338. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatusResponse.yaml +16 -0
  339. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptPartyErrorResponse.yaml +10 -0
  340. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptQuoteErrorResponse.yaml +10 -0
  341. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +17 -0
  342. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +13 -0
  343. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +34 -0
  344. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferAccept.yaml +7 -0
  345. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +38 -0
  346. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionOptions.yaml +35 -0
  347. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +27 -0
  348. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +27 -0
  349. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionStatus.yaml +6 -0
  350. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferErrorResponse.yaml +8 -0
  351. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +28 -0
  352. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +29 -0
  353. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferStatus.yaml +4 -0
  354. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorAccountsResponse.yaml +8 -0
  355. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorQuotesResponse.yaml +3 -0
  356. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorResponse.yaml +10 -0
  357. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorSimpleTransfersResponse.yaml +3 -0
  358. package/sdk-scheme-adapter/v2_1_0/components/schemas/errorTransferResponse.yaml +8 -0
  359. package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +5 -0
  360. package/sdk-scheme-adapter/v2_1_0/components/schemas/getPartiesResponse.yaml +11 -0
  361. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +29 -0
  362. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +25 -0
  363. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +34 -0
  364. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +9 -0
  365. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +14 -0
  366. package/sdk-scheme-adapter/v2_1_0/components/schemas/mojaloopError.yaml +4 -0
  367. package/sdk-scheme-adapter/v2_1_0/components/schemas/partiesByIdResponse.yaml +18 -0
  368. package/sdk-scheme-adapter/v2_1_0/components/schemas/partyError.yaml +12 -0
  369. package/sdk-scheme-adapter/v2_1_0/components/schemas/quoteError.yaml +12 -0
  370. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +48 -0
  371. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayRequest.yaml +32 -0
  372. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayResponse.yaml +35 -0
  373. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayStatus.yaml +5 -0
  374. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferRequest.yaml +42 -0
  375. package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferResponse.yaml +72 -0
  376. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleQuotesPostRequest.yaml +10 -0
  377. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostRequest.yaml +10 -0
  378. package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostResponse.yaml +17 -0
  379. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptConversion.yaml +9 -0
  380. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptOTP.yaml +9 -0
  381. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptParty.yaml +9 -0
  382. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuote.yaml +9 -0
  383. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferError.yaml +12 -0
  384. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferParty.yaml +38 -0
  385. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +41 -0
  386. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +93 -0
  387. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatus.yaml +7 -0
  388. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatusResponse.yaml +19 -0
  389. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferTransactionType.yaml +5 -0
  390. package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +66 -0
  391. package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts.yaml +26 -0
  392. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes.yaml +23 -0
  393. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes_bulkQuoteId.yaml +24 -0
  394. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions.yaml +21 -0
  395. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions_bulkTransactionId.yaml +33 -0
  396. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers.yaml +21 -0
  397. package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers_bulkTransferId.yaml +24 -0
  398. package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxQuotes.yaml +26 -0
  399. package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxTransfers.yaml +25 -0
  400. package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID.yaml +18 -0
  401. package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID_SubId.yaml +19 -0
  402. package/sdk-scheme-adapter/v2_1_0/outbound/paths/quotes.yaml +18 -0
  403. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay.yaml +22 -0
  404. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer.yaml +57 -0
  405. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer_transactionRequestId.yaml +34 -0
  406. package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay_transactionRequestId.yaml +29 -0
  407. package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP.yaml +15 -0
  408. package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +18 -0
  409. package/sdk-scheme-adapter/v2_1_0/outbound/paths/simpleTransfers.yaml +18 -0
  410. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers.yaml +55 -0
  411. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +59 -0
  412. package/sdk-scheme-adapter/v2_1_0/outbound/paths.yaml +12 -0
  413. package/tsconfig.build.json +1 -1
@@ -0,0 +1,174 @@
1
+ title: Currency
2
+ description: >-
3
+ The currency codes defined in [ISO
4
+ 4217](https://www.iso.org/iso-4217-currency-codes.html) as three-letter
5
+ alphabetic codes are used as the standard naming representation for
6
+ currencies.
7
+ type: string
8
+ minLength: 3
9
+ maxLength: 3
10
+ enum:
11
+ - AED
12
+ - AFN
13
+ - ALL
14
+ - AMD
15
+ - ANG
16
+ - AOA
17
+ - ARS
18
+ - AUD
19
+ - AWG
20
+ - AZN
21
+ - BAM
22
+ - BBD
23
+ - BDT
24
+ - BGN
25
+ - BHD
26
+ - BIF
27
+ - BMD
28
+ - BND
29
+ - BOB
30
+ - BRL
31
+ - BSD
32
+ - BTN
33
+ - BWP
34
+ - BYN
35
+ - BZD
36
+ - CAD
37
+ - CDF
38
+ - CHF
39
+ - CLP
40
+ - CNY
41
+ - COP
42
+ - CRC
43
+ - CUC
44
+ - CUP
45
+ - CVE
46
+ - CZK
47
+ - DJF
48
+ - DKK
49
+ - DOP
50
+ - DZD
51
+ - EGP
52
+ - ERN
53
+ - ETB
54
+ - EUR
55
+ - FJD
56
+ - FKP
57
+ - GBP
58
+ - GEL
59
+ - GGP
60
+ - GHS
61
+ - GIP
62
+ - GMD
63
+ - GNF
64
+ - GTQ
65
+ - GYD
66
+ - HKD
67
+ - HNL
68
+ - HRK
69
+ - HTG
70
+ - HUF
71
+ - IDR
72
+ - ILS
73
+ - IMP
74
+ - INR
75
+ - IQD
76
+ - IRR
77
+ - ISK
78
+ - JEP
79
+ - JMD
80
+ - JOD
81
+ - JPY
82
+ - KES
83
+ - KGS
84
+ - KHR
85
+ - KMF
86
+ - KPW
87
+ - KRW
88
+ - KWD
89
+ - KYD
90
+ - KZT
91
+ - LAK
92
+ - LBP
93
+ - LKR
94
+ - LRD
95
+ - LSL
96
+ - LYD
97
+ - MAD
98
+ - MDL
99
+ - MGA
100
+ - MKD
101
+ - MMK
102
+ - MNT
103
+ - MOP
104
+ - MRO
105
+ - MUR
106
+ - MVR
107
+ - MWK
108
+ - MXN
109
+ - MYR
110
+ - MZN
111
+ - NAD
112
+ - NGN
113
+ - NIO
114
+ - NOK
115
+ - NPR
116
+ - NZD
117
+ - OMR
118
+ - PAB
119
+ - PEN
120
+ - PGK
121
+ - PHP
122
+ - PKR
123
+ - PLN
124
+ - PYG
125
+ - QAR
126
+ - RON
127
+ - RSD
128
+ - RUB
129
+ - RWF
130
+ - SAR
131
+ - SBD
132
+ - SCR
133
+ - SDG
134
+ - SEK
135
+ - SGD
136
+ - SHP
137
+ - SLL
138
+ - SOS
139
+ - SPL
140
+ - SRD
141
+ - STD
142
+ - SVC
143
+ - SYP
144
+ - SZL
145
+ - THB
146
+ - TJS
147
+ - TMT
148
+ - TND
149
+ - TOP
150
+ - TRY
151
+ - TTD
152
+ - TVD
153
+ - TWD
154
+ - TZS
155
+ - UAH
156
+ - UGX
157
+ - USD
158
+ - UYU
159
+ - UZS
160
+ - VEF
161
+ - VND
162
+ - VUV
163
+ - WST
164
+ - XAF
165
+ - XCD
166
+ - XDR
167
+ - XOF
168
+ - XPF
169
+ - XTS
170
+ - XXX
171
+ - YER
172
+ - ZAR
173
+ - ZMW
174
+ - ZWD
@@ -0,0 +1,6 @@
1
+ title: DateofBirth (type Date)
2
+ type: string
3
+ pattern: >-
4
+ ^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1\d|2[0-8])|(?:0[13-9]|1[0-2])-(?:29|30)|(?:0[13578]|1[02])-31)|(?:[1-9]\d(?:0[48]|[2468][048]|[13579][26])|(?:[2468][048]|[13579][26])00)-02-29)$
5
+ description: Date of Birth of the Party.
6
+ example: '1966-06-16'
@@ -0,0 +1,14 @@
1
+ title: DateTime
2
+ type: string
3
+ pattern: >-
4
+ ^(?:[1-9]\d{3}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1\d|2[0-8])|(?:0[13-9]|1[0-2])-(?:29|30)|(?:0[13578]|1[02])-31)|(?:[1-9]\d(?:0[48]|[2468][048]|[13579][26])|(?:[2468][048]|[13579][26])00)-02-29)T(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d(?:(\.\d{3}))(?:Z|[+-][01]\d:[0-5]\d)$
5
+ description: >-
6
+ The API data type DateTime is a JSON String in a lexical format that is
7
+ restricted by a regular expression for interoperability reasons. The format is
8
+ according to [ISO
9
+ 8601](https://www.iso.org/iso-8601-date-and-time-format.html), expressed in a
10
+ combined date, time and time zone format. A more readable version of the
11
+ format is yyyy-MM-ddTHH:mm:ss.SSS[-HH:MM]. Examples are
12
+ "2016-05-24T08:38:08.699-04:00", "2016-05-24T08:38:08.699Z" (where Z indicates
13
+ Zulu time zone, same as UTC).
14
+ example: '2016-05-24T08:38:08.699-04:00'
@@ -0,0 +1,11 @@
1
+ title: ErrorCode
2
+ type: string
3
+ pattern: ^[1-9]\d{3}$
4
+ description: >-
5
+ The API data type ErrorCode is a JSON String of four characters, consisting of
6
+ digits only. Negative numbers are not allowed. A leading zero is not allowed.
7
+ Each error code in the API is a four-digit number, for example, 1234, where
8
+ the first number (1 in the example) represents the high-level error category,
9
+ the second number (2 in the example) represents the low-level error category,
10
+ and the last two numbers (34 in the example) represent the specific error.
11
+ example: '5100'
@@ -0,0 +1,5 @@
1
+ title: ErrorDescription
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 128
5
+ description: Error description string.
@@ -0,0 +1,13 @@
1
+ title: ErrorInformation
2
+ type: object
3
+ description: Data model for the complex type ErrorInformation.
4
+ properties:
5
+ errorCode:
6
+ $ref: ./ErrorCode.yaml
7
+ errorDescription:
8
+ $ref: ./ErrorDescription.yaml
9
+ extensionList:
10
+ $ref: ./ExtensionList.yaml
11
+ required:
12
+ - errorCode
13
+ - errorDescription
@@ -0,0 +1,11 @@
1
+ title: Extension
2
+ type: object
3
+ description: Data model for the complex type Extension.
4
+ properties:
5
+ key:
6
+ $ref: ./ExtensionKey.yaml
7
+ value:
8
+ $ref: ./ExtensionValue.yaml
9
+ required:
10
+ - key
11
+ - value
@@ -0,0 +1,5 @@
1
+ title: ExtensionKey
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 32
5
+ description: Extension key.
@@ -0,0 +1,15 @@
1
+ title: ExtensionList
2
+ type: object
3
+ description: >-
4
+ Data model for the complex type ExtensionList. An optional list of extensions,
5
+ specific to deployment.
6
+ properties:
7
+ extension:
8
+ type: array
9
+ items:
10
+ $ref: ./Extension.yaml
11
+ minItems: 1
12
+ maxItems: 16
13
+ description: Number of Extension elements.
14
+ required:
15
+ - extension
@@ -0,0 +1,5 @@
1
+ title: ExtensionValue
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 128
5
+ description: Extension value.
@@ -0,0 +1,9 @@
1
+ title: FirstName
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 128
5
+ pattern: >-
6
+ ^(?!\s*$)[\p{L}\p{gc=Mark}\p{digit}\p{gc=Connector_Punctuation}\p{Join_Control}
7
+ .,''-]{1,128}$
8
+ description: First name of the Party (Name Type).
9
+ example: Henrik
@@ -0,0 +1,5 @@
1
+ title: FspId
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 32
5
+ description: FSP identifier.
@@ -0,0 +1,16 @@
1
+ title: FxQuotesPostBackendRequest
2
+ type: object
3
+ description: The object sent in the POST /fxQuotes request.
4
+ properties:
5
+ conversionRequestId:
6
+ allOf:
7
+ - $ref: ./CorrelationId.yaml
8
+ - description: An end-to-end identifier for the conversion quotation request.
9
+ conversionTerms:
10
+ allOf:
11
+ - $ref: ../../../../fspiop/v2_0/openapi3/components/schemas/FxConversion.yaml
12
+ - description: The terms of the currency conversion for which a quotation is sought.
13
+ required:
14
+ - conversionRequestId
15
+ - conversionTerms
16
+
@@ -0,0 +1,14 @@
1
+ title: FxQuotesPostBackendResponse
2
+ type: object
3
+ description: The object sent as a response for the POST /fxQuotes request. The terms under which the FXP will undertake the currency conversion proposed by the requester.
4
+ properties:
5
+ homeTransactionId:
6
+ description: Transaction ID for the FXP backend, used to reconcile transactions between the Switch and FXP backend systems.
7
+ type: string
8
+ conversionTerms:
9
+ allOf:
10
+ - $ref: ../../../../fspiop/v2_0/openapi3/components/schemas/FxConversion.yaml
11
+ - description: The terms under which the FXP will undertake the currency conversion proposed by the requester.
12
+
13
+ required:
14
+ - conversionTerms
@@ -0,0 +1,19 @@
1
+ title: FxQuotesPostOutboundRequest
2
+ type: object
3
+ description: The object sent in the POST /fxQuotes request.
4
+ properties:
5
+ homeTransactionId:
6
+ description: Transaction ID for the backend, used to reconcile transactions between the Switch and backend systems.
7
+ type: string
8
+ conversionRequestId:
9
+ allOf:
10
+ - $ref: ./CorrelationId.yaml
11
+ - description: An end-to-end identifier for the conversion quotation request.
12
+ conversionTerms:
13
+ allOf:
14
+ - $ref: ../../../../fspiop/v2_0/openapi3/components/schemas/FxConversion.yaml
15
+ - description: The terms of the currency conversion for which a quotation is sought.
16
+ required:
17
+ - conversionRequestId
18
+ - conversionTerms
19
+
@@ -0,0 +1,18 @@
1
+ title: FxQuotesPostOutboundResponse
2
+ type: object
3
+ description: The object sent as a response for the POST /fxQuotes request. The terms under which the FXP will undertake the currency conversion proposed by the requester.
4
+ properties:
5
+ homeTransactionId:
6
+ description: Transaction ID for the FXP backend, used to reconcile transactions between the Switch and FXP backend systems.
7
+ type: string
8
+ condition:
9
+ allOf:
10
+ - $ref: ../../../../fspiop/v2_0/openapi3/components/schemas/IlpCondition.yaml
11
+ - description: The ILP condition for the conversion.
12
+ conversionTerms:
13
+ allOf:
14
+ - $ref: ../../../../fspiop/v2_0/openapi3/components/schemas/FxConversion.yaml
15
+ - description: The terms under which the FXP will undertake the currency conversion proposed by the requester.
16
+
17
+ required:
18
+ - conversionTerms
@@ -0,0 +1,28 @@
1
+ title: FxTransfersPostBackendRequest
2
+ type: object
3
+ description: The object sent in the POST /fxTransfers request.
4
+ properties:
5
+ homeTransactionId:
6
+ description: Transaction ID for the FXP backend, used to reconcile transactions between the Switch and FXP backend systems.
7
+ type: string
8
+ commitRequestId:
9
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/commitRequestId"
10
+ determiningTransferId:
11
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/determiningTransferId"
12
+ initiatingFsp:
13
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/initiatingFsp"
14
+ counterPartyFsp:
15
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/counterPartyFsp"
16
+ sourceAmount:
17
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/sourceAmount"
18
+ targetAmount:
19
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/targetAmount"
20
+ condition:
21
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/condition"
22
+
23
+ required:
24
+ - commitRequestId
25
+ - initiatingFsp
26
+ - counterPartyFsp
27
+ - sourceAmount
28
+ - targetAmount
@@ -0,0 +1,17 @@
1
+ title: FxTransfersPostBackendResponse
2
+ type: object
3
+ description: 'The object sent as a response for the POST /fxTransfers request.'
4
+ properties:
5
+ homeTransactionId:
6
+ description: Transaction ID for the FXP backend, used to reconcile transactions between the Switch and FXP backend systems.
7
+ type: string
8
+ fulfilment:
9
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/fulfilment"
10
+ completedTimestamp:
11
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/completedTimestamp"
12
+ conversionState:
13
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/conversionState"
14
+ extensionList:
15
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/extensionList"
16
+ required:
17
+ - conversionState
@@ -0,0 +1,28 @@
1
+ title: FxTransfersPostOutboundRequest
2
+ type: object
3
+ description: The object sent in the POST /fxTransfers request.
4
+ properties:
5
+ homeTransactionId:
6
+ description: Transaction ID for the backend, used to reconcile transactions between the Switch and backend systems.
7
+ type: string
8
+ commitRequestId:
9
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/commitRequestId"
10
+ determiningTransferId:
11
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/determiningTransferId"
12
+ initiatingFsp:
13
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/initiatingFsp"
14
+ counterPartyFsp:
15
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/counterPartyFsp"
16
+ sourceAmount:
17
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/sourceAmount"
18
+ targetAmount:
19
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/targetAmount"
20
+ condition:
21
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml#/properties/condition"
22
+
23
+ required:
24
+ - commitRequestId
25
+ - initiatingFsp
26
+ - counterPartyFsp
27
+ - sourceAmount
28
+ - targetAmount
@@ -0,0 +1,17 @@
1
+ title: FxTransfersPostOutboundResponse
2
+ type: object
3
+ description: 'The object sent as a response for the POST /fxTransfers request.'
4
+ properties:
5
+ homeTransactionId:
6
+ description: Transaction ID for the backend, used to reconcile transactions between the Switch and backend systems.
7
+ type: string
8
+ fulfilment:
9
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/fulfilment"
10
+ completedTimestamp:
11
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/completedTimestamp"
12
+ conversionState:
13
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/conversionState"
14
+ extensionList:
15
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/extensionList"
16
+ required:
17
+ - conversionState
@@ -0,0 +1,17 @@
1
+ title: FxTransfersPutBackendRequest
2
+ type: object
3
+ description: 'PUT /fxTransfers/{commitRequestId} object'
4
+ properties:
5
+ homeTransactionId:
6
+ description: Transaction ID for the FXP backend, used to reconcile transactions between the Switch and FXP backend systems.
7
+ type: string
8
+ fulfilment:
9
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/fulfilment"
10
+ completedTimestamp:
11
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/completedTimestamp"
12
+ conversionState:
13
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/conversionState"
14
+ extensionList:
15
+ $ref: "../../../../fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml#/properties/extensionList"
16
+ required:
17
+ - conversionState
@@ -0,0 +1,13 @@
1
+ title: GeoCode
2
+ type: object
3
+ description: >-
4
+ Data model for the complex type GeoCode. Indicates the geographic location
5
+ from where the transaction was initiated.
6
+ properties:
7
+ latitude:
8
+ $ref: ./Latitude.yaml
9
+ longitude:
10
+ $ref: ./Longitude.yaml
11
+ required:
12
+ - latitude
13
+ - longitude
@@ -0,0 +1,5 @@
1
+ title: IlpCondition
2
+ type: string
3
+ pattern: ^[A-Za-z0-9-_]{43}$
4
+ maxLength: 48
5
+ description: Condition that must be attached to the transfer by the Payer.
@@ -0,0 +1,6 @@
1
+ title: IlpFulfilment
2
+ type: string
3
+ pattern: ^[A-Za-z0-9-_]{43}$
4
+ maxLength: 48
5
+ description: Fulfilment that must be attached to the transfer by the Payee.
6
+ example: WLctttbu2HvTsa1XWvUoGRcQozHsqeu9Ahl2JW9Bsu8
@@ -0,0 +1,8 @@
1
+ title: IlpPacket
2
+ type: string
3
+ pattern: ^[A-Za-z0-9-_]+[=]{0,2}$
4
+ minLength: 1
5
+ maxLength: 32768
6
+ description: Information for recipient (transport layer information).
7
+ example: >-
8
+ AYIBgQAAAAAAAASwNGxldmVsb25lLmRmc3AxLm1lci45T2RTOF81MDdqUUZERmZlakgyOVc4bXFmNEpLMHlGTFGCAUBQU0svMS4wCk5vbmNlOiB1SXlweUYzY3pYSXBFdzVVc05TYWh3CkVuY3J5cHRpb246IG5vbmUKUGF5bWVudC1JZDogMTMyMzZhM2ItOGZhOC00MTYzLTg0NDctNGMzZWQzZGE5OGE3CgpDb250ZW50LUxlbmd0aDogMTM1CkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbgpTZW5kZXItSWRlbnRpZmllcjogOTI4MDYzOTEKCiJ7XCJmZWVcIjowLFwidHJhbnNmZXJDb2RlXCI6XCJpbnZvaWNlXCIsXCJkZWJpdE5hbWVcIjpcImFsaWNlIGNvb3BlclwiLFwiY3JlZGl0TmFtZVwiOlwibWVyIGNoYW50XCIsXCJkZWJpdElkZW50aWZpZXJcIjpcIjkyODA2MzkxXCJ9IgA
@@ -0,0 +1,9 @@
1
+ title: LastName
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 128
5
+ pattern: >-
6
+ ^(?!\s*$)[\p{L}\p{gc=Mark}\p{digit}\p{gc=Connector_Punctuation}\p{Join_Control}
7
+ .,''-]{1,128}$
8
+ description: Last name of the Party (Name Type).
9
+ example: Karlsson
@@ -0,0 +1,7 @@
1
+ title: Latitude
2
+ type: string
3
+ pattern: ^(\+|-)?(?:90(?:(?:\.0{1,6})?)|(?:[0-9]|[1-8][0-9])(?:(?:\.[0-9]{1,6})?))$
4
+ description: >-
5
+ The API data type Latitude is a JSON String in a lexical format that is
6
+ restricted by a regular expression for interoperability reasons.
7
+ example: '+45.4215'
@@ -0,0 +1,8 @@
1
+ title: Longitude
2
+ type: string
3
+ pattern: >-
4
+ ^(\+|-)?(?:180(?:(?:\.0{1,6})?)|(?:[0-9]|[1-9][0-9]|1[0-7][0-9])(?:(?:\.[0-9]{1,6})?))$
5
+ description: >-
6
+ The API data type Longitude is a JSON String in a lexical format that is
7
+ restricted by a regular expression for interoperability reasons.
8
+ example: '+75.6972'
@@ -0,0 +1,7 @@
1
+ title: MerchantClassificationCode
2
+ type: string
3
+ pattern: ^[\d]{1,4}$
4
+ description: >-
5
+ A limited set of pre-defined numbers. This list would be a limited set of
6
+ numbers identifying a set of popular merchant types like School Fees, Pubs and
7
+ Restaurants, Groceries, etc.
@@ -0,0 +1,9 @@
1
+ title: MiddleName
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 128
5
+ pattern: >-
6
+ ^(?!\s*$)[\p{L}\p{gc=Mark}\p{digit}\p{gc=Connector_Punctuation}\p{Join_Control}
7
+ .,''-]{1,128}$
8
+ description: Middle name of the Party (Name Type).
9
+ example: Johannes
@@ -0,0 +1,11 @@
1
+ title: Money
2
+ type: object
3
+ description: Data model for the complex type Money.
4
+ properties:
5
+ currency:
6
+ $ref: ./Currency.yaml
7
+ amount:
8
+ $ref: ./Amount.yaml
9
+ required:
10
+ - currency
11
+ - amount
@@ -0,0 +1,17 @@
1
+ title: Name
2
+ type: string
3
+ pattern: ^(?!\s*$)[\w .,'-]{1,128}$
4
+ description: >-
5
+ The API data type Name is a JSON String, restricted by a regular expression to
6
+ avoid characters which are generally not used in a name.
7
+
8
+
9
+ Regular Expression - The regular expression for restricting the Name type is
10
+ "^(?!\s*$)[\w .,'-]{1,128}$". The restriction does not allow a string
11
+ consisting of whitespace only, all Unicode characters are allowed, as well as
12
+ the period (.) (apostrophe (‘), dash (-), comma (,) and space characters ( ).
13
+
14
+
15
+ **Note:** In some programming languages, Unicode support must be specifically
16
+ enabled. For example, if Java is used, the flag UNICODE_CHARACTER_CLASS must
17
+ be enabled to allow Unicode characters.
@@ -0,0 +1,6 @@
1
+ title: Note
2
+ type: string
3
+ minLength: 1
4
+ maxLength: 128
5
+ description: Memo assigned to transaction.
6
+ example: Note sent to Payee.
@@ -0,0 +1,21 @@
1
+ title: Party
2
+ type: object
3
+ description: Data model for the complex type Party.
4
+ properties:
5
+ partyIdInfo:
6
+ $ref: ./PartyIdInfo.yaml
7
+ merchantClassificationCode:
8
+ $ref: ./MerchantClassificationCode.yaml
9
+ name:
10
+ $ref: ./PartyName.yaml
11
+ personalInfo:
12
+ $ref: ../../../../fspiop/v2_0/openapi3/components/schemas/PartyPersonalInfo.yaml
13
+ supportedCurrencies:
14
+ type: array
15
+ description: Currencies in which the party can receive funds.
16
+ items:
17
+ $ref: ./Currency.yaml
18
+ minItems: 0
19
+ maxItems: 16
20
+ required:
21
+ - partyIdInfo
@@ -0,0 +1,10 @@
1
+ title: PartyComplexName
2
+ type: object
3
+ description: Data model for the complex type PartyComplexName.
4
+ properties:
5
+ firstName:
6
+ $ref: ./FirstName.yaml
7
+ middleName:
8
+ $ref: ./MiddleName.yaml
9
+ lastName:
10
+ $ref: ./LastName.yaml
@@ -0,0 +1,19 @@
1
+ title: PartyIdInfo
2
+ type: object
3
+ description: >-
4
+ Data model for the complex type PartyIdInfo. An ExtensionList element has been
5
+ added to this reqeust in version v1.1
6
+ properties:
7
+ partyIdType:
8
+ $ref: ./PartyIdType.yaml
9
+ partyIdentifier:
10
+ $ref: ./PartyIdentifier.yaml
11
+ partySubIdOrType:
12
+ $ref: ./PartySubIdOrType.yaml
13
+ fspId:
14
+ $ref: ./FspId.yaml
15
+ extensionList:
16
+ $ref: ./ExtensionList.yaml
17
+ required:
18
+ - partyIdType
19
+ - partyIdentifier