Changes
Page history
Update SEPA TIS Specs
authored
Nov 16, 2018
by
Konrad Botor
Hide whitespace changes
Inline
Side-by-side
Architecture/SEPA-TIS-Specs.md
View page @
f5dde40d
...
@@ -9,121 +9,205 @@ info:
...
@@ -9,121 +9,205 @@ info:
version
:
1.0.0
version
:
1.0.0
title
:
SEPA-TIS
title
:
SEPA-TIS
contact
:
contact
:
name
:
Konrad Botor
email
:
kbotor@syncad.com
email
:
kbotor@syncad.com
license
:
name
:
UnLicense
url
:
'
http://unlicense.org'
tags
:
tags
:
-
name
:
input
-
name
:
input
description
:
Endpoints for
mesages incoming
from
bank
description
:
Endpoints for
receiving data
from
DIS
-
name
:
output
-
name
:
output
description
:
Endpoints for
messages outgoing to bank
description
:
Endpoints for
sending data to DIS
paths
:
paths
:
/
payment-request
:
/
:
post
:
post
:
tags
:
tags
:
-
input
-
output
-
output
summary
:
Sends payment
request to
bank
summary
:
Routes
request
s
to
other endpoints
operationId
:
paymentRequest
description
:
Routes requests to other endpoints
description
:
Sends payment request to bank
operationId
:
main
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Always HTTP code
200
description
:
Always HTTP code
200
content
:
content
:
application/
json
:
application/
xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/Response'
type
:
string
text/xml
:
schema
:
type
:
string
'
201'
:
description
:
Created
'
401'
:
description
:
Unauthorized
'
403'
:
description
:
Forbidden
'
404'
:
description
:
Not Found
deprecated
:
false
requestBody
:
requestBody
:
content
:
content
:
application/
json
:
application/
xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/PaymentRequest'
type
:
object
description
:
Payment request to send
text/xml
:
/payment-return-request
:
schema
:
type
:
object
description
:
body
required
:
true
/next-message
:
post
:
post
:
tags
:
tags
:
-
output
-
input
summary
:
Sends payment return request to bank
summary
:
Checks for new messages from bank
operationId
:
paymentReturnRequest
description
:
>-
description
:
Sends payment return request to bank
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
:
responses
:
'
200'
:
'
200'
:
description
:
Always HTTP code
200
description
:
Always HTTP code
200
content
:
content
:
application/
json
:
application/
xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/Response'
$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
:
requestBody
:
content
:
content
:
application/
json
:
application/
xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/PaymentReturnRequest'
$ref
:
'
#/components/schemas/NextMessage'
description
:
Payment return request to send
text/xml
:
/payment-return
:
schema
:
$ref
:
'
#/components/schemas/NextMessage'
description
:
body
required
:
true
/payment-request
:
post
:
post
:
tags
:
tags
:
-
output
-
output
summary
:
Sends payment re
turn
to bank
summary
:
Sends payment re
quest
to bank
operationId
:
paymentReturn
description
:
Sends payment request to bank
description
:
Sends payment return to bank
operationId
:
paymentRequest
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Always HTTP code
200
description
:
Always HTTP code
200
content
:
content
:
application/json
:
application/xml
:
schema
:
$ref
:
'
#/components/schemas/Response'
text/xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/Response'
$ref
:
'
#/components/schemas/Response'
'
201'
:
description
:
Created
'
401'
:
description
:
Unauthorized
'
403'
:
description
:
Forbidden
'
404'
:
description
:
Not Found
deprecated
:
false
requestBody
:
requestBody
:
content
:
content
:
application/
json
:
application/
xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/PaymentReturn'
$ref
:
'
#/components/schemas/FFCCTRNS.Document'
description
:
Payment return to send
text/xml
:
/resolution-of-investigation
:
schema
:
$ref
:
'
#/components/schemas/FFCCTRNS.Document'
description
:
body
required
:
true
/payment-return
:
post
:
post
:
tags
:
tags
:
-
output
-
output
summary
:
Sends
resolution of investigatio
n to bank
summary
:
Sends
payment retur
n to bank
operationId
:
resolutionOfInvestigation
description
:
Sends payment return to bank
description
:
Sends resolution of investigation to bank
operationId
:
paymentReturn
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Always HTTP code
200
description
:
Always HTTP code
200
content
:
content
:
application/json
:
application/xml
:
schema
:
$ref
:
'
#/components/schemas/Response'
text/xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/Response'
$ref
:
'
#/components/schemas/Response'
'
201'
:
description
:
Created
'
401'
:
description
:
Unauthorized
'
403'
:
description
:
Forbidden
'
404'
:
description
:
Not Found
deprecated
:
false
requestBody
:
requestBody
:
content
:
content
:
application/
json
:
application/
xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/ResolutionOfInvestigation'
$ref
:
'
#/components/schemas/PRTRN.Document'
description
:
Resolution of investigation to send
text/xml
:
/next-message
:
schema
:
$ref
:
'
#/components/schemas/PRTRN.Document'
description
:
body
required
:
true
/payment-return-request
:
post
:
post
:
tags
:
tags
:
-
input
-
output
summary
:
Checks for new messages from bank
summary
:
Sends payment return request to bank
operationId
:
nextMessage
description
:
Sends payment return request to bank
description
:
>-
operationId
:
paymentReturnRequest
Checks for new messages from bank. Returns the next new message (in
field result/document) if present or null if none is available.
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Always HTTP code
200
description
:
Always HTTP code
200
content
:
content
:
application/json
:
application/xml
:
schema
:
$ref
:
'
#/components/schemas/Response'
text/xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/Response'
$ref
:
'
#/components/schemas/Response'
'
201'
:
description
:
Created
'
401'
:
description
:
Unauthorized
'
403'
:
description
:
Forbidden
'
404'
:
description
:
Not Found
deprecated
:
false
requestBody
:
requestBody
:
content
:
content
:
application/json
:
application/xml
:
schema
:
$ref
:
'
#/components/schemas/FFPCRQST.Document'
text/xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/NextMessageRequest'
$ref
:
'
#/components/schemas/FFPCRQST.Document'
description
:
Next message request
description
:
body
required
:
true
/processing-result
:
/processing-result
:
post
:
post
:
tags
:
tags
:
-
input
-
input
summary
:
Sends message processing result from TIS to DIS
summary
:
Sends message processing result from TIS to DIS
operationId
:
processingResult
description
:
>-
description
:
>-
Sends message processing result from TIS to DIS. If the result is
Sends message processing result from TIS to DIS. If the result is
COMPLETED, document with given ID and type has status set to PROCESSED,
COMPLETED, document with given ID and type has status set to PROCESSED,
...
@@ -131,810 +215,3879 @@ paths:
...
@@ -131,810 +215,3879 @@ paths:
by one. If the error count is greater than 3, the status is set to
by one. If the error count is greater than 3, the status is set to
PROCESSING_FAILED instead to indicate system operator action is
PROCESSING_FAILED instead to indicate system operator action is
required.
required.
operationId
:
processingResult
responses
:
responses
:
'
200'
:
'
200'
:
description
:
A
L
ways HTTP code
200
description
:
A
l
ways HTTP code
200
content
:
content
:
application/json
:
application/xml
:
schema
:
$ref
:
'
#/components/schemas/Response'
text/xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/Response'
$ref
:
'
#/components/schemas/Response'
'
201'
:
description
:
Created
'
401'
:
description
:
Unauthorized
'
403'
:
description
:
Forbidden
'
404'
:
description
:
Not Found
deprecated
:
false
requestBody
:
requestBody
:
content
:
content
:
application/json
:
application/xml
:
schema
:
$ref
:
'
#/components/schemas/ProcessingResult'
text/xml
:
schema
:
schema
:
$ref
:
'
#/components/schemas/ProcessingResult'
$ref
:
'
#/components/schemas/ProcessingResult'
description
:
>-
description
:
body
Result of processing a message previously fetched using next-message
required
:
true
endpoint
/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
:
servers
:
-
url
:
'
http://localhost:8080/'
-
url
:
'
http//sepadevlnx.syncad.com/'
-
url
:
'
https://localhost:8443/'
components
:
components
:
schemas
:
schemas
:
PaymentRequest
:
Error
:
type
:
object
required
:
-
jsonrpc
-
id
-
method
-
params
properties
:
jsonrpc
:
type
:
number
format
:
double
enum
:
-
1
-
2
description
:
JSON-RPC standard version number
example
:
1
id
:
type
:
integer
description
:
Request ID
example
:
1
method
:
type
:
string
enum
:
-
ffcctrns
description
:
Method name
example
:
ffcctrns
params
:
type
:
array
description
:
Request parameters
items
:
$ref
:
'
#/components/schemas/PaymentRequestParams'
minItems
:
1
maxItems
:
1
PaymentReturnRequest
:
type
:
object
required
:
-
jsonrpc
-
id
-
method
-
params
properties
:
jsonrpc
:
type
:
number
format
:
double
enum
:
-
1
-
2
description
:
JSON-RPC standard version number
example
:
1
id
:
type
:
integer
description
:
Request ID
example
:
1
method
:
type
:
string
enum
:
-
ffpcrqst
description
:
Method name
example
:
ffpcrqst
params
:
type
:
array
description
:
Request parameters
items
:
$ref
:
'
#/components/schemas/PaymentReturnRequestParams'
minItems
:
1
maxItems
:
1
PaymentReturn
:
type
:
object
required
:
-
jsonrpc
-
id
-
method
-
params
properties
:
jsonrpc
:
type
:
number
format
:
double
enum
:
-
1
-
2
description
:
JSON-RPC standard version number
example
:
1
id
:
type
:
integer
description
:
Request ID
example
:
1
method
:
type
:
string
enum
:
-
prtrn
description
:
Method name
example
:
prtrn
params
:
type
:
array
description
:
Request parameters
items
:
$ref
:
'
#/components/schemas/PaymentReturnParams'
minItems
:
1
maxItems
:
1
ResolutionOfInvestigation
:
type
:
object
required
:
-
jsonrpc
-
id
-
method
-
params
properties
:
jsonrpc
:
type
:
number
format
:
double
enum
:
-
1
-
2
description
:
JSON-RPC standard version number
example
:
1
id
:
type
:
integer
description
:
Request ID
example
:
1
method
:
type
:
string
enum
:
-
roinvstg
description
:
Method name
example
:
roinvstg
params
:
type
:
array
description
:
Request parameters
items
:
$ref
:
'
#/components/schemas/ResolutionOfInvestigationParams'
minItems
:
1
maxItems
:
1
NextMessageRequest
:
type
:
object
required
:
-
jsonrpc
-
id
-
method
-
params
properties
:
jsonrpc
:
type
:
number
format
:
double
enum
:
-
1
-
2
description
:
JSON-RPC standard version number
example
:
1
id
:
type
:
integer
description
:
Request ID
example
:
1
method
:
type
:
string
enum
:
-
nextmsg
description
:
Method name
example
:
nextmsg
params
:
type
:
array
description
:
RequestParameters
items
:
$ref
:
'
#/components/schemas/NextMessageRequestParams'
minItems
:
1
maxItems
:
1
ProcessingResult
:
type
:
object
required
:
-
jsonrpc
-
id
-
method
-
params
properties
:
jsonrpc
:
type
:
number
format
:
double
enum
:
-
1
-
2
description
:
JSON-RPC standard version number
example
:
1
id
:
type
:
integer
description
:
Request ID
example
:
1
method
:
type
:
string
enum
:
-
prcsres
description
:
Method name
example
:
prcsres
params
:
type
:
array
description
:
RequestParameters
items
:
$ref
:
'
#/components/schemas/ProcessingResultParams'
minItems
:
1
maxItems
:
1
PaymentRequestParams
:
type
:
object
type
:
object
description
:
Payment request data
required
:
required
:
-
header
-
Code
-
payment_data
-
Description
-
chrg_br
properties
:
properties
:
header
:
Code
:
$ref
:
'
#/components/schemas/DocumentHeader'
payment_data
:
$ref
:
'
#/components/schemas/PaymentData'
chrg_br
:
type
:
string
type
:
string
example
:
DIS-0001
description
:
>-
Error code (1 - document with given ID already exists, 2 - missing
required data, 3 - technical error)
enum
:
enum
:
-
SLEV
-
DIS-0001
description
:
Charge Bearer
-
DIS-0002
example
:
SLEV
-
DIS-0003
PaymentReturnRequestParams
:
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
type
:
object
description
:
Payment return request data
required
:
required
:
-
header
-
DocId
-
assigner_bic
-
DocRefId
-
assignee_bic
-
DocRefType
-
cancellation_id
-
ErrorCode
-
cancelling_party
-
ErrorMessage
-
cancellation_reason
-
Timestamp
-
payment_data
properties
:
properties
:
header
:
DocId
:
$ref
:
'
#/components/schemas/DocumentHeader'
assigner_bic
:
type
:
string
description
:
Assigner BIC
example
:
PCTULT21XXX
assignee_bic
:
type
:
string
description
:
Assignee (BoL) BIC
example
:
LIABLT2XMSD
cancellation_id
:
type
:
string
description
:
>-
Cancellation transaction identifier. Unique, as required in Chapter
IX of the document SEPA-MMS User Detailed Functional Specifications
for Credit Transfer Processing (SCT). Uniqueness is checked.
example
:
D118100301085772
cancelling_party
:
$ref
:
'
#/components/schemas/CancellingParty'
cancellation_reason
:
$ref
:
'
#/components/schemas/CancellationReason'
payment_data
:
$ref
:
'
#/components/schemas/PaymentData'
PaymentReturnParams
:
type
:
object
description
:
Payment return data
required
:
-
header
-
return_id
-
return_reason
-
returning_party
-
return_amount
-
return_currency
-
chrg_br
-
settlement_date
-
payment_data
properties
:
header
:
$ref
:
'
#/components/schemas/DocumentHeader'
return_id
:
type
:
string
type
:
string
example
:
PS18091010000007
description
:
>-
description
:
>-
Return identification. Unique, as required in Chapter IX of the
ID of this document - generated either by PAS or CDR - the same
document SEPA-MMS User Detailed Functional Specifications for Credit
format as any other document ID
Transfer Processing (SCT). Uniqueness is checked.
DocRefId
:
example
:
D118100301086072
return_amount
:
type
:
number
format
:
double
description
:
'
Returned
amount,
calculated
according
to
return
reason'
example
:
13.31
return_currency
:
type
:
string
type
:
string
enum
:
example
:
D118091001045732
-
EUR
description
:
Reference to the document that caused the error
description
:
Returned amount currency
DocRefType
:
example
:
EUR
chrg_br
:
type
:
string
type
:
string
example
:
FFCCTRNS
description
:
Reference to the document type that caused the error
enum
:
enum
:
-
SLEV
-
FFCCTRNS
description
:
Charge Bearer
-
FFPCRQST
example
:
SLEV
-
PRTRN
settlement_date
:
-
ROINVSTG
type
:
string
ErrorCode
:
format
:
date
description
:
Current or next TARGET2 business day
example
:
'
2018-10-03T00:00:00.000Z'
additional_info
:
type
:
string
type
:
string
description
:
>-
example
:
PAS-81500000
Cancellation transaction identifier from FFPCRQST, only filled if
description
:
Error code as provided by PAS or CPR
return_reason/iso_code is FOCR
ErrorMessage
:
example
:
D118100301085772
returning_party
:
$ref
:
'
#/components/schemas/ReturningParty'
return_reason
:
$ref
:
'
#/components/schemas/ReturnReason'
payment_data
:
$ref
:
'
#/components/schemas/PaymentData'
ResolutionOfInvestigationParams
:
type
:
object
description
:
Resoultion of investigation data
required
:
-
header
-
assigner_bic
-
assignee_bic
-
status
-
resolution_id
-
rejecting_party
-
rejection_reason
-
payment_data
properties
:
header
:
$ref
:
'
#/components/schemas/DocumentHeader'
assigner_bic
:
type
:
string
description
:
Assigner BIC
example
:
PCTULT21XXX
assignee_bic
:
type
:
string
description
:
Assignee (BoL) BIC
example
:
LIABLT2XMSD
status
:
type
:
string
type
:
string
e
num
:
e
xample
:
>-
-
RJCR
Priimami tik pasirašyti LITAS-INST ir PROXY sistemų pranešimai.
description
:
Confirmation of resolution of investigation
Only LITAS-INST and PROXY signed messages are accepted.
example
:
RJC
R
description
:
Error message as provided by PAS or CP
R
resolution_id
:
Timestamp
:
type
:
string
type
:
string
description
:
>-
format
:
date-time
Identification of the cancellation request transaction status.
description
:
Timestamp of this document's creation
Unique, as required in Chapter IX of the document SEPA-MMS User
title
:
ErrorDocument
Detailed Functional Specifications for Credit Transfer Processing
description
:
>-
(SCT). Uniqueness is checked.
Document describing an error received from PAS (AUTHRES, SYNRES, RETURN)
example
:
D118100301086192
or processing error in CPR subsystem
rejecting_party
:
FFCCTRNS.CategoryPurpose1Choice
:
$ref
:
'
#/components/schemas/RejectingParty'
rejection_reason
:
$ref
:
'
#/components/schemas/RejectionReason'
additional_info
:
type
:
array
items
:
type
:
string
minItems
:
1
maxItems
:
2
description
:
To be used only when code is ‘LEGL’ in order to precise the reason.
example
:
-
AT51Description
-
AT57Description
payment_data
:
$ref
:
'
#/components/schemas/PaymentData'
NextMessageRequestParams
:
type
:
object
type
:
object
description
:
Next message request parameters
required
:
-
tis_code
properties
:
properties
:
tis_code
:
Cd
:
type
:
string
type
:
string
description
:
Two character TIS code - all generated IDs start with this
Prtry
:
example
:
D1
type
:
string
ProcessingResultParams
:
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
type
:
object
description
:
Processing result request parameters
required
:
required
:
-
doc_ref_id
-
Cdtr
-
doc_ref_type
-
CdtrAcct
-
processing_result
-
CdtrAgt
-
ChrgBr
-
Dbtr
-
DbtrAcct
-
DbtrAgt
-
IntrBkSttlmAmt
-
PmtId
-
PmtTpInf
properties
:
properties
:
doc_ref_id
:
Cdtr
:
type
:
string
$ref
:
'
#/components/schemas/FFCCTRNS.S2SCTPartyIdentification322'
description
:
Reference to the document that was processed
CdtrAcct
:
example
:
D118091001045732
$ref
:
'
#/components/schemas/FFCCTRNS.S2SCTCashAccount161'
doc_ref_type
:
CdtrAgt
:
type
:
string
$ref
:
>-
description
:
Reference to the document type that was processed
#/components/schemas/FFCCTRNS.S2SCTBranchAndFinancialInstitutionIdentification4
enum
:
ChrgBr
:
-
ffcctrns
-
ffpcqrst
-
prtrn
-
roinvstg
example
:
ffcctrns
processing_result
:
type
:
string
type
:
string
description
:
Processing result
enum
:
enum
:
-
completed
-
SLEV
-
failed
Dbtr
:
DocumentHeader
:
$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
type
:
object
description
:
Document header
required
:
required
:
-
doc_id
-
BirthDt
-
type
-
CityOfBirth
-
date_time
-
CtryOfBirth
-
priority
-
business_area
properties
:
properties
:
doc_id
:
BirthDt
:
type
:
string
description
:
>-
Document ID - the structure is established in Section IX of the
document LITAS-Pranesimu formatai.docx.
example
:
D118091001045732
type
:
type
:
string
enum
:
-
FFCCTRNS
-
FFPCRQST
-
PRTRN
-
ROINVSTG
description
:
Document type. Allowed values are FFCCTRNS/FFPCRQST/PRTRN/ROINVSTG
example
:
FFCCTRNS
date_time
:
type
:
string
type
:
string
format
:
date-time
format
:
date-time
description
:
Document creation timestamp
CityOfBirth
:
example
:
'
2018-10-03T08:48:09.000Z'
priority
:
type
:
integer
description
:
Document priority
example
:
51
business_area
:
type
:
string
description
:
Document business area
example
:
SEPASCT
PaymentData
:
type
:
object
description
:
Payment data
required
:
-
end_to_end_id
-
tx_id
-
amount
-
currency
-
date
-
mtd
-
prtry
-
cd
-
debtor
-
creditor
properties
:
instr_id
:
type
:
string
description
:
Instruction identification
example
:
D118091001048175
end_to_end_id
:
type
:
string
description
:
>-
A sending customer reference that must be passed to a receiveing
customer. In the event that no reference was given, the value
NOTPROVIDED must be used.
example
:
NOTPROVIDED
tx_id
:
type
:
string
description
:
>-
Unique Id of a transaction, as required in Chapter IX of the
document SEPA-MMS User Detailed Functional Specifications for Credit
Transfer Processing (SCT). Uniqueness is checked.
example
:
8e7070743da24402a7fc290bc62fbcd0
title
:
type
:
string
description
:
Payment title
example
:
Transfer to external account
amount
:
type
:
number
format
:
double
description
:
Payment amount
example
:
13.31
currency
:
type
:
string
enum
:
-
EUR
description
:
Payment currency
example
:
EUR
date
:
type
:
string
description
:
>-
Payment date. In payment request must be current or next TARGET2
business day.
format
:
date
example
:
'
2018-10-03T00:00:00.000Z'
mtd
:
type
:
string
type
:
string
enum
:
CtryOfBirth
:
-
CLRG
description
:
Settlment method
example
:
CLRG
prtry
:
type
:
string
type
:
string
description
:
Clearing system
PrvcOfBirth
:
example
:
LITAS-MIG
cd
:
type
:
string
type
:
string
enum
:
title
:
FFCCTRNS.DateAndPlaceOfBirth
-
SEPA
xml
:
description
:
Service level code
name
:
DateAndPlaceOfBirth
example
:
SEPA
attribute
:
false
debtor
:
wrapped
:
false
$ref
:
'
#/components/schemas/Participant'
description
:
>-
creditor
:
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.DateAndPlaceOfBirth
$ref
:
'
#/components/schemas/Participant'
description generated by jaxb-swagger, hence no class description yet.
CancellingParty
:
FFCCTRNS.Document
:
type
:
object
type
:
object
description
:
Cancelling party data. Only one of available properties can be filled.
required
:
-
FIToFICstmrCdtTrf
properties
:
properties
:
customer_name
:
FIToFICstmrCdtTrf
:
type
:
string
$ref
:
'
#/components/schemas/FFCCTRNS.FIToFICustomerCreditTransferV02'
description
:
Customer name or BIC
title
:
FFCCTRNS.Document
example
:
Dan Notestein or PCTULT21XXX
xml
:
bank_bic
:
name
:
Document
type
:
string
attribute
:
false
description
:
Bank BIC
wrapped
:
false
example
:
PCTULT21XXX
description
:
>-
CancellationReason
:
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.Document
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.FIToFICustomerCreditTransferV02
:
type
:
object
type
:
object
description
:
Cancellation reason. Only one of available properties can be filled
required
:
-
CdtTrfTxInf
-
GrpHdr
properties
:
properties
:
iso_code
:
CdtTrfTxInf
:
type
:
string
type
:
array
enum
:
items
:
-
DUPL
$ref
:
>-
description
:
ISO code of cancellation reason
#/components/schemas/FFCCTRNS.CreditTransferTransactionInformation11
example
:
DUPL
GrpHdr
:
code
:
$ref
:
'
#/components/schemas/FFCCTRNS.S2SCTGroupHeader33'
type
:
string
title
:
FFCCTRNS.FIToFICustomerCreditTransferV02
enum
:
xml
:
-
FRAD
name
:
FIToFICustomerCreditTransferV02
-
TECH
attribute
:
false
description
:
Custom code of cancellation reason
wrapped
:
false
example
:
FRAD
description
:
>-
ReturningParty
:
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.FIToFICustomerCreditTransferV02
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.GenericOrganisationIdentification1
:
type
:
object
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
:
>-
description
:
>-
Data of party returning payment. Only one of available properties can be
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.GenericOrganisationIdentification1
filled
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.GenericPersonIdentification1
:
type
:
object
required
:
-
Id
properties
:
properties
:
customer_name
:
Id
:
type
:
string
type
:
string
description
:
Customer's name or BIC
Issr
:
example
:
Dan Notestein or PCTULT21XXX
bank_bic
:
type
:
string
type
:
string
description
:
Bank BIC
SchmeNm
:
example
:
PCTULT21XXX
$ref
:
'
#/components/schemas/FFCCTRNS.PersonIdentificationSchemeName1Choice'
ReturnReason
:
title
:
FFCCTRNS.GenericPersonIdentification1
type
:
object
xml
:
name
:
GenericPersonIdentification1
attribute
:
false
wrapped
:
false
description
:
>-
description
:
>-
Reason for payment return, Only one of available properties can be
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.GenericPersonIdentification1
filled
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.IntrBkSttlmAmt
:
type
:
object
required
:
-
Ccy
properties
:
properties
:
iso_code
:
Ccy
:
type
:
string
type
:
string
xml
:
name
:
Ccy
attribute
:
true
wrapped
:
false
enum
:
enum
:
-
AC01
-
EUR
-
AC04
value
:
-
AC06
type
:
number
-
AG01
title
:
FFCCTRNS.IntrBkSttlmAmt
-
AG02
xml
:
-
AM05
name
:
FFCCTRNS.IntrBkSttlmAmt
-
BE04
attribute
:
false
-
FOCR
wrapped
:
false
-
MD07
-
MS02
-
MS03
-
RC01
-
RR01
-
RR02
-
RR03
-
RR04
description
:
>-
ISO code of payment return reason. Allowed values are AC01, AC04,
AC06, AG01, AG02, AM05, BE04, FOCR, MD07, MS02, MS03, RC01, RR01,
RR02, RR03, RR04
example
:
FOCR
code
:
type
:
string
description
:
Custom code of payment return reason
RejectingParty
:
type
:
object
description
:
>-
description
:
>-
Data of party rejecting payment return. Only one of available properties
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.CreditTransferTransactionInformation11.IntrBkSttlmAmt
can be filled
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.OrganisationIdentificationSchemeName1Choice
:
type
:
object
properties
:
properties
:
customer_name
:
Cd
:
type
:
string
type
:
string
description
:
Customer's name or BIC
Prtry
:
example
:
Dan Notestein or PCTULT21XXX
bank_bic
:
type
:
string
type
:
string
description
:
Bank BIC
title
:
FFCCTRNS.OrganisationIdentificationSchemeName1Choice
example
:
PCTULT21XXX
xml
:
RejectionReason
:
name
:
OrganisationIdentificationSchemeName1Choice
type
:
object
attribute
:
false
wrapped
:
false
description
:
>-
description
:
>-
Reason for payment return rejection, Only one of available properties
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.OrganisationIdentificationSchemeName1Choice
can be filled
description generated by jaxb-swagger, hence no class description yet.
FFCCTRNS.PersonIdentificationSchemeName1Choice
:
type
:
object
properties
:
properties
:
iso_code
:
Cd
:
type
:
string
type
:
string
enum
:
Prtry
:
-
LEGL
-
CUST
description
:
>-
ISO code of payment return rejection reason. Allowed values are
LEGL, CUST
example
:
LEGL
code
:
type
:
string
type
:
string
enum
:
title
:
FFCCTRNS.PersonIdentificationSchemeName1Choice
-
ARDT
xml
:
-
AC04
name
:
PersonIdentificationSchemeName1Choice
-
AM04
attribute
:
false
-
NOAS
wrapped
:
false
-
NOOR
description
:
>-
description
:
>-
org.blockchainwares.blocktrades.dis.common.messages.ffcctrns.PersonIdentificationSchemeName1Choice
Custom code of payment return reason. Allowed values are ARDT, AC04,
description generated by jaxb-swagger, hence no class description yet.
AM04, NOAS, NOOR
FFCCTRNS.PmtId
:
Participant
:
type
:
object
type
:
object
required
:
required
:
-
bic
-
EndToEndId
-
iban
-
TxId
-
name
properties
:
properties
:
bic
:
EndToEndId
:
type
:
string
type
:
string
description
:
Participant;s BIC
InstrId
:
example
:
LIABLT20XXX
iban
:
type
:
string
type
:
string
description
:
Participant's IBAN
TxId
:
example
:
LT261010000002132402
name
:
type
:
string
type
:
string
description
:
Participant's name
title
:
FFCCTRNS.PmtId
example
:
Dan Notestein
xml
:
country
:
name
:
FFCCTRNS.PmtId
type
:
string
attribute
:
false
description
:
Participant's country ISO 3166-1 alpha-2 code
wrapped
:
false
example
:
US
description
:
>-
address_line1
:
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
type
:
string
description
:
Participant's address
title
:
FFCCTRNS.Purpose2Choice
example
:
PO Box
10608
xml
:
address_line2
:
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
type
:
string
description
:
Participant's address
title
:
FFCCTRNS.S2SCTAccountIdentification4Choice
example
:
'
Blacksburg,
VA
24062-0608'
xml
:
Response
:
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
type
:
object
description
:
API response type for 'output' type endpoints
required
:
required
:
-
id
-
FinInstnId
-
result
properties
:
properties
:
id
:
FinInstnId
:
type
:
integer
$ref
:
>-
description
:
Request ID
#/components/schemas/FFCCTRNS.S2SCTFinancialInstitutionIdentification7
example
:
1
title
:
FFCCTRNS.S2SCTBranchAndFinancialInstitutionIdentification4
result
:
xml
:
$ref
:
'
#/components/schemas/Result'
name
:
S2SCTBranchAndFinancialInstitutionIdentification4
error
:
attribute
:
false
$ref
:
'
#/components/schemas/Error'
wrapped
:
false
Result
:
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
type
:
object
description
:
Operation result
required
:
required
:
-
status
-
Assgne
-
Assgnr
-
CreDtTm
-
Id
properties
:
properties
:
doc_id
:
Assgne
:
$ref
:
'
#/components/schemas/ROINVSTG.S2SCTParty7Choice'
Assgnr
:
$ref
:
'
#/components/schemas/ROINVSTG.S2SCTParty7Choice'
CreDtTm
:
type
:
string
type
:
string
description
:
Document ID
format
:
date-time
example
:
D118091001045732
Id
:
document
:
type
:
string
oneOf
:
title
:
ROINVSTG.CaseAssignment2
-
$ref
:
'
#/components/schemas/ErrorDocument'
xml
:
-
$ref
:
'
#/components/schemas/Document'
name
:
CaseAssignment2
status
:
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
type
:
string
enum
:
enum
:
-
Accepted
-
SCOR
-
Error
title
:
ROINVSTG.CreditorReferenceType1Choice
description
:
'
Request
status.
Available
values
are
Accepted,
Error'
xml
:
example
:
Accepted
name
:
CreditorReferenceType1Choice
ErrorDocument
:
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
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
:
>-
description
:
>-
Document describing an error received from PAS (AUTHRES, SYNRES, RETURN)
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.CreditorReferenceType2
or processing error in CPR subsystem
description generated by jaxb-swagger, hence no class description yet.
ROINVSTG.DateAndPlaceOfBirth
:
type
:
object
required
:
required
:
-
doc_id
-
BirthDt
-
doc_ref_id
-
CityOfBirth
-
doc_ref_type
-
CtryOfBirth
-
timestamp
-
error_code
-
error_message
properties
:
properties
:
doc_id
:
BirthDt
:
type
:
string
type
:
string
description
:
>-
format
:
date-time
ID of this document - generated either by PAS or CDR - the same
CityOfBirth
:
format as any other document ID
example
:
PS18091010000007
doc_ref_id
:
type
:
string
type
:
string
description
:
Reference to the document that caused the error
CtryOfBirth
:
example
:
D118091001045732
type
:
string
doc_ref_type
:
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
type
:
string
description
:
Reference to the document type that caused the error
enum
:
enum
:
-
ffcctrns
-
RJCR
-
ffpcqrst
title
:
ROINVSTG.S2SCTInvestigationStatus2Choice
-
prtrn
xml
:
-
roinvstg
name
:
S2SCTInvestigationStatus2Choice
example
:
ffcctrns
attribute
:
false
timestamp
:
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
type
:
string
format
:
date-time
format
:
date-time
description
:
Timestamp of this document's creation
PmtTpInf
:
example
:
'
2018-09-10T11:41:54.000Z'
$ref
:
'
#/components/schemas/ROINVSTG.S2SCTPaymentTypeInformation22'
error_code
:
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
type
:
string
description
:
Error code as provided by PAS or CPR
CxlStsRsnInf
:
example
:
PAS-81500000
$ref
:
>-
error_message
:
#/components/schemas/ROINVSTG.S2SCTCancellationStatusReasonInformation1
OrgnlEndToEndId
:
type
:
string
type
:
string
description
:
Error message as provided by PAS or CPR
OrgnlGrpInf
:
example
:
>-
$ref
:
'
#/components/schemas/ROINVSTG.OriginalGroupInformation3'
Priimami tik pasirašyti LITAS-INST ir PROXY sistemų pranešimai. Only
OrgnlInstrId
:
LITAS-INST and PROXY signed messages are accepted.
type
:
string
Document
:
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
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
:
>-
description
:
>-
One of possible incoming document types - data will be deserialized from
org.blockchainwares.blocktrades.dis.common.messages.roinvstg.S2SCTPaymentTypeInformation22
XML to Java class and then serialized to JSON
description generated by jaxb-swagger, hence no class description yet.
Error
:
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
type
:
object
description
:
Error object. Only sent if result.status is 'Error'
required
:
required
:
-
code
-
Cd
-
message
properties
:
properties
:
code
:
Cd
:
type
:
string
type
:
string
enum
:
enum
:
-
DIS-0001
-
SEPA
-
DIS-0002
title
:
ROINVSTG.S2SCTServiceLevel8Choice
-
DIS-0003
xml
:
description
:
>-
name
:
S2SCTServiceLevel8Choice
Error code (1 - document with given ID already exists, 2 -
attribute
:
false
validation error, 3 - technical error)
wrapped
:
false
example
:
DIS-0001
description
:
>-
message
:
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
type
:
object
description
:
>-
description
:
Returned document (if any)
Error message. Can be a simple string or an array of ValidationError
Status
:
objects example: Document with given ID already exists
type
:
string
example
:
Accepted
description
:
'
Request
status.
Available
values
are
Accepted,
Error'
enum
:
-
Accepted
-
Error
title
:
Result
description
:
Operation result
ValidationError
:
ValidationError
:
type
:
object
type
:
object
description
:
>-
Validation error object - an array of those objects is passed instead of
a single message in Error object in case of validation error
required
:
required
:
-
f
ield
-
F
ield
-
m
essage
-
M
essage
properties
:
properties
:
f
ield
:
F
ield
:
type
:
string
type
:
string
description
:
'
name
of
the
field,
which
failed
validation
'
example
:
'
params[0].additionalInfo
'
example
:
jsonrpc
description
:
Field or object name for which the validation failed
m
essage
:
M
essage
:
type
:
string
type
:
string
description
:
validation failure description
example
:
>-
example
:
Field `JSON-RPC Version number` cannot be
null
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