title: Party38Choice
description: |
  Nature or use of the account.
type: object
additionalProperties: false
anyOf:
  - properties:
      OrgId:
        allOf:
          - $ref: ./OrganisationIdentification29.yaml
          - description: >
              Organisation

              Unique and unambiguous way to identify an organisation.
    required:
      - OrgId
  - properties:
      PrvtId:
        allOf:
          - $ref: ./PersonIdentification13.yaml
          - description: >
              PrivateIdentification

              Unique and unambiguous identification of a person, for example a passport.
    required:
      - PrvtId
example:
  OrgId:
    AnyBIC: BIC
  PrvtId:
    DtAndPlcOfBirth:
      Dt: '2018-01-01'
      CityOfBirth: City
