Leasehold · management
Entity relationships
---
config:
layout: elk
elk:
direction: DOWN
nodePlacementStrategy: BRANDES_KOEPF
mergeEdges: false
---
erDiagram
Transaction ||--o| PropertyPack : "propertyPack"
PropertyPack ||--o| Ownership : "ownership"
Ownership ||--o{ OwnershipsToBeTransferred : "ownershipsToBeTransferred"
OwnershipsToBeTransferred ||--o| LeaseholdInformation : "leaseholdInformation"
LeaseholdInformation ||--o| OwnershipAndManagement : "ownershipAndManagement"
OwnershipAndManagement ||--o| HasHeadlease : "hasHeadlease"
OwnershipAndManagement ||--o| BuildingManager : "buildingManager"
Transaction {
}
PropertyPack {
}
Ownership {
}
OwnershipsToBeTransferred {
}
LeaseholdInformation {
}
OwnershipAndManagement {
string freeholdOwner "Is the freeholder a person or a company that the tenants …"
string hasTenantCompanyDissolved "Has any tenants’ management company been dissolved or str…"
string isManagingAgentEmployed "Does the landlord, tenants’ management company or Right t…"
}
BuildingManager {
string buildingManagerType "buildingManagerType"
string details "Please specify"
}
HasHeadlease {
string headLeaseholderControlled "Is the head leaseholder a person or company that is contr…"
string yesNo "yesNo"
}
Object model
Management
Transaction
transaction (root) No scalar fields on this object — pure container.
Property Pack
propertyPack No scalar fields on this object — pure container.
Ownership
propertyPack.ownership No scalar fields on this object — pure container.
Ownerships To Be Transferred[]
propertyPack.ownership.ownershipsToBeTransferred[] No scalar fields on this object — pure container.
Leasehold Information
propertyPack.ownership.ownershipsToBeTransferred[].leaseholdInformation No scalar fields on this object — pure container.
Ownership And Management
propertyPack.ownership.ownershipsToBeTransferred[].leaseholdInformation.ownershipAndManagement | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Is the freeholder a person or a company that the tenants control? | Is the freeholder a person or a company that the tenant control? | string | Declaration | freeholdOwner | — | — | |
| Has any tenants’ management company been dissolved or struck off the register at Companies House? | Has any tenants’ management company been dissolved or struck off the register at Company House? | string | Declaration | hasTenantCompanyDissolved | — | — | |
| Does the landlord, tenants’ management company or Right to Manage company employ a managing agent to collect rent or manage the building? | Does the landlord, tenants’ management company or Right to Manage company employ a managing agent to collect rent or manage the building? | string | Declaration | isManagingAgentEmployed | — | — |
Building Manager
propertyPack.ownership.ownershipsToBeTransferred[].leaseholdInformation.ownershipAndManagement.buildingManager | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| buildingManagerType | Enumeration: Freeholder, Headleaseholder, Management company named in lease of the property, A Right to Manage company set up by the tenants under statutory rights…. | string | Declaration | buildingManagerType | — | — | |
| buildingManagerType | Enumeration: Freeholder, Headleaseholder, Management company named in lease of the property, A Right to Manage company set up by the tenants under statutory rights…. | string | Declaration | buildingManagerType | — | — | |
| Please specify | — | string | Declaration | details | — | — |
Has Headlease
propertyPack.ownership.ownershipsToBeTransferred[].leaseholdInformation.ownershipAndManagement.hasHeadlease | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Is the head leaseholder a person or company that is controlled by the tenants? | Is the head leaseholder a person or company that is controlled by the tenants? | string | Declaration | headLeaseholderControlled | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Comments