Settlement Info Reporting [CH]

Isin

string

The ISIN (International Securities Identification Number) uniquely identifies a financial instrument. See ISO 6166:2021: Financial services — International securities identification number (ISIN).

Match pattern:^[A-Z]{2}([A-Z0-9]){9}[0-9]$

Example

ApiGwError

object

Description of an error as provided by the API GW to help remediation.

messagestringrequired

A human-readable explanation specific to this error.

Example:Unauthorized

Example

Error

object

Description of an error to help remediation.

messagestringrequired

A human-readable explanation specific to this error.

Example:Unauthorized

errorDetailobject

Additional information about the error.

Show Child Parameters
Example

ErrorDetail

object

Detailed description of an error to help remediation. It follows RFC 7807 (https://datatracker.ietf.org/doc/html/rfc7807).

typestring(uri)

A URI reference (RFC3986) that describes the problem type (in the context of the provided API).

Should resolve to a human-readable document.

Default:about:blank

titlestring

A short, human-readable summary of the problem type in English.

Example:Not Found

statusinteger(int32)required

The HTTP status code (RFC7231, Section 6) generated by the origin server for this occurrence of the problem.

>= 100<= 599

Example:400

detailstring

A human-readable explanation specific to this occurrence of the problem.

Example:ISIN 'US012071998' does not exist.

instancestring(uri)

A URI reference (RFC3986) that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

Example:https://www.example.com/books/1234

Example

ParameterLocation

string

The location of the parameter in question

Allowed values:BODYPATHQUERYHEADER