title: TermsResponse_FIToFICustomerCreditConfirmation
type: object
additionalProperties: false
description: >
  This message is sent by the initiating party to the executing party, directly or through one or more intermediaries, to confirm the credit transfer transaction.
properties:
  GrpHdr:
    allOf:
      - $ref: ./GroupHeader129.yaml
      - description: >
          Group Header

          Set of characteristics shared by all individual transactions included in the message.
  CdtTrfTxInf:
    allOf:
      - $ref: ./CreditTransferTransaction67.yaml
      - description: >
          Credit Transfer Transaction Information

          Set of elements providing information specific to the individual credit transfer(s).
required:
  - GrpHdr
  - CdtTrfTxInf
example:
  GrpHdr:
    MsgId: 123456789
    CreDtTm: '2020-01-01T00:00:00Z'
    NbOfTxs: 1
    CtrlSum: 100.00
    InitgPty:
      Nm: Initiating Party Name
      Id:
        OrgId:
          Othr:
            - Id: 123456789
              SchmeNm:
                Cd: BBA
                Prtry: Party Identification Scheme Name
    FwdgAgt:
      FinInstnId:
        BICFI: BBBBBBBB
