Surveys · valuation block
Entity relationships
---
config:
layout: elk
elk:
direction: DOWN
nodePlacementStrategy: BRANDES_KOEPF
mergeEdges: false
---
erDiagram
Transaction ||--o| PropertyPack : "propertyPack"
PropertyPack ||--o{ Survey : "surveys"
Survey ||--o| PropertyValuation : "propertyValuation"
PropertyValuation ||--o| Valuation : "valuation"
PropertyValuation ||--o| ValuationInformation : "valuationInformation"
Transaction {
}
PropertyPack {
}
Survey {
}
PropertyValuation {
}
Valuation {
integer areaOfProperty "areaOfProperty"
integer lease "lease"
integer reinstatement "reinstatement"
string reinstatementWords "reinstatementWords"
string tenure "tenure"
boolean valuationDiscriminator "valuationDiscriminator"
integer value "value"
string valueWords "valueWords"
}
ValuationInformation {
string additionalAssumptions "additionalAssumptions"
string considerations "considerations"
}
Object model
Valuation block
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.
Property Valuation
propertyPack.surveys[].propertyValuation No scalar fields on this object — pure container.
Valuation
propertyPack.surveys[].propertyValuation.valuation | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| areaOfProperty | — | integer | Evidence | areaOfProperty | — | — | — |
| lease | Unexpired Lease. Please supply a copy of the lease. | integer | Evidence | lease | — | — | — |
| reinstatement | Reinstatement Cost | integer | Evidence | reinstatement | — | — | — |
| reinstatementWords | Reinstatement Cost in word | string | Evidence | reinstatementWords | — | — | — |
| tenure | — | string | Evidence | tenure | — | — | — |
| valuationDiscriminator | Provide Valuation Y/N | boolean | Evidence | valuationDiscriminator | — | — | — |
| value | — | integer | Evidence | value | — | — | — |
| valueWords | Market Value in word | string | Evidence | valueWords | — | — | — |
Valuation Information
propertyPack.surveys[].propertyValuation.valuationInformation | Title | Description | Type | Kind | Field | Required | Overlays | Affordance |
|---|---|---|---|---|---|---|---|
| additionalAssumptions | Valuation Assumption | string | Evidence | additionalAssumptions | — | — | — |
| considerations | Consideration affecting value | string | Evidence | considerations | — | — | — |
Comments