title: GenericFinancialIdentification1
type: object
additionalProperties: false
description: >
  GenericFinancialIdentification

  Unique and unambiguous identification of a person, which is used to refer to a person in a financial context.
properties:
  Id:
    allOf:
      - $ref: ./Max35Text.yaml
      - description: >
          Identification

          Unique and unambiguous identification of a person.
  SchmeNm:
    allOf:
      - $ref: ./FinancialIdentificationSchemeName1Choice.yaml
      - description: >
          SchemeName

          Name of the identification scheme.
  Issr:
    allOf:
      - $ref: ./Max35Text.yaml
      - description: >
          Issuer

          Entity that assigns the identification.
required:
  - Id
example:
  Id: 123
  SchmeNm:
    Cd: IBAN
  Issr: BIC
