@mojaloop/api-snippets 17.6.0-snapshot.2 → 17.6.1
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.
- package/CHANGELOG.md +14 -0
- package/audit-ci.jsonc +4 -2
- package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +6053 -0
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +1 -1
- package/docs/index.html +1 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +1 -1
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +7 -7
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +1 -1
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +1 -1
- package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Length.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Accept.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Length.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Type.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Date.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/ID.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/SubId.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/200.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/202.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/400.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/401.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/403.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/404.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/405.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/406.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/501.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/503.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountIdentification4Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountSchemeName1Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount_SimpleType.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount_SimpleType.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType2Code.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType3Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AnyBICDec2014Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BICFIDec2014Identifier.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BaseOneRate.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification6.yaml +41 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification8.yaml +38 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData3.yaml +44 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData5.yaml +45 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccount40.yaml +53 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccountType2Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CategoryPurpose1Choice.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeBearerType1Code.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeType3Choice.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Charges16.yaml +39 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingChannel2Code.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemIdentification2Choice.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemMemberIdentification2.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact13.yaml +92 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact4.yaml +84 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CountryCode.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction67.yaml +203 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction68.yaml +117 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CryptographicLockChoice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DateAndPlaceOfBirth1.yaml +38 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DatePeriod2.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorCode.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorDescription.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformation.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact32HexBinaryText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact4AlphaNumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Execute_FIToFICustomerCreditTransferV13.yaml +69 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Extension.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionKey.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionList.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionValue.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalAccountIdentification1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCashAccountType1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCategoryPurpose1Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalChargeType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalClearingSystemIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCreditorAgentInstruction1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalFinancialInstitutionIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalLocalInstrument1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalOrganisationIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPaymentTransactionStatus1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPersonIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalProxyAccountType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPurpose1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalServiceLevel1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalStatusReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalVerificationReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialIdentificationSchemeName1Choice.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml +65 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml +65 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxRequest_FICreditTransferProposal.yaml +85 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxResponse_FICreditTransferConfirmation.yaml +89 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Fxecute_FinancialInstitutionCreditTransferV12.yaml +65 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericAccountIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericFinancialIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification3.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification30.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification3.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification2.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetPartiesError_IdentificationVerificationReportV03.yaml +70 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetParties_IdentificationVerificationReportV03.yaml +77 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader113.yaml +72 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader120.yaml +54 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader129.yaml +58 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IBAN2007Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODate.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODateTime.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISOYear.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationAssignment3.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationInformation4.yaml +34 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationVerificationIndicator.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Instruction4Code.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForCreditorAgent3.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForNextAgent1.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LEIIdentifier.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LocalInstrument2Choice.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max105Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max10Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max128Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max140Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max15NumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max16Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max2048Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max256Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max34Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max350Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max35Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max4Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max70Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/NamePrefix2Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Number.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification29.yaml +31 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification39.yaml +31 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentificationSchemeName1Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OtherContact1.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml +35 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsStatus_FIToFIPaymentStatusReportV15.yaml +30 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party38Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party40Choice.yaml +45 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party52Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification135.yaml +70 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification272.yaml +63 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentIdentification13.yaml +62 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTransaction163.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTypeInformation28.yaml +48 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PercentageRate.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification13.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification18.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentificationSchemeName1Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PhoneNumber.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress24.yaml +55 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress27.yaml +61 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod1Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod2Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Priority2Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountIdentification1.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountType1Choice.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Purpose2Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryAuthority2.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReporting3.yaml +37 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReportingType1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ServiceLevel8Choice.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementInstruction15.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementMethod1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReason6Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReasonInformation14.yaml +39 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StructuredRegulatoryReporting3.yaml +56 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryData1.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryDataEnvelope1.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAmount3.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAuthorisation1.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxData1.yaml +105 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty1.yaml +27 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty2.yaml +36 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxPeriod3.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecord3.yaml +74 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordDetails3.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordPeriod1Code.yaml +43 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsRequest_FIToFICustomerCreditProposal.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsResponse_FIToFICustomerCreditConfirmation.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/UUIDv4Identifier.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReason1Choice.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReport4.yaml +77 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/hexBinary.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/openapi.yaml +53 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}.yaml +81 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}.yaml +120 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}.yaml +82 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_error.yaml +50 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}.yaml +83 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}_error.yaml +51 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}.yaml +80 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}.yaml +119 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}_error.yaml +49 -0
- package/lib/fspiop/v1_0/openapi.d.ts +1494 -409
- package/lib/fspiop/v1_1/openapi.d.ts +1495 -417
- package/lib/fspiop/v2_0/json-schemas.json +39 -39
- package/lib/fspiop/v2_0/openapi.d.ts +1945 -560
- package/lib/fspiop/v2_0_ISO20022/index.d.ts +3 -0
- package/lib/fspiop/v2_0_ISO20022/index.js +9 -0
- package/lib/fspiop/v2_0_ISO20022/index.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/json-schemas.json +118444 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.d.ts +6077 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js +7 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.d.ts +106043 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js +171 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/types.d.ts +164 -0
- package/lib/fspiop/v2_0_ISO20022/types.js +4 -0
- package/lib/fspiop/v2_0_ISO20022/types.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +14 -14
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +384 -74
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +55 -55
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +543 -109
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +66 -66
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +503 -139
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +72 -72
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +694 -184
- package/lib/thirdparty/openapi.d.ts +1639 -612
- package/package.json +30 -27
- package/sdk-bulk.yaml +1 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/CorrelationId.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +6 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +1 -1
@@ -0,0 +1,27 @@
|
|
1
|
+
title: TaxParty1
|
2
|
+
description: |
|
3
|
+
Details about the entity involved in the tax paid or to be paid.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
TaxId:
|
7
|
+
description: |
|
8
|
+
TaxIdentification
|
9
|
+
|
10
|
+
Tax identification number of the creditor.
|
11
|
+
$ref: ./Max35Text.yaml
|
12
|
+
RegnId:
|
13
|
+
description: |
|
14
|
+
RegistrationIdentification
|
15
|
+
|
16
|
+
Unique identification, as assigned by an organisation, to unambiguously identify a party.
|
17
|
+
$ref: ./Max35Text.yaml
|
18
|
+
TaxTp:
|
19
|
+
description: |
|
20
|
+
TaxType
|
21
|
+
|
22
|
+
Type of tax payer.
|
23
|
+
$ref: ./Max35Text.yaml
|
24
|
+
example:
|
25
|
+
TaxId: 123456789
|
26
|
+
RegnId: 123456789
|
27
|
+
TaxTp: VAT
|
@@ -0,0 +1,36 @@
|
|
1
|
+
title: TaxParty2
|
2
|
+
description: |
|
3
|
+
Details about the entity involved in the tax paid or to be paid.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
TaxId:
|
7
|
+
description: |
|
8
|
+
TaxIdentification
|
9
|
+
|
10
|
+
Tax identification number of the debtor.
|
11
|
+
$ref: ./Max35Text.yaml
|
12
|
+
RegnId:
|
13
|
+
description: |
|
14
|
+
RegistrationIdentification
|
15
|
+
|
16
|
+
Unique identification, as assigned by an organisation, to unambiguously identify a party.
|
17
|
+
$ref: ./Max35Text.yaml
|
18
|
+
TaxTp:
|
19
|
+
description: |
|
20
|
+
TaxType
|
21
|
+
|
22
|
+
Type of tax payer.
|
23
|
+
$ref: ./Max35Text.yaml
|
24
|
+
Authstn:
|
25
|
+
description: |
|
26
|
+
Authorisation
|
27
|
+
|
28
|
+
Details of the authorised tax paying party.
|
29
|
+
$ref: ./TaxAuthorisation1.yaml
|
30
|
+
example:
|
31
|
+
TaxId: 123456789
|
32
|
+
RegnId: 123456789
|
33
|
+
TaxTp: VAT
|
34
|
+
Authstn:
|
35
|
+
Titl: Mr
|
36
|
+
Nm: John Doe
|
@@ -0,0 +1,29 @@
|
|
1
|
+
title: TaxPeriod3
|
2
|
+
description: |
|
3
|
+
Period of time details related to the tax payment.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
FrToDt:
|
7
|
+
$ref: ./DatePeriod2.yaml
|
8
|
+
description: |
|
9
|
+
FromToDate
|
10
|
+
|
11
|
+
Range of time between a start date and an end date for which the tax report is provided.
|
12
|
+
Tp:
|
13
|
+
$ref: ./TaxRecordPeriod1Code.yaml
|
14
|
+
description: |
|
15
|
+
Type
|
16
|
+
|
17
|
+
Identification of the period related to the tax payment.
|
18
|
+
Yr:
|
19
|
+
$ref: ./ISOYear.yaml
|
20
|
+
description: |
|
21
|
+
Year
|
22
|
+
|
23
|
+
Year related to the tax payment.
|
24
|
+
example:
|
25
|
+
Yr: 2020
|
26
|
+
Tp: MM01
|
27
|
+
FrToDt:
|
28
|
+
FrDt: '2020-01-01'
|
29
|
+
ToDt: '2020-01-31'
|
@@ -0,0 +1,74 @@
|
|
1
|
+
title: TaxRecord3
|
2
|
+
description: |
|
3
|
+
Set of elements used to define the tax record.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
AddtlInf:
|
7
|
+
$ref: ./Max140Text.yaml
|
8
|
+
description: |
|
9
|
+
AdditionalInformation
|
10
|
+
|
11
|
+
Further details of the tax record.
|
12
|
+
CertId:
|
13
|
+
$ref: ./Max35Text.yaml
|
14
|
+
description: |
|
15
|
+
CertificateIdentification
|
16
|
+
|
17
|
+
Identification number of the tax report as assigned by the taxing authority.
|
18
|
+
Ctgy:
|
19
|
+
$ref: ./Max35Text.yaml
|
20
|
+
description: |
|
21
|
+
Category
|
22
|
+
|
23
|
+
Specifies the tax code as published by the tax authority.
|
24
|
+
CtgyDtls:
|
25
|
+
$ref: ./Max35Text.yaml
|
26
|
+
description: |
|
27
|
+
CategoryDetails
|
28
|
+
|
29
|
+
Provides further details of the category tax code.
|
30
|
+
DbtrSts:
|
31
|
+
$ref: ./Max35Text.yaml
|
32
|
+
description: |
|
33
|
+
DebtorStatus
|
34
|
+
|
35
|
+
Code provided by local authority to identify the status of the party that has drawn up the settlement document.
|
36
|
+
FrmsCd:
|
37
|
+
$ref: ./Max35Text.yaml
|
38
|
+
description: |
|
39
|
+
FormsCode
|
40
|
+
|
41
|
+
Identifies, in a coded form, on which template the tax report is to be provided.
|
42
|
+
Prd:
|
43
|
+
$ref: ./TaxPeriod3.yaml
|
44
|
+
description: |
|
45
|
+
Period
|
46
|
+
|
47
|
+
Set of elements used to provide details on the period of time related to the tax payment.
|
48
|
+
TaxAmt:
|
49
|
+
$ref: ./TaxAmount3.yaml
|
50
|
+
description: |
|
51
|
+
TaxAmount
|
52
|
+
|
53
|
+
Set of elements used to provide information on the amount of the tax record.
|
54
|
+
Tp:
|
55
|
+
$ref: ./Max35Text.yaml
|
56
|
+
description: |
|
57
|
+
Type
|
58
|
+
|
59
|
+
High level code to identify the type of tax details.
|
60
|
+
example:
|
61
|
+
Tp: VAT
|
62
|
+
Ctgy: A
|
63
|
+
CtgyDtls: Standard
|
64
|
+
DbtrSts: Resident
|
65
|
+
CertId: 123456789
|
66
|
+
FrmsCd: 123456789
|
67
|
+
Prd:
|
68
|
+
FrstDay: '2019-01-01'
|
69
|
+
LastDay: '2019-12-31'
|
70
|
+
TaxAmt:
|
71
|
+
Rate: 0.2
|
72
|
+
TaxblBaseAmt: 1000
|
73
|
+
TtlAmt: 200
|
74
|
+
AddtlInf: VAT applicable
|
@@ -0,0 +1,29 @@
|
|
1
|
+
title: TaxRecordDetails3
|
2
|
+
description: |
|
3
|
+
Details on the tax period and amount
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Prd:
|
7
|
+
description: |
|
8
|
+
Period
|
9
|
+
|
10
|
+
Set of elements used to provide details on the period of time related to the tax payment.
|
11
|
+
$ref: ./TaxPeriod3.yaml
|
12
|
+
Amt:
|
13
|
+
description: |
|
14
|
+
Amount
|
15
|
+
|
16
|
+
Underlying tax amount related to the specified period.
|
17
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
18
|
+
required:
|
19
|
+
- Amt
|
20
|
+
example:
|
21
|
+
Prd:
|
22
|
+
Yr: 2020
|
23
|
+
Tp: MM01
|
24
|
+
FrToDt:
|
25
|
+
FrDt: '2020-01-01'
|
26
|
+
ToDt: '2020-01-31'
|
27
|
+
Amt:
|
28
|
+
Amt: 100.00
|
29
|
+
Ccy: EUR
|
@@ -0,0 +1,43 @@
|
|
1
|
+
title: TaxRecordPeriod1Code
|
2
|
+
description: |
|
3
|
+
Specifies the period related to the tax payment
|
4
|
+
|
5
|
+
MM01 FirstMonth Tax is related to the second month of the period.
|
6
|
+
MM02 SecondMonth Tax is related to the first month of the period.
|
7
|
+
MM03 ThirdMonth Tax is related to the third month of the period.
|
8
|
+
MM04 FourthMonth Tax is related to the fourth month of the period.
|
9
|
+
MM05 FifthMonth Tax is related to the fifth month of the period.
|
10
|
+
MM06 SixthMonth Tax is related to the sixth month of the period.
|
11
|
+
MM07 SeventhMonth Tax is related to the seventh month of the period.
|
12
|
+
MM08 EighthMonth Tax is related to the eighth month of the period.
|
13
|
+
MM09 NinthMonth Tax is related to the ninth month of the period.
|
14
|
+
MM10 TenthMonth Tax is related to the tenth month of the period.
|
15
|
+
MM11 EleventhMonth Tax is related to the eleventh month of the period.
|
16
|
+
MM12 TwelfthMonth Tax is related to the twelfth month of the period.
|
17
|
+
QTR1 FirstQuarter Tax is related to the first quarter of the period.
|
18
|
+
QTR2 SecondQuarter Tax is related to the second quarter of the period.
|
19
|
+
QTR3 ThirdQuarter Tax is related to the third quarter of the period.
|
20
|
+
QTR4 FourthQuarter Tax is related to the forth quarter of the period.
|
21
|
+
HLF1 FirstHalf Tax is related to the first half of the period.
|
22
|
+
HLF2 SecondHalf Tax is related to the second half of the period.
|
23
|
+
type: string
|
24
|
+
enum:
|
25
|
+
- MM01
|
26
|
+
- MM02
|
27
|
+
- MM03
|
28
|
+
- MM04
|
29
|
+
- MM05
|
30
|
+
- MM06
|
31
|
+
- MM07
|
32
|
+
- MM08
|
33
|
+
- MM09
|
34
|
+
- MM10
|
35
|
+
- MM11
|
36
|
+
- MM12
|
37
|
+
- QTR1
|
38
|
+
- QTR2
|
39
|
+
- QTR3
|
40
|
+
- QTR4
|
41
|
+
- HLF1
|
42
|
+
- HLF2
|
43
|
+
example: HLF1
|
@@ -0,0 +1,25 @@
|
|
1
|
+
title: TermsRequest_FIToFICustomerCreditProposal
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
GrpHdr:
|
5
|
+
$ref: ./GroupHeader129.yaml
|
6
|
+
required:
|
7
|
+
- GrpHdr
|
8
|
+
example:
|
9
|
+
GrpHdr:
|
10
|
+
MsgId: 123456789
|
11
|
+
CreDtTm: '2020-01-01T00:00:00Z'
|
12
|
+
NbOfTxs: 1
|
13
|
+
CtrlSum: 100.00
|
14
|
+
InitgPty:
|
15
|
+
Nm: Initiating Party Name
|
16
|
+
Id:
|
17
|
+
OrgId:
|
18
|
+
Othr:
|
19
|
+
- Id: 123456789
|
20
|
+
SchmeNm:
|
21
|
+
Cd: BBA
|
22
|
+
Prtry: Party Identification Scheme Name
|
23
|
+
FwdgAgt:
|
24
|
+
FinInstnId:
|
25
|
+
BICFI: BBBBBBBB
|
@@ -0,0 +1,28 @@
|
|
1
|
+
title: TermsResponse_FIToFICustomerCreditConfirmation
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
GrpHdr:
|
5
|
+
$ref: ./GroupHeader129.yaml
|
6
|
+
CdtTrfTxInf:
|
7
|
+
$ref: ./CreditTransferTransaction67.yaml
|
8
|
+
required:
|
9
|
+
- GrpHdr
|
10
|
+
- CdtTrfTxInf
|
11
|
+
example:
|
12
|
+
GrpHdr:
|
13
|
+
MsgId: 123456789
|
14
|
+
CreDtTm: '2020-01-01T00:00:00Z'
|
15
|
+
NbOfTxs: 1
|
16
|
+
CtrlSum: 100.00
|
17
|
+
InitgPty:
|
18
|
+
Nm: Initiating Party Name
|
19
|
+
Id:
|
20
|
+
OrgId:
|
21
|
+
Othr:
|
22
|
+
- Id: 123456789
|
23
|
+
SchmeNm:
|
24
|
+
Cd: BBA
|
25
|
+
Prtry: Party Identification Scheme Name
|
26
|
+
FwdgAgt:
|
27
|
+
FinInstnId:
|
28
|
+
BICFI: BBBBBBBB
|
@@ -0,0 +1,23 @@
|
|
1
|
+
title: VerificationReason1Choice
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Cd:
|
5
|
+
description: >
|
6
|
+
Code
|
7
|
+
|
8
|
+
Reason why the verified identification information is incorrect, as published in an external
|
9
|
+
reason code list.
|
10
|
+
$ref: ./ExternalVerificationReason1Code.yaml
|
11
|
+
Prtry:
|
12
|
+
description: >
|
13
|
+
Proprietary
|
14
|
+
|
15
|
+
Reason why the verified identification information is incorrect, in a free text form.
|
16
|
+
$ref: ./Max35Text.yaml
|
17
|
+
oneOf:
|
18
|
+
- required:
|
19
|
+
- Cd
|
20
|
+
- required:
|
21
|
+
- Prtry
|
22
|
+
example:
|
23
|
+
Cd: AGNT
|
@@ -0,0 +1,77 @@
|
|
1
|
+
title: VerificationReport4
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
OrgnlId:
|
5
|
+
description: >
|
6
|
+
OriginalIdentification
|
7
|
+
|
8
|
+
Unique identification, as assigned by a sending party, to unambiguously identify the party
|
9
|
+
and account identification information group within the original message.
|
10
|
+
$ref: ./Max35Text.yaml
|
11
|
+
Vrfctn:
|
12
|
+
description: >
|
13
|
+
Verification
|
14
|
+
|
15
|
+
Identifies whether the party and/or account information received is correct.
|
16
|
+
Boolean value.
|
17
|
+
$ref: ./IdentificationVerificationIndicator.yaml
|
18
|
+
Rsn:
|
19
|
+
description: >
|
20
|
+
Reason.
|
21
|
+
|
22
|
+
Specifies the reason why the verified identification information is incorrect.
|
23
|
+
$ref: ./VerificationReason1Choice.yaml
|
24
|
+
OrgnlPtyAndAcctId:
|
25
|
+
description: >
|
26
|
+
OriginalPartyAndAccountIdentification
|
27
|
+
|
28
|
+
Provides party and/or account identification information as given in the original message.
|
29
|
+
$ref: ./IdentificationInformation4.yaml
|
30
|
+
UpdtdPtyAndAcctId:
|
31
|
+
description: >
|
32
|
+
UpdatedPartyAndAccountIdentification
|
33
|
+
|
34
|
+
Provides party and/or account identification information.
|
35
|
+
$ref: ./IdentificationInformation4.yaml
|
36
|
+
required:
|
37
|
+
- OrgnlId
|
38
|
+
- Vrfctn
|
39
|
+
example:
|
40
|
+
OrgnlId: 1234567890123456789012345678901234
|
41
|
+
Vrfctn: true
|
42
|
+
OrgnlPtyAndAcctId:
|
43
|
+
Nm: John Doe
|
44
|
+
PstlAdr:
|
45
|
+
AdrTp: ADDR
|
46
|
+
Dept: Dept
|
47
|
+
SubDept: SubDept
|
48
|
+
StrtNm: 1234 Elm St
|
49
|
+
BldgNb: 1234
|
50
|
+
PstCd: 12345
|
51
|
+
TwnNm: Anytown
|
52
|
+
CtrySubDvsn: CA
|
53
|
+
Ctry: US
|
54
|
+
Id:
|
55
|
+
OrgId:
|
56
|
+
AnyBIC: ABCDUS33
|
57
|
+
Othr:
|
58
|
+
Id: 123456789
|
59
|
+
Issr: ABA
|
60
|
+
UpdtdPtyAndAcctId:
|
61
|
+
Nm: John Doe
|
62
|
+
PstlAdr:
|
63
|
+
AdrTp: ADDR
|
64
|
+
Dept: Dept
|
65
|
+
SubDept: SubDept
|
66
|
+
StrtNm: 1234 Elm St
|
67
|
+
BldgNb: 1234
|
68
|
+
PstCd: 12345
|
69
|
+
TwnNm: Anytown
|
70
|
+
CtrySubDvsn: CA
|
71
|
+
Ctry: US
|
72
|
+
Id:
|
73
|
+
OrgId:
|
74
|
+
AnyBIC: ABCDUS33
|
75
|
+
Othr:
|
76
|
+
Id: 123456789
|
77
|
+
Issr: ABA
|
@@ -0,0 +1,53 @@
|
|
1
|
+
openapi: 3.1.0
|
2
|
+
info:
|
3
|
+
version: v2.0-iso20022-draft
|
4
|
+
title: Open API for FSP Interoperability (FSPIOP) - the ISO 20022 message version
|
5
|
+
description: >-
|
6
|
+
IN PROGRESS
|
7
|
+
license:
|
8
|
+
name: CC BY-ND 4.0
|
9
|
+
url: https://github.com/mojaloop/mojaloop-specification/blob/main/LICENSE.md
|
10
|
+
contact:
|
11
|
+
name: Sam Kummary
|
12
|
+
url: https://github.com/mojaloop/mojaloop-specification/issues
|
13
|
+
servers:
|
14
|
+
- url: 'protocol://hostname:<port>/switch/'
|
15
|
+
variables:
|
16
|
+
protocol:
|
17
|
+
enum:
|
18
|
+
- http
|
19
|
+
- https
|
20
|
+
default: https
|
21
|
+
paths:
|
22
|
+
/parties/{Type}/{ID}:
|
23
|
+
$ref: paths/parties_{Type}_{ID}.yaml
|
24
|
+
/parties/{Type}/{ID}/error:
|
25
|
+
$ref: paths/parties_{Type}_{ID}_error.yaml
|
26
|
+
/parties/{Type}/{ID}/{SubId}:
|
27
|
+
$ref: paths/parties_{Type}_{ID}_{SubId}.yaml
|
28
|
+
/parties/{Type}/{ID}/{SubId}/error:
|
29
|
+
$ref: paths/parties_{Type}_{ID}_{SubId}_error.yaml
|
30
|
+
/quotes:
|
31
|
+
$ref: paths/quotes.yaml
|
32
|
+
/quotes/{ID}:
|
33
|
+
$ref: paths/quotes_{ID}.yaml
|
34
|
+
/quotes/{ID}/error:
|
35
|
+
$ref: paths/quotes_{ID}_error.yaml
|
36
|
+
/transfers:
|
37
|
+
$ref: paths/transfers.yaml
|
38
|
+
/transfers/{ID}:
|
39
|
+
$ref: paths/transfers_{ID}.yaml
|
40
|
+
/transfers/{ID}/error:
|
41
|
+
$ref: paths/transfers_{ID}_error.yaml
|
42
|
+
/fxQuotes:
|
43
|
+
$ref: paths/fxQuotes.yaml
|
44
|
+
/fxQuotes/{ID}:
|
45
|
+
$ref: paths/fxQuotes_{ID}.yaml
|
46
|
+
/fxQuotes/{ID}/error:
|
47
|
+
$ref: paths/fxQuotes_{ID}_error.yaml
|
48
|
+
/fxTransfers:
|
49
|
+
$ref: paths/fxTransfers.yaml
|
50
|
+
/fxTransfers/{ID}:
|
51
|
+
$ref: paths/fxTransfers_{ID}.yaml
|
52
|
+
/fxTransfers/{ID}/error:
|
53
|
+
$ref: paths/fxTransfers_{ID}_error.yaml
|
@@ -0,0 +1,46 @@
|
|
1
|
+
post:
|
2
|
+
description: >-
|
3
|
+
The HTTP request `POST /fxQuotes` is used to ask an FXP to provide a
|
4
|
+
quotation for a currency conversion.
|
5
|
+
summary: Calculate FX quote
|
6
|
+
tags:
|
7
|
+
- fxQuotes
|
8
|
+
operationId: FxQuotesPost
|
9
|
+
parameters:
|
10
|
+
- $ref: ../components/parameters/Accept.yaml
|
11
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
12
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
13
|
+
- $ref: ../components/parameters/Date.yaml
|
14
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
15
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
16
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
17
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
21
|
+
requestBody:
|
22
|
+
description: Details of the FX quote to be created.
|
23
|
+
required: true
|
24
|
+
content:
|
25
|
+
application/json:
|
26
|
+
schema:
|
27
|
+
$ref: ../components/schemas/FxRequest_FICreditTransferProposal.yaml
|
28
|
+
responses:
|
29
|
+
'202':
|
30
|
+
$ref: ../components/responses/202.yaml
|
31
|
+
'400':
|
32
|
+
$ref: ../components/responses/400.yaml
|
33
|
+
'401':
|
34
|
+
$ref: ../components/responses/401.yaml
|
35
|
+
'403':
|
36
|
+
$ref: ../components/responses/403.yaml
|
37
|
+
'404':
|
38
|
+
$ref: ../components/responses/404.yaml
|
39
|
+
'405':
|
40
|
+
$ref: ../components/responses/405.yaml
|
41
|
+
'406':
|
42
|
+
$ref: ../components/responses/406.yaml
|
43
|
+
'501':
|
44
|
+
$ref: ../components/responses/501.yaml
|
45
|
+
'503':
|
46
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,81 @@
|
|
1
|
+
parameters:
|
2
|
+
- $ref: ../components/parameters/ID.yaml
|
3
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
4
|
+
- $ref: ../components/parameters/Date.yaml
|
5
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
6
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
7
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
8
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
9
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
10
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
11
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
12
|
+
get:
|
13
|
+
description: >-
|
14
|
+
The HTTP request `GET /fxQuotes/{ID}` is used to request information
|
15
|
+
regarding a request for quotation for a currency conversion which the
|
16
|
+
sender has previously issued. The `{ID}` in the URI should contain the
|
17
|
+
`conversionRequestId` that was used for the creation of the quote.
|
18
|
+
summary: Retrieve FX quote information
|
19
|
+
tags:
|
20
|
+
- fxQuotes
|
21
|
+
operationId: FxQuotesByIDGet
|
22
|
+
parameters:
|
23
|
+
- $ref: ../components/parameters/Accept.yaml
|
24
|
+
responses:
|
25
|
+
'202':
|
26
|
+
$ref: ../components/responses/202.yaml
|
27
|
+
'400':
|
28
|
+
$ref: ../components/responses/400.yaml
|
29
|
+
'401':
|
30
|
+
$ref: ../components/responses/401.yaml
|
31
|
+
'403':
|
32
|
+
$ref: ../components/responses/403.yaml
|
33
|
+
'404':
|
34
|
+
$ref: ../components/responses/404.yaml
|
35
|
+
'405':
|
36
|
+
$ref: ../components/responses/405.yaml
|
37
|
+
'406':
|
38
|
+
$ref: ../components/responses/406.yaml
|
39
|
+
'501':
|
40
|
+
$ref: ../components/responses/501.yaml
|
41
|
+
'503':
|
42
|
+
$ref: ../components/responses/503.yaml
|
43
|
+
put:
|
44
|
+
description: >-
|
45
|
+
The callback `PUT /fxQuotes/{ID}` is used to inform the requester about the
|
46
|
+
outcome of a request for quotation for a currency conversion. The `{ID}` in
|
47
|
+
the URI should contain the `conversionRequestId` that was used for the
|
48
|
+
creation of the FX quote, or the `{ID}` that was used in the `GET
|
49
|
+
/fxQuotes/{ID}` request.
|
50
|
+
summary: Return FX quote information
|
51
|
+
tags:
|
52
|
+
- fxQuotes
|
53
|
+
operationId: FxQuotesByIdPut
|
54
|
+
parameters:
|
55
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
56
|
+
requestBody:
|
57
|
+
description: FX Quote information returned.
|
58
|
+
required: true
|
59
|
+
content:
|
60
|
+
application/json:
|
61
|
+
schema:
|
62
|
+
$ref: ../components/schemas/FxResponse_FICreditTransferConfirmation.yaml
|
63
|
+
responses:
|
64
|
+
'200':
|
65
|
+
$ref: ../components/responses/200.yaml
|
66
|
+
'400':
|
67
|
+
$ref: ../components/responses/400.yaml
|
68
|
+
'401':
|
69
|
+
$ref: ../components/responses/401.yaml
|
70
|
+
'403':
|
71
|
+
$ref: ../components/responses/403.yaml
|
72
|
+
'404':
|
73
|
+
$ref: ../components/responses/404.yaml
|
74
|
+
'405':
|
75
|
+
$ref: ../components/responses/405.yaml
|
76
|
+
'406':
|
77
|
+
$ref: ../components/responses/406.yaml
|
78
|
+
'501':
|
79
|
+
$ref: ../components/responses/501.yaml
|
80
|
+
'503':
|
81
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,49 @@
|
|
1
|
+
put:
|
2
|
+
description: >-
|
3
|
+
If the FXP is unable to find or create a FX quote, or some other processing
|
4
|
+
error occurs, the error callback `PUT /fxQuotes/{ID}/error` is used. The
|
5
|
+
`{ID}` in the URI should contain the `conversionRequestId` that was used for
|
6
|
+
the creation of the FX quote, or the `{ID}` that was used in the `GET
|
7
|
+
/fxQuotes/{ID}` request.
|
8
|
+
summary: Return FX quote information error
|
9
|
+
tags:
|
10
|
+
- fxQuotes
|
11
|
+
operationId: FxQuotesByIDAndErrorPut
|
12
|
+
parameters:
|
13
|
+
- $ref: ../components/parameters/ID.yaml
|
14
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
15
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
16
|
+
- $ref: ../components/parameters/Date.yaml
|
17
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
21
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
22
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
23
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
24
|
+
requestBody:
|
25
|
+
description: Details of the error returned.
|
26
|
+
required: true
|
27
|
+
content:
|
28
|
+
application/json:
|
29
|
+
schema:
|
30
|
+
$ref: ../components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml
|
31
|
+
responses:
|
32
|
+
'200':
|
33
|
+
$ref: ../components/responses/200.yaml
|
34
|
+
'400':
|
35
|
+
$ref: ../components/responses/400.yaml
|
36
|
+
'401':
|
37
|
+
$ref: ../components/responses/401.yaml
|
38
|
+
'403':
|
39
|
+
$ref: ../components/responses/403.yaml
|
40
|
+
'404':
|
41
|
+
$ref: ../components/responses/404.yaml
|
42
|
+
'405':
|
43
|
+
$ref: ../components/responses/405.yaml
|
44
|
+
'406':
|
45
|
+
$ref: ../components/responses/406.yaml
|
46
|
+
'501':
|
47
|
+
$ref: ../components/responses/501.yaml
|
48
|
+
'503':
|
49
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,47 @@
|
|
1
|
+
post:
|
2
|
+
description: >-
|
3
|
+
The HTTP request `POST /fxTransfers` is used to ask an FXP to confirm the
|
4
|
+
execution of an agreed currency conversion.
|
5
|
+
summary: Perform FX transfer
|
6
|
+
tags:
|
7
|
+
- fxTransfers
|
8
|
+
operationId: FxTransfersPost
|
9
|
+
parameters:
|
10
|
+
- $ref: ../components/parameters/Accept.yaml
|
11
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
12
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
13
|
+
- $ref: ../components/parameters/Date.yaml
|
14
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
15
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
16
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
17
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
21
|
+
requestBody:
|
22
|
+
description: Details of the FX transfer to be created.
|
23
|
+
required: true
|
24
|
+
content:
|
25
|
+
application/json:
|
26
|
+
schema:
|
27
|
+
$ref: >-
|
28
|
+
../components/schemas/Fxecute_FinancialInstitutionCreditTransferV12.yaml
|
29
|
+
responses:
|
30
|
+
'202':
|
31
|
+
$ref: ../components/responses/202.yaml
|
32
|
+
'400':
|
33
|
+
$ref: ../components/responses/400.yaml
|
34
|
+
'401':
|
35
|
+
$ref: ../components/responses/401.yaml
|
36
|
+
'403':
|
37
|
+
$ref: ../components/responses/403.yaml
|
38
|
+
'404':
|
39
|
+
$ref: ../components/responses/404.yaml
|
40
|
+
'405':
|
41
|
+
$ref: ../components/responses/405.yaml
|
42
|
+
'406':
|
43
|
+
$ref: ../components/responses/406.yaml
|
44
|
+
'501':
|
45
|
+
$ref: ../components/responses/501.yaml
|
46
|
+
'503':
|
47
|
+
$ref: ../components/responses/503.yaml
|