Surveys · advice, risks & matters for legal advisers
Entity relationships
---
config:
layout: elk
elk:
direction: DOWN
nodePlacementStrategy: BRANDES_KOEPF
mergeEdges: false
---
erDiagram
Transaction ||--o| PropertyPack : "propertyPack"
PropertyPack ||--o{ Survey : "surveys"
Survey ||--o| Risks : "risks"
Transaction {
}
PropertyPack {
}
Survey {
}
Risks {
string buildingRisks "buildingRisks"
string groundsRisks "groundsRisks"
string otherRisks "otherRisks"
string peopleRisks "peopleRisks"
}
Object model
Advice, risks & matters for legal advisers
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.
Risks
propertyPack.surveys[].risks | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| buildingRisks | Building Risk detail | string | Evidence | buildingRisks | — | — | — |
| groundsRisks | Ground Risk detail | string | Evidence | groundsRisks | — | — | — |
| otherRisks | Other Risk or Hazard detail | string | Evidence | otherRisks | — | — | — |
| peopleRisks | People Risk detail | string | Evidence | peopleRisks | — | — | — |
Comments