@mojaloop/api-snippets 17.6.0-snapshot.0 → 17.6.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.
- package/CHANGELOG.md +14 -0
- package/audit-ci.jsonc +2 -1
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +1 -1
- package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +1 -1
- package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +4735 -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 +7 -7
- 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/docs/thirdparty-openapi3-snippets.yaml +1 -1
- package/fspiop/v1_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v1_1/openapi3/components/schemas/CorrelationId.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 +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount.yaml +16 -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 +16 -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 +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType3Choice.yaml +16 -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 +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification8.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData3.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData5.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccount40.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccountType2Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CategoryPurpose1Choice.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeBearerType1Code.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeType3Choice.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Charges16.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingChannel2Code.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemIdentification2Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemMemberIdentification2.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact13.yaml +39 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact4.yaml +36 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CountryCode.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction67.yaml +125 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction68.yaml +69 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CryptographicLockChoice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DateAndPlaceOfBirth1.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DatePeriod2.yaml +15 -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 +61 -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 +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxRequest_FICreditTransferProposal.yaml +83 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxResponse_FICreditTransferConfirmation.yaml +81 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Fxecute_FinancialInstitutionCreditTransferV12.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericAccountIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericFinancialIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification3.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification30.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification3.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification2.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetPartiesError_IdentificationVerificationReportV03.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetParties_IdentificationVerificationReportV03.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader113.yaml +72 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader120.yaml +35 -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 +33 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationInformation4.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationVerificationIndicator.yaml +3 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Instruction4Code.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForCreditorAgent3.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForNextAgent1.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LEIIdentifier.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LocalInstrument2Choice.yaml +14 -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 +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification39.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentificationSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OtherContact1.yaml +14 -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 +79 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party38Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party40Choice.yaml +37 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party52Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification135.yaml +34 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification272.yaml +42 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentIdentification13.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTransaction163.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTypeInformation28.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PercentageRate.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification13.yaml +18 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification18.yaml +18 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentificationSchemeName1Choice.yaml +16 -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 +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountType1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Purpose2Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryAuthority2.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReporting3.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReportingType1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ServiceLevel8Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementInstruction15.yaml +40 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementMethod1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReason6Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReasonInformation14.yaml +27 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StructuredRegulatoryReporting3.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryData1.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryDataEnvelope1.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAmount3.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAuthorisation1.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxData1.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty1.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty2.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxPeriod3.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecord3.yaml +38 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordDetails3.yaml +21 -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 +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReport4.yaml +29 -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 +107991 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.d.ts +5162 -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 +95738 -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 +55 -55
- 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/backend/openapi.yaml +6 -6
- 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,16 @@
|
|
1
|
+
title: ServiceLevel8Choice
|
2
|
+
description: |
|
3
|
+
Details about a service level.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
$ref: ./ExternalServiceLevel1Code.yaml
|
8
|
+
Prtry:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- Cd
|
13
|
+
- required:
|
14
|
+
- Prtry
|
15
|
+
example:
|
16
|
+
Cd: SEPA
|
@@ -0,0 +1,40 @@
|
|
1
|
+
title: SettlementInstruction15
|
2
|
+
description: |
|
3
|
+
NOTE: Unsure on description.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
SttlmMtd:
|
7
|
+
$ref: ./SettlementMethod1Code.yaml
|
8
|
+
PmtTpInf:
|
9
|
+
$ref: ./PaymentTypeInformation28.yaml
|
10
|
+
required:
|
11
|
+
- SttlmMtd
|
12
|
+
example:
|
13
|
+
SttlmMtd: INDA
|
14
|
+
PmtTpInf:
|
15
|
+
InstrPrty: NORM
|
16
|
+
SvcLvl:
|
17
|
+
Cd: SEPA
|
18
|
+
LclInstrm:
|
19
|
+
Cd: CH03
|
20
|
+
CtgyPurp:
|
21
|
+
Cd: SUPP
|
22
|
+
Cdtr:
|
23
|
+
Nm: Name
|
24
|
+
PstlAdr:
|
25
|
+
AdrTp: ADDR
|
26
|
+
AdrLine: Address
|
27
|
+
Ctry: CH
|
28
|
+
Id:
|
29
|
+
OrgId:
|
30
|
+
AnyBIC: BIC
|
31
|
+
Othr:
|
32
|
+
Id: 123
|
33
|
+
SchmeNm:
|
34
|
+
Cd: IBAN
|
35
|
+
Issr: BIC
|
36
|
+
CtryOfRes: CH
|
37
|
+
CtctDtls:
|
38
|
+
Nm: Name
|
39
|
+
PhneNb: 123
|
40
|
+
EmailAdr:
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: StatusReason6Choice
|
2
|
+
description: |
|
3
|
+
Unsure on description.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
$ref: ./ExternalStatusReason1Code.yaml
|
8
|
+
Prtry:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- Cd
|
13
|
+
- required:
|
14
|
+
- Prtry
|
15
|
+
example:
|
16
|
+
Cd: AGNT
|
@@ -0,0 +1,27 @@
|
|
1
|
+
title: StatusReasonInformation14
|
2
|
+
description: |
|
3
|
+
Unsure on description.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Orgtr:
|
7
|
+
$ref: ./PartyIdentification272.yaml
|
8
|
+
Rsn:
|
9
|
+
$ref: ./StatusReason6Choice.yaml
|
10
|
+
AddtlInf:
|
11
|
+
$ref: ./Max105Text.yaml
|
12
|
+
example:
|
13
|
+
Orgtr:
|
14
|
+
Nm: Name
|
15
|
+
PstlAdr:
|
16
|
+
AdrTp: ADDR
|
17
|
+
Dept: Department
|
18
|
+
SubDept: SubDepartment
|
19
|
+
StrtNm: StreetName
|
20
|
+
BldgNb: BuildingNumber
|
21
|
+
PstCd: PostCode
|
22
|
+
TwnNm: TownName
|
23
|
+
CtrySubDvsn: CountrySubDivision
|
24
|
+
Ctry: Country
|
25
|
+
Rsn:
|
26
|
+
Cd: AGNT
|
27
|
+
AddtlInf: AdditionalInformation
|
@@ -0,0 +1,26 @@
|
|
1
|
+
title: StructuredRegulatoryReporting3
|
2
|
+
description: |
|
3
|
+
Unsure on description.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Tp:
|
7
|
+
$ref: ./Max35Text.yaml
|
8
|
+
Dt:
|
9
|
+
$ref: ./ISODate.yaml
|
10
|
+
Ctry:
|
11
|
+
$ref: ./CountryCode.yaml
|
12
|
+
Cd:
|
13
|
+
$ref: ./Max10Text.yaml
|
14
|
+
Amt:
|
15
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
16
|
+
Inf:
|
17
|
+
$ref: ./Max35Text.yaml
|
18
|
+
example:
|
19
|
+
Tp: T1
|
20
|
+
Dt: '2018-01-01'
|
21
|
+
Ctry: CH
|
22
|
+
Cd: CHF
|
23
|
+
Amt:
|
24
|
+
Ccy: CHF
|
25
|
+
Amt: 1000
|
26
|
+
Inf: 12345
|
@@ -0,0 +1,17 @@
|
|
1
|
+
title: SupplementaryData1
|
2
|
+
description: >
|
3
|
+
Additional information that can not be captured in the structured fields
|
4
|
+
and/or any other specific block.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
PlcAndNm:
|
8
|
+
$ref: ./Max350Text.yaml
|
9
|
+
Envlp:
|
10
|
+
$ref: ./SupplementaryDataEnvelope1.yaml
|
11
|
+
required:
|
12
|
+
- Envlp
|
13
|
+
example:
|
14
|
+
PlcAndNm: Additional information
|
15
|
+
Envlp:
|
16
|
+
Cd: CH03
|
17
|
+
Prtry: Additional information
|
@@ -0,0 +1,29 @@
|
|
1
|
+
title: TaxAmount3
|
2
|
+
description: |
|
3
|
+
Information on the amount of the tax record.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Rate:
|
7
|
+
$ref: ./PercentageRate.yaml
|
8
|
+
TaxblBaseAmt:
|
9
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
10
|
+
TtlAmt:
|
11
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
12
|
+
Dtls:
|
13
|
+
$ref: ./TaxRecordDetails3.yaml
|
14
|
+
example:
|
15
|
+
Rate: 0.0
|
16
|
+
TaxblBaseAmt:
|
17
|
+
Ccy: EUR
|
18
|
+
Amt: 0
|
19
|
+
TtlAmt:
|
20
|
+
Ccy: EUR
|
21
|
+
Amt: 0
|
22
|
+
Dtls:
|
23
|
+
Tp: T1
|
24
|
+
Ctry: CH
|
25
|
+
Cd: CHF
|
26
|
+
Amt:
|
27
|
+
Ccy: CHF
|
28
|
+
Amt: 1000
|
29
|
+
Inf: 12345
|
@@ -0,0 +1,57 @@
|
|
1
|
+
title: TaxData1
|
2
|
+
description: >
|
3
|
+
Details about tax paid, or to be paid, to the government in accordance with
|
4
|
+
the law, including pre-defined parameters such as thresholds and type of account.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
Cdtr:
|
8
|
+
$ref: ./TaxParty1.yaml
|
9
|
+
Dbtr:
|
10
|
+
$ref: ./TaxParty2.yaml
|
11
|
+
UltmtDbtr:
|
12
|
+
$ref: ./TaxParty2.yaml
|
13
|
+
AdmstnZone:
|
14
|
+
$ref: ./Max35Text.yaml
|
15
|
+
RefNb:
|
16
|
+
$ref: ./Max140Text.yaml
|
17
|
+
Mtd:
|
18
|
+
$ref: ./Max35Text.yaml
|
19
|
+
TtlTaxblBaseAmt:
|
20
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
21
|
+
TtlTaxAmt:
|
22
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
23
|
+
Dt:
|
24
|
+
$ref: ./ISODate.yaml
|
25
|
+
SeqNb:
|
26
|
+
$ref: ./Number.yaml
|
27
|
+
Rcrd:
|
28
|
+
$ref: ./TaxRecord3.yaml
|
29
|
+
example:
|
30
|
+
Cdtr:
|
31
|
+
Titl: Mr
|
32
|
+
Nm: John Doe
|
33
|
+
Dbtr:
|
34
|
+
Titl: Mr
|
35
|
+
Nm: John Doe
|
36
|
+
UltmtDbtr:
|
37
|
+
Titl: Mr
|
38
|
+
Nm: John Doe
|
39
|
+
AdmstnZone: CH
|
40
|
+
RefNb: 12345
|
41
|
+
Mtd: A
|
42
|
+
TtlTaxblBaseAmt:
|
43
|
+
Ccy: CHF
|
44
|
+
Amt: 1000
|
45
|
+
TtlTaxAmt:
|
46
|
+
Ccy: CHF
|
47
|
+
Amt: 100
|
48
|
+
Dt: '2018-01-01'
|
49
|
+
SeqNb: 1
|
50
|
+
Rcrd:
|
51
|
+
Tp: T1
|
52
|
+
Ctry: CH
|
53
|
+
Cd: CHF
|
54
|
+
Amt:
|
55
|
+
Ccy: CHF
|
56
|
+
Amt: 1000
|
57
|
+
Inf: 12345
|
@@ -0,0 +1,15 @@
|
|
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
|
+
$ref: ./Max35Text.yaml
|
8
|
+
RegnId:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
TaxTp:
|
11
|
+
$ref: ./Max35Text.yaml
|
12
|
+
example:
|
13
|
+
TaxId: 123456789
|
14
|
+
RegnId: 123456789
|
15
|
+
TaxTp: VAT
|
@@ -0,0 +1,20 @@
|
|
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
|
+
$ref: ./Max35Text.yaml
|
8
|
+
RegnId:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
TaxTp:
|
11
|
+
$ref: ./Max35Text.yaml
|
12
|
+
Authstn:
|
13
|
+
$ref: ./TaxAuthorisation1.yaml
|
14
|
+
example:
|
15
|
+
TaxId: 123456789
|
16
|
+
RegnId: 123456789
|
17
|
+
TaxTp: VAT
|
18
|
+
Authstn:
|
19
|
+
Titl: Mr
|
20
|
+
Nm: John Doe
|
@@ -0,0 +1,17 @@
|
|
1
|
+
title: TaxPeriod3
|
2
|
+
description: |
|
3
|
+
Period of time details related to the tax payment.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Yr:
|
7
|
+
$ref: ./ISOYear.yaml
|
8
|
+
Tp:
|
9
|
+
$ref: ./TaxRecordPeriod1Code.yaml
|
10
|
+
FrToDt:
|
11
|
+
$ref: ./DatePeriod2.yaml
|
12
|
+
example:
|
13
|
+
Yr: 2020
|
14
|
+
Tp: MM01
|
15
|
+
FrToDt:
|
16
|
+
FrDt: '2020-01-01'
|
17
|
+
ToDt: '2020-01-31'
|
@@ -0,0 +1,38 @@
|
|
1
|
+
title: TaxRecord3
|
2
|
+
description: |
|
3
|
+
Set of elements used to define the tax record.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Tp:
|
7
|
+
$ref: ./Max35Text.yaml
|
8
|
+
Ctgy:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
CtgyDtls:
|
11
|
+
$ref: ./Max35Text.yaml
|
12
|
+
DbtrSts:
|
13
|
+
$ref: ./Max35Text.yaml
|
14
|
+
CertId:
|
15
|
+
$ref: ./Max35Text.yaml
|
16
|
+
FrmsCd:
|
17
|
+
$ref: ./Max35Text.yaml
|
18
|
+
Prd:
|
19
|
+
$ref: ./TaxPeriod3.yaml
|
20
|
+
TaxAmt:
|
21
|
+
$ref: ./TaxAmount3.yaml
|
22
|
+
AddtlInf:
|
23
|
+
$ref: ./Max140Text.yaml
|
24
|
+
example:
|
25
|
+
Tp: VAT
|
26
|
+
Ctgy: A
|
27
|
+
CtgyDtls: Standard
|
28
|
+
DbtrSts: Resident
|
29
|
+
CertId: 123456789
|
30
|
+
FrmsCd: 123456789
|
31
|
+
Prd:
|
32
|
+
FrstDay: '2019-01-01'
|
33
|
+
LastDay: '2019-12-31'
|
34
|
+
TaxAmt:
|
35
|
+
Rate: 0.2
|
36
|
+
TaxblBaseAmt: 1000
|
37
|
+
TtlAmt: 200
|
38
|
+
AddtlInf: VAT applicable
|
@@ -0,0 +1,21 @@
|
|
1
|
+
title: TaxRecordDetails3
|
2
|
+
description: |
|
3
|
+
Details on the tax period and amount
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Prd:
|
7
|
+
$ref: ./TaxPeriod3.yaml
|
8
|
+
Amt:
|
9
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
10
|
+
required:
|
11
|
+
- Amt
|
12
|
+
example:
|
13
|
+
Prd:
|
14
|
+
Yr: 2020
|
15
|
+
Tp: MM01
|
16
|
+
FrToDt:
|
17
|
+
FrDt: '2020-01-01'
|
18
|
+
ToDt: '2020-01-31'
|
19
|
+
Amt:
|
20
|
+
Amt: 100.00
|
21
|
+
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,29 @@
|
|
1
|
+
title: VerificationReport4
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
OrgnlId:
|
5
|
+
$ref: ./Max35Text.yaml
|
6
|
+
Vrfctn:
|
7
|
+
$ref: ./IdentificationVerificationIndicator.yaml
|
8
|
+
Rsn:
|
9
|
+
$ref: ./VerificationReason1Choice.yaml
|
10
|
+
OrgnlPtyAndAcctId:
|
11
|
+
$ref: ./IdentificationInformation4.yaml
|
12
|
+
UpdtdPtyAndAcctId:
|
13
|
+
$ref: ./IdentificationInformation4.yaml
|
14
|
+
required:
|
15
|
+
- OrgnlId
|
16
|
+
- Vrfctn
|
17
|
+
example:
|
18
|
+
OrgnlId: 123456789
|
19
|
+
Vrfctn: true
|
20
|
+
Rsn:
|
21
|
+
Cd: AGNT
|
22
|
+
OrgnlPtyAndAcctId:
|
23
|
+
Id: 123456789
|
24
|
+
SchmeNm:
|
25
|
+
Cd: CCPT
|
26
|
+
UpdtdPtyAndAcctId:
|
27
|
+
Id: 123456789
|
28
|
+
SchmeNm:
|
29
|
+
Cd: CCPT
|
@@ -0,0 +1,53 @@
|
|
1
|
+
openapi: 3.0.2
|
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
|