# Supplier quote comparison workbook — RFQ Roundbook

Canonical: https://agiscorecard.com/workbench/rfq-roundbook
Language: en
Method version: 2026-09-19.3

Compare one-currency quote rounds and save the assumptions behind each decision.

## How this tool works

Quote total = quantity × unit_price + freight − discount. Compare identical requested quantities and currencies; terms still require human review.

## Input format

- Supplier quotes: `supplier,currency,quantity,unit_price,freight,discount,lead_days,terms`

## Reproducible example

All prefilled business examples are fictional. Replace them with your own checked inputs.

```json
{
  "columns": [
    "Supplier",
    "Currency",
    "Units",
    "Goods",
    "Freight",
    "Discount",
    "Total",
    "Lead days",
    "Terms"
  ],
  "rows": [
    [
      "Sample B",
      "USD",
      100,
      "540.00",
      "20.00",
      "10.00",
      "550.00",
      9,
      "Tax excluded"
    ],
    [
      "Sample A",
      "USD",
      100,
      "500.00",
      "80.00",
      "0.00",
      "580.00",
      14,
      "Tax excluded"
    ]
  ]
}
```

## Limits and assumptions

Compare Incoterms, tax, warranty and delivery scope before choosing. Lowest entered total is not a supplier recommendation.

Save named rounds locally and export JSON to preserve source inputs; no shared approval workspace is provided.

Calculations run in your browser. Data is uploaded only when you explicitly save in the member workspace.

[RFC 4180 — CSV format](https://www.rfc-editor.org/rfc/rfc4180)
