{
  "sample_notice": "Synthetic purchasing exercise. No supplier or quotation is real.",
  "requirement": {
    "item": "Stackable storage bins, 20-liter capacity",
    "quantity": 400,
    "delivery_within_business_days": 12,
    "currency": "USD",
    "sales_tax_percent": "0.00",
    "tax_basis": "Zero tax is a supplied assumption for this fictional exercise, not a statement of tax exemption.",
    "delivery_basis": "Delivery days start at receipt of an accepted order. All quotes cover the same specified bin and destination. No additional charges are quoted."
  },
  "quotes": [
    {
      "id": "Q-A",
      "supplier": "Alder Supply (fictional)",
      "quantity": 400,
      "unit_price": "18.40",
      "freight": "420.00",
      "delivery_business_days": 10,
      "terms": "Net 30; quotation valid 30 days; no split delivery."
    },
    {
      "id": "Q-B",
      "supplier": "Birch Industrial (fictional)",
      "quantity": 400,
      "unit_price": "18.75",
      "freight": "210.00",
      "delivery_business_days": 15,
      "terms": "Net 30; quotation valid 14 days; expedited service not quoted."
    },
    {
      "id": "Q-C",
      "supplier": "Cedar Distribution (fictional)",
      "quantity": 500,
      "unit_price": "18.10",
      "freight": "0.00",
      "delivery_business_days": 8,
      "terms": "Payment before dispatch; minimum order 500; quotation valid 21 days."
    }
  ]
}
