title: BranchData5
description: >
  Information that locates and identifies a specific branch of a financial
  institution.
type: object
additionalProperties: false
properties:
  Id:
    allOf:
      - $ref: ./Max35Text.yaml
      - description: >
          Identification

          Unique and unambiguous identification of a branch of a financial institution.
  LEI:
    allOf:
      - $ref: ./LEIIdentifier.yaml
      - description: >
          LEI

          Legal entity identification for the branch of the financial institution.
  Nm:
    allOf:
      - $ref: ./Max140Text.yaml
      - description: >
          Name

          Name by which an agent is known and which is usually used to identify that agent.
  PstlAdr:
    allOf:
      - $ref: ./PostalAddress27.yaml
      - description: >
          PostalAddress

          Information that locates and identifies a specific address, as defined by postal services.
example:
  Id: 123
  LEI: 123
  Nm: Name
  PstlAdr:
    AdrTp: ADDR
    Dept: Department
    SubDept: Sub department
    StrtNm: Street name
    BldgNb: Building number
