---
title: "ScheduledClearingDayChange"
url: "https://apiportal.six-group.com/apis/sic-clearing-day-calendar-api-v1-ch-v1/versions/0f2fee1c-ce1f-4323-8b82-cfed13b6e3f3/schemas/ScheduledClearingDayChange"
---

> Full API specification: https://apiportal.six-group.com/apis/sic-clearing-day-calendar-api-v1-ch-v1/versions/0f2fee1c-ce1f-4323-8b82-cfed13b6e3f3.md

# ScheduledClearingDayChange

Used if a clearing day change is scheduled for the calendar date. Depending on the service certain child-elements are available: a) clearing stops (SIC RTGS and euroSIC RTGS service) b) cut-offs for euroSIC RTGS service c) the next clearing day scheduled The date-time fields are structured according to RFC3339, section 5.6 in ISO 8601 with timezone and milliseconds.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Clearing Day Calendar v1
  version: 1.0 (generated 2024-03-27T17:02:01Z)
servers:
  - url: https://api.six-group.com/api/epcd/clearingday/v1
  - url: https://api.p2p.six-group.com/api/epcd/clearingday/v1
  - url: https://api.fip.six-group.com/api/epcd/clearingday/v1
components:
  schemas:
    ScheduledClearingDayChange:
      required:
        - nextClearingDay
      type: object
      properties:
        scheduledClearingStop1:
          type: string
          description: Clearing stop 1 date and time.
          format: date-time
          example: 2024-12-23T17:00:00+01:00
        scheduledClearingStop2:
          type: string
          description: Clearing stop 2 date and time.
          format: date-time
          example: 2024-12-23T18:00:00+01:00
        scheduledClearingStop3:
          type: string
          description: Clearing stop 3 date and time.
          format: date-time
          example: 2024-12-23T18:15:00+01:00
        scheduledCutOff1:
          type: string
          description: Cut off 1 date and time.
          format: date-time
          example: 2024-12-23T16:30:00+01:00
        scheduledCutOff2:
          type: string
          description: Cut off 2 date and time.
          format: date-time
          example: 2024-12-23T17:30:00+01:00
        nextClearingDay:
          type: string
          description: The clearing day that starts after day end processing (SIC and
            euroSIC RTGS service) or after day change (SIC IP service).
          format: date
          example: 2024-12-24
      description: >
        Used if a clearing day change is scheduled for the calendar date.
        Depending on the service certain child-elements are available:


        a) clearing stops (SIC RTGS and euroSIC RTGS service)

        b) cut-offs for euroSIC RTGS service

        c) the next clearing day scheduled


        The date-time fields are structured according to RFC3339, section 5.6 in
        ISO 8601 with timezone and milliseconds.
```
