title: TermsRequest_FIToFICustomerCreditProposal
type: object
additionalProperties: false
description: >
  This message is sent by a financial institution to a financial institution
  to propose the terms of a credit to a customer.
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
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
