@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,79 @@
|
|
1
|
+
title: PacsStatus_FIToFIPaymentStatusReportV15
|
2
|
+
description: |
|
3
|
+
Unsure on description.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
GrpHdr:
|
7
|
+
$ref: ./GroupHeader120.yaml
|
8
|
+
required:
|
9
|
+
- GrpHdr
|
10
|
+
example:
|
11
|
+
GrpHdr:
|
12
|
+
MsgId: 123
|
13
|
+
CreDtTm: '2020-01-01T00:00:00Z'
|
14
|
+
NbOfTxs: 1
|
15
|
+
SttlmInf:
|
16
|
+
SttlmMtd: INDA
|
17
|
+
SttlmDt: '2020-01-01'
|
18
|
+
SttlmTmIndctn: RTGS
|
19
|
+
SttlmTmReq: '2020-01-01T00:00:00Z'
|
20
|
+
SttlmAcct:
|
21
|
+
Id:
|
22
|
+
Othr:
|
23
|
+
Id: 123
|
24
|
+
SchmeNm:
|
25
|
+
Cd: IBAN
|
26
|
+
Issr: BIC
|
27
|
+
ClrSys:
|
28
|
+
Prtry: 123
|
29
|
+
InstgAgt:
|
30
|
+
FinInstnId:
|
31
|
+
BICFI: 123
|
32
|
+
InstdAgt:
|
33
|
+
FinInstnId:
|
34
|
+
BICFI: 123
|
35
|
+
InstgAgt:
|
36
|
+
FinInstnId:
|
37
|
+
BICFI: 123
|
38
|
+
InstdAgt:
|
39
|
+
FinInstnId:
|
40
|
+
BICFI: 123
|
41
|
+
IntrBkSttlmAmt:
|
42
|
+
Amt: 123
|
43
|
+
Ccy: EUR
|
44
|
+
IntrBkSttlmDt: '2020-01-01'
|
45
|
+
TxSts: ACCP
|
46
|
+
StsRsnInf:
|
47
|
+
Orgtr:
|
48
|
+
Id:
|
49
|
+
Othr:
|
50
|
+
Id: 123
|
51
|
+
SchmeNm:
|
52
|
+
Cd: IBAN
|
53
|
+
Issr: BIC
|
54
|
+
Rsn:
|
55
|
+
Cd: 123
|
56
|
+
Prtry: 123
|
57
|
+
TxInfAndSts:
|
58
|
+
OrgnlInstrId: 123
|
59
|
+
OrgnlEndToEndId: 123
|
60
|
+
TxSts: ACCP
|
61
|
+
StsRsnInf:
|
62
|
+
Orgtr:
|
63
|
+
Id:
|
64
|
+
Othr:
|
65
|
+
Id: 123
|
66
|
+
SchmeNm:
|
67
|
+
Cd: IBAN
|
68
|
+
Issr: BIC
|
69
|
+
Rsn:
|
70
|
+
Cd: 123
|
71
|
+
Prtry: 123
|
72
|
+
ChrgsInf:
|
73
|
+
Amt: 123
|
74
|
+
Ccy: EUR
|
75
|
+
IntrBkSttlmAmt:
|
76
|
+
Amt: 123
|
77
|
+
Ccy: EUR
|
78
|
+
IntrBkSttlmDt: '2020-01-01'
|
79
|
+
SttlmTmIndctn: RTGS
|
@@ -0,0 +1,21 @@
|
|
1
|
+
title: Party38Choice
|
2
|
+
description: |
|
3
|
+
Nature or use of the account.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
OrgId:
|
7
|
+
$ref: ./OrganisationIdentification29.yaml
|
8
|
+
PrvtId:
|
9
|
+
$ref: ./PersonIdentification13.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- OrgId
|
13
|
+
- required:
|
14
|
+
- PrvtId
|
15
|
+
example:
|
16
|
+
OrgId:
|
17
|
+
AnyBIC: BIC
|
18
|
+
PrvtId:
|
19
|
+
DtAndPlcOfBirth:
|
20
|
+
Dt: '2018-01-01'
|
21
|
+
CityOfBirth: City
|
@@ -0,0 +1,37 @@
|
|
1
|
+
title: Party40Choice
|
2
|
+
description: |
|
3
|
+
Nature or use of the account.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Pty:
|
7
|
+
$ref: ./PartyIdentification135.yaml
|
8
|
+
Agt:
|
9
|
+
$ref: ./BranchAndFinancialInstitutionIdentification6.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- Pty
|
13
|
+
- required:
|
14
|
+
- Agt
|
15
|
+
example:
|
16
|
+
Pty:
|
17
|
+
Nm: Name
|
18
|
+
PstlAdr:
|
19
|
+
Ctry: US
|
20
|
+
AdrLine:
|
21
|
+
- Line1
|
22
|
+
- Line2
|
23
|
+
Id:
|
24
|
+
OrgId:
|
25
|
+
AnyBIC: BIC
|
26
|
+
Agt:
|
27
|
+
FinInstnId:
|
28
|
+
BICFI: BUKBGB22
|
29
|
+
BrnchId:
|
30
|
+
Id: 12345
|
31
|
+
Nm: Oxford Street Branch
|
32
|
+
PstlAdr:
|
33
|
+
Ctry: GB
|
34
|
+
AdrLine:
|
35
|
+
- 1 Oxford Street
|
36
|
+
- London
|
37
|
+
- UK
|
@@ -0,0 +1,21 @@
|
|
1
|
+
title: Party52Choice
|
2
|
+
description: |
|
3
|
+
Nature or use of the account.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
OrgId:
|
7
|
+
$ref: ./OrganisationIdentification39.yaml
|
8
|
+
PrvtId:
|
9
|
+
$ref: ./PersonIdentification18.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- OrgId
|
13
|
+
- required:
|
14
|
+
- PrvtId
|
15
|
+
example:
|
16
|
+
OrgId:
|
17
|
+
AnyBIC: BIC
|
18
|
+
PrvtId:
|
19
|
+
DtAndPlcOfBirth:
|
20
|
+
Dt: '2018-01-01'
|
21
|
+
CityOfBirth: City
|
@@ -0,0 +1,34 @@
|
|
1
|
+
title: PartyIdentification135
|
2
|
+
description: |
|
3
|
+
Specifies the identification of a person or an organisation.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Nm:
|
7
|
+
$ref: ./Max140Text.yaml
|
8
|
+
PstlAdr:
|
9
|
+
$ref: ./PostalAddress24.yaml
|
10
|
+
Id:
|
11
|
+
$ref: ./Party38Choice.yaml
|
12
|
+
CtryOfRes:
|
13
|
+
$ref: ./CountryCode.yaml
|
14
|
+
CtctDtls:
|
15
|
+
$ref: ./Contact4.yaml
|
16
|
+
example:
|
17
|
+
Nm: John Doe
|
18
|
+
PstlAdr:
|
19
|
+
Ctry: BE
|
20
|
+
AdrLine:
|
21
|
+
- Rue du Marché 45
|
22
|
+
- Brussels
|
23
|
+
- BE
|
24
|
+
Id:
|
25
|
+
OrgId:
|
26
|
+
AnyBIC: CCCCUS33
|
27
|
+
CtryOfRes: BE
|
28
|
+
CtctDtls:
|
29
|
+
NmPrfx: Mr
|
30
|
+
Nm: John Doe
|
31
|
+
PhneNb: +123-123-321
|
32
|
+
MobNb: +123-123-321
|
33
|
+
FaxNb: +123-123-321
|
34
|
+
EmailAdr:
|
@@ -0,0 +1,42 @@
|
|
1
|
+
title: PartyIdentification272
|
2
|
+
description: |
|
3
|
+
Specifies the identification of a person or an organisation.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Nm:
|
7
|
+
$ref: ./Max140Text.yaml
|
8
|
+
PstlAdr:
|
9
|
+
$ref: ./PostalAddress27.yaml
|
10
|
+
Id:
|
11
|
+
$ref: ./Party52Choice.yaml
|
12
|
+
CtryOfRes:
|
13
|
+
$ref: ./CountryCode.yaml
|
14
|
+
CtctDtls:
|
15
|
+
$ref: ./Contact13.yaml
|
16
|
+
example:
|
17
|
+
Nm: John Doe
|
18
|
+
PstlAdr:
|
19
|
+
AdrTp: ADDR
|
20
|
+
Dept: Dept
|
21
|
+
SubDept: SubDept
|
22
|
+
StrtNm: StrtNm
|
23
|
+
BldgNb: BldgNb
|
24
|
+
PstCd: PstCd
|
25
|
+
TwnNm: TwnNm
|
26
|
+
CtrySubDvsn: CtrySubDvsn
|
27
|
+
Ctry: Ctry
|
28
|
+
Id:
|
29
|
+
OrgId:
|
30
|
+
AnyBIC: BIC
|
31
|
+
PrvtId:
|
32
|
+
DtAndPlcOfBirth:
|
33
|
+
Dt: '2018-01-01'
|
34
|
+
CityOfBirth: City
|
35
|
+
CtryOfRes: BE
|
36
|
+
CtctDtls:
|
37
|
+
NmPrfx: Mr
|
38
|
+
Nm: John Doe
|
39
|
+
PhneNb: +123-123-321
|
40
|
+
MobNb: +123-123-321
|
41
|
+
FaxNb: +123-123-321
|
42
|
+
EmailAdr:
|
@@ -0,0 +1,23 @@
|
|
1
|
+
title: PaymentIdentification13
|
2
|
+
description: |
|
3
|
+
Provides further means of referencing a payment transaction.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
InstrId:
|
7
|
+
$ref: ./Max35Text.yaml
|
8
|
+
EndToEndId:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
TxId:
|
11
|
+
$ref: ./Max35Text.yaml
|
12
|
+
UETR:
|
13
|
+
$ref: ./UUIDv4Identifier.yaml
|
14
|
+
ClrSysRef:
|
15
|
+
$ref: ./Max35Text.yaml
|
16
|
+
required:
|
17
|
+
- EndToEndId
|
18
|
+
example:
|
19
|
+
InstrId: INSTRUCTIONID
|
20
|
+
EndToEndId: ENDTOENDID
|
21
|
+
TxId: TRANSACTIONID
|
22
|
+
UETR: 123e4567-e89b-12d3-a456-426614174000
|
23
|
+
ClrSysRef: CLRSYSREF
|
@@ -0,0 +1,47 @@
|
|
1
|
+
title: PaymentTransaction163
|
2
|
+
description: >
|
3
|
+
Provides further details on the original transactions, to which the status
|
4
|
+
report message refers.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
StsId:
|
8
|
+
$ref: ./Max35Text.yaml
|
9
|
+
OrgnlInstrId:
|
10
|
+
$ref: ./Max35Text.yaml
|
11
|
+
OrgnlEndToEndId:
|
12
|
+
$ref: ./Max35Text.yaml
|
13
|
+
OrgnlTxId:
|
14
|
+
$ref: ./Max35Text.yaml
|
15
|
+
OrgnlUETR:
|
16
|
+
$ref: ./UUIDv4Identifier.yaml
|
17
|
+
TxSts:
|
18
|
+
$ref: ./ExternalPaymentTransactionStatus1Code.yaml
|
19
|
+
StsRsnInf:
|
20
|
+
$ref: ./StatusReasonInformation14.yaml
|
21
|
+
AccptncDtTm:
|
22
|
+
$ref: ./ISODateTime.yaml
|
23
|
+
AcctSvcrRef:
|
24
|
+
$ref: ./Max35Text.yaml
|
25
|
+
ClrSysRef:
|
26
|
+
$ref: ./Max35Text.yaml
|
27
|
+
ExctnConf:
|
28
|
+
$ref: ./Exact32HexBinaryText.yaml
|
29
|
+
SplmtryData:
|
30
|
+
$ref: ./SupplementaryData1.yaml
|
31
|
+
example:
|
32
|
+
StsId: 12345
|
33
|
+
OrgnlInstrId: 12345
|
34
|
+
OrgnlEndToEndId: 12345
|
35
|
+
OrgnlTxId: 12345
|
36
|
+
OrgnlUETR: 123e4567-e89b-12d3-a456-426614174000
|
37
|
+
TxSts: RJCT
|
38
|
+
StsRsnInf:
|
39
|
+
Rsn: RSN
|
40
|
+
AddtlInf: ADDITIONAL
|
41
|
+
AccptncDtTm: '2020-01-01T00:00:00Z'
|
42
|
+
AcctSvcrRef: ACCTSVCRREF
|
43
|
+
ClrSysRef: CLRSYSREF
|
44
|
+
ExctnConf: 1234567890ABCDEF
|
45
|
+
SplmtryData:
|
46
|
+
PlcAndNm: PLACE
|
47
|
+
Envlp: ENVELOPE
|
@@ -0,0 +1,24 @@
|
|
1
|
+
title: PaymentTypeInformation28
|
2
|
+
description: |
|
3
|
+
Provides further details of the type of payment.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
InstrPrty:
|
7
|
+
$ref: ./Priority2Code.yaml
|
8
|
+
ClrChanl:
|
9
|
+
$ref: ./ClearingChannel2Code.yaml
|
10
|
+
SvcLvl:
|
11
|
+
$ref: ./ServiceLevel8Choice.yaml
|
12
|
+
LclInstrm:
|
13
|
+
$ref: ./LocalInstrument2Choice.yaml
|
14
|
+
CtgyPurp:
|
15
|
+
$ref: ./CategoryPurpose1Choice.yaml
|
16
|
+
example:
|
17
|
+
InstrPrty: NORM
|
18
|
+
ClrChanl: RTGS
|
19
|
+
SvcLvl:
|
20
|
+
Cd: SEPA
|
21
|
+
LclInstrm:
|
22
|
+
Cd: CORE
|
23
|
+
CtgyPurp:
|
24
|
+
Cd: CASH
|
@@ -0,0 +1,18 @@
|
|
1
|
+
title: PersonIdentification13
|
2
|
+
description: |
|
3
|
+
Unique and unambiguous way to identify a person.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
DtAndPlcOfBirth:
|
7
|
+
$ref: ./DateAndPlaceOfBirth1.yaml
|
8
|
+
Othr:
|
9
|
+
$ref: ./GenericPersonIdentification1.yaml
|
10
|
+
example:
|
11
|
+
DtAndPlcOfBirth:
|
12
|
+
Dt: '2018-01-01'
|
13
|
+
CityOfBirth: City
|
14
|
+
Othr:
|
15
|
+
Id: 123
|
16
|
+
SchmeNm:
|
17
|
+
Cd: CUST
|
18
|
+
Prtry: 1
|
@@ -0,0 +1,18 @@
|
|
1
|
+
title: PersonIdentification18
|
2
|
+
description: |
|
3
|
+
Unique and unambiguous way to identify a person.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
DtAndPlcOfBirth:
|
7
|
+
$ref: ./DateAndPlaceOfBirth1.yaml
|
8
|
+
Othr:
|
9
|
+
$ref: ./GenericPersonIdentification2.yaml
|
10
|
+
example:
|
11
|
+
DtAndPlcOfBirth:
|
12
|
+
Dt: '2018-01-01'
|
13
|
+
CityOfBirth: City
|
14
|
+
Othr:
|
15
|
+
Id: 123
|
16
|
+
SchmeNm:
|
17
|
+
Cd: CUST
|
18
|
+
Prtry: 1
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentificationSchemeName1Choice.yaml
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
title: PersonIdentificationSchemeName1Choice
|
2
|
+
description: |
|
3
|
+
Sets of elements to identify a name of the identification scheme.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
$ref: ./ExternalPersonIdentification1Code.yaml
|
8
|
+
Prtry:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- Cd
|
13
|
+
- required:
|
14
|
+
- Prtry
|
15
|
+
example:
|
16
|
+
Cd: CCPT
|
@@ -0,0 +1,55 @@
|
|
1
|
+
title: PostalAddress24
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
Information that locates and identifies a specific address, as defined by
|
5
|
+
postal services.
|
6
|
+
properties:
|
7
|
+
AdrTp:
|
8
|
+
$ref: ./AddressType3Choice.yaml
|
9
|
+
Dept:
|
10
|
+
$ref: ./Max70Text.yaml
|
11
|
+
SubDept:
|
12
|
+
$ref: ./Max70Text.yaml
|
13
|
+
StrtNm:
|
14
|
+
$ref: ./Max70Text.yaml
|
15
|
+
BldgNb:
|
16
|
+
$ref: ./Max16Text.yaml
|
17
|
+
BldgNm:
|
18
|
+
$ref: ./Max35Text.yaml
|
19
|
+
Flr:
|
20
|
+
$ref: ./Max70Text.yaml
|
21
|
+
PstBx:
|
22
|
+
$ref: ./Max16Text.yaml
|
23
|
+
Room:
|
24
|
+
$ref: ./Max70Text.yaml
|
25
|
+
PstCd:
|
26
|
+
$ref: ./Max16Text.yaml
|
27
|
+
TwnNm:
|
28
|
+
$ref: ./Max35Text.yaml
|
29
|
+
TwnLctnNm:
|
30
|
+
$ref: ./Max35Text.yaml
|
31
|
+
DstrctNm:
|
32
|
+
$ref: ./Max35Text.yaml
|
33
|
+
CtrySubDvsn:
|
34
|
+
$ref: ./Max35Text.yaml
|
35
|
+
Ctry:
|
36
|
+
$ref: ./CountryCode.yaml
|
37
|
+
AdrLine:
|
38
|
+
$ref: ./Max70Text.yaml
|
39
|
+
example:
|
40
|
+
AdrTp: ADDR
|
41
|
+
Dept: Dept
|
42
|
+
SubDept: SubDept
|
43
|
+
StrtNm: StrtNm
|
44
|
+
BldgNb: BldgNb
|
45
|
+
BldgNm: BldgNm
|
46
|
+
Flr: Flr
|
47
|
+
PstBx: PstBx
|
48
|
+
Room: Room
|
49
|
+
PstCd: PstCd
|
50
|
+
TwnNm: TwnNm
|
51
|
+
TwnLctnNm: TwnLctnNm
|
52
|
+
DstrctNm: DstrctNm
|
53
|
+
CtrySubDvsn: CtrySubDvsn
|
54
|
+
Ctry: Ctry
|
55
|
+
AdrLine: AdrLine
|
@@ -0,0 +1,61 @@
|
|
1
|
+
title: PostalAddress27
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
Information that locates and identifies a specific address, as defined by
|
5
|
+
postal services.
|
6
|
+
properties:
|
7
|
+
AdrTp:
|
8
|
+
$ref: ./AddressType3Choice.yaml
|
9
|
+
CareOf:
|
10
|
+
$ref: ./Max140Text.yaml
|
11
|
+
Dept:
|
12
|
+
$ref: ./Max70Text.yaml
|
13
|
+
SubDept:
|
14
|
+
$ref: ./Max70Text.yaml
|
15
|
+
StrtNm:
|
16
|
+
$ref: ./Max140Text.yaml
|
17
|
+
BldgNb:
|
18
|
+
$ref: ./Max16Text.yaml
|
19
|
+
BldgNm:
|
20
|
+
$ref: ./Max140Text.yaml
|
21
|
+
Flr:
|
22
|
+
$ref: ./Max70Text.yaml
|
23
|
+
UnitNb:
|
24
|
+
$ref: ./Max16Text.yaml
|
25
|
+
PstBx:
|
26
|
+
$ref: ./Max16Text.yaml
|
27
|
+
Room:
|
28
|
+
$ref: ./Max70Text.yaml
|
29
|
+
PstCd:
|
30
|
+
$ref: ./Max16Text.yaml
|
31
|
+
TwnNm:
|
32
|
+
$ref: ./Max140Text.yaml
|
33
|
+
TwnLctnNm:
|
34
|
+
$ref: ./Max140Text.yaml
|
35
|
+
DstrctNm:
|
36
|
+
$ref: ./Max140Text.yaml
|
37
|
+
CtrySubDvsn:
|
38
|
+
$ref: ./Max35Text.yaml
|
39
|
+
Ctry:
|
40
|
+
$ref: ./CountryCode.yaml
|
41
|
+
AdrLine:
|
42
|
+
$ref: ./Max70Text.yaml
|
43
|
+
example:
|
44
|
+
AdrTp: ADDR
|
45
|
+
CareOf: CareOf
|
46
|
+
Dept: Dept
|
47
|
+
SubDept: SubDept
|
48
|
+
StrtNm: StrtNm
|
49
|
+
BldgNb: BldgNb
|
50
|
+
BldgNm: BldgNm
|
51
|
+
Flr: Flr
|
52
|
+
UnitNb: UnitNb
|
53
|
+
PstBx: PstBx
|
54
|
+
Room: Room
|
55
|
+
PstCd: PstCd
|
56
|
+
TwnNm: TwnNm
|
57
|
+
TwnLctnNm: TwnLctnNm
|
58
|
+
DstrctNm: DstrctNm
|
59
|
+
CtrySubDvsn: CtrySubDvsn
|
60
|
+
Ctry: Ctry
|
61
|
+
AdrLine: AdrLine
|
@@ -0,0 +1,15 @@
|
|
1
|
+
title: ProxyAccountIdentification1
|
2
|
+
description: |
|
3
|
+
Information related to a proxy identification of the account.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Tp:
|
7
|
+
$ref: ./ProxyAccountType1Choice.yaml
|
8
|
+
Id:
|
9
|
+
$ref: ./Max2048Text.yaml
|
10
|
+
required:
|
11
|
+
- Id
|
12
|
+
example:
|
13
|
+
Tp:
|
14
|
+
Cd: IBAN
|
15
|
+
Id: 123
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: ProxyAccountType1Choice
|
2
|
+
type: object
|
3
|
+
description: |
|
4
|
+
NOTE: Unsure on description.
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
$ref: ./ExternalProxyAccountType1Code.yaml
|
8
|
+
Prtry:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
oneOf:
|
11
|
+
- required:
|
12
|
+
- Cd
|
13
|
+
- required:
|
14
|
+
- Prtry
|
15
|
+
example:
|
16
|
+
Cd: CH03
|
@@ -0,0 +1,21 @@
|
|
1
|
+
title: Purpose2Choice
|
2
|
+
description: >
|
3
|
+
Specifies the underlying reason for the payment transaction.
|
4
|
+
|
5
|
+
Usage: Purpose is used by the end-customers, that is initiating party,
|
6
|
+
(ultimate) debtor, (ultimate) creditor to provide information concerning the nature of the payment. Purpose
|
7
|
+
is a content element, which is not used for processing by any of the agents involved in the payment
|
8
|
+
chain.
|
9
|
+
type: object
|
10
|
+
properties:
|
11
|
+
Cd:
|
12
|
+
$ref: ./ExternalPurpose1Code.yaml
|
13
|
+
Prtry:
|
14
|
+
$ref: ./Max35Text.yaml
|
15
|
+
oneOf:
|
16
|
+
- required:
|
17
|
+
- Cd
|
18
|
+
- required:
|
19
|
+
- Prtry
|
20
|
+
example:
|
21
|
+
Cd: CH03
|
@@ -0,0 +1,12 @@
|
|
1
|
+
title: RegulatoryAuthority2
|
2
|
+
description: |
|
3
|
+
Information about an entity requiring the regulatory reporting information.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Nm:
|
7
|
+
$ref: ./Max140Text.yaml
|
8
|
+
Ctry:
|
9
|
+
$ref: ./CountryCode.yaml
|
10
|
+
example:
|
11
|
+
Nm: Swiss National Bank
|
12
|
+
Ctry: CH
|
@@ -0,0 +1,19 @@
|
|
1
|
+
title: RegulatoryReporting3
|
2
|
+
description: |
|
3
|
+
Information needed due to regulatory and/or statutory requirements.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
DbtCdtRptgInd:
|
7
|
+
$ref: ./RegulatoryReportingType1Code.yaml
|
8
|
+
Authrty:
|
9
|
+
$ref: ./RegulatoryAuthority2.yaml
|
10
|
+
Dtls:
|
11
|
+
$ref: ./StructuredRegulatoryReporting3.yaml
|
12
|
+
example:
|
13
|
+
DbtCdtRptgInd: CRED
|
14
|
+
Authrty:
|
15
|
+
Nm: Swiss National Bank
|
16
|
+
Ctry: CH
|
17
|
+
Dtls:
|
18
|
+
Cd: A1
|
19
|
+
Inf: Mandatory regulatory information
|
@@ -0,0 +1,10 @@
|
|
1
|
+
title: RegulatoryReportingType1Code
|
2
|
+
description: >
|
3
|
+
Identifies whether the regulatory reporting information applies to the debit
|
4
|
+
side, to the credit side or to both debit and credit sides of the transaction.
|
5
|
+
type: string
|
6
|
+
enum:
|
7
|
+
- CRED
|
8
|
+
- DEBT
|
9
|
+
- BOTH
|
10
|
+
example: BOTH
|
@@ -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
|