@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
@@ -2918,7 +2918,7 @@ components:
|
|
2918
2918
|
title: CorrelationId
|
2919
2919
|
type: string
|
2920
2920
|
pattern: >-
|
2921
|
-
^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
2921
|
+
^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
2922
2922
|
description: >-
|
2923
2923
|
Identifier that correlates all messages of the same sequence. The API
|
2924
2924
|
data type UUID (Universally Unique Identifier) is a JSON String in
|
package/docs/index.html
CHANGED
@@ -43,6 +43,7 @@
|
|
43
43
|
{url: "fspiop-rest-v1.0-openapi3-snippets.yaml", name: "v1.0"},
|
44
44
|
{url: "fspiop-rest-v1.1-openapi3-snippets.yaml", name: "v1.1"},
|
45
45
|
{url: "fspiop-rest-v2.0-openapi3-snippets.yaml", name: "v2.0"},
|
46
|
+
{url: "fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml", name: "v2.0_ISO20022"},
|
46
47
|
{url: "thirdparty-openapi3-snippets.yaml", name: "thirdparty"},
|
47
48
|
{url: "sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml", name: "SDK Backend v2.0.0"},
|
48
49
|
{url: "sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml", name: "SDK Outbound v2.0.0"},
|
@@ -1496,7 +1496,7 @@ components:
|
|
1496
1496
|
CorrelationId:
|
1497
1497
|
title: CorrelationId
|
1498
1498
|
type: string
|
1499
|
-
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
1499
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
1500
1500
|
description: Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
|
1501
1501
|
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
1502
1502
|
bulkTransactionStatus:
|
@@ -674,7 +674,7 @@ components:
|
|
674
674
|
type: string
|
675
675
|
bulkQuoteId:
|
676
676
|
description: A Mojaloop API bulk quote identifier (UUID).
|
677
|
-
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
677
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
678
678
|
type: string
|
679
679
|
bulkQuoteRequest:
|
680
680
|
description: A request for a bulk quote.
|
@@ -720,7 +720,7 @@ components:
|
|
720
720
|
type: object
|
721
721
|
bulkTransferId:
|
722
722
|
description: A Mojaloop API transfer identifier (UUID).
|
723
|
-
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
723
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
724
724
|
type: string
|
725
725
|
bulkTransferRequest:
|
726
726
|
properties:
|
@@ -1163,7 +1163,7 @@ components:
|
|
1163
1163
|
type: string
|
1164
1164
|
quoteId:
|
1165
1165
|
description: A Mojaloop API quote identifier (UUID).
|
1166
|
-
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
1166
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
1167
1167
|
type: string
|
1168
1168
|
quoteRequest:
|
1169
1169
|
description: A request for a quote for transfer from the DFSP backend.
|
@@ -1275,7 +1275,7 @@ components:
|
|
1275
1275
|
type: string
|
1276
1276
|
transactionId:
|
1277
1277
|
description: ID of the transaction, the ID is decided by the Payer FSP during the creation of the quote.
|
1278
|
-
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
1278
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
1279
1279
|
type: string
|
1280
1280
|
transactionRequest:
|
1281
1281
|
description: A request for a pull based transfer.
|
@@ -1321,7 +1321,7 @@ components:
|
|
1321
1321
|
type: object
|
1322
1322
|
transactionRequestId:
|
1323
1323
|
description: A Mojaloop API transaction request identifier (UUID).
|
1324
|
-
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
1324
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
1325
1325
|
type: string
|
1326
1326
|
transactionRequestResponse:
|
1327
1327
|
description: A response to a request for a quote.
|
@@ -1413,7 +1413,7 @@ components:
|
|
1413
1413
|
type: object
|
1414
1414
|
transferId:
|
1415
1415
|
description: A Mojaloop API transfer identifier (UUID).
|
1416
|
-
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
1416
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
1417
1417
|
type: string
|
1418
1418
|
transferParty:
|
1419
1419
|
properties:
|
@@ -1603,7 +1603,7 @@ components:
|
|
1603
1603
|
CorrelationId:
|
1604
1604
|
title: CorrelationId
|
1605
1605
|
type: string
|
1606
|
-
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
1606
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
1607
1607
|
description: Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
|
1608
1608
|
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
1609
1609
|
bulkTransactionStatus:
|
@@ -680,7 +680,7 @@ components:
|
|
680
680
|
CorrelationId:
|
681
681
|
title: CorrelationId
|
682
682
|
type: string
|
683
|
-
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
683
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
684
684
|
description: Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
|
685
685
|
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
686
686
|
errorResponse:
|
@@ -762,7 +762,7 @@ components:
|
|
762
762
|
CorrelationId:
|
763
763
|
title: CorrelationId
|
764
764
|
type: string
|
765
|
-
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
765
|
+
pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
|
766
766
|
description: Identifier that correlates all messages of the same sequence. The API data type UUID (Universally Unique Identifier) is a JSON String in canonical format, conforming to [RFC 4122](https://tools.ietf.org/html/rfc4122), that is restricted by a regular expression for interoperability reasons. A UUID is always 36 characters long, 32 hexadecimal symbols and 4 dashes (‘-‘).
|
767
767
|
example: b51ec534-ee48-4575-b6a9-ead2955b8069
|
768
768
|
errorResponse:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
title: CorrelationId
|
2
2
|
type: string
|
3
|
-
pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[1-
|
3
|
+
pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$'
|
4
4
|
description: >-
|
5
5
|
Identifier that correlates all messages of the same sequence. The API data
|
6
6
|
type UUID (Universally Unique Identifier) is a JSON String in canonical
|
@@ -0,0 +1,11 @@
|
|
1
|
+
name: Content-Length
|
2
|
+
in: header
|
3
|
+
required: false
|
4
|
+
schema:
|
5
|
+
type: integer
|
6
|
+
description: >-
|
7
|
+
The `Content-Length` header field indicates the anticipated size of the
|
8
|
+
payload body. Only sent if there is a body.
|
9
|
+
|
10
|
+
|
11
|
+
**Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
|
@@ -0,0 +1,13 @@
|
|
1
|
+
name: FSPIOP-Destination
|
2
|
+
in: header
|
3
|
+
schema:
|
4
|
+
type: string
|
5
|
+
required: false
|
6
|
+
description: >-
|
7
|
+
The `FSPIOP-Destination` header field is a non-HTTP standard field used by the
|
8
|
+
API for HTTP header based routing of requests and responses to the
|
9
|
+
destination. The field must be set by the original sender of the request if
|
10
|
+
the destination is known (valid for all services except GET /parties) so that
|
11
|
+
any entities between the client and the server do not need to parse the
|
12
|
+
payload for routing purposes. If the destination is not known (valid for
|
13
|
+
service GET /parties), the field should be left empty.
|
@@ -0,0 +1,11 @@
|
|
1
|
+
name: FSPIOP-HTTP-Method
|
2
|
+
in: header
|
3
|
+
schema:
|
4
|
+
type: string
|
5
|
+
required: false
|
6
|
+
description: >-
|
7
|
+
The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the
|
8
|
+
API for signature verification, should contain the service HTTP method.
|
9
|
+
Required if signature verification is used, for more information, see [the API
|
10
|
+
Signature
|
11
|
+
document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set).
|
@@ -0,0 +1,10 @@
|
|
1
|
+
name: FSPIOP-Source
|
2
|
+
in: header
|
3
|
+
schema:
|
4
|
+
type: string
|
5
|
+
required: true
|
6
|
+
description: >-
|
7
|
+
The `FSPIOP-Source` header field is a non-HTTP standard field used by the API
|
8
|
+
for identifying the sender of the HTTP request. The field should be set by the
|
9
|
+
original sender of the request. Required for routing and signature
|
10
|
+
verification (see header field `FSPIOP-Signature`).
|
@@ -0,0 +1,10 @@
|
|
1
|
+
name: FSPIOP-URI
|
2
|
+
in: header
|
3
|
+
schema:
|
4
|
+
type: string
|
5
|
+
required: false
|
6
|
+
description: >-
|
7
|
+
The `FSPIOP-URI` header field is a non-HTTP standard field used by the API for
|
8
|
+
signature verification, should contain the service URI. Required if signature
|
9
|
+
verification is used, for more information, see [the API Signature
|
10
|
+
document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set).
|
@@ -0,0 +1,15 @@
|
|
1
|
+
name: X-Forwarded-For
|
2
|
+
in: header
|
3
|
+
schema:
|
4
|
+
type: string
|
5
|
+
required: false
|
6
|
+
description: >-
|
7
|
+
The `X-Forwarded-For` header field is an unofficially accepted standard used
|
8
|
+
for informational purposes of the originating client IP address, as a request
|
9
|
+
might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For`
|
10
|
+
values should be expected and supported by implementers of the API.
|
11
|
+
|
12
|
+
|
13
|
+
**Note:** An alternative to `X-Forwarded-For` is defined in [RFC
|
14
|
+
7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is
|
15
|
+
less-used and supported than `X-Forwarded-For`.
|
@@ -0,0 +1 @@
|
|
1
|
+
description: OK
|
@@ -0,0 +1 @@
|
|
1
|
+
description: Accepted
|
@@ -0,0 +1,29 @@
|
|
1
|
+
title: AccountIdentification4Choice
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
Specifies the unique identification of an account as assigned by the account
|
5
|
+
servicer.
|
6
|
+
properties:
|
7
|
+
IBAN:
|
8
|
+
description: >
|
9
|
+
IBAN
|
10
|
+
|
11
|
+
International Bank Account Number (IBAN) - identifier used internationally by financial
|
12
|
+
institutions to uniquely identify the account of a customer. Further specifications of the format and
|
13
|
+
content of the IBAN can be found in the standard ISO 13616 "Banking and related financial services -
|
14
|
+
International Bank Account Number (IBAN)" version 1997-10-01, or later revisions.
|
15
|
+
$ref: ./IBAN2007Identifier.yaml
|
16
|
+
Othr:
|
17
|
+
description: >
|
18
|
+
Other
|
19
|
+
|
20
|
+
Unique identification of an account, as assigned by the account servicer, using an
|
21
|
+
identification scheme.
|
22
|
+
$ref: ./GenericAccountIdentification1.yaml
|
23
|
+
oneOf:
|
24
|
+
- required:
|
25
|
+
- IBAN
|
26
|
+
- required:
|
27
|
+
- Othr
|
28
|
+
example:
|
29
|
+
IBAN: BE71096123456769
|
@@ -0,0 +1,24 @@
|
|
1
|
+
title: AccountSchemeName1Choice
|
2
|
+
type: object
|
3
|
+
description: |
|
4
|
+
Sets of elements to identify a name of the identification scheme.
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
description: >
|
8
|
+
Code
|
9
|
+
|
10
|
+
Name of the identification scheme, in a coded form as published in an external list.
|
11
|
+
$ref: ./ExternalAccountIdentification1Code.yaml
|
12
|
+
Prtry:
|
13
|
+
description: >
|
14
|
+
Proprietary
|
15
|
+
|
16
|
+
Name of the identification scheme, in a free text form.
|
17
|
+
$ref: ./Max35Text.yaml
|
18
|
+
oneOf:
|
19
|
+
- required:
|
20
|
+
- Cd
|
21
|
+
- required:
|
22
|
+
- Prtry
|
23
|
+
example:
|
24
|
+
Cd: 1111
|
@@ -0,0 +1,20 @@
|
|
1
|
+
title: ActiveCurrencyAndAmount
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
A number of monetary units specified in an active currency where the
|
5
|
+
unit of currency is explicit and compliant with ISO 4217.
|
6
|
+
properties:
|
7
|
+
ActiveCurrencyAndAmount:
|
8
|
+
$ref: ./ActiveCurrencyAndAmount_SimpleType.yaml
|
9
|
+
Ccy:
|
10
|
+
description: >
|
11
|
+
Currency
|
12
|
+
|
13
|
+
Identification of the currency in which the account is held.
|
14
|
+
$ref: ./ActiveCurrencyCode.yaml
|
15
|
+
required:
|
16
|
+
- ActiveCurrencyAndAmount
|
17
|
+
- Ccy
|
18
|
+
example:
|
19
|
+
ActiveCurrencyAndAmount: 123.45
|
20
|
+
Ccy: USD
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount_SimpleType.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
title: ActiveCurrencyAndAmount_SimpleType
|
2
|
+
type: string
|
3
|
+
description: |
|
4
|
+
NOTE: This regex doesn't seem correct given it's xsd definition.
|
5
|
+
<xs:simpleType name="ActiveCurrencyAndAmount_SimpleType">
|
6
|
+
<xs:restriction base="xs:decimal">
|
7
|
+
<xs:fractionDigits value="5"/>
|
8
|
+
<xs:totalDigits value="18"/>
|
9
|
+
<xs:minInclusive value="0"/>
|
10
|
+
</xs:restriction>
|
11
|
+
</xs:simpleType>
|
12
|
+
pattern: ^(?=[\d\-\.\,]{1,18}$)([\d\-\,\.]{1,5})?$
|
13
|
+
example: 123.45
|
@@ -0,0 +1,8 @@
|
|
1
|
+
title: ActiveCurrencyCode
|
2
|
+
type: string
|
3
|
+
pattern: ^[A-Z]{3,3}$
|
4
|
+
description: >-
|
5
|
+
A code allocated to a currency by a Maintenance Agency under an international
|
6
|
+
identification scheme as described in the latest edition of the international standard ISO
|
7
|
+
4217 "Codes for the representation of currencies and funds".
|
8
|
+
example: USD
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount.yaml
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
title: ActiveOrHistoricCurrencyAndAmount
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
A number of monetary units specified in an active or a historic currency where
|
5
|
+
the unit of currency is explicit and compliant with ISO 4217.
|
6
|
+
properties:
|
7
|
+
ActiveOrHistoricCurrencyAndAmount:
|
8
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount_SimpleType.yaml
|
9
|
+
Ccy:
|
10
|
+
description: >
|
11
|
+
Currency
|
12
|
+
|
13
|
+
Identification of the currency in which the account is held.
|
14
|
+
$ref: ./ActiveOrHistoricCurrencyCode.yaml
|
15
|
+
required:
|
16
|
+
- ActiveOrHistoricCurrencyAndAmount
|
17
|
+
- Ccy
|
18
|
+
example:
|
19
|
+
ActiveOrHistoricCurrencyAndAmount: 123.45
|
20
|
+
Ccy: USD
|
@@ -0,0 +1,8 @@
|
|
1
|
+
title: ActiveOrHistoricCurrencyCode
|
2
|
+
type: string
|
3
|
+
description: >
|
4
|
+
A code allocated to a currency by a Maintenance Agency under an international
|
5
|
+
identification scheme, as described in the latest edition of the international standard ISO
|
6
|
+
4217 "Codes for the representation of currencies and funds".
|
7
|
+
pattern: ^[A-Z]{3,3}$
|
8
|
+
example: USD
|
@@ -0,0 +1,24 @@
|
|
1
|
+
title: AddressType3Choice
|
2
|
+
type: object
|
3
|
+
description: |
|
4
|
+
Choice of formats for the type of address.
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
description: >
|
8
|
+
Code
|
9
|
+
|
10
|
+
Type of address expressed as a code.
|
11
|
+
$ref: ./AddressType2Code.yaml
|
12
|
+
Prtry:
|
13
|
+
description: >
|
14
|
+
Proprietary
|
15
|
+
|
16
|
+
Type of address expressed as a proprietary code.
|
17
|
+
$ref: ./GenericIdentification30.yaml
|
18
|
+
oneOf:
|
19
|
+
- required:
|
20
|
+
- Cd
|
21
|
+
- required:
|
22
|
+
- Prtry
|
23
|
+
example:
|
24
|
+
Cd: ADDR
|
@@ -0,0 +1,12 @@
|
|
1
|
+
title: AnyBICDec2014Identifier
|
2
|
+
type: string
|
3
|
+
description: >
|
4
|
+
AnyBICDec2014Identifier
|
5
|
+
|
6
|
+
Code allocated to a financial or non-financial institution by the
|
7
|
+
|
8
|
+
ISO 9362 Registration Authority, as described in ISO 9362: 2014
|
9
|
+
|
10
|
+
- "Banking - Banking telecommunication messages - Business identifier code (BIC)".
|
11
|
+
pattern: ^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
|
12
|
+
example: J5BMVH7D
|
@@ -0,0 +1,10 @@
|
|
1
|
+
title: BICFIDec2014Identifier
|
2
|
+
type: string
|
3
|
+
description: |
|
4
|
+
Code allocated to a financial institution by the ISO 9362 Registration
|
5
|
+
|
6
|
+
Authority as described in ISO 9362: 2014
|
7
|
+
|
8
|
+
- "Banking - Banking telecommunication messages - Business identifier code (BIC)".
|
9
|
+
pattern: ^[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}$
|
10
|
+
example: J5BMVH7D
|
@@ -0,0 +1,41 @@
|
|
1
|
+
title: BranchAndFinancialInstitutionIdentification6
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
Unique and unambiguous identification of a financial institution or a branch
|
5
|
+
of a financial institution.
|
6
|
+
properties:
|
7
|
+
FinInstnId:
|
8
|
+
description: >
|
9
|
+
FinancialInstitutionIdentification
|
10
|
+
|
11
|
+
Unique and unambiguous identification of a financial institution, as assigned under an
|
12
|
+
internationally recognised or proprietary identification scheme.
|
13
|
+
$ref: ./FinancialInstitutionIdentification18.yaml
|
14
|
+
BrnchId:
|
15
|
+
description: >
|
16
|
+
BranchIdentification
|
17
|
+
|
18
|
+
Definition: Identifies a specific branch of a financial institution.
|
19
|
+
|
20
|
+
Usage: This component should be used in case the identification information in the financial institution
|
21
|
+
component does not provide identification up to branch level.
|
22
|
+
$ref: ./BranchData3.yaml
|
23
|
+
required:
|
24
|
+
- FinInstnId
|
25
|
+
example:
|
26
|
+
FinInstnId:
|
27
|
+
BICFI: J5BMVH7D
|
28
|
+
BrnchId:
|
29
|
+
Id: 123
|
30
|
+
Nm: Name
|
31
|
+
PstlAdr:
|
32
|
+
AdrTp: ADDR
|
33
|
+
Dept: Department
|
34
|
+
SubDept: Sub department
|
35
|
+
StrtNm: Street name
|
36
|
+
BldgNb: Building number
|
37
|
+
PstCd: Post code
|
38
|
+
TwnNm: Town name
|
39
|
+
CtrySubDvsn: Country subdivision
|
40
|
+
Ctry: Country
|
41
|
+
AdrLine: Address line
|