@mojaloop/api-snippets 17.6.0-snapshot.2 → 17.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/audit-ci.jsonc +4 -2
- package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +6053 -0
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +1 -1
- package/docs/index.html +1 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +1 -1
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +7 -7
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +1 -1
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +1 -1
- package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Length.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Accept.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Length.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Type.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Date.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/ID.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/SubId.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/200.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/202.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/400.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/401.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/403.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/404.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/405.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/406.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/501.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/503.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountIdentification4Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountSchemeName1Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount_SimpleType.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount_SimpleType.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType2Code.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType3Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AnyBICDec2014Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BICFIDec2014Identifier.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BaseOneRate.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification6.yaml +41 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification8.yaml +38 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData3.yaml +44 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData5.yaml +45 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccount40.yaml +53 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccountType2Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CategoryPurpose1Choice.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeBearerType1Code.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeType3Choice.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Charges16.yaml +39 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingChannel2Code.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemIdentification2Choice.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemMemberIdentification2.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact13.yaml +92 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact4.yaml +84 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CountryCode.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction67.yaml +203 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction68.yaml +117 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CryptographicLockChoice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DateAndPlaceOfBirth1.yaml +38 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DatePeriod2.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorCode.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorDescription.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformation.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact32HexBinaryText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact4AlphaNumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Execute_FIToFICustomerCreditTransferV13.yaml +69 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Extension.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionKey.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionList.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionValue.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalAccountIdentification1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCashAccountType1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCategoryPurpose1Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalChargeType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalClearingSystemIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCreditorAgentInstruction1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalFinancialInstitutionIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalLocalInstrument1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalOrganisationIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPaymentTransactionStatus1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPersonIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalProxyAccountType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPurpose1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalServiceLevel1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalStatusReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalVerificationReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialIdentificationSchemeName1Choice.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml +65 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml +65 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxRequest_FICreditTransferProposal.yaml +85 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxResponse_FICreditTransferConfirmation.yaml +89 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Fxecute_FinancialInstitutionCreditTransferV12.yaml +65 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericAccountIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericFinancialIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification3.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification30.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification3.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification1.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification2.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetPartiesError_IdentificationVerificationReportV03.yaml +70 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetParties_IdentificationVerificationReportV03.yaml +77 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader113.yaml +72 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader120.yaml +54 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader129.yaml +58 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IBAN2007Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODate.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODateTime.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISOYear.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationAssignment3.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationInformation4.yaml +34 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationVerificationIndicator.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Instruction4Code.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForCreditorAgent3.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForNextAgent1.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LEIIdentifier.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LocalInstrument2Choice.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max105Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max10Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max128Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max140Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max15NumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max16Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max2048Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max256Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max34Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max350Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max35Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max4Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max70Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/NamePrefix2Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Number.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification29.yaml +31 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification39.yaml +31 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentificationSchemeName1Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OtherContact1.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml +35 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsStatus_FIToFIPaymentStatusReportV15.yaml +30 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party38Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party40Choice.yaml +45 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party52Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification135.yaml +70 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification272.yaml +63 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentIdentification13.yaml +62 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTransaction163.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTypeInformation28.yaml +48 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PercentageRate.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification13.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification18.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentificationSchemeName1Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PhoneNumber.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress24.yaml +55 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress27.yaml +61 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod1Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod2Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Priority2Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountIdentification1.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountType1Choice.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Purpose2Choice.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryAuthority2.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReporting3.yaml +37 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReportingType1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ServiceLevel8Choice.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementInstruction15.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementMethod1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReason6Choice.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReasonInformation14.yaml +39 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StructuredRegulatoryReporting3.yaml +56 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryData1.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryDataEnvelope1.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAmount3.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAuthorisation1.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxData1.yaml +105 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty1.yaml +27 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty2.yaml +36 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxPeriod3.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecord3.yaml +74 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordDetails3.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordPeriod1Code.yaml +43 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsRequest_FIToFICustomerCreditProposal.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsResponse_FIToFICustomerCreditConfirmation.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/UUIDv4Identifier.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReason1Choice.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReport4.yaml +77 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/hexBinary.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/openapi.yaml +53 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}.yaml +81 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}.yaml +120 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}.yaml +82 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_error.yaml +50 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}.yaml +83 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}_error.yaml +51 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}.yaml +80 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}.yaml +119 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}_error.yaml +49 -0
- package/lib/fspiop/v1_0/openapi.d.ts +1494 -409
- package/lib/fspiop/v1_1/openapi.d.ts +1495 -417
- package/lib/fspiop/v2_0/json-schemas.json +39 -39
- package/lib/fspiop/v2_0/openapi.d.ts +1945 -560
- package/lib/fspiop/v2_0_ISO20022/index.d.ts +3 -0
- package/lib/fspiop/v2_0_ISO20022/index.js +9 -0
- package/lib/fspiop/v2_0_ISO20022/index.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/json-schemas.json +118444 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.d.ts +6077 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js +7 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.d.ts +106043 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js +171 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/types.d.ts +164 -0
- package/lib/fspiop/v2_0_ISO20022/types.js +4 -0
- package/lib/fspiop/v2_0_ISO20022/types.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +14 -14
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +384 -74
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +55 -55
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +543 -109
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +66 -66
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +503 -139
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +72 -72
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +694 -184
- package/lib/thirdparty/openapi.d.ts +1639 -612
- package/package.json +30 -27
- package/sdk-bulk.yaml +1 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/CorrelationId.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +6 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +1 -1
@@ -0,0 +1,77 @@
|
|
1
|
+
title: GetParties_IdentificationVerificationReportV03
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Assgnmt:
|
5
|
+
description: >
|
6
|
+
Assignment
|
7
|
+
|
8
|
+
Identifies the identification assignment.
|
9
|
+
$ref: ./IdentificationAssignment3.yaml
|
10
|
+
Rpt:
|
11
|
+
description: >
|
12
|
+
Report
|
13
|
+
|
14
|
+
Information concerning the verification of the identification data for which verification was
|
15
|
+
requested.
|
16
|
+
$ref: ./VerificationReport4.yaml
|
17
|
+
SplmtryData:
|
18
|
+
description: >
|
19
|
+
SupplementaryData
|
20
|
+
|
21
|
+
Additional information that cannot be captured in the structured elements and/or any other specific block.
|
22
|
+
$ref: ./SupplementaryData1.yaml
|
23
|
+
required:
|
24
|
+
- Assgnmt
|
25
|
+
- Rpt
|
26
|
+
example:
|
27
|
+
Assgnmt:
|
28
|
+
MsgId: 123
|
29
|
+
CreDtTm: '2020-01-01T00:00:00Z'
|
30
|
+
Assgnr:
|
31
|
+
OrgId:
|
32
|
+
Othr:
|
33
|
+
Id: 123
|
34
|
+
SchmeNm:
|
35
|
+
Cd: BIC
|
36
|
+
Issr: BIC
|
37
|
+
Assgne:
|
38
|
+
OrgId:
|
39
|
+
Othr:
|
40
|
+
Id: DFSPID
|
41
|
+
Rpt:
|
42
|
+
OrgnlId: 12345678
|
43
|
+
Vrfctn: true
|
44
|
+
UpdtdPtyAndAcctId:
|
45
|
+
Pty:
|
46
|
+
Nm: John Doe
|
47
|
+
PstlAdr:
|
48
|
+
AdrTp: ADDR
|
49
|
+
Dept: Dept
|
50
|
+
SubDept: SubDept
|
51
|
+
StrtNm: StrtNm
|
52
|
+
BldgNb: BldgNb
|
53
|
+
BldgNm: BldgNm
|
54
|
+
Flr: Flr
|
55
|
+
PstBx: PstBx
|
56
|
+
Room: Room
|
57
|
+
PstCd: PstCd
|
58
|
+
TwnNm: TwnNm
|
59
|
+
TwnLctnNm: TwnLctnNm
|
60
|
+
DstrctNm: DstrctNm
|
61
|
+
CtrySubDvsn: CtrySubDvsn
|
62
|
+
Ctry: Ctry
|
63
|
+
AdrLine: AdrLine
|
64
|
+
Id:
|
65
|
+
OrgId:
|
66
|
+
Othr:
|
67
|
+
Id: 18761231234
|
68
|
+
SchmeNm:
|
69
|
+
Prtry: MSISDN
|
70
|
+
CtryOfRes: BE
|
71
|
+
CtctDtls:
|
72
|
+
NmPrfx: Mr
|
73
|
+
Nm: John Doe
|
74
|
+
PhneNb: +123-123-321
|
75
|
+
MobNb: +123-123-321
|
76
|
+
FaxNb: +123-123-321
|
77
|
+
EmailAdr: example@example.com
|
@@ -0,0 +1,72 @@
|
|
1
|
+
title: GroupHeader113
|
2
|
+
description: >
|
3
|
+
Set of characteristics shared by all individual transactions included in the
|
4
|
+
message.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
MsgId:
|
8
|
+
$ref: ./Max35Text.yaml
|
9
|
+
CreDtTm:
|
10
|
+
$ref: ./ISODateTime.yaml
|
11
|
+
NbOfTxs:
|
12
|
+
$ref: ./Max15NumericText.yaml
|
13
|
+
TtlIntrBkSttlmAmt:
|
14
|
+
$ref: ./ActiveCurrencyAndAmount.yaml
|
15
|
+
SttlmInf:
|
16
|
+
$ref: ./SettlementInstruction15.yaml
|
17
|
+
PmtTpInf:
|
18
|
+
$ref: ./PaymentTypeInformation28.yaml
|
19
|
+
CdtTrfTxInf:
|
20
|
+
$ref: ./CreditTransferTransaction68.yaml
|
21
|
+
required:
|
22
|
+
- MsgId
|
23
|
+
- CreDtTm
|
24
|
+
- NbOfTxs
|
25
|
+
- SttlmInf
|
26
|
+
- CdtTrfTxInf
|
27
|
+
example:
|
28
|
+
MsgId: 12345
|
29
|
+
CreDtTm: '2020-01-01T00:00:00Z'
|
30
|
+
NbOfTxs: 1
|
31
|
+
TtlIntrBkSttlmAmt:
|
32
|
+
Ccy: EUR
|
33
|
+
Value: 100.0
|
34
|
+
SttlmInf:
|
35
|
+
SttlmMtd: INDA
|
36
|
+
SttlmAcct:
|
37
|
+
Id:
|
38
|
+
IBAN: BE71096123456769
|
39
|
+
Ccy: EUR
|
40
|
+
SttlmAcctOwnr:
|
41
|
+
Nm: Name
|
42
|
+
SttlmAcctSvcr:
|
43
|
+
Nm: Name
|
44
|
+
SttlmAgt:
|
45
|
+
FinInstnId:
|
46
|
+
BICFI: BIC
|
47
|
+
PmtTpInf:
|
48
|
+
InstrPrty: NORM
|
49
|
+
CtgyPurp: CASH
|
50
|
+
CdtTrfTxInf:
|
51
|
+
PmtId:
|
52
|
+
InstrId: 12345
|
53
|
+
EndToEndId: 12345
|
54
|
+
Amt:
|
55
|
+
InstdAmt:
|
56
|
+
Ccy: EUR
|
57
|
+
Value: 100.0
|
58
|
+
Cdtr:
|
59
|
+
Nm: Name
|
60
|
+
CdtrAcct:
|
61
|
+
Id:
|
62
|
+
IBAN: BE71096123456769
|
63
|
+
Ccy: EUR
|
64
|
+
CdtrAgt:
|
65
|
+
FinInstnId:
|
66
|
+
BICFI: BIC
|
67
|
+
CdtrAgtAcct:
|
68
|
+
Id:
|
69
|
+
IBAN: BE71096123456769
|
70
|
+
Ccy: EUR
|
71
|
+
RmtInf:
|
72
|
+
Ustrd: Test
|
@@ -0,0 +1,54 @@
|
|
1
|
+
title: GroupHeader120
|
2
|
+
description: >
|
3
|
+
Set of characteristics shared by all individual transactions included in the
|
4
|
+
message.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
MsgId:
|
8
|
+
description: >
|
9
|
+
MessageIdentification
|
10
|
+
|
11
|
+
Definition: Point to point reference, as assigned by the instructing party, and sent to the next party in the
|
12
|
+
chain to unambiguously identify the message.
|
13
|
+
|
14
|
+
Usage: The instructing party has to make sure that MessageIdentification is unique per instructed party
|
15
|
+
for a pre-agreed period.
|
16
|
+
$ref: ./Max35Text.yaml
|
17
|
+
CreDtTm:
|
18
|
+
description: >
|
19
|
+
CreationDateTime
|
20
|
+
|
21
|
+
Date and time at which the message was created.
|
22
|
+
$ref: ./ISODateTime.yaml
|
23
|
+
TxInfAndSts:
|
24
|
+
description: >
|
25
|
+
TransactionInformationAndStatus
|
26
|
+
|
27
|
+
Definition: Agent that instructs the next party in the chain to carry out the (set of) instruction(s).
|
28
|
+
|
29
|
+
Usage: The instructing agent is the party sending the status message and not the party that sent the
|
30
|
+
original instruction that is being reported on.
|
31
|
+
$ref: ./PaymentTransaction163.yaml
|
32
|
+
required:
|
33
|
+
- MsgId
|
34
|
+
- CreDtTm
|
35
|
+
example:
|
36
|
+
MsgId: 12345
|
37
|
+
CreDtTm: '2020-01-01T00:00:00Z'
|
38
|
+
TxInfAndSts:
|
39
|
+
StsId: 12345
|
40
|
+
OrgnlInstrId: 12345
|
41
|
+
OrgnlEndToEndId: 12345
|
42
|
+
OrgnlTxId: 12345
|
43
|
+
OrgnlUETR: 123e4567-e89b-12d3-a456-426614174000
|
44
|
+
TxSts: RJCT
|
45
|
+
StsRsnInf:
|
46
|
+
Rsn: RSN
|
47
|
+
AddtlInf: ADDITIONAL
|
48
|
+
AccptncDtTm: '2020-01-01T00:00:00Z'
|
49
|
+
AcctSvcrRef: ACCTSVCRREF
|
50
|
+
ClrSysRef: CLRSYSREF
|
51
|
+
ExctnConf: 1234567890ABCDEF
|
52
|
+
SplmtryData:
|
53
|
+
PlcAndNm: PLACE
|
54
|
+
Envlp: ENVELOPE
|
@@ -0,0 +1,58 @@
|
|
1
|
+
title: GroupHeader129
|
2
|
+
description: >
|
3
|
+
Set of characteristics shared by all individual transactions included in the
|
4
|
+
message.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
MsgId:
|
8
|
+
$ref: ./Max35Text.yaml
|
9
|
+
CreDtTm:
|
10
|
+
$ref: ./ISODateTime.yaml
|
11
|
+
PmtInstrXpryDtTm:
|
12
|
+
$ref: ./ISODateTime.yaml
|
13
|
+
NbOfTxs:
|
14
|
+
$ref: ./Max15NumericText.yaml
|
15
|
+
SttlmInf:
|
16
|
+
$ref: ./SettlementInstruction15.yaml
|
17
|
+
CdtTrfTxInf:
|
18
|
+
$ref: ./CreditTransferTransaction67.yaml
|
19
|
+
required:
|
20
|
+
- MsgId
|
21
|
+
- CreDtTm
|
22
|
+
- NbOfTxs
|
23
|
+
- SttlmInf
|
24
|
+
- CdtTrfTxInf
|
25
|
+
example:
|
26
|
+
MsgId: 12345
|
27
|
+
CreDtTm: '2020-01-01T00:00:00Z'
|
28
|
+
PmtInstrXpryDtTm: '2020-01-01T00:00:00Z'
|
29
|
+
NbOfTxs: 1
|
30
|
+
SttlmInf:
|
31
|
+
SttlmMtd: INDA
|
32
|
+
SttlmAcct:
|
33
|
+
Id:
|
34
|
+
IBAN: 123
|
35
|
+
SttlmAcctOwnr:
|
36
|
+
Nm: John Doe
|
37
|
+
SttlmAcctSvcr:
|
38
|
+
BICFI: 123
|
39
|
+
CdtTrfTxInf:
|
40
|
+
PmtId:
|
41
|
+
InstrId: 123
|
42
|
+
EndToEndId: 123
|
43
|
+
PmtTpInf:
|
44
|
+
InstrPrty: NORM
|
45
|
+
InstdAmt:
|
46
|
+
Amt: 123
|
47
|
+
Ccy: EUR
|
48
|
+
ChrgBr: SLEV
|
49
|
+
CdtrAgt:
|
50
|
+
FinInstnId:
|
51
|
+
BICFI: 123
|
52
|
+
Cdtr:
|
53
|
+
Nm: John Doe
|
54
|
+
CdtrAcct:
|
55
|
+
Id:
|
56
|
+
IBAN: 123
|
57
|
+
RmtInf:
|
58
|
+
Ustrd: Test
|
@@ -0,0 +1,12 @@
|
|
1
|
+
title: IBAN2007Identifier
|
2
|
+
description: >
|
3
|
+
The International Bank Account Number is a code used internationally by
|
4
|
+
financial institutions to uniquely identify the account of a customer
|
5
|
+
at a financial institution as described in the 2007 edition of the
|
6
|
+
ISO 13616 standard "Banking and related financial services -
|
7
|
+
|
8
|
+
International Bank Account Number (IBAN)" and replaced by the more recent
|
9
|
+
edition of the standard.
|
10
|
+
type: string
|
11
|
+
pattern: ^[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}$
|
12
|
+
example: FR1420041010050500013M02606
|
@@ -0,0 +1,9 @@
|
|
1
|
+
title: ISODate
|
2
|
+
description: >
|
3
|
+
A particular point in the progression of time in a calendar year
|
4
|
+
expressed in the YYYY-MM-DD format. This representation is defined in
|
5
|
+
"XML Schema Part 2: Datatypes Second Edition -
|
6
|
+
W3C Recommendation 28 October 2004" which is aligned with ISO 8601.
|
7
|
+
type: string
|
8
|
+
format: date
|
9
|
+
example: '2013-03-07'
|
@@ -0,0 +1,21 @@
|
|
1
|
+
title: ISODateTime
|
2
|
+
description: |
|
3
|
+
A particular point in the progression of time defined by a mandatory
|
4
|
+
date and a mandatory time component, expressed in either UTC time
|
5
|
+
format (YYYY-MM-DDThh:mm:ss.sssZ), local time with UTC offset format
|
6
|
+
(YYYY-MM-DDThh:mm:ss.sss+/-hh:mm), or local time format
|
7
|
+
(YYYY-MM-DDThh:mm:ss.sss). These representations are defined in
|
8
|
+
"XML Schema Part 2: Datatypes Second Edition -
|
9
|
+
W3C Recommendation 28 October 2004" which is aligned with ISO 8601.
|
10
|
+
|
11
|
+
Note on the time format:
|
12
|
+
1) beginning / end of calendar day
|
13
|
+
00:00:00 = the beginning of a calendar day
|
14
|
+
24:00:00 = the end of a calendar day
|
15
|
+
|
16
|
+
2) fractions of second in time format
|
17
|
+
Decimal fractions of seconds may be included. In this case, the
|
18
|
+
involved parties shall agree on the maximum number of digits that are allowed.
|
19
|
+
type: string
|
20
|
+
format: datetime
|
21
|
+
example: '2013-03-07T14:44:30.000Z'
|
@@ -0,0 +1,47 @@
|
|
1
|
+
title: IdentificationAssignment3
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
MsgId:
|
5
|
+
$ref: ./Max35Text.yaml
|
6
|
+
CreDtTm:
|
7
|
+
description: >
|
8
|
+
CreationDateTime
|
9
|
+
|
10
|
+
Date and time at which the identification assignment was created.
|
11
|
+
$ref: ./ISODateTime.yaml
|
12
|
+
Assgnr:
|
13
|
+
description: >
|
14
|
+
Assignor
|
15
|
+
|
16
|
+
Party that assigns the identification assignment to another party. This is also the sender of
|
17
|
+
the message.
|
18
|
+
$ref: ./Party40Choice.yaml
|
19
|
+
Assgne:
|
20
|
+
description: >
|
21
|
+
Assignee
|
22
|
+
|
23
|
+
Party that the identification assignment is assigned to. This is also the receiver of the
|
24
|
+
message.
|
25
|
+
$ref: ./Party40Choice.yaml
|
26
|
+
required:
|
27
|
+
- MsgId
|
28
|
+
- CreDtTm
|
29
|
+
- Assgnr
|
30
|
+
- Assgne
|
31
|
+
example:
|
32
|
+
MsgId: 123
|
33
|
+
CreDtTm: '2020-01-01T00:00:00Z'
|
34
|
+
Assgnr:
|
35
|
+
OrgId:
|
36
|
+
Othr:
|
37
|
+
Id: 123
|
38
|
+
SchmeNm:
|
39
|
+
Cd: BIC
|
40
|
+
Issr: BIC
|
41
|
+
Assgne:
|
42
|
+
OrgId:
|
43
|
+
Othr:
|
44
|
+
Id: 123
|
45
|
+
SchmeNm:
|
46
|
+
Cd: BIC
|
47
|
+
Issr: BIC
|
@@ -0,0 +1,34 @@
|
|
1
|
+
title: IdentificationInformation4
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Pty:
|
5
|
+
description: >
|
6
|
+
Party
|
7
|
+
|
8
|
+
Account owner that owes an amount of money or to whom an amount of money is due.
|
9
|
+
$ref: ./PartyIdentification135.yaml
|
10
|
+
Acct:
|
11
|
+
description: >
|
12
|
+
Account
|
13
|
+
|
14
|
+
Unambiguous identification of the account of a party.
|
15
|
+
$ref: ./CashAccount40.yaml
|
16
|
+
Agt:
|
17
|
+
description: >
|
18
|
+
Agent
|
19
|
+
|
20
|
+
Financial institution servicing an account for a party.
|
21
|
+
$ref: ./BranchAndFinancialInstitutionIdentification6.yaml
|
22
|
+
example:
|
23
|
+
Pty:
|
24
|
+
Id:
|
25
|
+
OrgId:
|
26
|
+
AnyBIC:
|
27
|
+
BICFI: BICFI
|
28
|
+
CtryOfRes: FI
|
29
|
+
Acct:
|
30
|
+
Id:
|
31
|
+
IBAN: FI2112345600000785
|
32
|
+
Agt:
|
33
|
+
FinInstnId:
|
34
|
+
BICFI: BICFI
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationVerificationIndicator.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
title: IdentificationVerificationIndicator
|
2
|
+
type: boolean
|
3
|
+
example: true
|
4
|
+
description: |
|
5
|
+
Definition: Identifies whether the party and/or account information received is correct.
|
6
|
+
|
7
|
+
• Meaning When True: Indicates that the identification information received is correct.
|
8
|
+
• Meaning When False: Indicates that the identification information received is incorrect
|
@@ -0,0 +1,14 @@
|
|
1
|
+
title: Instruction4Code
|
2
|
+
description: >
|
3
|
+
Specifies further instructions concerning the processing of a payment
|
4
|
+
instruction, provided by the sending clearing agent to the next agent(s).
|
5
|
+
|
6
|
+
PHOA PhoneNextAgent Please advise/contact next agent by phone.
|
7
|
+
|
8
|
+
TELA TelecomNextAgent Please advise/contact next agent by the most efficient
|
9
|
+
means of telecommunication.
|
10
|
+
type: string
|
11
|
+
enum:
|
12
|
+
- PHOA
|
13
|
+
- TELA
|
14
|
+
example: PHOA
|
@@ -0,0 +1,23 @@
|
|
1
|
+
title: InstructionForCreditorAgent3
|
2
|
+
description: >
|
3
|
+
Further information related to the processing of the payment instruction,
|
4
|
+
provided by the initiating party, and intended for the creditor agent.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
Cd:
|
8
|
+
description: >
|
9
|
+
Code
|
10
|
+
|
11
|
+
Coded information related to the processing of the payment instruction, provided by the
|
12
|
+
initiating party, and intended for the creditor's agent.
|
13
|
+
$ref: ./ExternalCreditorAgentInstruction1Code.yaml
|
14
|
+
InstrInf:
|
15
|
+
description: >
|
16
|
+
InstructionInformation
|
17
|
+
|
18
|
+
Further information complementing the coded instruction or instruction to the creditor's agent
|
19
|
+
that is bilaterally agreed or specific to a user community.
|
20
|
+
$ref: ./Max140Text.yaml
|
21
|
+
example:
|
22
|
+
Cd: PHOA
|
23
|
+
InstrInf: Please advise/contact next agent by phone.
|
@@ -0,0 +1,23 @@
|
|
1
|
+
title: InstructionForNextAgent1
|
2
|
+
description: >
|
3
|
+
Further information related to the processing of the payment instruction,
|
4
|
+
provided by the initiating party, and intended for the creditor agent.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
Cd:
|
8
|
+
description: >
|
9
|
+
Code
|
10
|
+
|
11
|
+
Coded information related to the processing of the payment instruction, provided by the
|
12
|
+
initiating party, and intended for the next agent in the payment chain.
|
13
|
+
$ref: ./Instruction4Code.yaml
|
14
|
+
InstrInf:
|
15
|
+
description: >
|
16
|
+
InstructionInformation
|
17
|
+
|
18
|
+
Further information complementing the coded instruction or instruction to the next agent that
|
19
|
+
is bilaterally agreed or specific to a user community.
|
20
|
+
$ref: ./Max140Text.yaml
|
21
|
+
example:
|
22
|
+
Cd: PHOA
|
23
|
+
InstrInf: Please advise/contact next agent by phone
|
@@ -0,0 +1,8 @@
|
|
1
|
+
title: LEIIdentifier
|
2
|
+
description: >
|
3
|
+
Legal Entity Identifier is a code allocated to a party as described in
|
4
|
+
ISO 17442 "Financial Services - Legal Entity Identifier (LEI)".
|
5
|
+
^([0-9A-Z]{18,18}[0-9]{2,2})$
|
6
|
+
type: string
|
7
|
+
pattern: ^[A-Z0-9]{18,18}[0-9]{2,2}$
|
8
|
+
example: 529900T8BM49AURSDO55
|
@@ -0,0 +1,22 @@
|
|
1
|
+
title: LocalInstrument2Choice
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Cd:
|
5
|
+
description: >
|
6
|
+
Code
|
7
|
+
|
8
|
+
Specifies the local instrument, as published in an external local instrument code list.
|
9
|
+
$ref: ./ExternalLocalInstrument1Code.yaml
|
10
|
+
Prtry:
|
11
|
+
description: >
|
12
|
+
Proprietary
|
13
|
+
|
14
|
+
Specifies the local instrument, as a proprietary code
|
15
|
+
$ref: ./Max35Text.yaml
|
16
|
+
oneOf:
|
17
|
+
- required:
|
18
|
+
- Cd
|
19
|
+
- required:
|
20
|
+
- Prtry
|
21
|
+
example:
|
22
|
+
Cd: CH03
|
@@ -0,0 +1,31 @@
|
|
1
|
+
title: OrganisationIdentification29
|
2
|
+
description: |
|
3
|
+
Unique and unambiguous way to identify an organisation.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
AnyBIC:
|
7
|
+
description: >
|
8
|
+
AnyBIC
|
9
|
+
|
10
|
+
Business identification code of the organisation.
|
11
|
+
$ref: ./AnyBICDec2014Identifier.yaml
|
12
|
+
LEI:
|
13
|
+
description: >
|
14
|
+
LEI
|
15
|
+
|
16
|
+
Legal entity identification as an alternate identification for a party.
|
17
|
+
$ref: ./LEIIdentifier.yaml
|
18
|
+
Othr:
|
19
|
+
description: >
|
20
|
+
Other
|
21
|
+
|
22
|
+
Unique identification of an organisation, as assigned by an institution, using an identification scheme.
|
23
|
+
$ref: ./GenericOrganisationIdentification1.yaml
|
24
|
+
example:
|
25
|
+
AnyBIC: BICFI
|
26
|
+
LEI: 529900T8BM49AURSDO55
|
27
|
+
Othr:
|
28
|
+
Id: 123
|
29
|
+
SchmeNm:
|
30
|
+
Cd: BIC
|
31
|
+
Issr: BIC
|