# Quote — v2.0

A price quote generated by a BPP for a specific selection of offers and fulfillment options. Returned in on_select, on_init, and on_confirm responses. Aggregates item prices, taxes, delivery charges, and discounts into a total.

## Files

| File | Purpose |
|---|---|
| [https://schema.nfh.global/Quote/v2.0/attributes.yaml](https://schema.nfh.global/Quote/v2.0/attributes.yaml) | OpenAPI schema envelope (versioned path) |
| [https://schema.nfh.global/Quote/v2.0/attributes.jsonschema.yaml](https://schema.nfh.global/Quote/v2.0/attributes.jsonschema.yaml) | JSON Schema document (versioned path) |
| [https://schema.nfh.global/Quote/v2.0/context.jsonld](https://schema.nfh.global/Quote/v2.0/context.jsonld) | JSON-LD context (versioned path) |
| [https://schema.nfh.global/Quote/v2.0/vocab.jsonld](https://schema.nfh.global/Quote/v2.0/vocab.jsonld) | RDF vocabulary (versioned path) |

## Properties

| Property | Required | Type | Description |
|---|---|---|---|
| `@context` | yes | string | - |
| `@type` | yes | string | - |
| `id` | no | string | Unique identifier for this quote. |
| `price` | no | object | Total quoted price (inclusive of all charges and discounts). |
| `breakup` | no | array | Itemised breakdown of the total quoted price. |
| `validity` | no | object | Validity window within which the quote is honoured. |
