{
  "additionalProperties": false,
  "description": "Payload for ``trade.completed``.\n\nEmitted in\n``application/commands/settlement.py::TradeSettlementService.settle_completion``\nwhen every step of a trade settles successfully. Always accompanied by a\n``settlement.explained`` event in the same batch.",
  "properties": {
    "trade_id": {
      "title": "Trade Id",
      "type": "string"
    }
  },
  "required": [
    "trade_id"
  ],
  "title": "TradeCompletedEventPayload",
  "type": "object"
}
