@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,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,23 @@
|
|
1
|
+
title: ProxyAccountIdentification1
|
2
|
+
description: |
|
3
|
+
Information related to a proxy identification of the account.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Tp:
|
7
|
+
description: |
|
8
|
+
Type
|
9
|
+
|
10
|
+
Type of the proxy identification.
|
11
|
+
$ref: ./ProxyAccountType1Choice.yaml
|
12
|
+
Id:
|
13
|
+
description: |
|
14
|
+
Identification
|
15
|
+
|
16
|
+
Identification used to indicate the account identification under another specified name.
|
17
|
+
$ref: ./Max2048Text.yaml
|
18
|
+
required:
|
19
|
+
- Id
|
20
|
+
example:
|
21
|
+
Tp:
|
22
|
+
Cd: IBAN
|
23
|
+
Id: 123
|
@@ -0,0 +1,26 @@
|
|
1
|
+
title: ProxyAccountType1Choice
|
2
|
+
type: object
|
3
|
+
description: |
|
4
|
+
ProxyAccountType1Choice
|
5
|
+
|
6
|
+
Specifies the scheme used for the identification of an account alias.
|
7
|
+
properties:
|
8
|
+
Cd:
|
9
|
+
description: |
|
10
|
+
Code
|
11
|
+
|
12
|
+
Name of the identification scheme, in a coded form as published in an external list.
|
13
|
+
$ref: ./ExternalProxyAccountType1Code.yaml
|
14
|
+
Prtry:
|
15
|
+
description: |
|
16
|
+
Proprietary
|
17
|
+
|
18
|
+
Name of the identification scheme, in a free text form.
|
19
|
+
$ref: ./Max35Text.yaml
|
20
|
+
oneOf:
|
21
|
+
- required:
|
22
|
+
- Cd
|
23
|
+
- required:
|
24
|
+
- Prtry
|
25
|
+
example:
|
26
|
+
Cd: CH03
|
@@ -0,0 +1,29 @@
|
|
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
|
+
description: |
|
13
|
+
Code
|
14
|
+
|
15
|
+
Underlying reason for the payment transaction, as published in an external purpose code list.
|
16
|
+
$ref: ./ExternalPurpose1Code.yaml
|
17
|
+
Prtry:
|
18
|
+
description: |
|
19
|
+
Proprietary
|
20
|
+
|
21
|
+
Purpose, in a proprietary form.
|
22
|
+
$ref: ./Max35Text.yaml
|
23
|
+
oneOf:
|
24
|
+
- required:
|
25
|
+
- Cd
|
26
|
+
- required:
|
27
|
+
- Prtry
|
28
|
+
example:
|
29
|
+
Cd: CH03
|
@@ -0,0 +1,20 @@
|
|
1
|
+
title: RegulatoryAuthority2
|
2
|
+
description: |
|
3
|
+
Information about an entity requiring the regulatory reporting information.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Nm:
|
7
|
+
description: |
|
8
|
+
Name
|
9
|
+
|
10
|
+
Name of the entity requiring the regulatory reporting information.
|
11
|
+
$ref: ./Max140Text.yaml
|
12
|
+
Ctry:
|
13
|
+
description: |
|
14
|
+
Country
|
15
|
+
|
16
|
+
Country of the entity that requires the regulatory reporting information.
|
17
|
+
$ref: ./CountryCode.yaml
|
18
|
+
example:
|
19
|
+
Nm: Swiss National Bank
|
20
|
+
Ctry: CH
|
@@ -0,0 +1,37 @@
|
|
1
|
+
title: RegulatoryReporting3
|
2
|
+
description: |
|
3
|
+
Information needed due to regulatory and/or statutory requirements.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
DbtCdtRptgInd:
|
7
|
+
description: >
|
8
|
+
DebitCreditReportingIndicator
|
9
|
+
|
10
|
+
Identifies whether the regulatory reporting information applies to the debit side,
|
11
|
+
to the credit side or to both debit and credit sides of the transaction.
|
12
|
+
$ref: ./RegulatoryReportingType1Code.yaml
|
13
|
+
Authrty:
|
14
|
+
description: |
|
15
|
+
Authority
|
16
|
+
|
17
|
+
Entity requiring the regulatory reporting information.
|
18
|
+
$ref: ./RegulatoryAuthority2.yaml
|
19
|
+
Dtls:
|
20
|
+
description: >
|
21
|
+
Details
|
22
|
+
|
23
|
+
Identifies whether the regulatory reporting information applies to the debit side,
|
24
|
+
to the credit side or to both debit and credit sides of the transaction.
|
25
|
+
anyOf:
|
26
|
+
- $ref: ./StructuredRegulatoryReporting3.yaml
|
27
|
+
- items:
|
28
|
+
$ref: ./StructuredRegulatoryReporting3.yaml
|
29
|
+
type: array
|
30
|
+
example:
|
31
|
+
DbtCdtRptgInd: CRED
|
32
|
+
Authrty:
|
33
|
+
Nm: Swiss National Bank
|
34
|
+
Ctry: CH
|
35
|
+
Dtls:
|
36
|
+
Cd: A1
|
37
|
+
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,25 @@
|
|
1
|
+
title: ServiceLevel8Choice
|
2
|
+
description: |
|
3
|
+
Details about a service level.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
description: >
|
8
|
+
Code
|
9
|
+
|
10
|
+
Specifies a pre-agreed service or level of service between the parties,
|
11
|
+
as published in an external service level code list.
|
12
|
+
$ref: ./ExternalServiceLevel1Code.yaml
|
13
|
+
Prtry:
|
14
|
+
description: >
|
15
|
+
Proprietary
|
16
|
+
|
17
|
+
Specifies a pre-agreed service or level of service between the parties, as a proprietary code.
|
18
|
+
$ref: ./Max35Text.yaml
|
19
|
+
oneOf:
|
20
|
+
- required:
|
21
|
+
- Cd
|
22
|
+
- required:
|
23
|
+
- Prtry
|
24
|
+
example:
|
25
|
+
Cd: SEPA
|
@@ -0,0 +1,47 @@
|
|
1
|
+
title: SettlementInstruction15
|
2
|
+
description: |
|
3
|
+
Specifies the details on how the settlement of the original transaction(s) between the
|
4
|
+
instructing agent and the instructed agent was completed.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
SttlmMtd:
|
8
|
+
description: >
|
9
|
+
SettlementMethod
|
10
|
+
|
11
|
+
Method used to settle the (batch of) payment instructions.
|
12
|
+
$ref: ./SettlementMethod1Code.yaml
|
13
|
+
PmtTpInf:
|
14
|
+
description: |
|
15
|
+
PaymentTypeInformation
|
16
|
+
$ref: ./PaymentTypeInformation28.yaml
|
17
|
+
required:
|
18
|
+
- SttlmMtd
|
19
|
+
example:
|
20
|
+
SttlmMtd: INDA
|
21
|
+
PmtTpInf:
|
22
|
+
InstrPrty: NORM
|
23
|
+
SvcLvl:
|
24
|
+
Cd: SEPA
|
25
|
+
LclInstrm:
|
26
|
+
Cd: CH03
|
27
|
+
CtgyPurp:
|
28
|
+
Cd: SUPP
|
29
|
+
Cdtr:
|
30
|
+
Nm: Name
|
31
|
+
PstlAdr:
|
32
|
+
AdrTp: ADDR
|
33
|
+
AdrLine: Address
|
34
|
+
Ctry: CH
|
35
|
+
Id:
|
36
|
+
OrgId:
|
37
|
+
AnyBIC: BIC
|
38
|
+
Othr:
|
39
|
+
Id: 123
|
40
|
+
SchmeNm:
|
41
|
+
Cd: IBAN
|
42
|
+
Issr: BIC
|
43
|
+
CtryOfRes: CH
|
44
|
+
CtctDtls:
|
45
|
+
Nm: Name
|
46
|
+
PhneNb: 123
|
47
|
+
EmailAdr:
|
@@ -0,0 +1,24 @@
|
|
1
|
+
title: StatusReason6Choice
|
2
|
+
description: |
|
3
|
+
Unsure on description.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Cd:
|
7
|
+
description: >
|
8
|
+
Code
|
9
|
+
|
10
|
+
Reason for the status, as published in an external reason code list.
|
11
|
+
$ref: ./ExternalStatusReason1Code.yaml
|
12
|
+
Prtry:
|
13
|
+
description: >
|
14
|
+
Proprietary
|
15
|
+
|
16
|
+
Reason for the status, in a proprietary form.
|
17
|
+
$ref: ./Max35Text.yaml
|
18
|
+
oneOf:
|
19
|
+
- required:
|
20
|
+
- Cd
|
21
|
+
- required:
|
22
|
+
- Prtry
|
23
|
+
example:
|
24
|
+
Cd: AGNT
|
@@ -0,0 +1,39 @@
|
|
1
|
+
title: StatusReasonInformation14
|
2
|
+
description: |
|
3
|
+
Unsure on description.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Orgtr:
|
7
|
+
description:
|
8
|
+
Originator
|
9
|
+
|
10
|
+
Party that issues the status.
|
11
|
+
$ref: ./PartyIdentification272.yaml
|
12
|
+
Rsn:
|
13
|
+
description:
|
14
|
+
Reason
|
15
|
+
|
16
|
+
Specifies the reason for the status report.
|
17
|
+
$ref: ./StatusReason6Choice.yaml
|
18
|
+
AddtlInf:
|
19
|
+
description:
|
20
|
+
AdditionalInformation
|
21
|
+
|
22
|
+
Additional information about the status report.
|
23
|
+
$ref: ./Max105Text.yaml
|
24
|
+
example:
|
25
|
+
Orgtr:
|
26
|
+
Nm: Name
|
27
|
+
PstlAdr:
|
28
|
+
AdrTp: ADDR
|
29
|
+
Dept: Department
|
30
|
+
SubDept: SubDepartment
|
31
|
+
StrtNm: StreetName
|
32
|
+
BldgNb: BuildingNumber
|
33
|
+
PstCd: PostCode
|
34
|
+
TwnNm: TownName
|
35
|
+
CtrySubDvsn: CountrySubDivision
|
36
|
+
Ctry: Country
|
37
|
+
Rsn:
|
38
|
+
Cd: AGNT
|
39
|
+
AddtlInf: AdditionalInformation
|
@@ -0,0 +1,56 @@
|
|
1
|
+
title: StructuredRegulatoryReporting3
|
2
|
+
description: |
|
3
|
+
StructuredRegulatoryReporting3
|
4
|
+
|
5
|
+
Information needed due to regulatory and statutory requirements.
|
6
|
+
type: object
|
7
|
+
properties:
|
8
|
+
Tp:
|
9
|
+
description: |
|
10
|
+
Type
|
11
|
+
|
12
|
+
Specifies the type of the information supplied in the regulatory reporting details.
|
13
|
+
$ref: ./Max35Text.yaml
|
14
|
+
Dt:
|
15
|
+
description: |
|
16
|
+
Date
|
17
|
+
|
18
|
+
Date related to the specified type of regulatory reporting details.
|
19
|
+
$ref: ./ISODate.yaml
|
20
|
+
Ctry:
|
21
|
+
description: |
|
22
|
+
Country
|
23
|
+
|
24
|
+
Country related to the specified type of regulatory reporting details.
|
25
|
+
$ref: ./CountryCode.yaml
|
26
|
+
Cd:
|
27
|
+
description: >
|
28
|
+
Code
|
29
|
+
|
30
|
+
Specifies the nature, purpose, and reason for the transaction to be reported
|
31
|
+
for regulatory and statutory requirements in a coded form.
|
32
|
+
$ref: ./Max10Text.yaml
|
33
|
+
Amt:
|
34
|
+
description: |
|
35
|
+
Amount
|
36
|
+
|
37
|
+
Amount of money to be reported for regulatory and statutory requirements.
|
38
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
39
|
+
Inf:
|
40
|
+
description: |
|
41
|
+
Information
|
42
|
+
Additional details that cater for specific domestic regulatory requirements.
|
43
|
+
anyOf:
|
44
|
+
- $ref: ./Max35Text.yaml
|
45
|
+
- items:
|
46
|
+
$ref: ./Max35Text.yaml
|
47
|
+
type: array
|
48
|
+
example:
|
49
|
+
Tp: T1
|
50
|
+
Dt: '2018-01-01'
|
51
|
+
Ctry: CH
|
52
|
+
Cd: CHF
|
53
|
+
Amt:
|
54
|
+
Ccy: CHF
|
55
|
+
Amt: 1000
|
56
|
+
Inf: 12345
|
@@ -0,0 +1,29 @@
|
|
1
|
+
title: SupplementaryData1
|
2
|
+
description: >
|
3
|
+
Additional information that can not be captured in the structured fields
|
4
|
+
and/or any other specific block.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
PlcAndNm:
|
8
|
+
description: >
|
9
|
+
PlaceAndName
|
10
|
+
|
11
|
+
Unambiguous reference to the location where the supplementary data must be inserted in
|
12
|
+
the message instance.
|
13
|
+
$ref: ./Max350Text.yaml
|
14
|
+
Envlp:
|
15
|
+
description: >
|
16
|
+
Envelope
|
17
|
+
|
18
|
+
Technical element wrapping the supplementary data.
|
19
|
+
|
20
|
+
Technical component that contains the validated supplementary data information. This technical
|
21
|
+
envelope allows to segregate the supplementary data information from any other information.
|
22
|
+
$ref: ./SupplementaryDataEnvelope1.yaml
|
23
|
+
required:
|
24
|
+
- Envlp
|
25
|
+
example:
|
26
|
+
PlcAndNm: Additional information
|
27
|
+
Envlp:
|
28
|
+
Cd: CH03
|
29
|
+
Prtry: Additional information
|
@@ -0,0 +1,8 @@
|
|
1
|
+
title: SupplementaryDataEnvelope1
|
2
|
+
description: >
|
3
|
+
SupplementaryDataEnvelope1
|
4
|
+
|
5
|
+
Technical component that contains the validated supplementary data information.
|
6
|
+
This technical envelope allows to segregate the supplementary data information from any other information.
|
7
|
+
type: object
|
8
|
+
|
@@ -0,0 +1,49 @@
|
|
1
|
+
title: TaxAmount3
|
2
|
+
description: |
|
3
|
+
Information on the amount of the tax record.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Rate:
|
7
|
+
description: |
|
8
|
+
Rate
|
9
|
+
|
10
|
+
Rate used to calculate the tax.
|
11
|
+
$ref: ./PercentageRate.yaml
|
12
|
+
TaxblBaseAmt:
|
13
|
+
description: |
|
14
|
+
TaxableBaseAmount
|
15
|
+
|
16
|
+
Amount of money on which the tax is based.
|
17
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
18
|
+
TtlAmt:
|
19
|
+
description: |
|
20
|
+
TotalAmount
|
21
|
+
|
22
|
+
Total amount that is the result of the calculation of the tax for the record.
|
23
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
24
|
+
Dtls:
|
25
|
+
description: |
|
26
|
+
Details
|
27
|
+
|
28
|
+
Set of elements used to provide details on the tax period and amount.
|
29
|
+
anyOf:
|
30
|
+
- $ref: ./TaxRecordDetails3.yaml
|
31
|
+
- items:
|
32
|
+
$ref: ./TaxRecordDetails3.yaml
|
33
|
+
type: array
|
34
|
+
example:
|
35
|
+
Rate: 0.0
|
36
|
+
TaxblBaseAmt:
|
37
|
+
Ccy: EUR
|
38
|
+
Amt: 0
|
39
|
+
TtlAmt:
|
40
|
+
Ccy: EUR
|
41
|
+
Amt: 0
|
42
|
+
Dtls:
|
43
|
+
Tp: T1
|
44
|
+
Ctry: CH
|
45
|
+
Cd: CHF
|
46
|
+
Amt:
|
47
|
+
Ccy: CHF
|
48
|
+
Amt: 1000
|
49
|
+
Inf: 12345
|
@@ -0,0 +1,20 @@
|
|
1
|
+
title: TaxAuthorisation1
|
2
|
+
description: |
|
3
|
+
Details of an authorised tax paying party.
|
4
|
+
type: object
|
5
|
+
properties:
|
6
|
+
Titl:
|
7
|
+
description: |
|
8
|
+
Title
|
9
|
+
|
10
|
+
Title or position of debtor or the debtor's authorised representative.
|
11
|
+
$ref: ./Max35Text.yaml
|
12
|
+
Nm:
|
13
|
+
description: |
|
14
|
+
Name
|
15
|
+
|
16
|
+
Name of the debtor or the debtor's authorised representative.
|
17
|
+
$ref: ./Max140Text.yaml
|
18
|
+
example:
|
19
|
+
Titl: Mr
|
20
|
+
Nm: John Doe
|
@@ -0,0 +1,105 @@
|
|
1
|
+
title: TaxData1
|
2
|
+
description: >
|
3
|
+
Details about tax paid, or to be paid, to the government in accordance with
|
4
|
+
the law, including pre-defined parameters such as thresholds and type of account.
|
5
|
+
type: object
|
6
|
+
properties:
|
7
|
+
Cdtr:
|
8
|
+
description: |
|
9
|
+
Creditor
|
10
|
+
|
11
|
+
Party on the credit side of the transaction to which the tax applies.
|
12
|
+
$ref: ./TaxParty1.yaml
|
13
|
+
Dbtr:
|
14
|
+
description: |
|
15
|
+
Debtor
|
16
|
+
|
17
|
+
Party on the debit side of the transaction to which the tax applies.
|
18
|
+
$ref: ./TaxParty2.yaml
|
19
|
+
UltmtDbtr:
|
20
|
+
description: |
|
21
|
+
UltimateDebtor
|
22
|
+
|
23
|
+
Ultimate party that owes an amount of money to the (ultimate) creditor, in this case, to the taxing authority.
|
24
|
+
$ref: ./TaxParty2.yaml
|
25
|
+
AdmstnZone:
|
26
|
+
description: |
|
27
|
+
AdministrationZone
|
28
|
+
|
29
|
+
Territorial part of a country to which the tax payment is related.
|
30
|
+
$ref: ./Max35Text.yaml
|
31
|
+
RefNb:
|
32
|
+
description: |
|
33
|
+
ReferenceNumber
|
34
|
+
|
35
|
+
Tax reference information that is specific to a taxing agency.
|
36
|
+
$ref: ./Max140Text.yaml
|
37
|
+
Mtd:
|
38
|
+
description: |
|
39
|
+
Method
|
40
|
+
|
41
|
+
Method used to indicate the underlying business or how the tax is paid.
|
42
|
+
$ref: ./Max35Text.yaml
|
43
|
+
TtlTaxblBaseAmt:
|
44
|
+
description: |
|
45
|
+
TotalTaxableBaseAmount
|
46
|
+
|
47
|
+
Total amount of money on which the tax is based.
|
48
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
49
|
+
TtlTaxAmt:
|
50
|
+
description: |
|
51
|
+
TotalTaxAmount
|
52
|
+
|
53
|
+
Total amount of money as result of the calculation of the tax.
|
54
|
+
$ref: ./ActiveOrHistoricCurrencyAndAmount.yaml
|
55
|
+
Dt:
|
56
|
+
description: |
|
57
|
+
Date
|
58
|
+
|
59
|
+
Date by which tax is due.
|
60
|
+
$ref: ./ISODate.yaml
|
61
|
+
SeqNb:
|
62
|
+
description: |
|
63
|
+
SequenceNumber
|
64
|
+
|
65
|
+
Sequential number of the tax report
|
66
|
+
$ref: ./Number.yaml
|
67
|
+
Rcrd:
|
68
|
+
description: |
|
69
|
+
Record
|
70
|
+
|
71
|
+
Details of the tax record.
|
72
|
+
anyOf:
|
73
|
+
- $ref: ./TaxRecord3.yaml
|
74
|
+
- items:
|
75
|
+
$ref: ./TaxRecord3.yaml
|
76
|
+
type: array
|
77
|
+
example:
|
78
|
+
Cdtr:
|
79
|
+
Titl: Mr
|
80
|
+
Nm: John Doe
|
81
|
+
Dbtr:
|
82
|
+
Titl: Mr
|
83
|
+
Nm: John Doe
|
84
|
+
UltmtDbtr:
|
85
|
+
Titl: Mr
|
86
|
+
Nm: John Doe
|
87
|
+
AdmstnZone: CH
|
88
|
+
RefNb: 12345
|
89
|
+
Mtd: A
|
90
|
+
TtlTaxblBaseAmt:
|
91
|
+
Ccy: CHF
|
92
|
+
Amt: 1000
|
93
|
+
TtlTaxAmt:
|
94
|
+
Ccy: CHF
|
95
|
+
Amt: 100
|
96
|
+
Dt: '2018-01-01'
|
97
|
+
SeqNb: 1
|
98
|
+
Rcrd:
|
99
|
+
Tp: T1
|
100
|
+
Ctry: CH
|
101
|
+
Cd: CHF
|
102
|
+
Amt:
|
103
|
+
Ccy: CHF
|
104
|
+
Amt: 1000
|
105
|
+
Inf: 12345
|