Skip to content

Quote

A quote represents a carrier's offer to provide insurance coverage at a specified premium. Quotes are produced in response to a Submission and contain the proposed terms, pricing, and conditions.

Structure

NameCard.TypeDescription
RQuoteA quote represents a carrier's offer to provide insurance coverage at a specified premium.
resourceType1..1"Quote"Fixed resource type discriminator
id0..1stringLogical id of this resource.
meta0..1MetaMetadata about the resource
status1..1draft | offered | accepted | rejected | expired | bound | supersededCurrent status of the quote.
submission0..1ReferenceReference to the submission that triggered this quote
insured1..1ReferenceReference to the insured entity
carrier1..1ReferenceReference to the quoting carrier
underwriter0..1ReferenceReference to the underwriter who prepared this quote
proposedEffective0..1PeriodProposed policy effective period
totalPremium0..1MoneyTotal annual premium for all coverages.
[ ]premiumBreakdown0..*PremiumLineItemBreakdown of premium by line of business
quoteDate0..1stringDate/time the quote was issued.
validUntil0..1stringDate after which this quote is no longer valid.
[ ]subjectivities0..*SubjectivityConditions or subjectivities that must be met before binding
termsAndConditions0..1stringFree-text terms, conditions, or exclusions
resultingPolicy0..1ReferenceReference to the resulting policy, if bound
version0..1numberQuote version number.
[ ]risks0..*ReferenceReferences to Risk resources included in this quote

Example

json
{
  "resourceType": "Quote",
  "id": "qt-2025-042",
  "status": "offered",
  "submission": {
    "reference": "Submission/sub-2025-001"
  },
  "insured": {
    "reference": "Insured/ins-001",
    "display": "Acme Manufacturing Corp"
  },
  "carrier": {
    "reference": "Organization/carrier-200",
    "display": "Hartford Financial"
  },
  "proposedEffective": {
    "start": "2025-07-01",
    "end": "2026-07-01"
  },
  "totalPremium": {
    "value": 85000,
    "currency": "USD"
  },
  "quoteDate": "2025-05-01T14:30:00Z",
  "validUntil": "2025-06-15"
}

JSON Schema

Full JSON Schema: Quote.schema.json