Skip to content

Subjectivity

A condition that must be satisfied before a quote can be bound. Common in insurance — e.g., "Provide updated loss runs" or "Install fire suppression system within 90 days."

Structure

NameCard.TypeDescription
RSubjectivityA condition that must be satisfied before a quote can be bound.
description1..1stringDescription of what must be done or provided
type1..1pre-bind | post-bindWhether this must be resolved before or after binding
status1..1outstanding | satisfied | waivedCurrent status of the subjectivity
dueDate0..1stringDeadline for satisfying this subjectivity.

Example

json
{
  "description": "Provide audited financial statements for last 3 years",
  "type": "pre-bind",
  "status": "outstanding"
}

JSON Schema

Full JSON Schema: Subjectivity.schema.json