Surveys · legal & guarantees
Entity relationships
---
config:
layout: elk
elk:
direction: DOWN
nodePlacementStrategy: BRANDES_KOEPF
mergeEdges: false
---
erDiagram
Transaction ||--o| PropertyPack : "propertyPack"
PropertyPack ||--o{ Survey : "surveys"
Survey ||--o| LegalIssues : "legalIssues"
Transaction {
}
PropertyPack {
}
Survey {
}
LegalIssues {
string guarantees "guarantees"
string notes "notes"
string otherMatters "otherMatters"
string regulation "regulation"
string rightsOfWay "rightsOfWay"
}
Object model
Legal & guarantees
Transaction
transaction (root) No scalar fields on this object — pure container.
Property Pack
propertyPack No scalar fields on this object — pure container.
Surveys[]
propertyPack.surveys[] No scalar fields on this object — pure container.
Legal Issues
propertyPack.surveys[].legalIssues | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| guarantees | Legal Issue Guarantee detail | string | Evidence | guarantees | — | — | — |
| notes | Legal Issue Note | string | Evidence | notes | — | — | — |
| otherMatters | Apart from matter entered on the register of local land charges, do any of the following matter apply to the property? | string | Evidence | otherMatters | — | — | — |
| regulation | Legal Issue Regulation detail | string | Evidence | regulation | — | — | — |
| rightsOfWay | Legal Issue Right of Way/Restriction detail | string | Evidence | rightsOfWay | — | — | — |
Comments