title: ClearingSystemMemberIdentification2
description: >
  Unique identification, as assigned by a clearing system, to unambiguously
  identify a member of the clearing system.
type: object
additionalProperties: false
properties:
  ClrSysId:
    allOf:
      - $ref: ./ClearingSystemIdentification2Choice.yaml
      - description: >
          ClearingSystemIdentification

          Specification of a pre-agreed offering between clearing agents or the channel through which
          the payment instruction is processed.
  MmbId:
    allOf:
      - $ref: ./Max35Text.yaml
      - description: >
          MemberIdentification

          Identification of a member of a clearing system.
required:
  - MmbId
example:
  ClrSysId:
    Cd: CHQB
  MmbId: 123456789
