@mojaloop/api-snippets 17.6.0-snapshot.2 → 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 +7 -0
- package/audit-ci.jsonc +2 -2
- 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 +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 +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 +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,28 @@
|
|
1
|
+
title: BranchData3
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
Information that locates and identifies a specific branch of a financial
|
5
|
+
institution.
|
6
|
+
properties:
|
7
|
+
Id:
|
8
|
+
$ref: ./Max35Text.yaml
|
9
|
+
LEI:
|
10
|
+
$ref: ./LEIIdentifier.yaml
|
11
|
+
Nm:
|
12
|
+
$ref: ./Max140Text.yaml
|
13
|
+
PstlAdr:
|
14
|
+
$ref: ./PostalAddress24.yaml
|
15
|
+
example:
|
16
|
+
Id: 123
|
17
|
+
Nm: Name
|
18
|
+
PstlAdr:
|
19
|
+
AdrTp: ADDR
|
20
|
+
Dept: Department
|
21
|
+
SubDept: Sub department
|
22
|
+
StrtNm: Street name
|
23
|
+
BldgNb: Building number
|
24
|
+
PstCd: Post code
|
25
|
+
TwnNm: Town name
|
26
|
+
CtrySubDvsn: Country subdivision
|
27
|
+
Ctry: Country
|
28
|
+
AdrLine: Address line
|
@@ -0,0 +1,23 @@
|
|
1
|
+
title: BranchData5
|
2
|
+
description: >
|
3
|
+
Information that locates and identifies a specific branch of a financial
|
4
|
+
institution.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
Id:
|
8
|
+
$ref: ./Max35Text.yaml
|
9
|
+
LEI:
|
10
|
+
$ref: ./LEIIdentifier.yaml
|
11
|
+
Nm:
|
12
|
+
$ref: ./Max140Text.yaml
|
13
|
+
PstlAdr:
|
14
|
+
$ref: ./PostalAddress27.yaml
|
15
|
+
example:
|
16
|
+
Id: 123
|
17
|
+
Nm: Oxford Street Branch
|
18
|
+
PstlAdr:
|
19
|
+
Ctry: GB
|
20
|
+
AdrLine:
|
21
|
+
- 1 Oxford Street
|
22
|
+
- London
|
23
|
+
- UK
|
@@ -0,0 +1,24 @@
|
|
1
|
+
title: CashAccount40
|
2
|
+
type: object
|
3
|
+
description: |
|
4
|
+
Provides the details to identify an account.
|
5
|
+
properties:
|
6
|
+
Id:
|
7
|
+
$ref: ./AccountIdentification4Choice.yaml
|
8
|
+
Tp:
|
9
|
+
$ref: ./CashAccountType2Choice.yaml
|
10
|
+
Ccy:
|
11
|
+
$ref: ./ActiveOrHistoricCurrencyCode.yaml
|
12
|
+
Nm:
|
13
|
+
$ref: ./Max70Text.yaml
|
14
|
+
Prxy:
|
15
|
+
$ref: ./ProxyAccountIdentification1.yaml
|
16
|
+
example:
|
17
|
+
Id:
|
18
|
+
IBAN: BE71096123456769
|
19
|
+
Tp:
|
20
|
+
Cd: CACC
|
21
|
+
Ccy: EUR
|
22
|
+
Nm: My account
|
23
|
+
Prxy:
|
24
|
+
Id: 12345
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: CashAccountType2Choice
|
2
|
+
description: |
|
3
|
+
Specifies the nature, or use of the account.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
$ref: ./ExternalCashAccountType1Code.yaml
|
8
|
+
Prtry:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- Cd
|
13
|
+
- required:
|
14
|
+
- Prtry
|
15
|
+
example:
|
16
|
+
Cd: CACC
|
@@ -0,0 +1,17 @@
|
|
1
|
+
title: CategoryPurpose1Choice
|
2
|
+
description: >
|
3
|
+
Contains details about high level purpose of the mandate based on a set of
|
4
|
+
pre-defined categories.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
Cd:
|
8
|
+
$ref: ./ExternalCategoryPurpose1Code.yaml
|
9
|
+
Prtry:
|
10
|
+
$ref: ./Max35Text.yaml
|
11
|
+
oneOf:
|
12
|
+
- required:
|
13
|
+
- Cd
|
14
|
+
- required:
|
15
|
+
- Prtry
|
16
|
+
example:
|
17
|
+
Cd: CASH
|
@@ -0,0 +1,23 @@
|
|
1
|
+
title: ChargeBearerType1Code
|
2
|
+
description: >
|
3
|
+
Specifies which party(ies) will pay charges due for processing of the
|
4
|
+
instruction.
|
5
|
+
|
6
|
+
DEBT BorneByDebtor All transaction charges are to be borne by the debtor.
|
7
|
+
|
8
|
+
CRED BorneByCreditor All transaction charges are to be borne by the creditor.
|
9
|
+
|
10
|
+
SHAR Shared In a credit transfer context, means that transaction charges on
|
11
|
+
the sender side are to be borne by the debtor, transaction charges on the receiver side are to
|
12
|
+
be borne by the creditor. In a direct debit context, means that transaction charges on the sender side
|
13
|
+
are to be borne by the creditor, transaction charges on the receiver
|
14
|
+
|
15
|
+
SLEV FollowingServiceLevel Charges are to be applied following the rules
|
16
|
+
agreed in the service level.
|
17
|
+
type: string
|
18
|
+
enum:
|
19
|
+
- DEBT
|
20
|
+
- CRED
|
21
|
+
- SHAR
|
22
|
+
- SLEV
|
23
|
+
example: DEBT
|
@@ -0,0 +1,15 @@
|
|
1
|
+
title: ChargeType3Choice
|
2
|
+
description: ChargeType3Choice Specifies the type of charge.
|
3
|
+
type: object
|
4
|
+
properties:
|
5
|
+
Cd:
|
6
|
+
$ref: ./ExternalChargeType1Code.yaml
|
7
|
+
Prtry:
|
8
|
+
$ref: ./GenericIdentification3.yaml
|
9
|
+
oneOf:
|
10
|
+
- required:
|
11
|
+
- Cd
|
12
|
+
- required:
|
13
|
+
- Prtry
|
14
|
+
example:
|
15
|
+
Cd: CASH
|
@@ -0,0 +1,25 @@
|
|
1
|
+
title: Charges16
|
2
|
+
description: |
|
3
|
+
NOTE: Unsure on description.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Amt:
|
7
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
8
|
+
Agt:
|
9
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
10
|
+
Tp:
|
11
|
+
$ref: ./ChargeType3Choice.yaml
|
12
|
+
required:
|
13
|
+
- Amt
|
14
|
+
- Agt
|
15
|
+
example:
|
16
|
+
Amt:
|
17
|
+
ActiveOrHistoricCurrencyAndAmount: 123.45
|
18
|
+
Ccy: USD
|
19
|
+
Agt:
|
20
|
+
BrnchId:
|
21
|
+
Id: BRANCHID
|
22
|
+
FinInstnId:
|
23
|
+
BICFI: BICFI
|
24
|
+
Tp:
|
25
|
+
Cd: SHAR
|
@@ -0,0 +1,22 @@
|
|
1
|
+
title: ClearingChannel2Code
|
2
|
+
description: >
|
3
|
+
Specifies the clearing channel for the routing of the transaction, as part of
|
4
|
+
the payment type identification.
|
5
|
+
|
6
|
+
RTGS RealTimeGrossSettlementSystem Clearing channel is a real-time gross
|
7
|
+
settlement system.
|
8
|
+
|
9
|
+
RTNS RealTimeNetSettlementSystem Clearing channel is a real-time net
|
10
|
+
settlement system.
|
11
|
+
|
12
|
+
MPNS MassPaymentNetSystem Clearing channel is a mass payment net settlement
|
13
|
+
system.
|
14
|
+
|
15
|
+
BOOK BookTransfer Payment through internal book transfer.
|
16
|
+
type: string
|
17
|
+
enum:
|
18
|
+
- RTGS
|
19
|
+
- RTNS
|
20
|
+
- MPNS
|
21
|
+
- BOOK
|
22
|
+
example: RTGS
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemIdentification2Choice.yaml
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
title: ClearingSystemIdentification2Choice
|
2
|
+
description: |
|
3
|
+
Choice of a clearing system identifier.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
$ref: ./ExternalClearingSystemIdentification1Code.yaml
|
8
|
+
Prtry:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- Cd
|
13
|
+
- required:
|
14
|
+
- Prtry
|
15
|
+
example:
|
16
|
+
Cd: CHQB
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemMemberIdentification2.yaml
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
title: ClearingSystemMemberIdentification2
|
2
|
+
description: >
|
3
|
+
Unique identification, as assigned by a clearing system, to unambiguously
|
4
|
+
identify a member of the clearing system.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
ClrSysId:
|
8
|
+
$ref: ./ClearingSystemIdentification2Choice.yaml
|
9
|
+
MmbId:
|
10
|
+
$ref: ./Max35Text.yaml
|
11
|
+
required:
|
12
|
+
- MmbId
|
13
|
+
example:
|
14
|
+
ClrSysId:
|
15
|
+
Cd: CHQB
|
16
|
+
MmbId: 123456789
|
@@ -0,0 +1,39 @@
|
|
1
|
+
title: Contact13
|
2
|
+
description: |
|
3
|
+
Specifies the details of the contact person.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
NmPrfx:
|
7
|
+
$ref: ./NamePrefix2Code.yaml
|
8
|
+
Nm:
|
9
|
+
$ref: ./Max140Text.yaml
|
10
|
+
PhneNb:
|
11
|
+
$ref: ./PhoneNumber.yaml
|
12
|
+
MobNb:
|
13
|
+
$ref: ./PhoneNumber.yaml
|
14
|
+
FaxNb:
|
15
|
+
$ref: ./PhoneNumber.yaml
|
16
|
+
URLAdr:
|
17
|
+
$ref: ./Max2048Text.yaml
|
18
|
+
EmailAdr:
|
19
|
+
$ref: ./Max256Text.yaml
|
20
|
+
EmailPurp:
|
21
|
+
$ref: ./Max35Text.yaml
|
22
|
+
JobTitl:
|
23
|
+
$ref: ./Max35Text.yaml
|
24
|
+
Rspnsblty:
|
25
|
+
$ref: ./Max35Text.yaml
|
26
|
+
Dept:
|
27
|
+
$ref: ./Max70Text.yaml
|
28
|
+
Othr:
|
29
|
+
$ref: ./OtherContact1.yaml
|
30
|
+
PrefrdMtd:
|
31
|
+
$ref: ./PreferredContactMethod2Code.yaml
|
32
|
+
example:
|
33
|
+
NmPrfx: Mr
|
34
|
+
Nm: John Doe
|
35
|
+
PhneNb: +123-123-321
|
36
|
+
MobNb: +123-123-321
|
37
|
+
FaxNb: +123-123-321
|
38
|
+
URLAdr: http://www.example.com
|
39
|
+
EmailAdr: example@example.com
|
@@ -0,0 +1,36 @@
|
|
1
|
+
title: Contact4
|
2
|
+
description: |
|
3
|
+
Specifies the details of the contact person.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
NmPrfx:
|
7
|
+
$ref: ./NamePrefix2Code.yaml
|
8
|
+
Nm:
|
9
|
+
$ref: ./Max140Text.yaml
|
10
|
+
PhneNb:
|
11
|
+
$ref: ./PhoneNumber.yaml
|
12
|
+
MobNb:
|
13
|
+
$ref: ./PhoneNumber.yaml
|
14
|
+
FaxNb:
|
15
|
+
$ref: ./PhoneNumber.yaml
|
16
|
+
EmailAdr:
|
17
|
+
$ref: ./Max2048Text.yaml
|
18
|
+
EmailPurp:
|
19
|
+
$ref: ./Max35Text.yaml
|
20
|
+
JobTitl:
|
21
|
+
$ref: ./Max35Text.yaml
|
22
|
+
Rspnsblty:
|
23
|
+
$ref: ./Max35Text.yaml
|
24
|
+
Dept:
|
25
|
+
$ref: ./Max70Text.yaml
|
26
|
+
Othr:
|
27
|
+
$ref: ./OtherContact1.yaml
|
28
|
+
PrefrdMtd:
|
29
|
+
$ref: ./PreferredContactMethod1Code.yaml
|
30
|
+
example:
|
31
|
+
NmPrfx: Mr
|
32
|
+
Nm: John Doe
|
33
|
+
PhneNb: +123-123-321
|
34
|
+
MobNb: +123-123-321
|
35
|
+
FaxNb: +123-123-321
|
36
|
+
EmailAdr: example@example.com
|
@@ -0,0 +1,125 @@
|
|
1
|
+
title: CreditTransferTransaction67
|
2
|
+
description: >
|
3
|
+
Provides further details specific to the individual transaction(s) included in
|
4
|
+
the message.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
PmtId:
|
8
|
+
$ref: ./PaymentIdentification13.yaml
|
9
|
+
PmtTpInf:
|
10
|
+
$ref: ./PaymentTypeInformation28.yaml
|
11
|
+
IntrBkSttlmAmt:
|
12
|
+
$ref: ./ActiveCurrencyAndAmount.yaml
|
13
|
+
InstdAmt:
|
14
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
15
|
+
XchgRate:
|
16
|
+
$ref: ./BaseOneRate.yaml
|
17
|
+
ChrgBr:
|
18
|
+
$ref: ./ChargeBearerType1Code.yaml
|
19
|
+
ChrgsInf:
|
20
|
+
$ref: ./Charges16.yaml
|
21
|
+
Dbtr:
|
22
|
+
$ref: ./PartyIdentification272.yaml
|
23
|
+
DbtrAcct:
|
24
|
+
$ref: ./CashAccount40.yaml
|
25
|
+
DbtrAgt:
|
26
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
27
|
+
CdtrAgt:
|
28
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
29
|
+
Cdtr:
|
30
|
+
$ref: ./PartyIdentification272.yaml
|
31
|
+
CdtrAcct:
|
32
|
+
$ref: ./CashAccount40.yaml
|
33
|
+
InstrForCdtrAgt:
|
34
|
+
$ref: ./InstructionForCreditorAgent3.yaml
|
35
|
+
InstrForNxtAgt:
|
36
|
+
$ref: ./InstructionForNextAgent1.yaml
|
37
|
+
Purp:
|
38
|
+
$ref: ./Purpose2Choice.yaml
|
39
|
+
RgltryRptg:
|
40
|
+
$ref: ./RegulatoryReporting3.yaml
|
41
|
+
Tax:
|
42
|
+
$ref: ./TaxData1.yaml
|
43
|
+
VrfctnOfTerms:
|
44
|
+
$ref: ./CryptographicLockChoice.yaml
|
45
|
+
required:
|
46
|
+
- PmtId
|
47
|
+
- IntrBkSttlmAmt
|
48
|
+
- ChrgBr
|
49
|
+
- Dbtr
|
50
|
+
- DbtrAgt
|
51
|
+
- CdtrAgt
|
52
|
+
- Cdtr
|
53
|
+
example:
|
54
|
+
PmtId:
|
55
|
+
InstrId: INSTRID
|
56
|
+
EndToEndId: ENDTOENDID
|
57
|
+
PmtTpInf:
|
58
|
+
LclInstrm:
|
59
|
+
Cd: CHQB
|
60
|
+
Prtry: PROPRIETARY
|
61
|
+
SeqTp: SEQTP
|
62
|
+
IntrBkSttlmAmt:
|
63
|
+
ActiveCurrencyAndAmount: 123.45
|
64
|
+
Ccy: USD
|
65
|
+
InstdAmt:
|
66
|
+
ActiveOrHistoricCurrencyAndAmount: 123.45
|
67
|
+
Ccy: USD
|
68
|
+
XchgRate: 123.45
|
69
|
+
ChrgBr: SHAR
|
70
|
+
ChrgsInf:
|
71
|
+
Amt:
|
72
|
+
ActiveOrHistoricCurrencyAndAmount: 123.45
|
73
|
+
Ccy: USD
|
74
|
+
Agt:
|
75
|
+
BrnchId:
|
76
|
+
Id: BRANCHID
|
77
|
+
FinInstnId:
|
78
|
+
BICFI: BICFI
|
79
|
+
Tp:
|
80
|
+
Cd: SHAR
|
81
|
+
Dbtr:
|
82
|
+
Nm: NAME
|
83
|
+
PstlAdr:
|
84
|
+
AdrTp: ADDR
|
85
|
+
BldgNb: BLDGNB
|
86
|
+
Ctry: CTRY
|
87
|
+
TwnNm: TWNNM
|
88
|
+
PstCd: PSTCD
|
89
|
+
StrtNm: STRTNM
|
90
|
+
DbtrAcct:
|
91
|
+
Id:
|
92
|
+
IBAN: IBAN
|
93
|
+
DbtrAgt:
|
94
|
+
BrnchId:
|
95
|
+
Id: BRANCHID
|
96
|
+
FinInstnId:
|
97
|
+
BICFI: BICFI
|
98
|
+
CdtrAgt:
|
99
|
+
BrnchId:
|
100
|
+
Id: BRANCHID
|
101
|
+
FinInstnId:
|
102
|
+
BICFI: BICFI
|
103
|
+
Cdtr:
|
104
|
+
Nm: NAME
|
105
|
+
PstlAdr:
|
106
|
+
AdrTp: ADDR
|
107
|
+
BldgNb: BLDGNB
|
108
|
+
Ctry: CTRY
|
109
|
+
TwnNm: TWNNM
|
110
|
+
PstCd: PSTCD
|
111
|
+
StrtNm: STRTNM
|
112
|
+
CdtrAcct:
|
113
|
+
Id:
|
114
|
+
IBAN: IBAN
|
115
|
+
InstrForCdtrAgt:
|
116
|
+
Cd: CODE
|
117
|
+
InstrForNxtAgt:
|
118
|
+
Cd: CODE
|
119
|
+
Purp:
|
120
|
+
Cd: CASH
|
121
|
+
RgltryRptg:
|
122
|
+
Dbtr: TRUE
|
123
|
+
Cdtr: TRUE
|
124
|
+
Tax:
|
125
|
+
Cdtr
|
@@ -0,0 +1,69 @@
|
|
1
|
+
title: CreditTransferTransaction68
|
2
|
+
description: >
|
3
|
+
Provides further details specific to the individual transaction(s) included in
|
4
|
+
the message.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
PmtId:
|
8
|
+
$ref: ./PaymentIdentification13.yaml
|
9
|
+
PmtTpInf:
|
10
|
+
$ref: ./PaymentTypeInformation28.yaml
|
11
|
+
IntrBkSttlmAmt:
|
12
|
+
$ref: ./ActiveCurrencyAndAmount.yaml
|
13
|
+
Dbtr:
|
14
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
15
|
+
DbtrAcct:
|
16
|
+
$ref: ./CashAccount40.yaml
|
17
|
+
DbtrAgt:
|
18
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
19
|
+
CdtrAgt:
|
20
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
21
|
+
Cdtr:
|
22
|
+
$ref: ./BranchAndFinancialInstitutionIdentification8.yaml
|
23
|
+
CdtrAcct:
|
24
|
+
$ref: ./CashAccount40.yaml
|
25
|
+
InstrForCdtrAgt:
|
26
|
+
$ref: ./InstructionForCreditorAgent3.yaml
|
27
|
+
Purp:
|
28
|
+
$ref: ./Purpose2Choice.yaml
|
29
|
+
VrfctnOfTerms:
|
30
|
+
$ref: ./CryptographicLockChoice.yaml
|
31
|
+
required:
|
32
|
+
- PmtId
|
33
|
+
- IntrBkSttlmAmt
|
34
|
+
- Dbtr
|
35
|
+
- Cdtr
|
36
|
+
example:
|
37
|
+
PmtId:
|
38
|
+
InstrId: INSTRID
|
39
|
+
EndToEndId: ENDTOENDID
|
40
|
+
PmtTpInf:
|
41
|
+
LclInstrm:
|
42
|
+
Cd: CHQB
|
43
|
+
Prtry: PROPRIETARY
|
44
|
+
IntrBkSttlmAmt:
|
45
|
+
Amount: 123.45
|
46
|
+
Ccy: EUR
|
47
|
+
Dbtr:
|
48
|
+
Nm: Debtor Name
|
49
|
+
DbtrAcct:
|
50
|
+
Id:
|
51
|
+
IBAN: IBAN
|
52
|
+
DbtrAgt:
|
53
|
+
FinInstnId:
|
54
|
+
BICFI: BICFI
|
55
|
+
CdtrAgt:
|
56
|
+
FinInstnId:
|
57
|
+
BICFI: BICFI
|
58
|
+
Cdtr:
|
59
|
+
Nm: Creditor Name
|
60
|
+
CdtrAcct:
|
61
|
+
Id:
|
62
|
+
IBAN: IBAN
|
63
|
+
InstrForCdtrAgt:
|
64
|
+
Cd: INSTRUCTION
|
65
|
+
Purp:
|
66
|
+
Cd: CHAR
|
67
|
+
VrfctnOfTerms:
|
68
|
+
Cntt: CONTENT
|
69
|
+
CnttTp: PROPRIETARY
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: CryptographicLockChoice
|
2
|
+
description: |
|
3
|
+
NOTE: Unsure on description.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
IlpV4PrepPacket:
|
7
|
+
$ref: ./hexBinary.yaml
|
8
|
+
Sh256Sgntr:
|
9
|
+
$ref: ./Exact32HexBinaryText.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- IlpV4PrepPacket
|
13
|
+
- required:
|
14
|
+
- Sh256Sgntr
|
15
|
+
example:
|
16
|
+
IlpV4PrepPacket: 1234567890ABCDEF
|
@@ -0,0 +1,22 @@
|
|
1
|
+
title: DateAndPlaceOfBirth1
|
2
|
+
description: |
|
3
|
+
Details about date and place of birth of a person.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
BirthDt:
|
7
|
+
$ref: ./ISODate.yaml
|
8
|
+
PrvcOfBirth:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
CityOfBirth:
|
11
|
+
$ref: ./Max35Text.yaml
|
12
|
+
CtryOfBirth:
|
13
|
+
$ref: ./CountryCode.yaml
|
14
|
+
required:
|
15
|
+
- BirthDt
|
16
|
+
- CityOfBirth
|
17
|
+
- CtryOfBirth
|
18
|
+
example:
|
19
|
+
BirthDt: 1970-01-01
|
20
|
+
PrvcOfBirth: ON
|
21
|
+
CityOfBirth: Ottawa
|
22
|
+
CtryOfBirth: CA
|
@@ -0,0 +1,15 @@
|
|
1
|
+
title: DatePeriod2
|
2
|
+
description: |
|
3
|
+
Range of time defined by a start date and an end date.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
FrDt:
|
7
|
+
$ref: ./ISODate.yaml
|
8
|
+
ToDt:
|
9
|
+
$ref: ./ISODate.yaml
|
10
|
+
required:
|
11
|
+
- FrDt
|
12
|
+
- ToDt
|
13
|
+
example:
|
14
|
+
FrDt: 2020-01-01
|
15
|
+
ToDt: 2020-12-31
|
@@ -0,0 +1,11 @@
|
|
1
|
+
title: ErrorCode
|
2
|
+
type: string
|
3
|
+
pattern: ^[1-9]\d{3}$
|
4
|
+
description: >-
|
5
|
+
The API data type ErrorCode is a JSON String of four characters, consisting of
|
6
|
+
digits only. Negative numbers are not allowed. A leading zero is not allowed.
|
7
|
+
Each error code in the API is a four-digit number, for example, 1234, where
|
8
|
+
the first number (1 in the example) represents the high-level error category,
|
9
|
+
the second number (2 in the example) represents the low-level error category,
|
10
|
+
and the last two numbers (34 in the example) represent the specific error.
|
11
|
+
example: '5100'
|
@@ -0,0 +1,13 @@
|
|
1
|
+
title: ErrorInformation
|
2
|
+
type: object
|
3
|
+
description: Data model for the complex type ErrorInformation.
|
4
|
+
properties:
|
5
|
+
errorCode:
|
6
|
+
$ref: ./ErrorCode.yaml
|
7
|
+
errorDescription:
|
8
|
+
$ref: ./ErrorDescription.yaml
|
9
|
+
extensionList:
|
10
|
+
$ref: ./ExtensionList.yaml
|
11
|
+
required:
|
12
|
+
- errorCode
|
13
|
+
- errorDescription
|
@@ -0,0 +1,61 @@
|
|
1
|
+
title: Execute_FIToFICustomerCreditTransferV13
|
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: 91
|
25
|
+
FwdgAgt:
|
26
|
+
FinInstnId:
|
27
|
+
BICFI: BBBBBBBB
|
28
|
+
CdtTrfTxInf:
|
29
|
+
PmtId:
|
30
|
+
InstrId: 123456789
|
31
|
+
EndToEndId: 123456789
|
32
|
+
PmtTpInf:
|
33
|
+
InstrPrty: NORM
|
34
|
+
CtgyPurp:
|
35
|
+
Cd: SUPP
|
36
|
+
InstrForCdtrAgt:
|
37
|
+
FinInstnId:
|
38
|
+
BICFI: AAAAAAAA
|
39
|
+
CdtrAgt:
|
40
|
+
FinInstnId:
|
41
|
+
BICFI: AAAAAAAA
|
42
|
+
Cdtr:
|
43
|
+
Nm: Creditor Name
|
44
|
+
PstlAdr:
|
45
|
+
AdrLine:
|
46
|
+
- Creditor Address Line 1
|
47
|
+
- Creditor Address Line 2
|
48
|
+
- Creditor Address Line 3
|
49
|
+
- Creditor Address Line 4
|
50
|
+
- Creditor Address Line 5
|
51
|
+
Id:
|
52
|
+
OrgId:
|
53
|
+
Othr:
|
54
|
+
- Id: 123456789
|
55
|
+
SchmeNm:
|
56
|
+
Cd: 91
|
57
|
+
CdtrAcct:
|
58
|
+
Id:
|
59
|
+
IBAN: DE87123456781234567890
|
60
|
+
RmtInf:
|
61
|
+
Ustrd: Remittance Information
|