Leasehold · ground rent
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| GroundRent : "groundRent"
GroundRent ||--o| RentSubjectToIncrease : "rentSubjectToIncrease"
GroundRent ||--o| GroundRentPaidUpToDate : "groundRentPaidUpToDate"
GroundRent ||--o| LastDemandPeriod : "lastDemandPeriod"
Transaction {
}
PropertyPack {
}
Ownership {
}
OwnershipsToBeTransferred {
}
LeaseholdInformation {
}
GroundRent {
number annualGroundRent "What is the annual ground rent payable? (£)"
string groundRentFrequency "How regularly is the rent paid? (e.g. annually)"
string isGroundRentPayable "isGroundRentPayable"
}
GroundRentPaidUpToDate {
string details "Supply details of the arrears"
string yesNoNotApplicable "yesNoNotApplicable"
}
LastDemandPeriod {
string from "from"
string to "to"
}
RentSubjectToIncrease {
string rentIncreaseCalculated "How is the increase calculated?"
string rentReviewFrequency "How often is the rent reviewed?"
string yesNo "yesNo"
}
Object model
Ground rent
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.
Ground Rent
propertyPack.ownership.ownershipsToBeTransferred[].leaseholdInformation.groundRent | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| What is the annual ground rent payable? (£) | What is the annual ground rent payable? (£) | number | Declaration | annualGroundRent | — | — | |
| How regularly is the rent paid? (e.g. annually) | How regularly is the rent paid? (e.g. annually) | string | Declaration | groundRentFrequency | — | — | |
| isGroundRentPayable | Does the seller pay ground rent for the property? | string | Declaration | isGroundRentPayable | — | — | |
| isGroundRentPayable | Does the seller pay ground rent for the property? | string | Declaration | isGroundRentPayable | — | — |
Ground Rent Paid Up To Date
propertyPack.ownership.ownershipsToBeTransferred[].leaseholdInformation.groundRent.groundRentPaidUpToDate | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| Supply details of the arrears | — | string | Declaration | details | — | — | |
| yesNoNotApplicable | Enumeration: Yes, No, Not applicable. | string | Declaration | yesNoNotApplicable | — | — | |
| yesNoNotApplicable | Enumeration: Yes, No, Not applicable. | string | Declaration | yesNoNotApplicable | — | — |
Last Demand Period
propertyPack.ownership.ownershipsToBeTransferred[].leaseholdInformation.groundRent.lastDemandPeriod | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| from | — | string | Declaration | from | — | — | — |
| to | — | string | Declaration | to | — | — | — |
Rent Subject To Increase
propertyPack.ownership.ownershipsToBeTransferred[].leaseholdInformation.groundRent.rentSubjectToIncrease | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| How is the increase calculated? | e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc. How is the increase calculated? | string | Declaration | rentIncreaseCalculated | — | — | |
| How often is the rent reviewed? | How often is the rent reviewed? | string | Declaration | rentReviewFrequency | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — | |
| yesNo | — | string | Declaration | yesNo | — | — |
Comments