@mojaloop/api-snippets 17.6.0-snapshot.0 → 17.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/audit-ci.jsonc +2 -1
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +1 -1
- package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +1 -1
- package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +4735 -0
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +1 -1
- package/docs/index.html +1 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +7 -7
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +7 -7
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +1 -1
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +1 -1
- package/docs/thirdparty-openapi3-snippets.yaml +1 -1
- package/fspiop/v1_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v1_1/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Length.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Accept.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Length.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Type.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Date.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/ID.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/SubId.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/200.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/202.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/400.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/401.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/403.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/404.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/405.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/406.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/501.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/503.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountIdentification4Choice.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount_SimpleType.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount_SimpleType.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType2Code.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType3Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AnyBICDec2014Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BICFIDec2014Identifier.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BaseOneRate.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification6.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification8.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData3.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData5.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccount40.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccountType2Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CategoryPurpose1Choice.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeBearerType1Code.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeType3Choice.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Charges16.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingChannel2Code.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemIdentification2Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemMemberIdentification2.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact13.yaml +39 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact4.yaml +36 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CountryCode.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction67.yaml +125 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction68.yaml +69 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CryptographicLockChoice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DateAndPlaceOfBirth1.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DatePeriod2.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorCode.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorDescription.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformation.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact32HexBinaryText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact4AlphaNumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Execute_FIToFICustomerCreditTransferV13.yaml +61 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Extension.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionKey.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionList.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionValue.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalAccountIdentification1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCashAccountType1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCategoryPurpose1Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalChargeType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalClearingSystemIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCreditorAgentInstruction1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalFinancialInstitutionIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalLocalInstrument1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalOrganisationIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPaymentTransactionStatus1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPersonIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalProxyAccountType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPurpose1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalServiceLevel1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalStatusReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalVerificationReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialIdentificationSchemeName1Choice.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxRequest_FICreditTransferProposal.yaml +83 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxResponse_FICreditTransferConfirmation.yaml +81 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Fxecute_FinancialInstitutionCreditTransferV12.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericAccountIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericFinancialIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification3.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification30.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification3.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification2.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetPartiesError_IdentificationVerificationReportV03.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetParties_IdentificationVerificationReportV03.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader113.yaml +72 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader120.yaml +35 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader129.yaml +58 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IBAN2007Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODate.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODateTime.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISOYear.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationAssignment3.yaml +33 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationInformation4.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationVerificationIndicator.yaml +3 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Instruction4Code.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForCreditorAgent3.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForNextAgent1.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LEIIdentifier.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LocalInstrument2Choice.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max105Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max10Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max128Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max140Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max15NumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max16Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max2048Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max256Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max34Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max350Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max35Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max4Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max70Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/NamePrefix2Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Number.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification29.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification39.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentificationSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OtherContact1.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml +35 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsStatus_FIToFIPaymentStatusReportV15.yaml +79 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party38Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party40Choice.yaml +37 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party52Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification135.yaml +34 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification272.yaml +42 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentIdentification13.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTransaction163.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTypeInformation28.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PercentageRate.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification13.yaml +18 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification18.yaml +18 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentificationSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PhoneNumber.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress24.yaml +55 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress27.yaml +61 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod1Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod2Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Priority2Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountIdentification1.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountType1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Purpose2Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryAuthority2.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReporting3.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReportingType1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ServiceLevel8Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementInstruction15.yaml +40 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementMethod1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReason6Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReasonInformation14.yaml +27 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StructuredRegulatoryReporting3.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryData1.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryDataEnvelope1.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAmount3.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAuthorisation1.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxData1.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty1.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty2.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxPeriod3.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecord3.yaml +38 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordDetails3.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordPeriod1Code.yaml +43 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsRequest_FIToFICustomerCreditProposal.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsResponse_FIToFICustomerCreditConfirmation.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/UUIDv4Identifier.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReason1Choice.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReport4.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/hexBinary.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/openapi.yaml +53 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}.yaml +81 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}.yaml +120 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}.yaml +82 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_error.yaml +50 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}.yaml +83 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}_error.yaml +51 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}.yaml +80 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}.yaml +119 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}_error.yaml +49 -0
- package/lib/fspiop/v1_0/openapi.d.ts +1494 -409
- package/lib/fspiop/v1_1/openapi.d.ts +1495 -417
- package/lib/fspiop/v2_0/json-schemas.json +39 -39
- package/lib/fspiop/v2_0/openapi.d.ts +1945 -560
- package/lib/fspiop/v2_0_ISO20022/index.d.ts +3 -0
- package/lib/fspiop/v2_0_ISO20022/index.js +9 -0
- package/lib/fspiop/v2_0_ISO20022/index.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/json-schemas.json +107991 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.d.ts +5162 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js +7 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.d.ts +95738 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js +171 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/types.d.ts +164 -0
- package/lib/fspiop/v2_0_ISO20022/types.js +4 -0
- package/lib/fspiop/v2_0_ISO20022/types.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +55 -55
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +384 -74
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +55 -55
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +543 -109
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +66 -66
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +503 -139
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +72 -72
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +694 -184
- package/lib/thirdparty/openapi.d.ts +1639 -612
- package/package.json +30 -27
- package/sdk-bulk.yaml +1 -1
- package/sdk-scheme-adapter/v2_0_0/backend/openapi.yaml +6 -6
- package/sdk-scheme-adapter/v2_0_0/components/schemas/CorrelationId.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +6 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +1 -1
@@ -0,0 +1,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
|
@@ -0,0 +1,15 @@
|
|
1
|
+
title: ExtensionList
|
2
|
+
type: object
|
3
|
+
description: >
|
4
|
+
Data model for the complex type ExtensionList. An optional list of extensions,
|
5
|
+
specific to deployment.
|
6
|
+
properties:
|
7
|
+
extension:
|
8
|
+
type: array
|
9
|
+
items:
|
10
|
+
$ref: ./Extension.yaml
|
11
|
+
minItems: 1
|
12
|
+
maxItems: 16
|
13
|
+
description: Number of Extension elements.
|
14
|
+
required:
|
15
|
+
- extension
|
@@ -0,0 +1,14 @@
|
|
1
|
+
title: FinancialIdentificationSchemeName1Choice
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Cd:
|
5
|
+
$ref: ./ExternalFinancialInstitutionIdentification1Code.yaml
|
6
|
+
Prtry:
|
7
|
+
$ref: ./Max35Text.yaml
|
8
|
+
oneOf:
|
9
|
+
- required:
|
10
|
+
- Cd
|
11
|
+
- required:
|
12
|
+
- Prtry
|
13
|
+
example:
|
14
|
+
Cd: BIC
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
title: FinancialInstitutionIdentification18
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
BICFI:
|
5
|
+
$ref: ./BICFIDec2014Identifier.yaml
|
6
|
+
ClrSysMmbId:
|
7
|
+
$ref: ./ClearingSystemMemberIdentification2.yaml
|
8
|
+
LEI:
|
9
|
+
$ref: ./LEIIdentifier.yaml
|
10
|
+
Nm:
|
11
|
+
$ref: ./Max140Text.yaml
|
12
|
+
PstlAdr:
|
13
|
+
$ref: ./PostalAddress24.yaml
|
14
|
+
Othr:
|
15
|
+
$ref: ./GenericFinancialIdentification1.yaml
|
16
|
+
example:
|
17
|
+
BICFI: BUKBGB22
|
18
|
+
Nm: Barclays Bank Plc
|
19
|
+
PstlAdr:
|
20
|
+
Ctry: GB
|
21
|
+
AdrLine:
|
22
|
+
- 1 Churchill Place
|
23
|
+
- London
|
24
|
+
- UK
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
title: FinancialInstitutionIdentification23
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
BICFI:
|
5
|
+
$ref: ./BICFIDec2014Identifier.yaml
|
6
|
+
ClrSysMmbId:
|
7
|
+
$ref: ./ClearingSystemMemberIdentification2.yaml
|
8
|
+
LEI:
|
9
|
+
$ref: ./LEIIdentifier.yaml
|
10
|
+
Nm:
|
11
|
+
$ref: ./Max140Text.yaml
|
12
|
+
PstlAdr:
|
13
|
+
$ref: ./PostalAddress27.yaml
|
14
|
+
Othr:
|
15
|
+
$ref: ./GenericFinancialIdentification1.yaml
|
16
|
+
example:
|
17
|
+
BICFI: BUKBGB22
|
18
|
+
Nm: Barclays Bank Plc
|
19
|
+
PstlAdr:
|
20
|
+
Ctry: GB
|
21
|
+
AdrLine:
|
22
|
+
- 1 Churchill Place
|
23
|
+
- London
|
24
|
+
- UK
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxRequest_FICreditTransferProposal.yaml
ADDED
@@ -0,0 +1,83 @@
|
|
1
|
+
title: FxRequest_FICreditTransferProposal
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
GrpHdr:
|
5
|
+
$ref: ./GroupHeader113.yaml
|
6
|
+
required:
|
7
|
+
- GrpHdr
|
8
|
+
example:
|
9
|
+
GrpHdr:
|
10
|
+
MsgId: 123456789
|
11
|
+
CreDtTm: '2020-01-01T00:00:00Z'
|
12
|
+
NbOfTxs: 1
|
13
|
+
CtrlSum: 100.00
|
14
|
+
InitgPty:
|
15
|
+
Nm: Initiating Party Name
|
16
|
+
Id:
|
17
|
+
OrgId:
|
18
|
+
Othr:
|
19
|
+
- Id: 123456789
|
20
|
+
SchmeNm:
|
21
|
+
Cd: BIC
|
22
|
+
FwdgAgt:
|
23
|
+
FinInstnId:
|
24
|
+
BICFI: BICFID0
|
25
|
+
Dbtr:
|
26
|
+
Nm: Debtor Name
|
27
|
+
PstlAdr:
|
28
|
+
AdrLine:
|
29
|
+
- Debtor Address Line 1
|
30
|
+
- Debtor Address Line 2
|
31
|
+
Id:
|
32
|
+
OrgId:
|
33
|
+
Othr:
|
34
|
+
- Id: 123456789
|
35
|
+
SchmeNm:
|
36
|
+
Cd: BIC
|
37
|
+
DbtrAcct:
|
38
|
+
Id:
|
39
|
+
IBAN: BE71096123456769
|
40
|
+
DbtrAgt:
|
41
|
+
FinInstnId:
|
42
|
+
BICFI: BICFID0
|
43
|
+
Cdtr:
|
44
|
+
Nm: Creditor Name
|
45
|
+
PstlAdr:
|
46
|
+
AdrLine:
|
47
|
+
- Creditor Address Line 1
|
48
|
+
- Creditor Address Line 2
|
49
|
+
Id:
|
50
|
+
OrgId:
|
51
|
+
Othr:
|
52
|
+
- Id: 123456789
|
53
|
+
SchmeNm:
|
54
|
+
Cd: BIC
|
55
|
+
CdtrAcct:
|
56
|
+
Id:
|
57
|
+
IBAN: BE71096123456769
|
58
|
+
CdtrAgt:
|
59
|
+
FinInstnId:
|
60
|
+
BICFI: BICFID0
|
61
|
+
CdtTrfTxInf:
|
62
|
+
- PmtId:
|
63
|
+
InstrId: 123456789
|
64
|
+
EndToEndId: 123456789
|
65
|
+
Amt:
|
66
|
+
InstdAmt:
|
67
|
+
Ccy: EUR
|
68
|
+
Amt: 100.00
|
69
|
+
CdtrAgt:
|
70
|
+
FinInstnId:
|
71
|
+
BICFI: BICFID0
|
72
|
+
Cdtr:
|
73
|
+
Nm: Creditor Name
|
74
|
+
PstlAdr:
|
75
|
+
AdrLine:
|
76
|
+
- Creditor Address Line 1
|
77
|
+
- Creditor Address Line 2
|
78
|
+
Id:
|
79
|
+
OrgId:
|
80
|
+
Othr:
|
81
|
+
- Id: 123456789
|
82
|
+
SchmeNm:
|
83
|
+
Cd: BIC
|
@@ -0,0 +1,81 @@
|
|
1
|
+
title: FxResponse_FICreditTransferConfirmation
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
GrpHdr:
|
5
|
+
$ref: ./GroupHeader113.yaml
|
6
|
+
CdtTrfTxInf:
|
7
|
+
$ref: ./CreditTransferTransaction68.yaml
|
8
|
+
required:
|
9
|
+
- GrpHdr
|
10
|
+
- CdtTrfTxInf
|
11
|
+
example:
|
12
|
+
GrpHdr:
|
13
|
+
MsgId: 20191122-123456
|
14
|
+
CreDtTm: '2019-11-22T12:34:56'
|
15
|
+
NbOfTxs: 1
|
16
|
+
CtrlSum: 100.00
|
17
|
+
InitgPty:
|
18
|
+
Nm: Initiating Party Name
|
19
|
+
MsgRcpt:
|
20
|
+
Nm: Message Recipient Name
|
21
|
+
CdtTrfTxInf:
|
22
|
+
PmtId:
|
23
|
+
InstrId: 20191122-123456
|
24
|
+
EndToEndId: 20191122-123456
|
25
|
+
PmtTpInf:
|
26
|
+
InstrPrty: NORM
|
27
|
+
CtgyPurp: SUPP
|
28
|
+
IntrBkSttlmAmt:
|
29
|
+
Amt: 100.00
|
30
|
+
Ccy: EUR
|
31
|
+
ChrgBr: SLEV
|
32
|
+
Cdtr:
|
33
|
+
Nm: Creditor Name
|
34
|
+
CdtrAcct:
|
35
|
+
Id:
|
36
|
+
IBAN: BE71096123456769
|
37
|
+
Tp:
|
38
|
+
Cd: CACC
|
39
|
+
Ccy: EUR
|
40
|
+
Nm: My account
|
41
|
+
CdtrAgt:
|
42
|
+
FinInstnId:
|
43
|
+
BICFI: BNBABEBB
|
44
|
+
CdtrAgtAcct:
|
45
|
+
Id:
|
46
|
+
IBAN: BE71096123456769
|
47
|
+
Tp:
|
48
|
+
Cd: CACC
|
49
|
+
Ccy: EUR
|
50
|
+
Nm: My account
|
51
|
+
Dbtr:
|
52
|
+
Nm: Debtor Name
|
53
|
+
DbtrAcct:
|
54
|
+
Id:
|
55
|
+
IBAN: BE71096123456769
|
56
|
+
Tp:
|
57
|
+
Cd: CACC
|
58
|
+
Ccy: EUR
|
59
|
+
Nm: My account
|
60
|
+
DbtrAgt:
|
61
|
+
FinInstnId:
|
62
|
+
BICFI: BNBABEBB
|
63
|
+
DbtrAgtAcct:
|
64
|
+
Id:
|
65
|
+
IBAN: BE71096123456769
|
66
|
+
Tp:
|
67
|
+
Cd: CACC
|
68
|
+
Ccy: EUR
|
69
|
+
Nm: My account
|
70
|
+
RmtInf:
|
71
|
+
Ustrd: Remittance Information
|
72
|
+
RgltryRptg:
|
73
|
+
Dbtr:
|
74
|
+
Nm: Debtor Name
|
75
|
+
DbtrAcct:
|
76
|
+
Id:
|
77
|
+
IBAN: BE71096123456769
|
78
|
+
Tp:
|
79
|
+
Cd: CACC
|
80
|
+
Ccy: EUR
|
81
|
+
Nm: My account
|
@@ -0,0 +1,57 @@
|
|
1
|
+
title: Fxecute_FinancialInstitutionCreditTransferV12
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
GrpHdr:
|
5
|
+
$ref: ./GroupHeader129.yaml
|
6
|
+
CdtTrfTxInf:
|
7
|
+
$ref: ./CreditTransferTransaction68.yaml
|
8
|
+
required:
|
9
|
+
- GrpHdr
|
10
|
+
- CdtTrfTxInf
|
11
|
+
example:
|
12
|
+
GrpHdr:
|
13
|
+
MsgId: 20191113001
|
14
|
+
CreDtTm: 2019-11-13T10:00:00
|
15
|
+
NbOfTxs: 1
|
16
|
+
CtrlSum: 1000
|
17
|
+
InitgPty:
|
18
|
+
Nm: Initiating Party Name
|
19
|
+
Id:
|
20
|
+
OrgId:
|
21
|
+
Othr:
|
22
|
+
Id: 123456789
|
23
|
+
SchmeNm:
|
24
|
+
Cd: BBA
|
25
|
+
FwdgAgt:
|
26
|
+
FinInstnId:
|
27
|
+
BICFI: BBBBBBBB
|
28
|
+
DbtrAgt:
|
29
|
+
FinInstnId:
|
30
|
+
BICFI: AAAAAAAA
|
31
|
+
CdtrAgt:
|
32
|
+
FinInstnId:
|
33
|
+
BICFI: CCCCCCCC
|
34
|
+
CdtTrfTxInf:
|
35
|
+
PmtId:
|
36
|
+
InstrId: 20191113001
|
37
|
+
EndToEndId: 20191113001
|
38
|
+
PmtTpInf:
|
39
|
+
InstrPrty: NORM
|
40
|
+
CtgyPurp:
|
41
|
+
Cd: SUPP
|
42
|
+
InstrForCdtrAgt:
|
43
|
+
Cd: /ACC/123456789
|
44
|
+
IntrBkSttlmAmt:
|
45
|
+
Amt: 1000
|
46
|
+
Ccy: EUR
|
47
|
+
ChrgBr: SLEV
|
48
|
+
CdtrAgt:
|
49
|
+
FinInstnId:
|
50
|
+
BICFI: CCCCCCCC
|
51
|
+
Cdtr:
|
52
|
+
Nm: Creditor Name
|
53
|
+
CdtrAcct:
|
54
|
+
Id:
|
55
|
+
IBAN: BE71096123456769
|
56
|
+
RmtInf:
|
57
|
+
Ustrd: Payment for invoice 12345
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: GenericAccountIdentification1
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Id:
|
5
|
+
$ref: ./Max34Text.yaml
|
6
|
+
SchmeNm:
|
7
|
+
$ref: ./AccountSchemeName1Choice.yaml
|
8
|
+
Issr:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
required:
|
11
|
+
- Id
|
12
|
+
example:
|
13
|
+
Id: 123
|
14
|
+
SchmeNm:
|
15
|
+
Cd: IBAN
|
16
|
+
Issr: BIC
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: GenericFinancialIdentification1
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Id:
|
5
|
+
$ref: ./Max35Text.yaml
|
6
|
+
SchmeNm:
|
7
|
+
$ref: ./FinancialIdentificationSchemeName1Choice.yaml
|
8
|
+
Issr:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
required:
|
11
|
+
- Id
|
12
|
+
example:
|
13
|
+
Id: 123
|
14
|
+
SchmeNm:
|
15
|
+
Cd: IBAN
|
16
|
+
Issr: BIC
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: GenericIdentification30
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Id:
|
5
|
+
$ref: ./Exact4AlphaNumericText.yaml
|
6
|
+
Issr:
|
7
|
+
$ref: ./Max35Text.yaml
|
8
|
+
SchmeNm:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
required:
|
11
|
+
- Id
|
12
|
+
- Issr
|
13
|
+
example:
|
14
|
+
Id: 1234
|
15
|
+
Issr: BIC
|
16
|
+
SchmeNm: BICFI
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification1.yaml
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
title: GenericOrganisationIdentification1
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Id:
|
5
|
+
$ref: ./Max35Text.yaml
|
6
|
+
SchmeNm:
|
7
|
+
$ref: ./OrganisationIdentificationSchemeName1Choice.yaml
|
8
|
+
Issr:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
required:
|
11
|
+
- Id
|
12
|
+
example:
|
13
|
+
Id: 123
|
14
|
+
SchmeNm:
|
15
|
+
Cd: BIC
|
16
|
+
Issr: BIC
|
package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification3.yaml
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
title: GenericOrganisationIdentification3
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Id:
|
5
|
+
$ref: ./Max256Text.yaml
|
6
|
+
SchmeNm:
|
7
|
+
$ref: ./OrganisationIdentificationSchemeName1Choice.yaml
|
8
|
+
Issr:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
required:
|
11
|
+
- Id
|
12
|
+
example:
|
13
|
+
Id: 123
|
14
|
+
SchmeNm:
|
15
|
+
Cd: BIC
|
16
|
+
Issr: BIC
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: GenericPersonIdentification1
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Id:
|
5
|
+
$ref: ./Max35Text.yaml
|
6
|
+
SchmeNm:
|
7
|
+
$ref: ./PersonIdentificationSchemeName1Choice.yaml
|
8
|
+
Issr:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
required:
|
11
|
+
- Id
|
12
|
+
example:
|
13
|
+
Id: 123
|
14
|
+
SchmeNm:
|
15
|
+
Cd: DRLC
|
16
|
+
Issr: BIC
|
@@ -0,0 +1,16 @@
|
|
1
|
+
title: GenericPersonIdentification2
|
2
|
+
type: object
|
3
|
+
properties:
|
4
|
+
Id:
|
5
|
+
$ref: ./Max256Text.yaml
|
6
|
+
SchmeNm:
|
7
|
+
$ref: ./PersonIdentificationSchemeName1Choice.yaml
|
8
|
+
Issr:
|
9
|
+
$ref: ./Max35Text.yaml
|
10
|
+
required:
|
11
|
+
- Id
|
12
|
+
example:
|
13
|
+
Id: 123
|
14
|
+
SchmeNm:
|
15
|
+
Cd: DRLC
|
16
|
+
Issr: BIC
|