Additional information & disclosures
Entity relationships
---
config:
layout: elk
elk:
direction: DOWN
nodePlacementStrategy: BRANDES_KOEPF
mergeEdges: false
---
erDiagram
Transaction ||--o| PropertyPack : "propertyPack"
PropertyPack ||--o| AdditionalInformation : "additionalInformation"
AdditionalInformation ||--o| RestrictionsOnUseNotCompliedWith : "restrictionsOnUseNotCompliedWith"
AdditionalInformation ||--o| OtherMaterialIssue : "otherMaterialIssue"
AdditionalInformation ||--o| OtherCharges : "otherCharges"
AdditionalInformation ||--o| BuyToLet : "buyToLet"
Transaction {
}
PropertyPack {
}
AdditionalInformation {
}
BuyToLet {
string yesNo "yesNo"
}
OtherCharges {
string details "Please give details"
string yesNo "yesNo"
}
OtherMaterialIssue {
string attachments "Attachments"
string details "Please describe this issue and any action that has been t…"
string yesNo "yesNo"
}
RestrictionsOnUseNotCompliedWith {
string attachments "Attachments"
string details "Details"
string yesNo "yesNo"
}
Object model
Additional information & disclosures
Transaction
transaction (root) No scalar fields on this object — pure container.
Property Pack
propertyPack No scalar fields on this object — pure container.
Additional Information
propertyPack.additionalInformation No scalar fields on this object — pure container.
Buy To Let
propertyPack.additionalInformation.buyToLet | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| yesNo | — | string | Declaration | yesNo | — | — | — |
Other Charges
propertyPack.additionalInformation.otherCharges | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Please give details | — | string | Declaration | details | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Other Material Issue
propertyPack.additionalInformation.otherMaterialIssue | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Attachments | — | string | Declaration | attachments | — | — | |
| Please describe this issue and any action that has been taken, if applicable. | — | string | Declaration | details | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Restrictions On Use Not Complied With
propertyPack.additionalInformation.restrictionsOnUseNotCompliedWith | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Attachments | — | string | Declaration | attachments | — | — | |
| Details | — | string | Declaration | details | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Comments