title: BranchAndFinancialInstitutionIdentification6
type: object
additionalProperties: false
description: >
  Unique and unambiguous identification of a financial institution or a branch
  of a financial institution.
properties:
  FinInstnId:
    allOf:
      - $ref: ./FinancialInstitutionIdentification18.yaml
      - description: >
          FinancialInstitutionIdentification

          Unique and unambiguous identification of a financial institution, as assigned under an
          internationally recognised or proprietary identification scheme.
  BrnchId:
    allOf:
      - $ref: ./BranchData3.yaml
      - description: >
          BranchIdentification

          Definition: Identifies a specific branch of a financial institution.

          Usage: This component should be used in case the identification information in the financial institution
          component does not provide identification up to branch level.
required:
  - FinInstnId
example:
  FinInstnId:
    BICFI: J5BMVH7D
  BrnchId:
    Id: 123
    Nm: Name
    PstlAdr:
      AdrTp: ADDR
      Dept: Department
      SubDept: Sub department
      StrtNm: Street name
      BldgNb: Building number
      PstCd: Post code
      TwnNm: Town name
      CtrySubDvsn: Country subdivision
      Ctry: Country
      AdrLine: Address line
