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
| Name | Card. | Type | Description |
|---|---|---|---|
| Subjectivity | A condition that must be satisfied before a quote can be bound. | ||
| description | 1..1 | string | Description of what must be done or provided |
| type | 1..1 | pre-bind | post-bind | Whether this must be resolved before or after binding |
| status | 1..1 | outstanding | satisfied | waived | Current status of the subjectivity |
| dueDate | 0..1 | string | Deadline 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