{
  "meta": {
    "version": "3.0",
    "kind": "constructed teaching model",
    "source": "Authored example for the Eigenstate Lab. Not an original or anonymized trading run.",
    "model": "/assets/lab/trading-state-replay/model.mjs"
  },
  "scope": {
    "account": "example-account",
    "instrument": "example-instrument"
  },
  "example": {
    "openingPosition": 0,
    "targetPosition": 2,
    "orderId": "O1",
    "orderQuantity": 2,
    "fill": {
      "id": "F1",
      "orderId": "O1",
      "sequence": 1,
      "quantity": 1
    },
    "secondFill": {
      "id": "F2",
      "orderId": "O1",
      "sequence": 2,
      "quantity": 1
    }
  }
}
