Update SEPA TIS Specs authored by Konrad Botor's avatar Konrad Botor
# **OpenAPI (Swagger) Specification for TIS-DIS interface** # **OpenAPI (Swagger) Specification for TIS-DIS interface**
Note: All endpoints will be on the same path This API is located in module `cdr:web`.
Files to download: Note: In current version this may be used for SEPA Connector-CDR interface or possibly just for testing purposes,
* [API in Swagger 2.0 format](/uploads/1daf462f3032fa2af24b83e369821132/ISO20022.yaml) with SEPA Connector communicating with CDR directly using service-level API from module `cdr:web`
* [API in OpenAPI 3.0 format](/uploads/944b62dc610b0826134bbad4238208af/ISO20022-OpenApi3.yaml)
* [XSD files and XML samples for `next-message` and `processing-result` endpoints](/uploads/85d7512881b2139e708d69f22676e97a/CustomXML.7z)
```yaml Files to download:
openapi: 3.0.0 * [API in Swagger 2.0 format](uploads/f8e56051e33a262d27169efc0a4d4845/openapi.json)
info:
description: API for TIS connection to DIS in SEPA connector project
version: 1.0.0
title: SEPA-TIS
contact:
name: Konrad Botor
email: kbotor@syncad.com
license:
name: UnLicense
url: 'http://unlicense.org'
tags:
- name: input
description: Endpoints for receiving data from DIS
- name: output
description: Endpoints for sending data to DIS
paths:
/:
post:
tags:
- input
- output
summary: Routes requests to other endpoints
description: Routes requests to other endpoints
operationId: main
responses:
'200':
description: Always HTTP code 200
content:
application/xml:
schema:
type: string
text/xml:
schema:
type: string
'201':
description: Created
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found
deprecated: false
requestBody:
content:
application/xml:
schema:
type: object
text/xml:
schema:
type: object
description: body
required: true
/next-message:
post:
tags:
- input
summary: Checks for new messages from bank
description: >-
Checks for new messages from bank. Returns the next new message (in
field result/document) if present or null if none is available.
operationId: nextMessage
responses:
'200':
description: Always HTTP code 200
content:
application/xml:
schema:
$ref: '#/components/schemas/Response'
text/xml:
schema:
$ref: '#/components/schemas/Response'
'201':
description: Created
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found
deprecated: false
requestBody:
content:
application/xml:
schema:
$ref: '#/components/schemas/NextMessage'
text/xml:
schema:
$ref: '#/components/schemas/NextMessage'
description: body
required: true
/payment-request:
post:
tags:
- output
summary: Sends payment request to bank
description: Sends payment request to bank
operationId: paymentRequest
responses:
'200':
description: Always HTTP code 200
content:
application/xml:
schema:
$ref: '#/components/schemas/Response'
text/xml:
schema:
$ref: '#/components/schemas/Response'
'201':
description: Created
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found
deprecated: false
requestBody:
content:
application/xml:
schema:
$ref: '#/components/schemas/FFCCTRNS.Document'
text/xml:
schema:
$ref: '#/components/schemas/FFCCTRNS.Document'
description: body
required: true
/payment-return:
post:
tags:
- output
summary: Sends payment return to bank
description: Sends payment return to bank
operationId: paymentReturn
responses:
'200':
description: Always HTTP code 200
content:
application/xml:
schema:
$ref: '#/components/schemas/Response'
text/xml:
schema:
$ref: '#/components/schemas/Response'
'201':
description: Created
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found
deprecated: false
requestBody:
content:
application/xml:
schema:
$ref: '#/components/schemas/PRTRN.Document'
text/xml:
schema:
$ref: '#/components/schemas/PRTRN.Document'
description: body
required: true
/payment-return-request:
post:
tags:
- output
summary: Sends payment return request to bank
description: Sends payment return request to bank
operationId: paymentReturnRequest
responses:
'200':
description: Always HTTP code 200
content:
application/xml:
schema:
$ref: '#/components/schemas/Response'
text/xml:
schema:
$ref: '#/components/schemas/Response'
'201':
description: Created
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found
deprecated: false
requestBody:
content:
application/xml:
schema:
$ref: '#/components/schemas/FFPCRQST.Document'
text/xml:
schema:
$ref: '#/components/schemas/FFPCRQST.Document'
description: body
required: true
/processing-result:
post:
tags:
- input
summary: Sends message processing result from TIS to DIS
description: >-
Sends message processing result from TIS to DIS. If the result is
COMPLETED, document with given ID and type has status set to PROCESSED,
otherwise its status is set to FOR_RESENDING and error count incremented
by one. If the error count is greater than 3, the status is set to
PROCESSING_FAILED instead to indicate system operator action is
required.
operationId: processingResult
responses:
'200':
description: Always HTTP code 200
content:
application/xml:
schema:
$ref: '#/components/schemas/Response'
text/xml:
schema:
$ref: '#/components/schemas/Response'
'201':
description: Created
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found
deprecated: false
requestBody:
content:
application/xml:
schema:
$ref: '#/components/schemas/ProcessingResult'
text/xml:
schema:
$ref: '#/components/schemas/ProcessingResult'
description: body
required: true
/resolution-of-investigation:
post:
tags:
- output
summary: Sends resolution of investigation to bank
description: Sends resolution of investigation to bank
operationId: resolutionOfInvestigation
responses:
'200':
description: Always HTTP code 200
content:
application/xml:
schema:
$ref: '#/components/schemas/Response'
text/xml:
schema:
$ref: '#/components/schemas/Response'
'201':
description: Created
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found
deprecated: false
requestBody:
content:
application/xml:
schema:
$ref: '#/components/schemas/ROINVSTG.Document'
text/xml:
schema:
$ref: '#/components/schemas/ROINVSTG.Document'
description: body
required: true
servers:
- url: 'http//sepadevlnx.syncad.com/'
components:
schemas:
Error:
type: object
required:
- Code
- Description
properties:
Code:
type: string
example: DIS-0001
description: >-
Error code (1 - document with given ID already exists, 2 - missing
required data, 3 - technical error)
enum:
- DIS-0001
- DIS-0002
- DIS-0003
Description:
type: object
example: Document with given ID already exists
description: Error message
title: Error
description: Error object. Only sent if result.status is 'Error'
ErrorDocument:
type: object
required:
- DocId
- DocRefId
- DocRefType
- ErrorCode
- ErrorMessage
- Timestamp
properties:
DocId:
type: string
example: PS18091010000007
description: >-
ID of this document - generated either by PAS or CDR - the same
format as any other document ID
DocRefId:
type: string
example: D118091001045732
description: Reference to the document that caused the error
DocRefType:
type: string
example: FFCCTRNS
description: Reference to the document type that caused the error
enum:
- FFCCTRNS
- FFPCRQST
- PRTRN
- ROINVSTG
ErrorCode:
type: string
example: PAS-81500000
description: Error code as provided by PAS or CPR
ErrorMessage:
type: string
example: >-
Priimami tik pasirašyti LITAS-INST ir PROXY sistemų pranešimai.
Only LITAS-INST and PROXY signed messages are accepted.
description: Error message as provided by PAS or CPR
Timestamp:
type: string
format: date-time
description: Timestamp of this document's creation
title: ErrorDocument
description: >-
Document describing an error received from PAS (AUTHRES, SYNRES, RETURN)
or processing error in CPR subsystem
FFCCTRNS.CategoryPurpose1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: FFCCTRNS.CategoryPurpose1Choice
xml:
name: CategoryPurpose1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.CategoryPurpose1Choice
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.CreditTransferTransactionInformation11:
type: object
required:
- Cdtr
- CdtrAcct
- CdtrAgt
- ChrgBr
- Dbtr
- DbtrAcct
- DbtrAgt
- IntrBkSttlmAmt
- PmtId
- PmtTpInf
properties:
Cdtr:
$ref: '#/components/schemas/FFCCTRNS.S2SCTPartyIdentification322'
CdtrAcct:
$ref: '#/components/schemas/FFCCTRNS.S2SCTCashAccount161'
CdtrAgt:
$ref: >-
#/components/schemas/FFCCTRNS.S2SCTBranchAndFinancialInstitutionIdentification4
ChrgBr:
type: string
enum:
- SLEV
Dbtr:
$ref: '#/components/schemas/FFCCTRNS.S2SCTPartyIdentification322'
DbtrAcct:
$ref: '#/components/schemas/FFCCTRNS.S2SCTCashAccount161'
DbtrAgt:
$ref: >-
#/components/schemas/FFCCTRNS.S2SCTBranchAndFinancialInstitutionIdentification4
InstgAgt:
$ref: >-
#/components/schemas/FFCCTRNS.S2SCTBranchAndFinancialInstitutionIdentification4
IntrBkSttlmAmt:
$ref: '#/components/schemas/FFCCTRNS.IntrBkSttlmAmt'
PmtId:
$ref: '#/components/schemas/FFCCTRNS.PmtId'
PmtTpInf:
$ref: '#/components/schemas/FFCCTRNS.S2SCTPaymentTypeInformation21'
Purp:
$ref: '#/components/schemas/FFCCTRNS.Purpose2Choice'
RmtInf:
$ref: '#/components/schemas/FFCCTRNS.S2SCTRemittanceInformation5'
UltmtCdtr:
$ref: '#/components/schemas/FFCCTRNS.S2SCTPartyIdentification321'
UltmtDbtr:
$ref: '#/components/schemas/FFCCTRNS.S2SCTPartyIdentification321'
title: FFCCTRNS.CreditTransferTransactionInformation11
xml:
name: CreditTransferTransactionInformation11
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.CreditTransferTransactionInformation11
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.DateAndPlaceOfBirth:
type: object
required:
- BirthDt
- CityOfBirth
- CtryOfBirth
properties:
BirthDt:
type: string
format: date-time
CityOfBirth:
type: string
CtryOfBirth:
type: string
PrvcOfBirth:
type: string
title: FFCCTRNS.DateAndPlaceOfBirth
xml:
name: DateAndPlaceOfBirth
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.DateAndPlaceOfBirth
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.Document:
type: object
required:
- FIToFICstmrCdtTrf
properties:
FIToFICstmrCdtTrf:
$ref: '#/components/schemas/FFCCTRNS.FIToFICustomerCreditTransferV02'
title: FFCCTRNS.Document
xml:
name: Document
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.Document
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.FIToFICustomerCreditTransferV02:
type: object
required:
- CdtTrfTxInf
- GrpHdr
properties:
CdtTrfTxInf:
type: array
items:
$ref: >-
#/components/schemas/FFCCTRNS.CreditTransferTransactionInformation11
GrpHdr:
$ref: '#/components/schemas/FFCCTRNS.S2SCTGroupHeader33'
title: FFCCTRNS.FIToFICustomerCreditTransferV02
xml:
name: FIToFICustomerCreditTransferV02
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.FIToFICustomerCreditTransferV02
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.GenericOrganisationIdentification1:
type: object
required:
- Id
properties:
Id:
type: string
Issr:
type: string
SchmeNm:
$ref: >-
#/components/schemas/FFCCTRNS.OrganisationIdentificationSchemeName1Choice
title: FFCCTRNS.GenericOrganisationIdentification1
xml:
name: GenericOrganisationIdentification1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.GenericOrganisationIdentification1
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.GenericPersonIdentification1:
type: object
required:
- Id
properties:
Id:
type: string
Issr:
type: string
SchmeNm:
$ref: '#/components/schemas/FFCCTRNS.PersonIdentificationSchemeName1Choice'
title: FFCCTRNS.GenericPersonIdentification1
xml:
name: GenericPersonIdentification1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.GenericPersonIdentification1
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.IntrBkSttlmAmt:
type: object
required:
- Ccy
properties:
Ccy:
type: string
xml:
name: Ccy
attribute: true
wrapped: false
enum:
- EUR
value:
type: number
title: FFCCTRNS.IntrBkSttlmAmt
xml:
name: FFCCTRNS.IntrBkSttlmAmt
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.CreditTransferTransactionInformation11.IntrBkSttlmAmt
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.OrganisationIdentificationSchemeName1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: FFCCTRNS.OrganisationIdentificationSchemeName1Choice
xml:
name: OrganisationIdentificationSchemeName1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.OrganisationIdentificationSchemeName1Choice
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.PersonIdentificationSchemeName1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: FFCCTRNS.PersonIdentificationSchemeName1Choice
xml:
name: PersonIdentificationSchemeName1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.PersonIdentificationSchemeName1Choice
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.PmtId:
type: object
required:
- EndToEndId
- TxId
properties:
EndToEndId:
type: string
InstrId:
type: string
TxId:
type: string
title: FFCCTRNS.PmtId
xml:
name: FFCCTRNS.PmtId
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.CreditTransferTransactionInformation11.PmtId
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.Purpose2Choice:
type: object
properties:
Cd:
type: string
title: FFCCTRNS.Purpose2Choice
xml:
name: Purpose2Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.Purpose2Choice
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTAccountIdentification4Choice:
type: object
required:
- IBAN
properties:
IBAN:
type: string
title: FFCCTRNS.S2SCTAccountIdentification4Choice
xml:
name: S2SCTAccountIdentification4Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTAccountIdentification4Choice
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTBranchAndFinancialInstitutionIdentification4:
type: object
required:
- FinInstnId
properties:
FinInstnId:
$ref: >-
#/components/schemas/FFCCTRNS.S2SCTFinancialInstitutionIdentification7
title: FFCCTRNS.S2SCTBranchAndFinancialInstitutionIdentification4
xml:
name: S2SCTBranchAndFinancialInstitutionIdentification4
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTBranchAndFinancialInstitutionIdentification4
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTCashAccount161:
type: object
required:
- Id
properties:
Id:
$ref: '#/components/schemas/FFCCTRNS.S2SCTAccountIdentification4Choice'
title: FFCCTRNS.S2SCTCashAccount161
xml:
name: S2SCTCashAccount161
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTCashAccount161
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTClearingSystemIdentification3Choice:
type: object
required:
- Prtry
properties:
Prtry:
type: string
title: FFCCTRNS.S2SCTClearingSystemIdentification3Choice
xml:
name: S2SCTClearingSystemIdentification3Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTClearingSystemIdentification3Choice
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTCreditorReferenceInformation2:
type: object
required:
- Ref
- Tp
properties:
Ref:
type: string
Tp:
$ref: '#/components/schemas/FFCCTRNS.S2SCTCreditorReferenceType2'
title: FFCCTRNS.S2SCTCreditorReferenceInformation2
xml:
name: S2SCTCreditorReferenceInformation2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTCreditorReferenceInformation2
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTCreditorReferenceType1Choice:
type: object
properties:
Cd:
type: string
enum:
- SCOR
title: FFCCTRNS.S2SCTCreditorReferenceType1Choice
xml:
name: S2SCTCreditorReferenceType1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTCreditorReferenceType1Choice
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTCreditorReferenceType2:
type: object
required:
- CdOrPrtry
properties:
CdOrPrtry:
$ref: '#/components/schemas/FFCCTRNS.S2SCTCreditorReferenceType1Choice'
Issr:
type: string
title: FFCCTRNS.S2SCTCreditorReferenceType2
xml:
name: S2SCTCreditorReferenceType2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTCreditorReferenceType2
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTCurrencyAndAmount:
type: object
required:
- Ccy
properties:
Ccy:
type: string
xml:
name: Ccy
attribute: true
wrapped: false
enum:
- EUR
value:
type: number
title: FFCCTRNS.S2SCTCurrencyAndAmount
xml:
name: S2SCTCurrencyAndAmount
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTCurrencyAndAmount
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTFinancialInstitutionIdentification7:
type: object
required:
- BIC
properties:
BIC:
type: string
title: FFCCTRNS.S2SCTFinancialInstitutionIdentification7
xml:
name: S2SCTFinancialInstitutionIdentification7
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTFinancialInstitutionIdentification7
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTGroupHeader33:
type: object
required:
- CreDtTm
- IntrBkSttlmDt
- MsgId
- NbOfTxs
- SttlmInf
- TtlIntrBkSttlmAmt
properties:
CreDtTm:
type: string
format: date-time
InstdAgt:
$ref: >-
#/components/schemas/FFCCTRNS.S2SCTBranchAndFinancialInstitutionIdentification4
InstgAgt:
$ref: >-
#/components/schemas/FFCCTRNS.S2SCTBranchAndFinancialInstitutionIdentification4
IntrBkSttlmDt:
type: string
format: date-time
MsgId:
type: string
NbOfTxs:
type: string
SttlmInf:
$ref: '#/components/schemas/FFCCTRNS.S2SCTSettlementInformation13'
TtlIntrBkSttlmAmt:
$ref: '#/components/schemas/FFCCTRNS.S2SCTCurrencyAndAmount'
title: FFCCTRNS.S2SCTGroupHeader33
xml:
name: S2SCTGroupHeader33
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTGroupHeader33
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTLocalInstrument2Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: FFCCTRNS.S2SCTLocalInstrument2Choice
xml:
name: S2SCTLocalInstrument2Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTLocalInstrument2Choice
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTOrganisationIdentification41:
type: object
properties:
BICOrBEI:
type: string
Othr:
$ref: '#/components/schemas/FFCCTRNS.GenericOrganisationIdentification1'
title: FFCCTRNS.S2SCTOrganisationIdentification41
xml:
name: S2SCTOrganisationIdentification41
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTOrganisationIdentification41
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTParty6Choice:
type: object
properties:
OrgId:
$ref: '#/components/schemas/FFCCTRNS.S2SCTOrganisationIdentification41'
PrvtId:
$ref: '#/components/schemas/FFCCTRNS.S2SCTPersonIdentification51'
title: FFCCTRNS.S2SCTParty6Choice
xml:
name: S2SCTParty6Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTParty6Choice
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTPartyIdentification321:
type: object
properties:
Id:
$ref: '#/components/schemas/FFCCTRNS.S2SCTParty6Choice'
Nm:
type: string
title: FFCCTRNS.S2SCTPartyIdentification321
xml:
name: S2SCTPartyIdentification321
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTPartyIdentification321
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTPartyIdentification322:
type: object
required:
- Nm
properties:
Id:
$ref: '#/components/schemas/FFCCTRNS.S2SCTParty6Choice'
Nm:
type: string
PstlAdr:
$ref: '#/components/schemas/FFCCTRNS.S2SCTPostalAddress6'
title: FFCCTRNS.S2SCTPartyIdentification322
xml:
name: S2SCTPartyIdentification322
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTPartyIdentification322
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTPaymentTypeInformation21:
type: object
required:
- SvcLvl
properties:
CtgyPurp:
$ref: '#/components/schemas/FFCCTRNS.CategoryPurpose1Choice'
LclInstrm:
$ref: '#/components/schemas/FFCCTRNS.S2SCTLocalInstrument2Choice'
SvcLvl:
$ref: '#/components/schemas/FFCCTRNS.S2SCTServiceLevel8Choice'
title: FFCCTRNS.S2SCTPaymentTypeInformation21
xml:
name: S2SCTPaymentTypeInformation21
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTPaymentTypeInformation21
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTPersonIdentification51:
type: object
properties:
DtAndPlcOfBirth:
$ref: '#/components/schemas/FFCCTRNS.DateAndPlaceOfBirth'
Othr:
$ref: '#/components/schemas/FFCCTRNS.GenericPersonIdentification1'
title: FFCCTRNS.S2SCTPersonIdentification51
xml:
name: S2SCTPersonIdentification51
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTPersonIdentification51
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTPostalAddress6:
type: object
properties:
AdrLine:
type: array
items:
type: string
Ctry:
type: string
title: FFCCTRNS.S2SCTPostalAddress6
xml:
name: S2SCTPostalAddress6
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTPostalAddress6
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTRemittanceInformation5:
type: object
properties:
Strd:
$ref: '#/components/schemas/FFCCTRNS.S2SCTStructuredRemittanceInformation7'
Ustrd:
type: string
title: FFCCTRNS.S2SCTRemittanceInformation5
xml:
name: S2SCTRemittanceInformation5
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTRemittanceInformation5
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTServiceLevel8Choice:
type: object
required:
- Cd
properties:
Cd:
type: string
enum:
- SEPA
title: FFCCTRNS.S2SCTServiceLevel8Choice
xml:
name: S2SCTServiceLevel8Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTServiceLevel8Choice
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTSettlementInformation13:
type: object
required:
- ClrSys
- SttlmMtd
properties:
ClrSys:
$ref: >-
#/components/schemas/FFCCTRNS.S2SCTClearingSystemIdentification3Choice
SttlmMtd:
type: string
enum:
- CLRG
title: FFCCTRNS.S2SCTSettlementInformation13
xml:
name: S2SCTSettlementInformation13
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTSettlementInformation13
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.S2SCTStructuredRemittanceInformation7:
type: object
properties:
CdtrRefInf:
$ref: '#/components/schemas/FFCCTRNS.S2SCTCreditorReferenceInformation2'
title: FFCCTRNS.S2SCTStructuredRemittanceInformation7
xml:
name: S2SCTStructuredRemittanceInformation7
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.S2SCTStructuredRemittanceInformation7
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.CancellationReason2Choice:
type: object
properties:
Cd:
type: string
enum:
- DUPL
Prtry:
type: string
title: FFPCRQST.CancellationReason2Choice
xml:
name: CancellationReason2Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.CancellationReason2Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.CategoryPurpose1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: FFPCRQST.CategoryPurpose1Choice
xml:
name: CategoryPurpose1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.CategoryPurpose1Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.ControlData1:
type: object
required:
- NbOfTxs
properties:
NbOfTxs:
type: string
title: FFPCRQST.ControlData1
xml:
name: ControlData1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.ControlData1
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.CreditorReferenceInformation2:
type: object
required:
- Ref
- Tp
properties:
Ref:
type: string
Tp:
$ref: '#/components/schemas/FFPCRQST.CreditorReferenceType2'
title: FFPCRQST.CreditorReferenceInformation2
xml:
name: CreditorReferenceInformation2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.CreditorReferenceInformation2
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.CreditorReferenceType1Choice:
type: object
properties:
Cd:
type: string
enum:
- SCOR
title: FFPCRQST.CreditorReferenceType1Choice
xml:
name: CreditorReferenceType1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.CreditorReferenceType1Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.CreditorReferenceType2:
type: object
required:
- CdOrPrtry
properties:
CdOrPrtry:
$ref: '#/components/schemas/FFPCRQST.CreditorReferenceType1Choice'
Issr:
type: string
title: FFPCRQST.CreditorReferenceType2
xml:
name: CreditorReferenceType2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.CreditorReferenceType2
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.DateAndPlaceOfBirth:
type: object
required:
- BirthDt
- CityOfBirth
- CtryOfBirth
properties:
BirthDt:
type: string
format: date-time
CityOfBirth:
type: string
CtryOfBirth:
type: string
PrvcOfBirth:
type: string
title: FFPCRQST.DateAndPlaceOfBirth
xml:
name: DateAndPlaceOfBirth
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.DateAndPlaceOfBirth
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.Document:
type: object
required:
- FIToFIPmtCxlReq
properties:
FIToFIPmtCxlReq:
$ref: >-
#/components/schemas/FFPCRQST.S2SCTFIToFIPaymentCancellationRequestV01
title: FFPCRQST.Document
xml:
name: Document
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.Document
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.FinancialIdentificationSchemeName2:
type: object
required:
- Prtry
properties:
Prtry:
type: string
enum:
- SEPA
title: FFPCRQST.FinancialIdentificationSchemeName2
xml:
name: FinancialIdentificationSchemeName2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.FinancialIdentificationSchemeName2
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.GenericOrganisationIdentification1:
type: object
required:
- Id
properties:
Id:
type: string
Issr:
type: string
SchmeNm:
$ref: >-
#/components/schemas/FFPCRQST.OrganisationIdentificationSchemeName1Choice
title: FFPCRQST.GenericOrganisationIdentification1
xml:
name: GenericOrganisationIdentification1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.GenericOrganisationIdentification1
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.GenericPersonIdentification1:
type: object
required:
- Id
properties:
Id:
type: string
Issr:
type: string
SchmeNm:
$ref: '#/components/schemas/FFPCRQST.PersonIdentificationSchemeName1Choice'
title: FFPCRQST.GenericPersonIdentification1
xml:
name: GenericPersonIdentification1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.GenericPersonIdentification1
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.OrganisationIdentificationSchemeName1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: FFPCRQST.OrganisationIdentificationSchemeName1Choice
xml:
name: OrganisationIdentificationSchemeName1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.OrganisationIdentificationSchemeName1Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.OrgnlIntrBkSttlmAmt:
type: object
required:
- Ccy
properties:
Ccy:
type: string
xml:
name: Ccy
attribute: true
wrapped: false
enum:
- EUR
value:
type: number
title: FFPCRQST.OrgnlIntrBkSttlmAmt
xml:
name: FFPCRQST.OrgnlIntrBkSttlmAmt
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTPaymentTransactionInformation31.OrgnlIntrBkSttlmAmt
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.OrgnlTxRef:
type: object
required:
- Cdtr
- CdtrAcct
- CdtrAgt
- Dbtr
- DbtrAcct
- DbtrAgt
- PmtTpInf
- SttlmInf
properties:
Cdtr:
$ref: '#/components/schemas/FFPCRQST.S2SCTPartyIdentification32'
CdtrAcct:
$ref: '#/components/schemas/FFPCRQST.S2SCTCashAccount16'
CdtrAgt:
$ref: >-
#/components/schemas/FFPCRQST.S2SCTBranchAndFinancialInstitutionIdentification4
CdtrSchmeId:
$ref: '#/components/schemas/FFPCRQST.S2SDDCdtrSchmeId'
Dbtr:
$ref: '#/components/schemas/FFPCRQST.S2SCTPartyIdentification32'
DbtrAcct:
$ref: '#/components/schemas/FFPCRQST.S2SCTCashAccount16'
DbtrAgt:
$ref: >-
#/components/schemas/FFPCRQST.S2SCTBranchAndFinancialInstitutionIdentification4
MndtRltdInf:
$ref: '#/components/schemas/FFPCRQST.S2SDDMandateRelatedInformation1'
PmtTpInf:
$ref: '#/components/schemas/FFPCRQST.S2SCTPaymentTypeInformation22'
ReqdColltnDt:
type: string
format: date-time
RmtInf:
$ref: '#/components/schemas/FFPCRQST.S2SCTRemittanceInformation5'
SttlmInf:
$ref: '#/components/schemas/FFPCRQST.S2SCTSettlementInformation13'
UltmtCdtr:
$ref: '#/components/schemas/FFPCRQST.S2SCTPartyIdentification33'
UltmtDbtr:
$ref: '#/components/schemas/FFPCRQST.S2SCTPartyIdentification33'
title: FFPCRQST.OrgnlTxRef
xml:
name: FFPCRQST.OrgnlTxRef
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTPaymentTransactionInformation31.OrgnlTxRef
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.PersonIdentificationSchemeName1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: FFPCRQST.PersonIdentificationSchemeName1Choice
xml:
name: PersonIdentificationSchemeName1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.PersonIdentificationSchemeName1Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTAccountIdentification4Choice:
type: object
required:
- IBAN
properties:
IBAN:
type: string
title: FFPCRQST.S2SCTAccountIdentification4Choice
xml:
name: S2SCTAccountIdentification4Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTAccountIdentification4Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTBranchAndFinancialInstitutionIdentification4:
type: object
required:
- FinInstnId
properties:
FinInstnId:
$ref: >-
#/components/schemas/FFPCRQST.S2SCTFinancialInstitutionIdentification7
title: FFPCRQST.S2SCTBranchAndFinancialInstitutionIdentification4
xml:
name: S2SCTBranchAndFinancialInstitutionIdentification4
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTBranchAndFinancialInstitutionIdentification4
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTCancellationReasonInformation3:
type: object
required:
- Orgtr
- Rsn
properties:
AddtlInf:
type: string
Orgtr:
$ref: '#/components/schemas/FFPCRQST.S2SCTId5'
Rsn:
$ref: '#/components/schemas/FFPCRQST.CancellationReason2Choice'
title: FFPCRQST.S2SCTCancellationReasonInformation3
xml:
name: S2SCTCancellationReasonInformation3
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTCancellationReasonInformation3
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTCaseAssignment2:
type: object
required:
- Assgne
- Assgnr
- CreDtTm
- Id
properties:
Assgne:
$ref: '#/components/schemas/FFPCRQST.S2SCTParty7Choice'
Assgnr:
$ref: '#/components/schemas/FFPCRQST.S2SCTParty7Choice'
CreDtTm:
type: string
format: date-time
Id:
type: string
title: FFPCRQST.S2SCTCaseAssignment2
xml:
name: S2SCTCaseAssignment2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTCaseAssignment2
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTCashAccount16:
type: object
required:
- Id
properties:
Id:
$ref: '#/components/schemas/FFPCRQST.S2SCTAccountIdentification4Choice'
title: FFPCRQST.S2SCTCashAccount16
xml:
name: S2SCTCashAccount16
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTCashAccount16
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTClearingSystemIdentification1Choice:
type: object
required:
- Prtry
properties:
Prtry:
type: string
title: FFPCRQST.S2SCTClearingSystemIdentification1Choice
xml:
name: S2SCTClearingSystemIdentification1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTClearingSystemIdentification1Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTFIToFIPaymentCancellationRequestV01:
type: object
required:
- Assgnmt
- CtrlData
- Undrlyg
properties:
Assgnmt:
$ref: '#/components/schemas/FFPCRQST.S2SCTCaseAssignment2'
CtrlData:
$ref: '#/components/schemas/FFPCRQST.ControlData1'
Undrlyg:
$ref: '#/components/schemas/FFPCRQST.S2SCTUnderlyingTransaction2'
title: FFPCRQST.S2SCTFIToFIPaymentCancellationRequestV01
xml:
name: S2SCTFIToFIPaymentCancellationRequestV01
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTFIToFIPaymentCancellationRequestV01
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTFinancialInstitutionIdentification7:
type: object
required:
- BIC
properties:
BIC:
type: string
title: FFPCRQST.S2SCTFinancialInstitutionIdentification7
xml:
name: S2SCTFinancialInstitutionIdentification7
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTFinancialInstitutionIdentification7
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTId5:
type: object
properties:
Id:
$ref: '#/components/schemas/FFPCRQST.S2SCTParty6Choice2'
Nm:
type: string
title: FFPCRQST.S2SCTId5
xml:
name: S2SCTId5
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTId5
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTLocalInstrument2Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: FFPCRQST.S2SCTLocalInstrument2Choice
xml:
name: S2SCTLocalInstrument2Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTLocalInstrument2Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTOrganisationIdentification4:
type: object
required:
- BICOrBEI
properties:
BICOrBEI:
type: string
title: FFPCRQST.S2SCTOrganisationIdentification4
xml:
name: S2SCTOrganisationIdentification4
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTOrganisationIdentification4
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTOrganisationIdentification41:
type: object
properties:
BICOrBEI:
type: string
Othr:
$ref: '#/components/schemas/FFPCRQST.GenericOrganisationIdentification1'
title: FFPCRQST.S2SCTOrganisationIdentification41
xml:
name: S2SCTOrganisationIdentification41
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTOrganisationIdentification41
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTOriginalGroupInformation3:
type: object
required:
- OrgnlMsgId
- OrgnlMsgNmId
properties:
OrgnlMsgId:
type: string
OrgnlMsgNmId:
type: string
title: FFPCRQST.S2SCTOriginalGroupInformation3
xml:
name: S2SCTOriginalGroupInformation3
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTOriginalGroupInformation3
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTParty6Choice:
type: object
properties:
OrgId:
$ref: '#/components/schemas/FFPCRQST.S2SCTOrganisationIdentification41'
PrvtId:
$ref: '#/components/schemas/FFPCRQST.S2SCTPersonIdentification5'
title: FFPCRQST.S2SCTParty6Choice
xml:
name: S2SCTParty6Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTParty6Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTParty6Choice2:
type: object
required:
- OrgId
properties:
OrgId:
$ref: '#/components/schemas/FFPCRQST.S2SCTOrganisationIdentification4'
title: FFPCRQST.S2SCTParty6Choice2
xml:
name: S2SCTParty6Choice2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTParty6Choice2
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTParty7Choice:
type: object
required:
- Agt
properties:
Agt:
$ref: >-
#/components/schemas/FFPCRQST.S2SCTBranchAndFinancialInstitutionIdentification4
title: FFPCRQST.S2SCTParty7Choice
xml:
name: S2SCTParty7Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTParty7Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTPartyIdentification32:
type: object
required:
- Nm
properties:
Id:
$ref: '#/components/schemas/FFPCRQST.S2SCTParty6Choice'
Nm:
type: string
PstlAdr:
$ref: '#/components/schemas/FFPCRQST.S2SCTPostalAddress6'
title: FFPCRQST.S2SCTPartyIdentification32
xml:
name: S2SCTPartyIdentification32
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTPartyIdentification32
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTPartyIdentification33:
type: object
properties:
Id:
$ref: '#/components/schemas/FFPCRQST.S2SCTParty6Choice'
Nm:
type: string
title: FFPCRQST.S2SCTPartyIdentification33
xml:
name: S2SCTPartyIdentification33
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTPartyIdentification33
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTPaymentTransactionInformation31:
type: object
required:
- CxlId
- CxlRsnInf
- OrgnlEndToEndId
- OrgnlGrpInf
- OrgnlIntrBkSttlmAmt
- OrgnlIntrBkSttlmDt
- OrgnlTxId
- OrgnlTxRef
properties:
Assgnr:
$ref: >-
#/components/schemas/FFPCRQST.S2SCTBranchAndFinancialInstitutionIdentification4
CxlId:
type: string
CxlRsnInf:
$ref: '#/components/schemas/FFPCRQST.S2SCTCancellationReasonInformation3'
OrgnlEndToEndId:
type: string
OrgnlGrpInf:
$ref: '#/components/schemas/FFPCRQST.S2SCTOriginalGroupInformation3'
OrgnlInstrId:
type: string
OrgnlIntrBkSttlmAmt:
$ref: '#/components/schemas/FFPCRQST.OrgnlIntrBkSttlmAmt'
OrgnlIntrBkSttlmDt:
type: string
format: date-time
OrgnlTxId:
type: string
OrgnlTxRef:
$ref: '#/components/schemas/FFPCRQST.OrgnlTxRef'
title: FFPCRQST.S2SCTPaymentTransactionInformation31
xml:
name: S2SCTPaymentTransactionInformation31
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTPaymentTransactionInformation31
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTPaymentTypeInformation22:
type: object
required:
- SvcLvl
properties:
CtgyPurp:
$ref: '#/components/schemas/FFPCRQST.CategoryPurpose1Choice'
LclInstrm:
$ref: '#/components/schemas/FFPCRQST.S2SCTLocalInstrument2Choice'
SeqTp:
type: string
enum:
- FRST
- RCUR
- FNAL
- OOFF
SvcLvl:
$ref: '#/components/schemas/FFPCRQST.S2SCTServiceLevel8Choice'
title: FFPCRQST.S2SCTPaymentTypeInformation22
xml:
name: S2SCTPaymentTypeInformation22
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTPaymentTypeInformation22
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTPersonIdentification5:
type: object
properties:
DtAndPlcOfBirth:
$ref: '#/components/schemas/FFPCRQST.DateAndPlaceOfBirth'
Othr:
$ref: '#/components/schemas/FFPCRQST.GenericPersonIdentification1'
title: FFPCRQST.S2SCTPersonIdentification5
xml:
name: S2SCTPersonIdentification5
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTPersonIdentification5
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTPostalAddress6:
type: object
properties:
AdrLine:
type: array
items:
type: string
Ctry:
type: string
title: FFPCRQST.S2SCTPostalAddress6
xml:
name: S2SCTPostalAddress6
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTPostalAddress6
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTRemittanceInformation5:
type: object
properties:
Strd:
$ref: '#/components/schemas/FFPCRQST.S2SCTStructuredRemittanceInformation7'
Ustrd:
type: string
title: FFPCRQST.S2SCTRemittanceInformation5
xml:
name: S2SCTRemittanceInformation5
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTRemittanceInformation5
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTServiceLevel8Choice:
type: object
required:
- Cd
properties:
Cd:
type: string
enum:
- SEPA
title: FFPCRQST.S2SCTServiceLevel8Choice
xml:
name: S2SCTServiceLevel8Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTServiceLevel8Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTSettlementInformation13:
type: object
required:
- ClrSys
- SttlmMtd
properties:
ClrSys:
$ref: >-
#/components/schemas/FFPCRQST.S2SCTClearingSystemIdentification1Choice
SttlmMtd:
type: string
enum:
- CLRG
title: FFPCRQST.S2SCTSettlementInformation13
xml:
name: S2SCTSettlementInformation13
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTSettlementInformation13
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTStructuredRemittanceInformation7:
type: object
properties:
CdtrRefInf:
$ref: '#/components/schemas/FFPCRQST.CreditorReferenceInformation2'
title: FFPCRQST.S2SCTStructuredRemittanceInformation7
xml:
name: S2SCTStructuredRemittanceInformation7
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTStructuredRemittanceInformation7
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SCTUnderlyingTransaction2:
type: object
required:
- TxInf
properties:
TxInf:
type: array
items:
$ref: '#/components/schemas/FFPCRQST.S2SCTPaymentTransactionInformation31'
title: FFPCRQST.S2SCTUnderlyingTransaction2
xml:
name: S2SCTUnderlyingTransaction2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SCTUnderlyingTransaction2
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDAccountIdentification5Choice:
type: object
properties:
IBAN:
type: string
Othr:
$ref: '#/components/schemas/FFPCRQST.S2SDDOrgnlDbtrAcctOther2'
title: FFPCRQST.S2SDDAccountIdentification5Choice
xml:
name: S2SDDAccountIdentification5Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDAccountIdentification5Choice
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDAmendmentInformationDetails1:
type: object
properties:
OrgnlCdtrSchmeId:
$ref: '#/components/schemas/FFPCRQST.S2SDDCdtrSchmeId1'
OrgnlDbtrAcct:
$ref: '#/components/schemas/FFPCRQST.S2SDDCashAccount8'
OrgnlDbtrAgt:
$ref: '#/components/schemas/FFPCRQST.S2SDDOrgnlDbtrAgt'
OrgnlMndtId:
type: string
title: FFPCRQST.S2SDDAmendmentInformationDetails1
xml:
name: S2SDDAmendmentInformationDetails1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDAmendmentInformationDetails1
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDCashAccount8:
type: object
required:
- Id
properties:
Id:
$ref: '#/components/schemas/FFPCRQST.S2SDDAccountIdentification5Choice'
title: FFPCRQST.S2SDDCashAccount8
xml:
name: S2SDDCashAccount8
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDCashAccount8
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDCdtrSchmeId:
type: object
required:
- Id
properties:
Id:
$ref: '#/components/schemas/FFPCRQST.S2SDDPrivateIdentification2'
title: FFPCRQST.S2SDDCdtrSchmeId
xml:
name: S2SDDCdtrSchmeId
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDCdtrSchmeId
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDCdtrSchmeId1:
type: object
properties:
Id:
$ref: '#/components/schemas/FFPCRQST.S2SDDPrivateIdentification'
Nm:
type: string
title: FFPCRQST.S2SDDCdtrSchmeId1
xml:
name: S2SDDCdtrSchmeId1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDCdtrSchmeId1
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDId10:
type: object
required:
- Id
- SchmeNm
properties:
Id:
type: string
SchmeNm:
$ref: '#/components/schemas/FFPCRQST.FinancialIdentificationSchemeName2'
title: FFPCRQST.S2SDDId10
xml:
name: S2SDDId10
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDId10
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDId4:
type: object
required:
- Id
- SchmeNm
properties:
Id:
type: string
SchmeNm:
$ref: '#/components/schemas/FFPCRQST.FinancialIdentificationSchemeName2'
title: FFPCRQST.S2SDDId4
xml:
name: S2SDDId4
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDId4
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDMandateRelatedInformation1:
type: object
required:
- DtOfSgntr
- MndtId
properties:
AmdmntInd:
type: boolean
AmdmntInfDtls:
$ref: '#/components/schemas/FFPCRQST.S2SDDAmendmentInformationDetails1'
DtOfSgntr:
type: string
format: date-time
ElctrncSgntr:
type: string
MndtId:
type: string
title: FFPCRQST.S2SDDMandateRelatedInformation1
xml:
name: S2SDDMandateRelatedInformation1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDMandateRelatedInformation1
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDOrgnlDbtrAcctOther2:
type: object
required:
- Id
properties:
Id:
type: string
title: FFPCRQST.S2SDDOrgnlDbtrAcctOther2
xml:
name: S2SDDOrgnlDbtrAcctOther2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDOrgnlDbtrAcctOther2
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDOrgnlDbtrAgt:
type: object
required:
- FinInstnId
properties:
FinInstnId:
$ref: '#/components/schemas/FFPCRQST.S2SDDOrgnlDbtrAgt1'
title: FFPCRQST.S2SDDOrgnlDbtrAgt
xml:
name: S2SDDOrgnlDbtrAgt
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDOrgnlDbtrAgt
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDOrgnlDbtrAgt1:
type: object
properties:
BIC:
type: string
Othr:
$ref: '#/components/schemas/FFPCRQST.S2SDDOrgnlDbtrAgtOther2'
title: FFPCRQST.S2SDDOrgnlDbtrAgt1
xml:
name: S2SDDOrgnlDbtrAgt1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDOrgnlDbtrAgt1
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDOrgnlDbtrAgtOther2:
type: object
required:
- Id
properties:
Id:
type: string
title: FFPCRQST.S2SDDOrgnlDbtrAgtOther2
xml:
name: S2SDDOrgnlDbtrAgtOther2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDOrgnlDbtrAgtOther2
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDPrivateIdentification:
type: object
required:
- PrvtId
properties:
PrvtId:
$ref: '#/components/schemas/FFPCRQST.S2SDDPrty1'
title: FFPCRQST.S2SDDPrivateIdentification
xml:
name: S2SDDPrivateIdentification
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDPrivateIdentification
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDPrivateIdentification2:
type: object
required:
- PrvtId
properties:
PrvtId:
$ref: '#/components/schemas/FFPCRQST.S2SDDPrty2'
title: FFPCRQST.S2SDDPrivateIdentification2
xml:
name: S2SDDPrivateIdentification2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDPrivateIdentification2
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDPrty1:
type: object
required:
- Othr
properties:
Othr:
$ref: '#/components/schemas/FFPCRQST.S2SDDId4'
title: FFPCRQST.S2SDDPrty1
xml:
name: S2SDDPrty1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDPrty1
description generated by jaxb-swagger, hence no class description yet.
FFPCRQST.S2SDDPrty2:
type: object
required:
- Othr
properties:
Othr:
$ref: '#/components/schemas/FFPCRQST.S2SDDId10'
title: FFPCRQST.S2SDDPrty2
xml:
name: S2SDDPrty2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.ffpcrqst.S2SDDPrty2
description generated by jaxb-swagger, hence no class description yet.
NextMessage:
type: object
required:
- TISCode
properties:
TISCode:
type: string
example: D1
description: Two character TIS code - all generated IDs start with this
title: NextMessage
PRTRN.Amt:
type: object
required:
- Ccy
properties:
Ccy:
type: string
xml:
name: Ccy
attribute: true
wrapped: false
enum:
- EUR
value:
type: number
title: PRTRN.Amt
xml:
name: PRTRN.Amt
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTChargesInformation5.Amt
description generated by jaxb-swagger, hence no class description yet.
PRTRN.CategoryPurpose1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: PRTRN.CategoryPurpose1Choice
xml:
name: CategoryPurpose1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.CategoryPurpose1Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.CompstnAmt:
type: object
required:
- Ccy
properties:
Ccy:
type: string
xml:
name: Ccy
attribute: true
wrapped: false
enum:
- EUR
value:
type: number
title: PRTRN.CompstnAmt
xml:
name: PRTRN.CompstnAmt
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTPaymentTransactionInformation27.CompstnAmt
description generated by jaxb-swagger, hence no class description yet.
PRTRN.DateAndPlaceOfBirth:
type: object
required:
- BirthDt
- CityOfBirth
- CtryOfBirth
properties:
BirthDt:
type: string
format: date-time
CityOfBirth:
type: string
CtryOfBirth:
type: string
PrvcOfBirth:
type: string
title: PRTRN.DateAndPlaceOfBirth
xml:
name: DateAndPlaceOfBirth
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.DateAndPlaceOfBirth
description generated by jaxb-swagger, hence no class description yet.
PRTRN.Document:
type: object
required:
- PmtRtr
properties:
PmtRtr:
$ref: '#/components/schemas/PRTRN.PaymentReturnV02'
title: PRTRN.Document
xml:
name: Document
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.Document
description generated by jaxb-swagger, hence no class description yet.
PRTRN.FinancialIdentificationSchemeName2:
type: object
required:
- Prtry
properties:
Prtry:
type: string
enum:
- SEPA
title: PRTRN.FinancialIdentificationSchemeName2
xml:
name: FinancialIdentificationSchemeName2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.FinancialIdentificationSchemeName2
description generated by jaxb-swagger, hence no class description yet.
PRTRN.GenericOrganisationIdentification1:
type: object
required:
- Id
properties:
Id:
type: string
Issr:
type: string
SchmeNm:
$ref: >-
#/components/schemas/PRTRN.OrganisationIdentificationSchemeName1Choice
title: PRTRN.GenericOrganisationIdentification1
xml:
name: GenericOrganisationIdentification1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.GenericOrganisationIdentification1
description generated by jaxb-swagger, hence no class description yet.
PRTRN.GenericPersonIdentification1:
type: object
required:
- Id
properties:
Id:
type: string
Issr:
type: string
SchmeNm:
$ref: '#/components/schemas/PRTRN.PersonIdentificationSchemeName1Choice'
title: PRTRN.GenericPersonIdentification1
xml:
name: GenericPersonIdentification1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.GenericPersonIdentification1
description generated by jaxb-swagger, hence no class description yet.
PRTRN.OrganisationIdentificationSchemeName1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: PRTRN.OrganisationIdentificationSchemeName1Choice
xml:
name: OrganisationIdentificationSchemeName1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.OrganisationIdentificationSchemeName1Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.OrgnlIntrBkSttlmAmt:
type: object
required:
- Ccy
properties:
Ccy:
type: string
xml:
name: Ccy
attribute: true
wrapped: false
enum:
- EUR
value:
type: number
title: PRTRN.OrgnlIntrBkSttlmAmt
xml:
name: PRTRN.OrgnlIntrBkSttlmAmt
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTPaymentTransactionInformation27.OrgnlIntrBkSttlmAmt
description generated by jaxb-swagger, hence no class description yet.
PRTRN.PaymentReturnV02:
type: object
required:
- GrpHdr
- TxInf
properties:
GrpHdr:
$ref: '#/components/schemas/PRTRN.S2SCTGroupHeader38'
TxInf:
type: array
items:
$ref: '#/components/schemas/PRTRN.S2SCTPaymentTransactionInformation27'
title: PRTRN.PaymentReturnV02
xml:
name: PaymentReturnV02
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.PaymentReturnV02
description generated by jaxb-swagger, hence no class description yet.
PRTRN.PersonIdentificationSchemeName1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: PRTRN.PersonIdentificationSchemeName1Choice
xml:
name: PersonIdentificationSchemeName1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.PersonIdentificationSchemeName1Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.ReturnReason5Choice:
type: object
properties:
Cd:
type: string
enum:
- AC_01
- AC_04
- AC_06
- AG_01
- AG_02
- AM_05
- BE_04
- FOCR
- MD_07
- MS_02
- MS_03
- RC_01
- RR_01
- RR_02
- RR_03
- RR_04
- AC_13
- AM_04
- FF_05
- MD_01
- MD_06
- SL_01
- BE_05
Prtry:
type: string
title: PRTRN.ReturnReason5Choice
xml:
name: ReturnReason5Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.ReturnReason5Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.RtrdInstdAmt:
type: object
required:
- Ccy
properties:
Ccy:
type: string
xml:
name: Ccy
attribute: true
wrapped: false
enum:
- EUR
value:
type: number
title: PRTRN.RtrdInstdAmt
xml:
name: PRTRN.RtrdInstdAmt
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTPaymentTransactionInformation27.RtrdInstdAmt
description generated by jaxb-swagger, hence no class description yet.
PRTRN.RtrdIntrBkSttlmAmt:
type: object
required:
- Ccy
properties:
Ccy:
type: string
xml:
name: Ccy
attribute: true
wrapped: false
enum:
- EUR
value:
type: number
title: PRTRN.RtrdIntrBkSttlmAmt
xml:
name: PRTRN.RtrdIntrBkSttlmAmt
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTPaymentTransactionInformation27.RtrdIntrBkSttlmAmt
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTAccountIdentification4Choice:
type: object
required:
- IBAN
properties:
IBAN:
type: string
title: PRTRN.S2SCTAccountIdentification4Choice
xml:
name: S2SCTAccountIdentification4Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTAccountIdentification4Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTBranchAndFinancialInstitutionIdentification4:
type: object
required:
- FinInstnId
properties:
FinInstnId:
$ref: '#/components/schemas/PRTRN.S2SCTFinancialInstitutionIdentification7'
title: PRTRN.S2SCTBranchAndFinancialInstitutionIdentification4
xml:
name: S2SCTBranchAndFinancialInstitutionIdentification4
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTBranchAndFinancialInstitutionIdentification4
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTCashAccount161:
type: object
required:
- Id
properties:
Id:
$ref: '#/components/schemas/PRTRN.S2SCTAccountIdentification4Choice'
title: PRTRN.S2SCTCashAccount161
xml:
name: S2SCTCashAccount161
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTCashAccount161
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTChargesInformation5:
type: object
required:
- Amt
- Pty
properties:
Amt:
$ref: '#/components/schemas/PRTRN.Amt'
Pty:
$ref: >-
#/components/schemas/PRTRN.S2SCTBranchAndFinancialInstitutionIdentification4
title: PRTRN.S2SCTChargesInformation5
xml:
name: S2SCTChargesInformation5
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTChargesInformation5
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTClearingSystemIdentification3Choice:
type: object
required:
- Prtry
properties:
Prtry:
type: string
title: PRTRN.S2SCTClearingSystemIdentification3Choice
xml:
name: S2SCTClearingSystemIdentification3Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTClearingSystemIdentification3Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTCreditorReferenceInformation2:
type: object
required:
- Ref
- Tp
properties:
Ref:
type: string
Tp:
$ref: '#/components/schemas/PRTRN.S2SCTCreditorReferenceType2'
title: PRTRN.S2SCTCreditorReferenceInformation2
xml:
name: S2SCTCreditorReferenceInformation2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTCreditorReferenceInformation2
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTCreditorReferenceType1Choice:
type: object
properties:
Cd:
type: string
enum:
- SCOR
title: PRTRN.S2SCTCreditorReferenceType1Choice
xml:
name: S2SCTCreditorReferenceType1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTCreditorReferenceType1Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTCreditorReferenceType2:
type: object
required:
- CdOrPrtry
properties:
CdOrPrtry:
$ref: '#/components/schemas/PRTRN.S2SCTCreditorReferenceType1Choice'
Issr:
type: string
title: PRTRN.S2SCTCreditorReferenceType2
xml:
name: S2SCTCreditorReferenceType2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTCreditorReferenceType2
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTCurrencyAndAmount:
type: object
required:
- Ccy
properties:
Ccy:
type: string
xml:
name: Ccy
attribute: true
wrapped: false
enum:
- EUR
value:
type: number
title: PRTRN.S2SCTCurrencyAndAmount
xml:
name: S2SCTCurrencyAndAmount
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTCurrencyAndAmount
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTFinancialInstitutionIdentification7:
type: object
required:
- BIC
properties:
BIC:
type: string
title: PRTRN.S2SCTFinancialInstitutionIdentification7
xml:
name: S2SCTFinancialInstitutionIdentification7
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTFinancialInstitutionIdentification7
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTGroupHeader38:
type: object
required:
- CreDtTm
- IntrBkSttlmDt
- MsgId
- NbOfTxs
- SttlmInf
- TtlRtrdIntrBkSttlmAmt
properties:
CreDtTm:
type: string
format: date-time
InstdAgt:
$ref: >-
#/components/schemas/PRTRN.S2SCTBranchAndFinancialInstitutionIdentification4
InstgAgt:
$ref: >-
#/components/schemas/PRTRN.S2SCTBranchAndFinancialInstitutionIdentification4
IntrBkSttlmDt:
type: string
format: date-time
MsgId:
type: string
NbOfTxs:
type: string
SttlmInf:
$ref: '#/components/schemas/PRTRN.S2SCTSettlementInformation13'
TtlRtrdIntrBkSttlmAmt:
$ref: '#/components/schemas/PRTRN.S2SCTCurrencyAndAmount'
title: PRTRN.S2SCTGroupHeader38
xml:
name: S2SCTGroupHeader38
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTGroupHeader38
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTId5:
type: object
properties:
Id:
$ref: '#/components/schemas/PRTRN.S2SCTParty3Choice'
Nm:
type: string
title: PRTRN.S2SCTId5
xml:
name: S2SCTId5
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTId5
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTLocalInstrument2Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: PRTRN.S2SCTLocalInstrument2Choice
xml:
name: S2SCTLocalInstrument2Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTLocalInstrument2Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTOrganisationIdentification3:
type: object
required:
- BICOrBEI
properties:
BICOrBEI:
type: string
title: PRTRN.S2SCTOrganisationIdentification3
xml:
name: S2SCTOrganisationIdentification3
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTOrganisationIdentification3
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTOrganisationIdentification41:
type: object
properties:
BICOrBEI:
type: string
Othr:
$ref: '#/components/schemas/PRTRN.GenericOrganisationIdentification1'
title: PRTRN.S2SCTOrganisationIdentification41
xml:
name: S2SCTOrganisationIdentification41
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTOrganisationIdentification41
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTOriginalGroupInformation3:
type: object
required:
- OrgnlMsgId
- OrgnlMsgNmId
properties:
OrgnlMsgId:
type: string
OrgnlMsgNmId:
type: string
title: PRTRN.S2SCTOriginalGroupInformation3
xml:
name: S2SCTOriginalGroupInformation3
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTOriginalGroupInformation3
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTOriginalTransactionReference13:
type: object
required:
- Cdtr
- CdtrAcct
- CdtrAgt
- Dbtr
- DbtrAcct
- DbtrAgt
- IntrBkSttlmDt
- PmtTpInf
- SttlmInf
properties:
Cdtr:
$ref: '#/components/schemas/PRTRN.S2SCTPartyIdentification322'
CdtrAcct:
$ref: '#/components/schemas/PRTRN.S2SCTCashAccount161'
CdtrAgt:
$ref: >-
#/components/schemas/PRTRN.S2SCTBranchAndFinancialInstitutionIdentification4
CdtrSchmeId:
$ref: '#/components/schemas/PRTRN.S2SDDCdtrSchmeId'
Dbtr:
$ref: '#/components/schemas/PRTRN.S2SCTPartyIdentification322'
DbtrAcct:
$ref: '#/components/schemas/PRTRN.S2SCTCashAccount161'
DbtrAgt:
$ref: >-
#/components/schemas/PRTRN.S2SCTBranchAndFinancialInstitutionIdentification4
IntrBkSttlmDt:
type: string
format: date-time
MndtRltdInf:
$ref: '#/components/schemas/PRTRN.S2SDDMandateRelatedInformation1'
PmtTpInf:
$ref: '#/components/schemas/PRTRN.S2SCTPaymentTypeInformation22'
ReqdColltnDt:
type: string
format: date-time
RmtInf:
$ref: '#/components/schemas/PRTRN.S2SCTRemittanceInformation5'
SttlmInf:
$ref: '#/components/schemas/PRTRN.S2SCTSettlementInformation131'
UltmtCdtr:
$ref: '#/components/schemas/PRTRN.S2SCTPartyIdentification321'
UltmtDbtr:
$ref: '#/components/schemas/PRTRN.S2SCTPartyIdentification321'
title: PRTRN.S2SCTOriginalTransactionReference13
xml:
name: S2SCTOriginalTransactionReference13
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTOriginalTransactionReference13
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTParty3Choice:
type: object
required:
- OrgId
properties:
OrgId:
$ref: '#/components/schemas/PRTRN.S2SCTOrganisationIdentification3'
title: PRTRN.S2SCTParty3Choice
xml:
name: S2SCTParty3Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTParty3Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTParty6Choice:
type: object
properties:
OrgId:
$ref: '#/components/schemas/PRTRN.S2SCTOrganisationIdentification41'
PrvtId:
$ref: '#/components/schemas/PRTRN.S2SCTPersonIdentification51'
title: PRTRN.S2SCTParty6Choice
xml:
name: S2SCTParty6Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTParty6Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTPartyIdentification321:
type: object
properties:
Id:
$ref: '#/components/schemas/PRTRN.S2SCTParty6Choice'
Nm:
type: string
title: PRTRN.S2SCTPartyIdentification321
xml:
name: S2SCTPartyIdentification321
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTPartyIdentification321
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTPartyIdentification322:
type: object
required:
- Nm
properties:
Id:
$ref: '#/components/schemas/PRTRN.S2SCTParty6Choice'
Nm:
type: string
PstlAdr:
$ref: '#/components/schemas/PRTRN.S2SCTPostalAddress6'
title: PRTRN.S2SCTPartyIdentification322
xml:
name: S2SCTPartyIdentification322
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTPartyIdentification322
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTPaymentTransactionInformation27:
type: object
required:
- OrgnlEndToEndId
- OrgnlGrpInf
- OrgnlIntrBkSttlmAmt
- OrgnlTxId
- OrgnlTxRef
- RtrId
- RtrRsnInf
- RtrdIntrBkSttlmAmt
properties:
ChrgBr:
type: string
enum:
- SLEV
ChrgsInf:
$ref: '#/components/schemas/PRTRN.S2SCTChargesInformation5'
CompstnAmt:
$ref: '#/components/schemas/PRTRN.CompstnAmt'
InstgAgt:
$ref: >-
#/components/schemas/PRTRN.S2SCTBranchAndFinancialInstitutionIdentification4
OrgnlEndToEndId:
type: string
OrgnlGrpInf:
$ref: '#/components/schemas/PRTRN.S2SCTOriginalGroupInformation3'
OrgnlInstrId:
type: string
OrgnlIntrBkSttlmAmt:
$ref: '#/components/schemas/PRTRN.OrgnlIntrBkSttlmAmt'
OrgnlTxId:
type: string
OrgnlTxRef:
$ref: '#/components/schemas/PRTRN.S2SCTOriginalTransactionReference13'
RtrId:
type: string
RtrRsnInf:
$ref: '#/components/schemas/PRTRN.S2SCTReturnReasonInformation9'
RtrdInstdAmt:
$ref: '#/components/schemas/PRTRN.RtrdInstdAmt'
RtrdIntrBkSttlmAmt:
$ref: '#/components/schemas/PRTRN.RtrdIntrBkSttlmAmt'
title: PRTRN.S2SCTPaymentTransactionInformation27
xml:
name: S2SCTPaymentTransactionInformation27
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTPaymentTransactionInformation27
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTPaymentTypeInformation22:
type: object
required:
- SvcLvl
properties:
CtgyPurp:
$ref: '#/components/schemas/PRTRN.CategoryPurpose1Choice'
LclInstrm:
$ref: '#/components/schemas/PRTRN.S2SCTLocalInstrument2Choice'
SeqTp:
type: string
enum:
- FRST
- RCUR
- FNAL
- OOFF
SvcLvl:
$ref: '#/components/schemas/PRTRN.S2SCTServiceLevel8Choice'
title: PRTRN.S2SCTPaymentTypeInformation22
xml:
name: S2SCTPaymentTypeInformation22
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTPaymentTypeInformation22
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTPersonIdentification51:
type: object
properties:
DtAndPlcOfBirth:
$ref: '#/components/schemas/PRTRN.DateAndPlaceOfBirth'
Othr:
$ref: '#/components/schemas/PRTRN.GenericPersonIdentification1'
title: PRTRN.S2SCTPersonIdentification51
xml:
name: S2SCTPersonIdentification51
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTPersonIdentification51
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTPostalAddress6:
type: object
properties:
AdrLine:
type: array
items:
type: string
Ctry:
type: string
title: PRTRN.S2SCTPostalAddress6
xml:
name: S2SCTPostalAddress6
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTPostalAddress6
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTRemittanceInformation5:
type: object
properties:
Strd:
$ref: '#/components/schemas/PRTRN.S2SCTStructuredRemittanceInformation7'
Ustrd:
type: string
title: PRTRN.S2SCTRemittanceInformation5
xml:
name: S2SCTRemittanceInformation5
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTRemittanceInformation5
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTReturnReasonInformation9:
type: object
required:
- Orgtr
- Rsn
properties:
AddtlInf:
type: string
Orgtr:
$ref: '#/components/schemas/PRTRN.S2SCTId5'
Rsn:
$ref: '#/components/schemas/PRTRN.ReturnReason5Choice'
title: PRTRN.S2SCTReturnReasonInformation9
xml:
name: S2SCTReturnReasonInformation9
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTReturnReasonInformation9
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTServiceLevel8Choice:
type: object
required:
- Cd
properties:
Cd:
type: string
enum:
- SEPA
title: PRTRN.S2SCTServiceLevel8Choice
xml:
name: S2SCTServiceLevel8Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTServiceLevel8Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTSettlementInformation13:
type: object
required:
- ClrSys
- SttlmMtd
properties:
ClrSys:
$ref: '#/components/schemas/PRTRN.S2SCTClearingSystemIdentification3Choice'
SttlmMtd:
type: string
enum:
- CLRG
title: PRTRN.S2SCTSettlementInformation13
xml:
name: S2SCTSettlementInformation13
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTSettlementInformation13
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTSettlementInformation131:
type: object
required:
- SttlmMtd
properties:
ClrSys:
$ref: '#/components/schemas/PRTRN.S2SDDClearingSystemIdentification1Choice'
SttlmMtd:
type: string
enum:
- CLRG
title: PRTRN.S2SCTSettlementInformation131
xml:
name: S2SCTSettlementInformation131
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTSettlementInformation131
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SCTStructuredRemittanceInformation7:
type: object
required:
- CdtrRefInf
properties:
CdtrRefInf:
$ref: '#/components/schemas/PRTRN.S2SCTCreditorReferenceInformation2'
title: PRTRN.S2SCTStructuredRemittanceInformation7
xml:
name: S2SCTStructuredRemittanceInformation7
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SCTStructuredRemittanceInformation7
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDAccountIdentification4Choice:
type: object
properties:
IBAN:
type: string
Othr:
$ref: '#/components/schemas/PRTRN.S2SDDOrgnlDbtrAcctOther2'
title: PRTRN.S2SDDAccountIdentification4Choice
xml:
name: S2SDDAccountIdentification4Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDAccountIdentification4Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDAmendmentInformationDetails1:
type: object
properties:
OrgnlCdtrSchmeId:
$ref: '#/components/schemas/PRTRN.S2SDDCdtrSchmeId1'
OrgnlDbtrAcct:
$ref: '#/components/schemas/PRTRN.S2SDDCashAccount8'
OrgnlDbtrAgt:
$ref: '#/components/schemas/PRTRN.S2SDDOrgnlDbtrAgt'
OrgnlMndtId:
type: string
title: PRTRN.S2SDDAmendmentInformationDetails1
xml:
name: S2SDDAmendmentInformationDetails1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDAmendmentInformationDetails1
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDCashAccount8:
type: object
required:
- Id
properties:
Id:
$ref: '#/components/schemas/PRTRN.S2SDDAccountIdentification4Choice'
title: PRTRN.S2SDDCashAccount8
xml:
name: S2SDDCashAccount8
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDCashAccount8
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDCdtrSchmeId:
type: object
required:
- Id
properties:
Id:
$ref: '#/components/schemas/PRTRN.S2SDDPrivateIdentification2'
title: PRTRN.S2SDDCdtrSchmeId
xml:
name: S2SDDCdtrSchmeId
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDCdtrSchmeId
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDCdtrSchmeId1:
type: object
properties:
Id:
$ref: '#/components/schemas/PRTRN.S2SDDPrivateIdentification'
Nm:
type: string
title: PRTRN.S2SDDCdtrSchmeId1
xml:
name: S2SDDCdtrSchmeId1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDCdtrSchmeId1
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDClearingSystemIdentification1Choice:
type: object
required:
- Prtry
properties:
Prtry:
type: string
title: PRTRN.S2SDDClearingSystemIdentification1Choice
xml:
name: S2SDDClearingSystemIdentification1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDClearingSystemIdentification1Choice
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDId10:
type: object
required:
- Id
- SchmeNm
properties:
Id:
type: string
SchmeNm:
$ref: '#/components/schemas/PRTRN.FinancialIdentificationSchemeName2'
title: PRTRN.S2SDDId10
xml:
name: S2SDDId10
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDId10
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDId4:
type: object
required:
- Id
- SchmeNm
properties:
Id:
type: string
SchmeNm:
$ref: '#/components/schemas/PRTRN.FinancialIdentificationSchemeName2'
title: PRTRN.S2SDDId4
xml:
name: S2SDDId4
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDId4
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDMandateRelatedInformation1:
type: object
required:
- DtOfSgntr
- MndtId
properties:
AmdmntInd:
type: boolean
AmdmntInfDtls:
$ref: '#/components/schemas/PRTRN.S2SDDAmendmentInformationDetails1'
DtOfSgntr:
type: string
format: date-time
ElctrncSgntr:
type: string
MndtId:
type: string
title: PRTRN.S2SDDMandateRelatedInformation1
xml:
name: S2SDDMandateRelatedInformation1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDMandateRelatedInformation1
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDOrgnlDbtrAcctOther2:
type: object
required:
- Id
properties:
Id:
type: string
title: PRTRN.S2SDDOrgnlDbtrAcctOther2
xml:
name: S2SDDOrgnlDbtrAcctOther2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDOrgnlDbtrAcctOther2
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDOrgnlDbtrAgt:
type: object
required:
- FinInstnId
properties:
FinInstnId:
$ref: '#/components/schemas/PRTRN.S2SDDOrgnlDbtrAgt1'
title: PRTRN.S2SDDOrgnlDbtrAgt
xml:
name: S2SDDOrgnlDbtrAgt
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDOrgnlDbtrAgt
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDOrgnlDbtrAgt1:
type: object
properties:
BIC:
type: string
Othr:
$ref: '#/components/schemas/PRTRN.S2SDDOrgnlDbtrAgtOther2'
title: PRTRN.S2SDDOrgnlDbtrAgt1
xml:
name: S2SDDOrgnlDbtrAgt1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDOrgnlDbtrAgt1
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDOrgnlDbtrAgtOther2:
type: object
required:
- Id
properties:
Id:
type: string
title: PRTRN.S2SDDOrgnlDbtrAgtOther2
xml:
name: S2SDDOrgnlDbtrAgtOther2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDOrgnlDbtrAgtOther2
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDPrivateIdentification:
type: object
required:
- PrvtId
properties:
PrvtId:
$ref: '#/components/schemas/PRTRN.S2SDDPrty1'
title: PRTRN.S2SDDPrivateIdentification
xml:
name: S2SDDPrivateIdentification
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDPrivateIdentification
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDPrivateIdentification2:
type: object
required:
- PrvtId
properties:
PrvtId:
$ref: '#/components/schemas/PRTRN.S2SDDPrty2'
title: PRTRN.S2SDDPrivateIdentification2
xml:
name: S2SDDPrivateIdentification2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDPrivateIdentification2
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDPrty1:
type: object
required:
- Othr
properties:
Othr:
$ref: '#/components/schemas/PRTRN.S2SDDId4'
title: PRTRN.S2SDDPrty1
xml:
name: S2SDDPrty1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDPrty1
description generated by jaxb-swagger, hence no class description yet.
PRTRN.S2SDDPrty2:
type: object
required:
- Othr
properties:
Othr:
$ref: '#/components/schemas/PRTRN.S2SDDId10'
title: PRTRN.S2SDDPrty2
xml:
name: S2SDDPrty2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.prtrn.S2SDDPrty2
description generated by jaxb-swagger, hence no class description yet.
ProcessingResult:
type: object
required:
- DocRefId
- DocRefType
- ProcessingResult
properties:
DocRefId:
type: string
example: D118091001045732
description: Reference to the document that was processed
DocRefType:
type: string
example: FFCCTRNS
description: Reference to the document type that was processed
enum:
- FFCCTRNS
- FFPCRQST
- PRTRN
- ROINVSTG
ProcessingResult:
type: string
example: Completed
description: Processing result
enum:
- Completed
- Failed
title: ProcessingResult
ROINVSTG.CancellationStatusReason1Choice:
type: object
properties:
Cd:
type: string
enum:
- LEGL
- CUST
Prtry:
type: string
title: ROINVSTG.CancellationStatusReason1Choice
xml:
name: CancellationStatusReason1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.CancellationStatusReason1Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.CaseAssignment2:
type: object
required:
- Assgne
- Assgnr
- CreDtTm
- Id
properties:
Assgne:
$ref: '#/components/schemas/ROINVSTG.S2SCTParty7Choice'
Assgnr:
$ref: '#/components/schemas/ROINVSTG.S2SCTParty7Choice'
CreDtTm:
type: string
format: date-time
Id:
type: string
title: ROINVSTG.CaseAssignment2
xml:
name: CaseAssignment2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.CaseAssignment2
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.CategoryPurpose1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: ROINVSTG.CategoryPurpose1Choice
xml:
name: CategoryPurpose1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.CategoryPurpose1Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.CreditorReferenceInformation2:
type: object
required:
- Ref
- Tp
properties:
Ref:
type: string
Tp:
$ref: '#/components/schemas/ROINVSTG.CreditorReferenceType2'
title: ROINVSTG.CreditorReferenceInformation2
xml:
name: CreditorReferenceInformation2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.CreditorReferenceInformation2
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.CreditorReferenceType1Choice:
type: object
properties:
Cd:
type: string
enum:
- SCOR
title: ROINVSTG.CreditorReferenceType1Choice
xml:
name: CreditorReferenceType1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.CreditorReferenceType1Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.CreditorReferenceType2:
type: object
required:
- CdOrPrtry
properties:
CdOrPrtry:
$ref: '#/components/schemas/ROINVSTG.CreditorReferenceType1Choice'
Issr:
type: string
title: ROINVSTG.CreditorReferenceType2
xml:
name: CreditorReferenceType2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.CreditorReferenceType2
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.DateAndPlaceOfBirth:
type: object
required:
- BirthDt
- CityOfBirth
- CtryOfBirth
properties:
BirthDt:
type: string
format: date-time
CityOfBirth:
type: string
CtryOfBirth:
type: string
PrvcOfBirth:
type: string
title: ROINVSTG.DateAndPlaceOfBirth
xml:
name: DateAndPlaceOfBirth
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.DateAndPlaceOfBirth
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.Document:
type: object
required:
- RsltnOfInvstgtn
properties:
RsltnOfInvstgtn:
$ref: '#/components/schemas/ROINVSTG.S2SCTResolutionOfInvestigationV03'
title: ROINVSTG.Document
xml:
name: Document
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.Document
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.GenericOrganisationIdentification1:
type: object
required:
- Id
properties:
Id:
type: string
Issr:
type: string
SchmeNm:
$ref: >-
#/components/schemas/ROINVSTG.OrganisationIdentificationSchemeName1Choice
title: ROINVSTG.GenericOrganisationIdentification1
xml:
name: GenericOrganisationIdentification1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.GenericOrganisationIdentification1
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.GenericPersonIdentification1:
type: object
required:
- Id
properties:
Id:
type: string
Issr:
type: string
SchmeNm:
$ref: '#/components/schemas/ROINVSTG.PersonIdentificationSchemeName1Choice'
title: ROINVSTG.GenericPersonIdentification1
xml:
name: GenericPersonIdentification1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.GenericPersonIdentification1
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.IntrBkSttlmAmt:
type: object
required:
- Ccy
properties:
Ccy:
type: string
xml:
name: Ccy
attribute: true
wrapped: false
enum:
- EUR
value:
type: number
title: ROINVSTG.IntrBkSttlmAmt
xml:
name: ROINVSTG.IntrBkSttlmAmt
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTOriginalTransactionReference13.IntrBkSttlmAmt
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.OrganisationIdentificationSchemeName1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: ROINVSTG.OrganisationIdentificationSchemeName1Choice
xml:
name: OrganisationIdentificationSchemeName1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.OrganisationIdentificationSchemeName1Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.OriginalGroupInformation3:
type: object
required:
- OrgnlMsgId
- OrgnlMsgNmId
properties:
OrgnlMsgId:
type: string
OrgnlMsgNmId:
type: string
title: ROINVSTG.OriginalGroupInformation3
xml:
name: OriginalGroupInformation3
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.OriginalGroupInformation3
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.PersonIdentificationSchemeName1Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: ROINVSTG.PersonIdentificationSchemeName1Choice
xml:
name: PersonIdentificationSchemeName1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.PersonIdentificationSchemeName1Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTAccountIdentification4Choice:
type: object
required:
- IBAN
properties:
IBAN:
type: string
title: ROINVSTG.S2SCTAccountIdentification4Choice
xml:
name: S2SCTAccountIdentification4Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTAccountIdentification4Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTBranchAndFinancialInstitutionIdentification4:
type: object
required:
- FinInstnId
properties:
FinInstnId:
$ref: >-
#/components/schemas/ROINVSTG.S2SCTFinancialInstitutionIdentification7
title: ROINVSTG.S2SCTBranchAndFinancialInstitutionIdentification4
xml:
name: S2SCTBranchAndFinancialInstitutionIdentification4
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTBranchAndFinancialInstitutionIdentification4
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTCancellationStatusReasonInformation1:
type: object
required:
- Orgtr
- Rsn
properties:
AddtlInf:
type: array
items:
type: string
Orgtr:
$ref: '#/components/schemas/ROINVSTG.S2SCTPartyIdentification321'
Rsn:
$ref: '#/components/schemas/ROINVSTG.CancellationStatusReason1Choice'
title: ROINVSTG.S2SCTCancellationStatusReasonInformation1
xml:
name: S2SCTCancellationStatusReasonInformation1
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTCancellationStatusReasonInformation1
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTCashAccount16:
type: object
required:
- Id
properties:
Id:
$ref: '#/components/schemas/ROINVSTG.S2SCTAccountIdentification4Choice'
title: ROINVSTG.S2SCTCashAccount16
xml:
name: S2SCTCashAccount16
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTCashAccount16
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTClearingSystemIdentification1Choice:
type: object
required:
- Prtry
properties:
Prtry:
type: string
title: ROINVSTG.S2SCTClearingSystemIdentification1Choice
xml:
name: S2SCTClearingSystemIdentification1Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTClearingSystemIdentification1Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTFinancialInstitutionIdentification7:
type: object
required:
- BIC
properties:
BIC:
type: string
title: ROINVSTG.S2SCTFinancialInstitutionIdentification7
xml:
name: S2SCTFinancialInstitutionIdentification7
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTFinancialInstitutionIdentification7
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTInvestigationStatus2Choice:
type: object
required:
- Conf
properties:
Conf:
type: string
enum:
- RJCR
title: ROINVSTG.S2SCTInvestigationStatus2Choice
xml:
name: S2SCTInvestigationStatus2Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTInvestigationStatus2Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTLocalInstrument2Choice:
type: object
properties:
Cd:
type: string
Prtry:
type: string
title: ROINVSTG.S2SCTLocalInstrument2Choice
xml:
name: S2SCTLocalInstrument2Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTLocalInstrument2Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTOrganisationIdentification4:
type: object
required:
- BICOrBEI
properties:
BICOrBEI:
type: string
title: ROINVSTG.S2SCTOrganisationIdentification4
xml:
name: S2SCTOrganisationIdentification4
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTOrganisationIdentification4
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTOrganisationIdentification41:
type: object
properties:
BICOrBEI:
type: string
Othr:
$ref: '#/components/schemas/ROINVSTG.GenericOrganisationIdentification1'
title: ROINVSTG.S2SCTOrganisationIdentification41
xml:
name: S2SCTOrganisationIdentification41
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTOrganisationIdentification41
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTOriginalTransactionReference13:
type: object
required:
- Cdtr
- CdtrAcct
- CdtrAgt
- Dbtr
- DbtrAcct
- DbtrAgt
- IntrBkSttlmAmt
- IntrBkSttlmDt
- PmtTpInf
- SttlmInf
properties:
Cdtr:
$ref: '#/components/schemas/ROINVSTG.S2SCTPartyIdentification32'
CdtrAcct:
$ref: '#/components/schemas/ROINVSTG.S2SCTCashAccount16'
CdtrAgt:
$ref: >-
#/components/schemas/ROINVSTG.S2SCTBranchAndFinancialInstitutionIdentification4
Dbtr:
$ref: '#/components/schemas/ROINVSTG.S2SCTPartyIdentification32'
DbtrAcct:
$ref: '#/components/schemas/ROINVSTG.S2SCTCashAccount16'
DbtrAgt:
$ref: >-
#/components/schemas/ROINVSTG.S2SCTBranchAndFinancialInstitutionIdentification4
IntrBkSttlmAmt:
$ref: '#/components/schemas/ROINVSTG.IntrBkSttlmAmt'
IntrBkSttlmDt:
type: string
format: date-time
PmtTpInf:
$ref: '#/components/schemas/ROINVSTG.S2SCTPaymentTypeInformation22'
RmtInf:
$ref: '#/components/schemas/ROINVSTG.S2SCTRemittanceInformation5'
SttlmInf:
$ref: '#/components/schemas/ROINVSTG.S2SCTSettlementInformation13'
UltmtCdtr:
$ref: '#/components/schemas/ROINVSTG.S2SCTPartyIdentification322'
UltmtDbtr:
$ref: '#/components/schemas/ROINVSTG.S2SCTPartyIdentification322'
title: ROINVSTG.S2SCTOriginalTransactionReference13
xml:
name: S2SCTOriginalTransactionReference13
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTOriginalTransactionReference13
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTParty6Choice:
type: object
required:
- OrgId
properties:
OrgId:
$ref: '#/components/schemas/ROINVSTG.S2SCTOrganisationIdentification4'
title: ROINVSTG.S2SCTParty6Choice
xml:
name: S2SCTParty6Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTParty6Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTParty6Choice2:
type: object
properties:
OrgId:
$ref: '#/components/schemas/ROINVSTG.S2SCTOrganisationIdentification41'
PrvtId:
$ref: '#/components/schemas/ROINVSTG.S2SCTPersonIdentification5'
title: ROINVSTG.S2SCTParty6Choice2
xml:
name: S2SCTParty6Choice2
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTParty6Choice2
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTParty7Choice:
type: object
required:
- Agt
properties:
Agt:
$ref: >-
#/components/schemas/ROINVSTG.S2SCTBranchAndFinancialInstitutionIdentification4
title: ROINVSTG.S2SCTParty7Choice
xml:
name: S2SCTParty7Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTParty7Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTPartyIdentification32:
type: object
required:
- Nm
properties:
Id:
$ref: '#/components/schemas/ROINVSTG.S2SCTParty6Choice2'
Nm:
type: string
PstlAdr:
$ref: '#/components/schemas/ROINVSTG.S2SCTPostalAddress6'
title: ROINVSTG.S2SCTPartyIdentification32
xml:
name: S2SCTPartyIdentification32
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTPartyIdentification32
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTPartyIdentification321:
type: object
properties:
Id:
$ref: '#/components/schemas/ROINVSTG.S2SCTParty6Choice'
Nm:
type: string
title: ROINVSTG.S2SCTPartyIdentification321
xml:
name: S2SCTPartyIdentification321
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTPartyIdentification321
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTPartyIdentification322:
type: object
properties:
Id:
$ref: '#/components/schemas/ROINVSTG.S2SCTParty6Choice2'
Nm:
type: string
PstlAdr:
$ref: '#/components/schemas/ROINVSTG.S2SCTPostalAddress6'
title: ROINVSTG.S2SCTPartyIdentification322
xml:
name: S2SCTPartyIdentification322
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTPartyIdentification322
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTPaymentTransactionInformation33:
type: object
required:
- CxlStsId
- CxlStsRsnInf
- OrgnlEndToEndId
- OrgnlGrpInf
- OrgnlTxId
- OrgnlTxRef
- TxCxlSts
properties:
CxlStsId:
type: string
CxlStsRsnInf:
$ref: >-
#/components/schemas/ROINVSTG.S2SCTCancellationStatusReasonInformation1
OrgnlEndToEndId:
type: string
OrgnlGrpInf:
$ref: '#/components/schemas/ROINVSTG.OriginalGroupInformation3'
OrgnlInstrId:
type: string
OrgnlTxId:
type: string
OrgnlTxRef:
$ref: '#/components/schemas/ROINVSTG.S2SCTOriginalTransactionReference13'
TxCxlSts:
type: string
enum:
- RJCR
title: ROINVSTG.S2SCTPaymentTransactionInformation33
xml:
name: S2SCTPaymentTransactionInformation33
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTPaymentTransactionInformation33
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTPaymentTypeInformation22:
type: object
required:
- SvcLvl
properties:
CtgyPurp:
$ref: '#/components/schemas/ROINVSTG.CategoryPurpose1Choice'
LclInstrm:
$ref: '#/components/schemas/ROINVSTG.S2SCTLocalInstrument2Choice'
SvcLvl:
$ref: '#/components/schemas/ROINVSTG.S2SCTServiceLevel8Choice'
title: ROINVSTG.S2SCTPaymentTypeInformation22
xml:
name: S2SCTPaymentTypeInformation22
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTPaymentTypeInformation22
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTPersonIdentification5:
type: object
properties:
DtAndPlcOfBirth:
$ref: '#/components/schemas/ROINVSTG.DateAndPlaceOfBirth'
Othr:
$ref: '#/components/schemas/ROINVSTG.GenericPersonIdentification1'
title: ROINVSTG.S2SCTPersonIdentification5
xml:
name: S2SCTPersonIdentification5
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTPersonIdentification5
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTPostalAddress6:
type: object
properties:
AdrLine:
type: array
items:
type: string
Ctry:
type: string
title: ROINVSTG.S2SCTPostalAddress6
xml:
name: S2SCTPostalAddress6
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTPostalAddress6
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTRemittanceInformation5:
type: object
properties:
Strd:
$ref: '#/components/schemas/ROINVSTG.S2SCTStructuredRemittanceInformation7'
Ustrd:
type: string
title: ROINVSTG.S2SCTRemittanceInformation5
xml:
name: S2SCTRemittanceInformation5
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTRemittanceInformation5
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTResolutionOfInvestigationV03:
type: object
required:
- Assgnmt
- CxlDtls
- Sts
properties:
Assgnmt:
$ref: '#/components/schemas/ROINVSTG.CaseAssignment2'
CxlDtls:
$ref: '#/components/schemas/ROINVSTG.S2SCTUnderlyingTransaction3'
Sts:
$ref: '#/components/schemas/ROINVSTG.S2SCTInvestigationStatus2Choice'
title: ROINVSTG.S2SCTResolutionOfInvestigationV03
xml:
name: S2SCTResolutionOfInvestigationV03
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTResolutionOfInvestigationV03
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTServiceLevel8Choice:
type: object
required:
- Cd
properties:
Cd:
type: string
enum:
- SEPA
title: ROINVSTG.S2SCTServiceLevel8Choice
xml:
name: S2SCTServiceLevel8Choice
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTServiceLevel8Choice
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTSettlementInformation13:
type: object
required:
- ClrSys
- SttlmMtd
properties:
ClrSys:
$ref: >-
#/components/schemas/ROINVSTG.S2SCTClearingSystemIdentification1Choice
SttlmMtd:
type: string
enum:
- CLRG
title: ROINVSTG.S2SCTSettlementInformation13
xml:
name: S2SCTSettlementInformation13
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTSettlementInformation13
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTStructuredRemittanceInformation7:
type: object
required:
- CdtrRefInf
properties:
CdtrRefInf:
$ref: '#/components/schemas/ROINVSTG.CreditorReferenceInformation2'
title: ROINVSTG.S2SCTStructuredRemittanceInformation7
xml:
name: S2SCTStructuredRemittanceInformation7
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTStructuredRemittanceInformation7
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.S2SCTUnderlyingTransaction3:
type: object
required:
- TxInfAndSts
properties:
TxInfAndSts:
type: array
items:
$ref: '#/components/schemas/ROINVSTG.S2SCTPaymentTransactionInformation33'
title: ROINVSTG.S2SCTUnderlyingTransaction3
xml:
name: S2SCTUnderlyingTransaction3
attribute: false
wrapped: false
description: >-
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTUnderlyingTransaction3
description generated by jaxb-swagger, hence no class description yet.
Response:
type: object
required:
- Result
properties:
Error:
$ref: '#/components/schemas/Error'
Result:
$ref: '#/components/schemas/Result'
title: Response
description: API response type for 'output' type endpoints
Result:
type: object
required:
- Status
properties:
DocId:
type: string
example: D118091001045732
description: Document ID
Document:
type: object
description: Returned document (if any)
Status:
type: string
example: Accepted
description: 'Request status. Available values are Accepted, Error'
enum:
- Accepted
- Error
title: Result
description: Operation result
ValidationError:
type: object
required:
- Field
- Message
properties:
Field:
type: string
example: 'params[0].additionalInfo'
description: Field or object name for which the validation failed
Message:
type: string
example: >-
Field `Additional info` must be filled according to the
documentation
description: Validation error message
title: ValidationError
description: >-
Validation error object - an array of those objects is passed instead of
a single message in Error object in case of validation error
```
\ No newline at end of file