type: object
additionalProperties: false
required:
  - homeTransactionId
  - from
  - individualQuotes
properties:
  homeTransactionId:
    type: string
    description: >-
      Transaction ID from the DFSP backend, used to reconcile transactions
      between the Switch and DFSP backend systems.
  bulkQuoteId:
    $ref: ./CorrelationId.yaml
  from:
    $ref: ./transferParty.yaml
  individualQuotes:
    description: List of individual quotes in a bulk quote.
    type: array
    minItems: 1
    maxItems: 1000
    items:
      $ref: ./individualQuote.yaml
  extensions:
    $ref: ./ExtensionList.yaml
