Settlement Info Reporting [CH]

SubscriptionRequestBodyData

object

List of securities (identified by ISIN) a business partner is subscribed to for the bulk service.

typestringrequired

Type of the resource.

>= 1 characters<= 255 characters

attributesobjectrequired

A subscription (i.e., list of ISINs) for a business partner as a resource.

Show Child Parameters
Example
{
  "type": "Subscription",
  "attributes": {
    "subscription": [
      "US0378331005",
      "US5949181045"
    ]
  }
}

SubscriptionRequestBody

object

List of securities (identified by ISIN) a business partner is subscribed to for the bulk service.

dataobjectrequired

List of securities (identified by ISIN) a business partner is subscribed to for the bulk service.

Example:{"type":"Subscription","attributes":{"subscription":["US0378331005","US5949181045"]}}

Show Child Parameters
Example
{
  "data": {
    "type": "Subscription",
    "attributes": {
      "subscription": [
        "US0378331005",
        "US5949181045"
      ]
    }
  }
}

URL

string

Uniform Resource Locator (URL) as defined in RFC 1738 (https://datatracker.ietf.org/doc/html/rfc1738).

>= 1 characters<= 2048 characters

ETag

string

The RFC7232 ETag (Entity Tag) header field (see https://www.rfc-editor.org/rfc/rfc7232#section-2.3) in a response provides the current entity-tag for the selected resource. An entity-tag is an opaque identifier for different versions of a resource over time, regardless whether multiple versions are valid at the same time. An entity-tag consists of an opaque quoted string, possibly prefixed by a weakness indicator (‘W/’).

Match pattern:^(W\/)?"([^"]|\\")*"$

Example
"W/\"xyzzy\""

FinancialInstitutionName

object

Name of a financial institution.

namestringrequired

name

>= 1 characters<= 72 characters

Example
{
  "name": "SIX SIS AG"
}