title: FxQuotesPostRequest
type: object
additionalProperties: false
description: The object sent in the POST /fxQuotes request.
properties:
  conversionRequestId:
    allOf:
      - $ref: ./CorrelationId.yaml
      - description: An end-to-end identifier for the conversion quotation request.
  conversionTerms:
    allOf:
      - $ref: ./FxConversion.yaml
      - description: The terms of the currency conversion for which a quotation is sought.
required:
  - conversionRequestId
  - conversionTerms
