@pdtf/schemas 3.6.0-dev.3 → 3.6.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/charming-napier-57a77c/LICENSE +21 -0
- package/charming-napier-57a77c/README.md +430 -0
- package/charming-napier-57a77c/docs/sef25-extensions-ui-spec.md +355 -0
- package/charming-napier-57a77c/index.js +654 -0
- package/charming-napier-57a77c/package-lock.json +7297 -0
- package/charming-napier-57a77c/package.json +41 -0
- package/charming-napier-57a77c/src/examples/v1/exampleAddParticipantVouch.json +32 -0
- package/charming-napier-57a77c/src/examples/v1/exampleDocumentedVouch.json +40 -0
- package/charming-napier-57a77c/src/examples/v1/exampleElectronicRecord.json +30 -0
- package/charming-napier-57a77c/src/examples/v1/exampleTransaction.json +878 -0
- package/charming-napier-57a77c/src/examples/v1/exampleVouch.json +25 -0
- package/charming-napier-57a77c/src/examples/v2/exampleTransaction.json +901 -0
- package/charming-napier-57a77c/src/examples/v3/exampleAddParticipantVouch.json +38 -0
- package/charming-napier-57a77c/src/examples/v3/exampleCustomOverlay.json +55 -0
- package/charming-napier-57a77c/src/examples/v3/exampleCustomOverlay2.json +93 -0
- package/charming-napier-57a77c/src/examples/v3/exampleDocumentedVouch.json +47 -0
- package/charming-napier-57a77c/src/examples/v3/exampleElectronicRecord.json +36 -0
- package/charming-napier-57a77c/src/examples/v3/exampleTransaction.json +1038 -0
- package/charming-napier-57a77c/src/examples/v3/exampleVouch.json +32 -0
- package/charming-napier-57a77c/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/charming-napier-57a77c/src/mappings/adf.js +198 -0
- package/charming-napier-57a77c/src/schemas/v1/GeoJSON.json +1279 -0
- package/charming-napier-57a77c/src/schemas/v1/baspiNotes.html +102 -0
- package/charming-napier-57a77c/src/schemas/v1/energy-performance-certificate.json +124 -0
- package/charming-napier-57a77c/src/schemas/v1/freehold-information.json +2051 -0
- package/charming-napier-57a77c/src/schemas/v1/leasehold-information.json +2064 -0
- package/charming-napier-57a77c/src/schemas/v1/legal-information.json +1045 -0
- package/charming-napier-57a77c/src/schemas/v1/material-facts.json +2109 -0
- package/charming-napier-57a77c/src/schemas/v1/pdtf-transaction-search-results.json +40 -0
- package/charming-napier-57a77c/src/schemas/v1/pdtf-transaction.json +191 -0
- package/charming-napier-57a77c/src/schemas/v1/searches/drainage-and-water.json +261 -0
- package/charming-napier-57a77c/src/schemas/v1/searches/local-land-charges.json +69 -0
- package/charming-napier-57a77c/src/schemas/v1/searches/local-searches-required.json +857 -0
- package/charming-napier-57a77c/src/schemas/v1/searches.json +237 -0
- package/charming-napier-57a77c/src/schemas/v1/title-deed.json +841 -0
- package/charming-napier-57a77c/src/schemas/v2/baspiNotes.html +102 -0
- package/charming-napier-57a77c/src/schemas/v2/combined.json +37731 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/baspi.json +8132 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/con29DW.json +705 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/con29R.json +2956 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/fme1.json +1259 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/llc1.json +25 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/lpe1.json +2171 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/nts.json +326 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/oc1.json +2799 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/piq.json +3419 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/rds.json +3736 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/ta10.json +5306 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/ta6.json +4533 -0
- package/charming-napier-57a77c/src/schemas/v2/overlays/ta7.json +1045 -0
- package/charming-napier-57a77c/src/schemas/v2/pdtf-transaction.json +34351 -0
- package/charming-napier-57a77c/src/schemas/v2/skeleton.json +3973 -0
- package/charming-napier-57a77c/src/schemas/v3/combined.json +48153 -0
- package/charming-napier-57a77c/src/schemas/v3/compactSkeleton.txt +4457 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/README.md +299 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/baspi4.json +8027 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/baspi5.json +8177 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/con29DW.json +716 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/con29R.json +2981 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/ac.json +333 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/as.json +74 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/dk.json +32 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/dr.json +73 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/er.json +85 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/fd.json +75 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/hi.json +51 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/hs.json +73 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/ic.json +59 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/jk.json +96 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/la.json +85 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/lc.json +75 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/ma.json +90 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/mc.json +38 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/mi.json +69 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/nd.json +43 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/oa.json +24 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/oc.json +57 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/pc.json +37 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/ph.json +194 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/rw.json +68 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/sb.json +73 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/sc.json +129 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/sd.json +63 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/sf.json +74 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/sl.json +68 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/ta.json +240 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/tf.json +103 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/tr.json +73 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/extensions/wg.json +350 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/fme1.json +1266 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/llc1.json +25 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/lpe1.json +2199 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/nts.json +2157 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/nts2.json +2742 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ntsl.json +1813 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ntsl2.json +2217 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/oc1.json +2817 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/piq.json +3321 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/rds.json +3665 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/sef25.json +1639 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/sr24.json +38 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ta10.json +4654 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ta6.json +4568 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ta6ed6.json +6537 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ta7.json +1537 -0
- package/charming-napier-57a77c/src/schemas/v3/overlays/ta7ed5.json +1551 -0
- package/charming-napier-57a77c/src/schemas/v3/pdtf-transaction.json +41229 -0
- package/charming-napier-57a77c/src/schemas/v3/skeleton.json +5703 -0
- package/charming-napier-57a77c/src/schemas/verifiedClaims/README.md +21 -0
- package/charming-napier-57a77c/src/schemas/verifiedClaims/pdtf-verified-claims.json +447 -0
- package/charming-napier-57a77c/src/tests/v3/buyerCircumstances.test.js +543 -0
- package/charming-napier-57a77c/src/tests/v3/caching.test.js +591 -0
- package/charming-napier-57a77c/src/tests/v3/enquiries.test.js +1096 -0
- package/charming-napier-57a77c/src/tests/v3/extensionOverlays.test.js +1599 -0
- package/charming-napier-57a77c/src/tests/v3/offers.test.js +823 -0
- package/charming-napier-57a77c/src/tests/v3/patternProperties.test.js +688 -0
- package/charming-napier-57a77c/src/tests/v3/ta6ed6.test.js +2374 -0
- package/charming-napier-57a77c/src/tests/v3/ta7ed5.test.js +600 -0
- package/charming-napier-57a77c/src/tests/v3/transactionSchema.test.js +646 -0
- package/charming-napier-57a77c/src/tests/v3/verifiedClaimsValidator.test.js +195 -0
- package/charming-napier-57a77c/src/utils/compactSkeleton.js +84 -0
- package/charming-napier-57a77c/src/utils/countTokens.js +67 -0
- package/charming-napier-57a77c/src/utils/extractExtensionOverlays.js +624 -0
- package/charming-napier-57a77c/src/utils/extractOverlay.js +381 -0
- package/charming-napier-57a77c/src/utils/extractProperties.js +44 -0
- package/charming-napier-57a77c/src/utils/listPathTitles.js +36 -0
- package/charming-napier-57a77c/src/utils/minimalSkeleton.js +85 -0
- package/charming-napier-57a77c/src/utils/pathList.csv +903 -0
- package/charming-napier-57a77c/src/utils/pathSkeleton.js +181 -0
- package/keen-dewdney-6ae15b/LICENSE +21 -0
- package/keen-dewdney-6ae15b/README.md +334 -0
- package/keen-dewdney-6ae15b/index.js +557 -0
- package/keen-dewdney-6ae15b/package-lock.json +7296 -0
- package/keen-dewdney-6ae15b/package.json +39 -0
- package/keen-dewdney-6ae15b/src/examples/v1/exampleAddParticipantVouch.json +32 -0
- package/keen-dewdney-6ae15b/src/examples/v1/exampleDocumentedVouch.json +40 -0
- package/keen-dewdney-6ae15b/src/examples/v1/exampleElectronicRecord.json +30 -0
- package/keen-dewdney-6ae15b/src/examples/v1/exampleTransaction.json +878 -0
- package/keen-dewdney-6ae15b/src/examples/v1/exampleVouch.json +25 -0
- package/keen-dewdney-6ae15b/src/examples/v2/exampleTransaction.json +901 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleAddParticipantVouch.json +35 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleCustomOverlay.json +55 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleCustomOverlay2.json +93 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleDocumentedVouch.json +44 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleElectronicRecord.json +33 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleTransaction.json +1034 -0
- package/keen-dewdney-6ae15b/src/examples/v3/exampleVouch.json +29 -0
- package/keen-dewdney-6ae15b/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/keen-dewdney-6ae15b/src/mappings/adf.js +198 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/GeoJSON.json +1279 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/baspiNotes.html +102 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/energy-performance-certificate.json +124 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/freehold-information.json +2051 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/leasehold-information.json +2064 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/legal-information.json +1045 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/material-facts.json +2109 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/pdtf-transaction-search-results.json +40 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/pdtf-transaction.json +191 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/searches/drainage-and-water.json +261 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/searches/local-land-charges.json +69 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/searches/local-searches-required.json +857 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/searches.json +237 -0
- package/keen-dewdney-6ae15b/src/schemas/v1/title-deed.json +841 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/baspiNotes.html +102 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/combined.json +37731 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/baspi.json +8132 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/con29DW.json +705 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/con29R.json +2956 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/fme1.json +1259 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/llc1.json +25 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/lpe1.json +2171 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/nts.json +326 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/oc1.json +2799 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/piq.json +3419 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/rds.json +3736 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/ta10.json +5306 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/ta6.json +4533 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/overlays/ta7.json +1045 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/pdtf-transaction.json +34351 -0
- package/keen-dewdney-6ae15b/src/schemas/v2/skeleton.json +3973 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/combined.json +41720 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/compactSkeleton.txt +3325 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/README.md +299 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/baspi4.json +7872 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/baspi5.json +8019 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/con29DW.json +716 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/con29R.json +2981 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/as.json +72 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/dr.json +73 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/er.json +83 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/fd.json +72 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/hi.json +48 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/hs.json +71 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/jk.json +76 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/la.json +83 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/ma.json +87 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/mc.json +36 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/oa.json +22 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/oc.json +55 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/sb.json +71 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/sf.json +72 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/sl.json +66 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/extensions/tf.json +100 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/fme1.json +1264 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/llc1.json +25 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/lpe1.json +2226 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/nts.json +2090 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/nts2.json +2678 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/ntsl.json +1746 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/ntsl2.json +2153 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/oc1.json +2817 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/piq.json +3276 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/rds.json +3552 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/sr24.json +38 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/ta10.json +4642 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/ta6.json +4501 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/overlays/ta7.json +1435 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/pdtf-transaction.json +37225 -0
- package/keen-dewdney-6ae15b/src/schemas/v3/skeleton.json +4323 -0
- package/keen-dewdney-6ae15b/src/schemas/verifiedClaims/README.md +12 -0
- package/keen-dewdney-6ae15b/src/schemas/verifiedClaims/pdtf-verified-claims.json +431 -0
- package/keen-dewdney-6ae15b/src/tests/v3/caching.test.js +591 -0
- package/keen-dewdney-6ae15b/src/tests/v3/extensionOverlays.test.js +525 -0
- package/keen-dewdney-6ae15b/src/tests/v3/transactionSchema.test.js +574 -0
- package/keen-dewdney-6ae15b/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
- package/keen-dewdney-6ae15b/src/utils/compactSkeleton.js +84 -0
- package/keen-dewdney-6ae15b/src/utils/countTokens.js +67 -0
- package/keen-dewdney-6ae15b/src/utils/extractExtensionOverlays.js +362 -0
- package/keen-dewdney-6ae15b/src/utils/extractOverlay.js +290 -0
- package/keen-dewdney-6ae15b/src/utils/extractProperties.js +44 -0
- package/keen-dewdney-6ae15b/src/utils/listPathTitles.js +36 -0
- package/keen-dewdney-6ae15b/src/utils/minimalSkeleton.js +85 -0
- package/keen-dewdney-6ae15b/src/utils/pathList.csv +903 -0
- package/keen-dewdney-6ae15b/src/utils/pathSkeleton.js +181 -0
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +8 -15
- package/src/schemas/v3/overlays/baspi4.json +12 -7
- package/src/schemas/v3/overlays/baspi5.json +12 -7
- package/src/schemas/v3/overlays/extensions/ac.json +2 -1
- package/src/schemas/v3/overlays/extensions/dk.json +3 -2
- package/src/schemas/v3/overlays/extensions/ic.json +2 -1
- package/src/schemas/v3/overlays/extensions/lc.json +3 -2
- package/src/schemas/v3/overlays/extensions/mi.json +2 -1
- package/src/schemas/v3/overlays/extensions/nd.json +3 -2
- package/src/schemas/v3/overlays/extensions/pc.json +3 -2
- package/src/schemas/v3/overlays/extensions/ph.json +2 -1
- package/src/schemas/v3/overlays/extensions/rw.json +4 -3
- package/src/schemas/v3/overlays/extensions/sc.json +8 -4
- package/src/schemas/v3/overlays/extensions/sd.json +3 -2
- package/src/schemas/v3/overlays/extensions/tr.json +3 -2
- package/src/schemas/v3/overlays/extensions/wg.json +2 -1
- package/src/schemas/v3/overlays/lpe1.json +1 -1
- package/src/schemas/v3/overlays/nts.json +3 -1
- package/src/schemas/v3/overlays/nts2.json +3 -1
- package/src/schemas/v3/overlays/ntsl.json +3 -1
- package/src/schemas/v3/overlays/ntsl2.json +3 -1
- package/src/schemas/v3/overlays/piq.json +7 -5
- package/src/schemas/v3/overlays/rds.json +9 -6
- package/src/schemas/v3/overlays/ta10.json +0 -9
- package/src/schemas/v3/overlays/ta6.json +8 -4
- package/src/schemas/v3/overlays/ta6ed6.json +4 -2
- package/src/schemas/v3/pdtf-transaction.json +15 -18
- package/src/utils/extractExtensionOverlays.js +10 -1
|
@@ -0,0 +1,903 @@
|
|
|
1
|
+
"/propertyPack", "Property Pack"
|
|
2
|
+
"/propertyPack/address", "Property Address"
|
|
3
|
+
"/propertyPack/address/line1", "Address line 1"
|
|
4
|
+
"/propertyPack/address/line2", "Address line 2"
|
|
5
|
+
"/propertyPack/address/line3", "Address line 3"
|
|
6
|
+
"/propertyPack/address/town", "Town"
|
|
7
|
+
"/propertyPack/address/postcode", "Postcode"
|
|
8
|
+
"/propertyPack/priceInformation", "Price information"
|
|
9
|
+
"/propertyPack/priceInformation/price", "Price"
|
|
10
|
+
"/propertyPack/priceInformation/priceQualifier", "Price type"
|
|
11
|
+
"/propertyPack/lettingInformation", "Letting information"
|
|
12
|
+
"/propertyPack/lettingInformation/rent", "Rent"
|
|
13
|
+
"/propertyPack/lettingInformation/rentFrequency", "Rent frequency"
|
|
14
|
+
"/propertyPack/lettingInformation/securityDeposit", "Security deposit"
|
|
15
|
+
"/propertyPack/lettingInformation/holdingDeposit", "Holding deposit"
|
|
16
|
+
"/propertyPack/marketingTenure", "What tenure is the property being marketed as?"
|
|
17
|
+
"/propertyPack/buildInformation", "About the property building"
|
|
18
|
+
"/propertyPack/buildInformation/building", "Building information"
|
|
19
|
+
"/propertyPack/buildInformation/building/builtForm", "Built form"
|
|
20
|
+
"/propertyPack/buildInformation/building/propertyType", "Property type"
|
|
21
|
+
"/propertyPack/buildInformation/building/otherType", "Please describe the other type of property build"
|
|
22
|
+
"/propertyPack/buildInformation/building/numberOfFloors", "Number of floors in the building"
|
|
23
|
+
"/propertyPack/buildInformation/building/entranceFloor", "Entrance floor"
|
|
24
|
+
"/propertyPack/buildInformation/building/hasLift", "Is the property served by a lift?"
|
|
25
|
+
"/propertyPack/buildInformation/building/overCommercialPremises", "Located over commercial premises?"
|
|
26
|
+
"/propertyPack/buildInformation/building/overCommercialPremises/isLocatedOverCommercialPremises", "Is the property located in a building which includes commercial property E.g. shops, offices etc?"
|
|
27
|
+
"/propertyPack/buildInformation/building/overCommercialPremises/details", "Please provide details"
|
|
28
|
+
"/propertyPack/buildInformation/roomDimensions", "Room dimensions"
|
|
29
|
+
"/propertyPack/buildInformation/roomDimensions/hasFloorplan", "Is a floorplan available which includes the dimensions of all the rooms?"
|
|
30
|
+
"/propertyPack/buildInformation/roomDimensions/attachments", "Attachments"
|
|
31
|
+
"/propertyPack/buildInformation/roomDimensions/rooms", "Rooms"
|
|
32
|
+
"/propertyPack/buildInformation/roomDimensions/rooms/roomName", "The name of the room"
|
|
33
|
+
"/propertyPack/buildInformation/roomDimensions/rooms/description", "Description of the room"
|
|
34
|
+
"/propertyPack/buildInformation/roomDimensions/rooms/length", "The length of the room"
|
|
35
|
+
"/propertyPack/buildInformation/roomDimensions/rooms/width", "The width of the room"
|
|
36
|
+
"/propertyPack/buildInformation/roomDimensions/rooms/units", "The units which the length and width of the room have been provided in"
|
|
37
|
+
"/propertyPack/buildInformation/roomDimensions/rooms/dimensionDetails", "Any additional description or clarification of the room dimensions"
|
|
38
|
+
"/propertyPack/ownership", "Ownership"
|
|
39
|
+
"/propertyPack/ownership/ownershipsToBeTransferred", "Ownerships to be transferred on sale"
|
|
40
|
+
"/propertyPack/ownership/ownershipsToBeTransferred", "Ownership to be transferred"
|
|
41
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/ownershipType", "What type of ownership is the property?"
|
|
42
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/managedFreeholdOrCommonholdInformation", "Managed freehold or commonhold information"
|
|
43
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/managedFreeholdOrCommonholdInformation/serviceCharge", "Service Charge"
|
|
44
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/managedFreeholdOrCommonholdInformation/serviceCharge/annualServiceCharge", "What is the annual Service Charge payable by this Property?"
|
|
45
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation", "Leasehold information"
|
|
46
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/sharedOwnership/isSharedOwnership", "Is the lease on a Shared Ownership basis?"
|
|
47
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/sharedOwnership/sharedOwnershipPercentage", "Shared ownership percentage"
|
|
48
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/sharedOwnership/sharedOwnershipRent", "Shared ownership rent (£)"
|
|
49
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/sharedOwnership/sharedOwnershipRentFrequency", "Shared ownership rent frequency"
|
|
50
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/leaseTerm/startYearOfLease", "Year that the lease commenced"
|
|
51
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/leaseTerm/lengthOfLeaseInYears", "Length of lease (years)"
|
|
52
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails", "Contact Details"
|
|
53
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts", "Contacts"
|
|
54
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/landlord", "Landlord"
|
|
55
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/landlord/contact/nameOrOrganisation", "Name or organisation"
|
|
56
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/landlord/contact/address", "Address"
|
|
57
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/landlord/contact/address/line1", "Address line 1"
|
|
58
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/landlord/contact/address/line2", "Address line 2"
|
|
59
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/landlord/contact/address/line3", "Address line 3"
|
|
60
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/landlord/contact/address/town", "Town"
|
|
61
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/landlord/contact/address/postcode", "Postcode"
|
|
62
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/landlord/contact/telephone", "Telephone"
|
|
63
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/landlord/contact/emailAddress", "Email address"
|
|
64
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managementCompany", "Management Company"
|
|
65
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managementCompany/contact/nameOrOrganisation", "Name or organisation"
|
|
66
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managementCompany/contact/address", "Address"
|
|
67
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managementCompany/contact/address/line1", "Address line 1"
|
|
68
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managementCompany/contact/address/line2", "Address line 2"
|
|
69
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managementCompany/contact/address/line3", "Address line 3"
|
|
70
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managementCompany/contact/address/town", "Town"
|
|
71
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managementCompany/contact/address/postcode", "Postcode"
|
|
72
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managementCompany/contact/telephone", "Telephone"
|
|
73
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managementCompany/contact/emailAddress", "Email address"
|
|
74
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managingAgent", "Managing Agent"
|
|
75
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managingAgent/contact/nameOrOrganisation", "Name or organisation"
|
|
76
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managingAgent/contact/address", "Address"
|
|
77
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managingAgent/contact/address/line1", "Address line 1"
|
|
78
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managingAgent/contact/address/line2", "Address line 2"
|
|
79
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managingAgent/contact/address/line3", "Address line 3"
|
|
80
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managingAgent/contact/address/town", "Town"
|
|
81
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managingAgent/contact/address/postcode", "Postcode"
|
|
82
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managingAgent/contact/telephone", "Telephone"
|
|
83
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/contacts/managingAgent/contact/emailAddress", "Email address"
|
|
84
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/contactDetails/serviceContactAssignments/organisesBuildingInsurance", "Who organises and administers the buildings insurance?"
|
|
85
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/consents", "Consents"
|
|
86
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/consents/changesInTermOfLease", "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?"
|
|
87
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/consents/changesInTermOfLease/details", "Please supply a copy or, if not in writing, please give details:"
|
|
88
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/groundRent", "Ground Rent"
|
|
89
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/groundRent/isGroundRentPayable", "Does the seller pay ground rent for the property?"
|
|
90
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/groundRent/annualGroundRent", "What is the annual ground rent payable? (£)"
|
|
91
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/groundRent/groundRentFrequency", "How regularly is the rent paid? (e.g. annually)"
|
|
92
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/groundRent/rentSubjectToIncrease", "Is the ground rent subject to increase?"
|
|
93
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/groundRent/rentSubjectToIncrease/rentReviewFrequency", "How often is the rent reviewed?"
|
|
94
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/groundRent/rentSubjectToIncrease/rentIncreaseCalculated", "How is the increase calculated?"
|
|
95
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/ownershipAndManagement", "Ownership and management"
|
|
96
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/ownershipAndManagement/freeholdOwner", "Is the freeholder a person or a company that the tenants control?"
|
|
97
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/ownershipAndManagement/hasHeadlease", "Is there a headlease?"
|
|
98
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/ownershipAndManagement/hasHeadlease/headLeaseholderControlled", "Is the head leaseholder a person or company that is controlled by the tenants?"
|
|
99
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/ownershipAndManagement/buildingManager", "Who is responsible for managing the building?"
|
|
100
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/ownershipAndManagement/buildingManager/details", "Please specify"
|
|
101
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/ownershipAndManagement/hasTenantCompanyDissolved", "Has any tenants’ management company been dissolved or struck off the register at Companies House?"
|
|
102
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/ownershipAndManagement/isManagingAgentEmployed", "Does the landlord, tenants’ management company or Right to Manage company employ a managing agent to collect rent or manage the building?"
|
|
103
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge", "Service Charge"
|
|
104
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/sellerContributesToServiceCharge", "Does the seller contribute to the cost of maintaining the building (a service charge)?"
|
|
105
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/annualServiceCharge", "Amount of current annual service charge (£)"
|
|
106
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/largeAdditionalExpense", "Does the seller know of any expense (e.g. the cost of redecoration of outside or communal areas not usually incurred annually) likely to be shown in the service charge accounts within the next three years?"
|
|
107
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/largeAdditionalExpense/details", "Details"
|
|
108
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/problemInServiceChargeLevel", "Does the seller know of any problems in the last three years regarding the level of service charges or with the management?"
|
|
109
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/problemInServiceChargeLevel/details", "Please give details:"
|
|
110
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/serviceChargeChallenged", "Has the seller challenged the service charge or any expense in the last three years?"
|
|
111
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/serviceChargeChallenged/details", "Please give details"
|
|
112
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/dangerousCladdingOrDefects", "Does the seller know of the existence or suspected existence in the building of dangerous cladding or any other defects that create a building safety risk?"
|
|
113
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/difficultyInCollectingServiceCharge", "Is the seller aware of any difficulties encountered in collecting the service charges from other flat owners?"
|
|
114
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/difficultyInCollectingServiceCharge/details", "Please give details:"
|
|
115
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/serviceChargeOwed", "Does the seller owe any service charges, rent, insurance premium or other financial contribution?"
|
|
116
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/serviceChargeOwed/details", "Please give details"
|
|
117
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/lastDecoratedPeriod", "Confirm the date when the Managed Areas were last decorated, internally and externally."
|
|
118
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/lastDecoratedPeriod/externally", "The outside of the building (if known)"
|
|
119
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/lastDecoratedPeriod/externally/year", "Year"
|
|
120
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/lastDecoratedPeriod/internally", "Internally"
|
|
121
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/lastDecoratedPeriod/internally/year", "Year"
|
|
122
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/transferFees", "Are there any transfer fees deferred service charges or similar fees, expressed as a percentage of the Property's value, payable on an event such as resale or subletting?"
|
|
123
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/serviceCharge/transferFees/details", "Provide details."
|
|
124
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/leaseRestrictions", "Are there restrictions imposed by the lease?"
|
|
125
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/leaseRestrictions/details", "Details"
|
|
126
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingsInsurance", "Buildings Insurance"
|
|
127
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingsInsurance/premiumIncludedInServiceCharge", "Is the insurance premium included in the service charge budget?"
|
|
128
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingsInsurance/premiumIncludedInServiceCharge/details", "Confirm the annual amount payable for the Property"
|
|
129
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/disputes", "Disputes"
|
|
130
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/disputes/sellerReceivedComplaint", "Has the seller received any complaint from the landlord, the management company or any neighbour about anything the seller has or has not done?"
|
|
131
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/disputes/sellerReceivedComplaint/details", "Please give details"
|
|
132
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/disputes/sellerSentComplaint", "Has the seller complained or had cause to complain to or about the landlord, the management company, or any neighbour?"
|
|
133
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/disputes/sellerSentComplaint/details", "Please give details"
|
|
134
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingSafetyAct", "Building safety"
|
|
135
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingSafetyAct/isLeaseQualifying", "Is the lease of the property a qualifying lease?"
|
|
136
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingSafetyAct/deedOfCertificateServed", "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?"
|
|
137
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingSafetyAct/deedOfCertificateServed/sellerCompletedDeedOfCertificate", "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?"
|
|
138
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingSafetyAct/deedOfCertificateServed/attachments", "Leaseholder Deed of Certificate."
|
|
139
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingSafetyAct/landlordNotifiedOfSale", "Has the freeholder / landlord been notified of the intention to sell?"
|
|
140
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingSafetyAct/landlordsCertificateServed", "Has a Landlord's Certificate been served?"
|
|
141
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/buildingSafetyAct/landlordsCertificateServed/attachments", "Landlord's Certificate."
|
|
142
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/alterations", "Alterations"
|
|
143
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/alterations/sellerAwareOfAlterations", "Is the seller aware of any alterations having been made to the property since the lease was originally granted?"
|
|
144
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/alterations/sellerAwareOfAlterations/details", "Please give details of these alterations"
|
|
145
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/alterations/sellerAwareOfAlterations/landlordConsentObtained", "Was the landlord’s consent for the alterations obtained?"
|
|
146
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/alterations/sellerAwareOfAlterations/landlordConsentObtained/attachments", "Please supply a copy."
|
|
147
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/enfranchisement", "Enfranchisement"
|
|
148
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/enfranchisement/sellerOwnedProperty", "Has the seller owned the property for at least two years?"
|
|
149
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/enfranchisement/sellerServedNoticeOnLandlord", "Has the seller served on the landlord a formal notice stating the seller’s wish to buy the freehold or be granted an extended lease?"
|
|
150
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/enfranchisement/sellerServedNoticeOnLandlord/attachments", "Please supply a copy."
|
|
151
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/enfranchisement/sellerAwareOfNoticeOfCollectivePurchase", "Is the seller aware of the service of any notice relating to the possible collective purchase of the freehold of the building or part of it by a group of tenants?"
|
|
152
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/enfranchisement/sellerAwareOfNoticeOfCollectivePurchase/attachments", "Please supply a copy."
|
|
153
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/enfranchisement/sellerAwareOfResponse", "Is the seller aware of any response to a notice disclosed in replies above?"
|
|
154
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/enfranchisement/sellerAwareOfResponse/attachments", "Please supply a copy."
|
|
155
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments", "Required documents"
|
|
156
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/lease", "Please supply a copy of the lease."
|
|
157
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/deedsOfVariation", "Any Deeds of Variation or other document varying the terms of the lease of this Property."
|
|
158
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/copyOfcorrespondence", "Please supply a copy of any correspondence from the landlord, any management company and any managing agent."
|
|
159
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/serviceCharges", "Please supply a copy of any invoices or demands and any statements and receipts for the payment of maintenance or service charges for the last three years."
|
|
160
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/groundRent", "Please supply a copy of any invoices or demands and any statements and receipts for the payment of ground rent for the last three years."
|
|
161
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/buildingsInsurancePolicy", "Buildings insurance policy and schedule."
|
|
162
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/buildingsInsurancePolicy/arrangedBySeller", "Arranged by the seller and a receipt for payment of the last premium"
|
|
163
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/buildingsInsurancePolicy/arrangedByLandlord", "Arranged by the landlord or management company and the schedule for the current year"
|
|
164
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/noticeOfSale", "Has the seller received a notice that the landlord wants to sell the building?"
|
|
165
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/noticeOfSale/attachments", "Please supply a copy."
|
|
166
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/noticeOfBuildingCondition", "Has the seller received any other notice about the building, its use, its condition or its repair and maintenance?"
|
|
167
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/noticeOfBuildingCondition/attachments", "Please supply a copy."
|
|
168
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/additionalRegulationsNotInLease", "Any additional regulations or rules affecting the Property which are not contained in the lease."
|
|
169
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/managementCompanyDocuments", "If a landlord is a company controlled by the tenants and/or if a tenants’ management company or Right to Manage company is managing the building, please supply a copy of:"
|
|
170
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/managementCompanyDocuments/memorandumAndArticles", "Memorandum and Articles of Association of the Management Company."
|
|
171
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/managementCompanyDocuments/shareOrMembershipCertificate", "Share or membership certificate"
|
|
172
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/requiredDocuments/managementCompanyDocuments/companyAccounts", "Company accounts for the past three years"
|
|
173
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/confirmationOfAccuracy", "Confirmation of accuracy"
|
|
174
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/leaseholdInformation/confirmationOfAccuracy/confirmation", "Declaration"
|
|
175
|
+
"/propertyPack/ownership/ownershipsToBeTransferred/otherOwnershipDetails", "Details of the ownership type"
|
|
176
|
+
"/propertyPack/parking", "Parking"
|
|
177
|
+
"/propertyPack/parking/parkingArrangements", "Parking arrangements"
|
|
178
|
+
"/propertyPack/parking/disabledParking", "Is disabled parking available?"
|
|
179
|
+
"/propertyPack/parking/controlledParking", "Is the property in a controlled parking zone or within a local authority parking scheme?"
|
|
180
|
+
"/propertyPack/parking/electricVehicleChargingPoint", "Is there an electric vehicle charging point belonging to the property?"
|
|
181
|
+
"/propertyPack/listingAndConservation", "Listing and Conservation"
|
|
182
|
+
"/propertyPack/listingAndConservation/isListed", "Is the property a listed building in England or Wales?"
|
|
183
|
+
"/propertyPack/listingAndConservation/isListed/details", "Please provide details of the listing"
|
|
184
|
+
"/propertyPack/listingAndConservation/isListed/attachments", "Attachments"
|
|
185
|
+
"/propertyPack/listingAndConservation/isConservationArea", "Is the property in a designated conservation area?"
|
|
186
|
+
"/propertyPack/listingAndConservation/isConservationArea/details", "Please provide details of the listing"
|
|
187
|
+
"/propertyPack/listingAndConservation/isConservationArea/attachments", "Attachments"
|
|
188
|
+
"/propertyPack/listingAndConservation/hasTreePreservationOrder", "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?"
|
|
189
|
+
"/propertyPack/listingAndConservation/hasTreePreservationOrder/workCarriedOut", "Has work been carried out to any trees which are protected by the order?"
|
|
190
|
+
"/propertyPack/listingAndConservation/hasTreePreservationOrder/workCarriedOut/consentsObtained", "Were the relevant consents obtained?"
|
|
191
|
+
"/propertyPack/listingAndConservation/hasTreePreservationOrder/workCarriedOut/attachments", "Provide any relevant documentation"
|
|
192
|
+
"/propertyPack/typeOfConstruction", "Type of Construction"
|
|
193
|
+
"/propertyPack/typeOfConstruction/isStandardForm", "Is the property built in a standard form of construction?"
|
|
194
|
+
"/propertyPack/typeOfConstruction/isStandardForm/details", "Details"
|
|
195
|
+
"/propertyPack/typeOfConstruction/buildingSafety", "Are you aware of any building safety issues?"
|
|
196
|
+
"/propertyPack/typeOfConstruction/buildingSafety/details", "What are the defects or hazards?"
|
|
197
|
+
"/propertyPack/typeOfConstruction/buildingSafety/workAlreadyDone", "What work has already been done?"
|
|
198
|
+
"/propertyPack/typeOfConstruction/buildingSafety/workToBeDone", "What work is required to be done?"
|
|
199
|
+
"/propertyPack/typeOfConstruction/buildingSafety/potentialCost", "What will the potential cost be?"
|
|
200
|
+
"/propertyPack/typeOfConstruction/buildingSafety/abilityToResideAtProperty", "Will the work impact the ability to reside at the property?"
|
|
201
|
+
"/propertyPack/typeOfConstruction/buildingSafety/attachments", "Attachments"
|
|
202
|
+
"/propertyPack/typeOfConstruction/accessibilityAndAdaptations", "Are there any adaptations or features that provide easier access to, and within, the property?"
|
|
203
|
+
"/propertyPack/energyEfficiency", "Energy Efficiency"
|
|
204
|
+
"/propertyPack/energyEfficiency/certificateIsSupplied", "Please supply a copy of the EPC for the property"
|
|
205
|
+
"/propertyPack/energyEfficiency/certificate/currentEnergyRating", "Current energy efficiency rating"
|
|
206
|
+
"/propertyPack/energyEfficiency/greenDealLoan", "Green Deal Loan"
|
|
207
|
+
"/propertyPack/energyEfficiency/greenDealLoan/hasGreenDealLoan", "Is this property subject to a Green Deal loan or other financed home improvement scheme?"
|
|
208
|
+
"/propertyPack/energyEfficiency/greenDealLoan/hasGreenDealLoan/details", "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill"
|
|
209
|
+
"/propertyPack/energyEfficiency/greenDealLoan/hasGreenDealLoan/attachments", "Attachments"
|
|
210
|
+
"/propertyPack/councilTax", "Council Tax"
|
|
211
|
+
"/propertyPack/councilTax/councilTaxBand", "Which Council Tax band does this property fall within?"
|
|
212
|
+
"/propertyPack/councilTax/councilTaxAffectingAlterations", "Have you altered the property in any way to the extent that it might change the Council Tax band e.g. added a bedroom or substantially extended the property?"
|
|
213
|
+
"/propertyPack/councilTax/councilTaxAffectingAlterations/details", "Please give details"
|
|
214
|
+
"/propertyPack/councilTax/councilTaxAffectingAlterations/attachments", "Attachments"
|
|
215
|
+
"/propertyPack/disputesAndComplaints", "Disputes and Complaints"
|
|
216
|
+
"/propertyPack/disputesAndComplaints/hasDisputesAndComplaints", "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?"
|
|
217
|
+
"/propertyPack/disputesAndComplaints/hasDisputesAndComplaints/details", "Please give details"
|
|
218
|
+
"/propertyPack/disputesAndComplaints/leadingToDisputesAndComplaints", "Is the seller aware of anything which might lead to a dispute about the property or a property nearby?"
|
|
219
|
+
"/propertyPack/disputesAndComplaints/leadingToDisputesAndComplaints/details", "Please give details"
|
|
220
|
+
"/propertyPack/alterationsAndChanges", "Alterations and Changes to the Property"
|
|
221
|
+
"/propertyPack/alterationsAndChanges/hasStructuralAlterations", "Have there been any structural alterations, extensions, significant repairs or renewals to the property? (e.g. extensions, loft or garage conversion, removal of internal walls or chimneys)"
|
|
222
|
+
"/propertyPack/alterationsAndChanges/hasStructuralAlterations/details", "Please give details including dates of all work undertaken"
|
|
223
|
+
"/propertyPack/alterationsAndChanges/hasStructuralAlterations/buildingRegApproval", "Was Building Regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?"
|
|
224
|
+
"/propertyPack/alterationsAndChanges/hasStructuralAlterations/buildingRegApproval/attachments", "Please provide a copy of the documents"
|
|
225
|
+
"/propertyPack/alterationsAndChanges/hasStructuralAlterations/buildingRegApproval/details", "Please outline the reasons why"
|
|
226
|
+
"/propertyPack/alterationsAndChanges/hasStructuralAlterations/planningPermission", "Was planning permission obtained?"
|
|
227
|
+
"/propertyPack/alterationsAndChanges/hasStructuralAlterations/planningPermission/attachments", "Please provide a copy of the documents"
|
|
228
|
+
"/propertyPack/alterationsAndChanges/hasStructuralAlterations/planningPermission/details", "Please outline the reasons why"
|
|
229
|
+
"/propertyPack/alterationsAndChanges/changeOfUse", "Has there been any change of use (e.g. from an office to a residence)?"
|
|
230
|
+
"/propertyPack/alterationsAndChanges/changeOfUse/yearCompleted", "What year was the change completed?"
|
|
231
|
+
"/propertyPack/alterationsAndChanges/changeOfUse/buildingRegApproval", "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?"
|
|
232
|
+
"/propertyPack/alterationsAndChanges/changeOfUse/buildingRegApproval/attachments", "Please provide a copy of the documents"
|
|
233
|
+
"/propertyPack/alterationsAndChanges/changeOfUse/buildingRegApproval/details", "Please outline the reasons why"
|
|
234
|
+
"/propertyPack/alterationsAndChanges/changeOfUse/planningPermission", "Was planning permission obtained?"
|
|
235
|
+
"/propertyPack/alterationsAndChanges/changeOfUse/planningPermission/attachments", "Please provide a copy of the documents"
|
|
236
|
+
"/propertyPack/alterationsAndChanges/changeOfUse/planningPermission/details", "Please outline the reasons why"
|
|
237
|
+
"/propertyPack/alterationsAndChanges/windowReplacementsSince2002", "Since 1st April 2002 has replacement of any windows, roof windows, roof lights, glazed doors taken place?"
|
|
238
|
+
"/propertyPack/alterationsAndChanges/windowReplacementsSince2002/yearCompleted", "What year was the installation completed?"
|
|
239
|
+
"/propertyPack/alterationsAndChanges/windowReplacementsSince2002/buildingRegApproval", "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?"
|
|
240
|
+
"/propertyPack/alterationsAndChanges/windowReplacementsSince2002/buildingRegApproval/attachments", "Please provide a copy of the documents"
|
|
241
|
+
"/propertyPack/alterationsAndChanges/windowReplacementsSince2002/buildingRegApproval/details", "Please outline the reasons why"
|
|
242
|
+
"/propertyPack/alterationsAndChanges/windowReplacementsSince2002/planningPermission", "Was planning permission obtained?"
|
|
243
|
+
"/propertyPack/alterationsAndChanges/windowReplacementsSince2002/planningPermission/attachments", "Please provide a copy of the documents"
|
|
244
|
+
"/propertyPack/alterationsAndChanges/windowReplacementsSince2002/planningPermission/details", "Please outline the reasons why"
|
|
245
|
+
"/propertyPack/alterationsAndChanges/hasAddedConservatory", "Has a conservatory been added?"
|
|
246
|
+
"/propertyPack/alterationsAndChanges/hasAddedConservatory/yearCompleted", "What year was the installation completed?"
|
|
247
|
+
"/propertyPack/alterationsAndChanges/hasAddedConservatory/buildingRegApproval", "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?"
|
|
248
|
+
"/propertyPack/alterationsAndChanges/hasAddedConservatory/buildingRegApproval/attachments", "Please provide a copy of the documents"
|
|
249
|
+
"/propertyPack/alterationsAndChanges/hasAddedConservatory/buildingRegApproval/details", "Please outline the reasons why"
|
|
250
|
+
"/propertyPack/alterationsAndChanges/hasAddedConservatory/planningPermission", "Was planning permission obtained?"
|
|
251
|
+
"/propertyPack/alterationsAndChanges/hasAddedConservatory/planningPermission/attachments", "Please provide a copy of the documents"
|
|
252
|
+
"/propertyPack/alterationsAndChanges/hasAddedConservatory/planningPermission/details", "Please outline the reasons why"
|
|
253
|
+
"/propertyPack/alterationsAndChanges/worksUnfinished", "Are any of the works listed above unfinished?"
|
|
254
|
+
"/propertyPack/alterationsAndChanges/worksUnfinished/details", "Please provide details and explain why"
|
|
255
|
+
"/propertyPack/alterationsAndChanges/planningPermissionBreaches", "Are you aware of any breaches of planning permission conditions or building regulations consent conditions or work not having the necessary consents?"
|
|
256
|
+
"/propertyPack/alterationsAndChanges/planningPermissionBreaches/details", "Please give details"
|
|
257
|
+
"/propertyPack/alterationsAndChanges/unresolvedPlanningIssues", "Are you aware of any unresolved planning or building control issues?"
|
|
258
|
+
"/propertyPack/alterationsAndChanges/unresolvedPlanningIssues/details", "Please give details"
|
|
259
|
+
"/propertyPack/notices", "Notices which Affect the Property"
|
|
260
|
+
"/propertyPack/notices/neighbourDevelopment", "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?"
|
|
261
|
+
"/propertyPack/notices/neighbourDevelopment/details", "Details"
|
|
262
|
+
"/propertyPack/notices/planningApplication", "Any planning application that could affect the property, the enjoyment of it or the views from it?"
|
|
263
|
+
"/propertyPack/notices/planningApplication/details", "Details"
|
|
264
|
+
"/propertyPack/notices/requiredMaintenance", "Notice informing you that maintenance, repairs or improvements are required to your property?"
|
|
265
|
+
"/propertyPack/notices/requiredMaintenance/details", "Details"
|
|
266
|
+
"/propertyPack/notices/listedBuildingApplication", "Listed building application"
|
|
267
|
+
"/propertyPack/notices/listedBuildingApplication/details", "Details"
|
|
268
|
+
"/propertyPack/notices/infrastructureProject", "Infrastructure project, proposed or in progress (i.e. wind turbine, railway, fracking, etc)"
|
|
269
|
+
"/propertyPack/notices/infrastructureProject/details", "Details"
|
|
270
|
+
"/propertyPack/notices/partyWallAct", "Notice under the Party Wall Act 1996 in respect of any shared or party boundaries?"
|
|
271
|
+
"/propertyPack/notices/partyWallAct/details", "Details"
|
|
272
|
+
"/propertyPack/notices/partyWallAct/attachments", "Attachments"
|
|
273
|
+
"/propertyPack/notices/otherNotices", "Any other type of notice?"
|
|
274
|
+
"/propertyPack/notices/otherNotices/details", "Details"
|
|
275
|
+
"/propertyPack/specialistIssues/japaneseKnotweed", "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?"
|
|
276
|
+
"/propertyPack/specialistIssues/japaneseKnotweed/managementPlanInPlace", "Is there a Japanese Knotweed management and treatment plan in place?"
|
|
277
|
+
"/propertyPack/specialistIssues/japaneseKnotweed/attachments", "Please supply a copy with any insurance cover linked to the plan."
|
|
278
|
+
"/propertyPack/fixturesAndFittings", "Fixtures and Fittings"
|
|
279
|
+
"/propertyPack/fixturesAndFittings/basicFittings", "Basic Fittings"
|
|
280
|
+
"/propertyPack/fixturesAndFittings/basicFittings/boilerImmersionHeater", "Boiler/immersion heater"
|
|
281
|
+
"/propertyPack/fixturesAndFittings/basicFittings/boilerImmersionHeater/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
282
|
+
"/propertyPack/fixturesAndFittings/basicFittings/boilerImmersionHeater/comments", "Comments"
|
|
283
|
+
"/propertyPack/fixturesAndFittings/basicFittings/boilerImmersionHeater/price", "Price"
|
|
284
|
+
"/propertyPack/fixturesAndFittings/basicFittings/radiatorsWallHeaters", "Radiators/wall heaters"
|
|
285
|
+
"/propertyPack/fixturesAndFittings/basicFittings/radiatorsWallHeaters/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
286
|
+
"/propertyPack/fixturesAndFittings/basicFittings/radiatorsWallHeaters/comments", "Comments"
|
|
287
|
+
"/propertyPack/fixturesAndFittings/basicFittings/radiatorsWallHeaters/price", "Price"
|
|
288
|
+
"/propertyPack/fixturesAndFittings/basicFittings/nightStorageHeaters", "Night storage heaters"
|
|
289
|
+
"/propertyPack/fixturesAndFittings/basicFittings/nightStorageHeaters/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
290
|
+
"/propertyPack/fixturesAndFittings/basicFittings/nightStorageHeaters/comments", "Comments"
|
|
291
|
+
"/propertyPack/fixturesAndFittings/basicFittings/nightStorageHeaters/price", "Price"
|
|
292
|
+
"/propertyPack/fixturesAndFittings/basicFittings/freeStandingHeaters", "Free-standing heaters"
|
|
293
|
+
"/propertyPack/fixturesAndFittings/basicFittings/freeStandingHeaters/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
294
|
+
"/propertyPack/fixturesAndFittings/basicFittings/freeStandingHeaters/comments", "Comments"
|
|
295
|
+
"/propertyPack/fixturesAndFittings/basicFittings/freeStandingHeaters/price", "Price"
|
|
296
|
+
"/propertyPack/fixturesAndFittings/basicFittings/gasFiresWithSurround", "Gas fires (with surround)"
|
|
297
|
+
"/propertyPack/fixturesAndFittings/basicFittings/gasFiresWithSurround/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
298
|
+
"/propertyPack/fixturesAndFittings/basicFittings/gasFiresWithSurround/comments", "Comments"
|
|
299
|
+
"/propertyPack/fixturesAndFittings/basicFittings/gasFiresWithSurround/price", "Price"
|
|
300
|
+
"/propertyPack/fixturesAndFittings/basicFittings/electricFiresWithSurround", "Electric fires (with surround)"
|
|
301
|
+
"/propertyPack/fixturesAndFittings/basicFittings/electricFiresWithSurround/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
302
|
+
"/propertyPack/fixturesAndFittings/basicFittings/electricFiresWithSurround/comments", "Comments"
|
|
303
|
+
"/propertyPack/fixturesAndFittings/basicFittings/electricFiresWithSurround/price", "Price"
|
|
304
|
+
"/propertyPack/fixturesAndFittings/basicFittings/lightSwitches", "Light switches"
|
|
305
|
+
"/propertyPack/fixturesAndFittings/basicFittings/lightSwitches/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
306
|
+
"/propertyPack/fixturesAndFittings/basicFittings/lightSwitches/comments", "Comments"
|
|
307
|
+
"/propertyPack/fixturesAndFittings/basicFittings/lightSwitches/price", "Price"
|
|
308
|
+
"/propertyPack/fixturesAndFittings/basicFittings/roofInsulation", "Roof insulation"
|
|
309
|
+
"/propertyPack/fixturesAndFittings/basicFittings/roofInsulation/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
310
|
+
"/propertyPack/fixturesAndFittings/basicFittings/roofInsulation/comments", "Comments"
|
|
311
|
+
"/propertyPack/fixturesAndFittings/basicFittings/roofInsulation/price", "Price"
|
|
312
|
+
"/propertyPack/fixturesAndFittings/basicFittings/windowFittings", "Window fittings"
|
|
313
|
+
"/propertyPack/fixturesAndFittings/basicFittings/windowFittings/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
314
|
+
"/propertyPack/fixturesAndFittings/basicFittings/windowFittings/comments", "Comments"
|
|
315
|
+
"/propertyPack/fixturesAndFittings/basicFittings/windowFittings/price", "Price"
|
|
316
|
+
"/propertyPack/fixturesAndFittings/basicFittings/windowShuttersGrilles", "Window shutters/grilles"
|
|
317
|
+
"/propertyPack/fixturesAndFittings/basicFittings/windowShuttersGrilles/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
318
|
+
"/propertyPack/fixturesAndFittings/basicFittings/windowShuttersGrilles/comments", "Comments"
|
|
319
|
+
"/propertyPack/fixturesAndFittings/basicFittings/windowShuttersGrilles/price", "Price"
|
|
320
|
+
"/propertyPack/fixturesAndFittings/basicFittings/internalDoorFittings", "Internal door fittings"
|
|
321
|
+
"/propertyPack/fixturesAndFittings/basicFittings/internalDoorFittings/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
322
|
+
"/propertyPack/fixturesAndFittings/basicFittings/internalDoorFittings/comments", "Comments"
|
|
323
|
+
"/propertyPack/fixturesAndFittings/basicFittings/internalDoorFittings/price", "Price"
|
|
324
|
+
"/propertyPack/fixturesAndFittings/basicFittings/externalDoorFittings", "External door fittings"
|
|
325
|
+
"/propertyPack/fixturesAndFittings/basicFittings/externalDoorFittings/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
326
|
+
"/propertyPack/fixturesAndFittings/basicFittings/externalDoorFittings/comments", "Comments"
|
|
327
|
+
"/propertyPack/fixturesAndFittings/basicFittings/externalDoorFittings/price", "Price"
|
|
328
|
+
"/propertyPack/fixturesAndFittings/basicFittings/doorbellChime", "Doorbell/chime"
|
|
329
|
+
"/propertyPack/fixturesAndFittings/basicFittings/doorbellChime/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
330
|
+
"/propertyPack/fixturesAndFittings/basicFittings/doorbellChime/comments", "Comments"
|
|
331
|
+
"/propertyPack/fixturesAndFittings/basicFittings/doorbellChime/price", "Price"
|
|
332
|
+
"/propertyPack/fixturesAndFittings/basicFittings/electricSockets", "Electric sockets"
|
|
333
|
+
"/propertyPack/fixturesAndFittings/basicFittings/electricSockets/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
334
|
+
"/propertyPack/fixturesAndFittings/basicFittings/electricSockets/comments", "Comments"
|
|
335
|
+
"/propertyPack/fixturesAndFittings/basicFittings/electricSockets/price", "Price"
|
|
336
|
+
"/propertyPack/fixturesAndFittings/basicFittings/burglarAlarm", "Burglar alarm"
|
|
337
|
+
"/propertyPack/fixturesAndFittings/basicFittings/burglarAlarm/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
338
|
+
"/propertyPack/fixturesAndFittings/basicFittings/burglarAlarm/comments", "Comments"
|
|
339
|
+
"/propertyPack/fixturesAndFittings/basicFittings/burglarAlarm/price", "Price"
|
|
340
|
+
"/propertyPack/fixturesAndFittings/basicFittings/otherItems", "Other items (please specify)"
|
|
341
|
+
"/propertyPack/fixturesAndFittings/basicFittings/otherItems/itemName", "Name"
|
|
342
|
+
"/propertyPack/fixturesAndFittings/basicFittings/otherItems/isIncludedOrExcluded", "Included or Excluded"
|
|
343
|
+
"/propertyPack/fixturesAndFittings/basicFittings/otherItems/price", "Price"
|
|
344
|
+
"/propertyPack/fixturesAndFittings/kitchen", "Kitchen"
|
|
345
|
+
"/propertyPack/fixturesAndFittings/kitchen/hob", "Hob"
|
|
346
|
+
"/propertyPack/fixturesAndFittings/kitchen/hob/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
347
|
+
"/propertyPack/fixturesAndFittings/kitchen/hob/comments", "Comments"
|
|
348
|
+
"/propertyPack/fixturesAndFittings/kitchen/hob/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
349
|
+
"/propertyPack/fixturesAndFittings/kitchen/hob/price", "Price"
|
|
350
|
+
"/propertyPack/fixturesAndFittings/kitchen/hob/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
351
|
+
"/propertyPack/fixturesAndFittings/kitchen/extractorHood", "Extractor hood"
|
|
352
|
+
"/propertyPack/fixturesAndFittings/kitchen/extractorHood/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
353
|
+
"/propertyPack/fixturesAndFittings/kitchen/extractorHood/comments", "Comments"
|
|
354
|
+
"/propertyPack/fixturesAndFittings/kitchen/extractorHood/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
355
|
+
"/propertyPack/fixturesAndFittings/kitchen/extractorHood/price", "Price"
|
|
356
|
+
"/propertyPack/fixturesAndFittings/kitchen/extractorHood/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
357
|
+
"/propertyPack/fixturesAndFittings/kitchen/ovenGrill", "Oven/grill"
|
|
358
|
+
"/propertyPack/fixturesAndFittings/kitchen/ovenGrill/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
359
|
+
"/propertyPack/fixturesAndFittings/kitchen/ovenGrill/comments", "Comments"
|
|
360
|
+
"/propertyPack/fixturesAndFittings/kitchen/ovenGrill/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
361
|
+
"/propertyPack/fixturesAndFittings/kitchen/ovenGrill/price", "Price"
|
|
362
|
+
"/propertyPack/fixturesAndFittings/kitchen/ovenGrill/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
363
|
+
"/propertyPack/fixturesAndFittings/kitchen/cooker", "Cooker"
|
|
364
|
+
"/propertyPack/fixturesAndFittings/kitchen/cooker/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
365
|
+
"/propertyPack/fixturesAndFittings/kitchen/cooker/comments", "Comments"
|
|
366
|
+
"/propertyPack/fixturesAndFittings/kitchen/cooker/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
367
|
+
"/propertyPack/fixturesAndFittings/kitchen/cooker/price", "Price"
|
|
368
|
+
"/propertyPack/fixturesAndFittings/kitchen/cooker/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
369
|
+
"/propertyPack/fixturesAndFittings/kitchen/microwave", "Microwave"
|
|
370
|
+
"/propertyPack/fixturesAndFittings/kitchen/microwave/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
371
|
+
"/propertyPack/fixturesAndFittings/kitchen/microwave/comments", "Comments"
|
|
372
|
+
"/propertyPack/fixturesAndFittings/kitchen/microwave/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
373
|
+
"/propertyPack/fixturesAndFittings/kitchen/microwave/price", "Price"
|
|
374
|
+
"/propertyPack/fixturesAndFittings/kitchen/microwave/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
375
|
+
"/propertyPack/fixturesAndFittings/kitchen/refrigeratorFridgeFreezer", "Refrigerator/fridge-freezer"
|
|
376
|
+
"/propertyPack/fixturesAndFittings/kitchen/refrigeratorFridgeFreezer/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
377
|
+
"/propertyPack/fixturesAndFittings/kitchen/refrigeratorFridgeFreezer/comments", "Comments"
|
|
378
|
+
"/propertyPack/fixturesAndFittings/kitchen/refrigeratorFridgeFreezer/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
379
|
+
"/propertyPack/fixturesAndFittings/kitchen/refrigeratorFridgeFreezer/price", "Price"
|
|
380
|
+
"/propertyPack/fixturesAndFittings/kitchen/refrigeratorFridgeFreezer/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
381
|
+
"/propertyPack/fixturesAndFittings/kitchen/freezer", "Freezer"
|
|
382
|
+
"/propertyPack/fixturesAndFittings/kitchen/freezer/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
383
|
+
"/propertyPack/fixturesAndFittings/kitchen/freezer/comments", "Comments"
|
|
384
|
+
"/propertyPack/fixturesAndFittings/kitchen/freezer/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
385
|
+
"/propertyPack/fixturesAndFittings/kitchen/freezer/price", "Price"
|
|
386
|
+
"/propertyPack/fixturesAndFittings/kitchen/freezer/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
387
|
+
"/propertyPack/fixturesAndFittings/kitchen/dishwasher", "Dishwasher"
|
|
388
|
+
"/propertyPack/fixturesAndFittings/kitchen/dishwasher/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
389
|
+
"/propertyPack/fixturesAndFittings/kitchen/dishwasher/comments", "Comments"
|
|
390
|
+
"/propertyPack/fixturesAndFittings/kitchen/dishwasher/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
391
|
+
"/propertyPack/fixturesAndFittings/kitchen/dishwasher/price", "Price"
|
|
392
|
+
"/propertyPack/fixturesAndFittings/kitchen/dishwasher/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
393
|
+
"/propertyPack/fixturesAndFittings/kitchen/tumbleDryer", "Tumble dryer"
|
|
394
|
+
"/propertyPack/fixturesAndFittings/kitchen/tumbleDryer/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
395
|
+
"/propertyPack/fixturesAndFittings/kitchen/tumbleDryer/comments", "Comments"
|
|
396
|
+
"/propertyPack/fixturesAndFittings/kitchen/tumbleDryer/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
397
|
+
"/propertyPack/fixturesAndFittings/kitchen/tumbleDryer/price", "Price"
|
|
398
|
+
"/propertyPack/fixturesAndFittings/kitchen/tumbleDryer/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
399
|
+
"/propertyPack/fixturesAndFittings/kitchen/washingMachine", "Washing machine"
|
|
400
|
+
"/propertyPack/fixturesAndFittings/kitchen/washingMachine/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
401
|
+
"/propertyPack/fixturesAndFittings/kitchen/washingMachine/comments", "Comments"
|
|
402
|
+
"/propertyPack/fixturesAndFittings/kitchen/washingMachine/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
403
|
+
"/propertyPack/fixturesAndFittings/kitchen/washingMachine/price", "Price"
|
|
404
|
+
"/propertyPack/fixturesAndFittings/kitchen/washingMachine/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
405
|
+
"/propertyPack/fixturesAndFittings/kitchen/otherItems", "Other items (please specify)"
|
|
406
|
+
"/propertyPack/fixturesAndFittings/kitchen/otherItems/itemName", "Name"
|
|
407
|
+
"/propertyPack/fixturesAndFittings/kitchen/otherItems/isIncludedOrExcluded", "Included or Excluded"
|
|
408
|
+
"/propertyPack/fixturesAndFittings/kitchen/otherItems/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
409
|
+
"/propertyPack/fixturesAndFittings/kitchen/otherItems/price", "Price"
|
|
410
|
+
"/propertyPack/fixturesAndFittings/kitchen/otherItems/fittedOrFreestanding/fittedOrFreestanding", "Fitted, Freestanding"
|
|
411
|
+
"/propertyPack/fixturesAndFittings/bathroom", "Bathroom"
|
|
412
|
+
"/propertyPack/fixturesAndFittings/bathroom/bath", "Bath"
|
|
413
|
+
"/propertyPack/fixturesAndFittings/bathroom/bath/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
414
|
+
"/propertyPack/fixturesAndFittings/bathroom/bath/comments", "Comments"
|
|
415
|
+
"/propertyPack/fixturesAndFittings/bathroom/bath/price", "Price"
|
|
416
|
+
"/propertyPack/fixturesAndFittings/bathroom/showerFittingForBath", "Shower fitting for bath"
|
|
417
|
+
"/propertyPack/fixturesAndFittings/bathroom/showerFittingForBath/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
418
|
+
"/propertyPack/fixturesAndFittings/bathroom/showerFittingForBath/comments", "Comments"
|
|
419
|
+
"/propertyPack/fixturesAndFittings/bathroom/showerFittingForBath/price", "Price"
|
|
420
|
+
"/propertyPack/fixturesAndFittings/bathroom/showerCurtain", "Shower curtain"
|
|
421
|
+
"/propertyPack/fixturesAndFittings/bathroom/showerCurtain/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
422
|
+
"/propertyPack/fixturesAndFittings/bathroom/showerCurtain/comments", "Comments"
|
|
423
|
+
"/propertyPack/fixturesAndFittings/bathroom/showerCurtain/price", "Price"
|
|
424
|
+
"/propertyPack/fixturesAndFittings/bathroom/bathroomCabinet", "Bathroom cabinet"
|
|
425
|
+
"/propertyPack/fixturesAndFittings/bathroom/bathroomCabinet/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
426
|
+
"/propertyPack/fixturesAndFittings/bathroom/bathroomCabinet/comments", "Comments"
|
|
427
|
+
"/propertyPack/fixturesAndFittings/bathroom/bathroomCabinet/price", "Price"
|
|
428
|
+
"/propertyPack/fixturesAndFittings/bathroom/taps", "Taps"
|
|
429
|
+
"/propertyPack/fixturesAndFittings/bathroom/taps/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
430
|
+
"/propertyPack/fixturesAndFittings/bathroom/taps/comments", "Comments"
|
|
431
|
+
"/propertyPack/fixturesAndFittings/bathroom/taps/price", "Price"
|
|
432
|
+
"/propertyPack/fixturesAndFittings/bathroom/separateShowersAndFittings", "Separate showers and fittings"
|
|
433
|
+
"/propertyPack/fixturesAndFittings/bathroom/separateShowersAndFittings/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
434
|
+
"/propertyPack/fixturesAndFittings/bathroom/separateShowersAndFittings/comments", "Comments"
|
|
435
|
+
"/propertyPack/fixturesAndFittings/bathroom/separateShowersAndFittings/price", "Price"
|
|
436
|
+
"/propertyPack/fixturesAndFittings/bathroom/towelRail", "Towel rail"
|
|
437
|
+
"/propertyPack/fixturesAndFittings/bathroom/towelRail/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
438
|
+
"/propertyPack/fixturesAndFittings/bathroom/towelRail/comments", "Comments"
|
|
439
|
+
"/propertyPack/fixturesAndFittings/bathroom/towelRail/price", "Price"
|
|
440
|
+
"/propertyPack/fixturesAndFittings/bathroom/soapToothbrushHolders", "Soap/toothbrush holders"
|
|
441
|
+
"/propertyPack/fixturesAndFittings/bathroom/soapToothbrushHolders/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
442
|
+
"/propertyPack/fixturesAndFittings/bathroom/soapToothbrushHolders/comments", "Comments"
|
|
443
|
+
"/propertyPack/fixturesAndFittings/bathroom/soapToothbrushHolders/price", "Price"
|
|
444
|
+
"/propertyPack/fixturesAndFittings/bathroom/toiletRollHolders", "Toilet roll holders"
|
|
445
|
+
"/propertyPack/fixturesAndFittings/bathroom/toiletRollHolders/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
446
|
+
"/propertyPack/fixturesAndFittings/bathroom/toiletRollHolders/comments", "Comments"
|
|
447
|
+
"/propertyPack/fixturesAndFittings/bathroom/toiletRollHolders/price", "Price"
|
|
448
|
+
"/propertyPack/fixturesAndFittings/bathroom/bathroomMirror", "Bathroom mirror"
|
|
449
|
+
"/propertyPack/fixturesAndFittings/bathroom/bathroomMirror/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
450
|
+
"/propertyPack/fixturesAndFittings/bathroom/bathroomMirror/comments", "Comments"
|
|
451
|
+
"/propertyPack/fixturesAndFittings/bathroom/bathroomMirror/price", "Price"
|
|
452
|
+
"/propertyPack/fixturesAndFittings/carpets", "Carpets"
|
|
453
|
+
"/propertyPack/fixturesAndFittings/carpets/hallStairsLanding", "Hall, stairs and landing"
|
|
454
|
+
"/propertyPack/fixturesAndFittings/carpets/hallStairsLanding/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
455
|
+
"/propertyPack/fixturesAndFittings/carpets/hallStairsLanding/comments", "Comments"
|
|
456
|
+
"/propertyPack/fixturesAndFittings/carpets/hallStairsLanding/price", "Price"
|
|
457
|
+
"/propertyPack/fixturesAndFittings/carpets/livingRoom", "Living room"
|
|
458
|
+
"/propertyPack/fixturesAndFittings/carpets/livingRoom/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
459
|
+
"/propertyPack/fixturesAndFittings/carpets/livingRoom/comments", "Comments"
|
|
460
|
+
"/propertyPack/fixturesAndFittings/carpets/livingRoom/price", "Price"
|
|
461
|
+
"/propertyPack/fixturesAndFittings/carpets/diningRoom", "Dining room"
|
|
462
|
+
"/propertyPack/fixturesAndFittings/carpets/diningRoom/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
463
|
+
"/propertyPack/fixturesAndFittings/carpets/diningRoom/comments", "Comments"
|
|
464
|
+
"/propertyPack/fixturesAndFittings/carpets/diningRoom/price", "Price"
|
|
465
|
+
"/propertyPack/fixturesAndFittings/carpets/kitchen", "Kitchen"
|
|
466
|
+
"/propertyPack/fixturesAndFittings/carpets/kitchen/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
467
|
+
"/propertyPack/fixturesAndFittings/carpets/kitchen/comments", "Comments"
|
|
468
|
+
"/propertyPack/fixturesAndFittings/carpets/kitchen/price", "Price"
|
|
469
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom1", "Bedroom 1"
|
|
470
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom1/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
471
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom1/comments", "Comments"
|
|
472
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom1/price", "Price"
|
|
473
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom2", "Bedroom 2"
|
|
474
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom2/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
475
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom2/comments", "Comments"
|
|
476
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom2/price", "Price"
|
|
477
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom3", "Bedroom 3"
|
|
478
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom3/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
479
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom3/comments", "Comments"
|
|
480
|
+
"/propertyPack/fixturesAndFittings/carpets/bedroom3/price", "Price"
|
|
481
|
+
"/propertyPack/fixturesAndFittings/carpets/otherRooms", "Other rooms (please specify)"
|
|
482
|
+
"/propertyPack/fixturesAndFittings/carpets/otherRooms/itemName", "Name"
|
|
483
|
+
"/propertyPack/fixturesAndFittings/carpets/otherRooms/isIncludedOrExcluded", "Included or Excluded"
|
|
484
|
+
"/propertyPack/fixturesAndFittings/carpets/otherRooms/price", "Price"
|
|
485
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails", "Curtains and curtain rails"
|
|
486
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets", "Curtain rails/poles/pelmets"
|
|
487
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/hallStairsLanding", "Hall, stairs and landing"
|
|
488
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/hallStairsLanding/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
489
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/hallStairsLanding/comments", "Comments"
|
|
490
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/hallStairsLanding/price", "Price"
|
|
491
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/livingRoom", "Living room"
|
|
492
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/livingRoom/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
493
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/livingRoom/comments", "Comments"
|
|
494
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/livingRoom/price", "Price"
|
|
495
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/diningRoom", "Dining room"
|
|
496
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/diningRoom/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
497
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/diningRoom/comments", "Comments"
|
|
498
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/diningRoom/price", "Price"
|
|
499
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/kitchen", "Kitchen"
|
|
500
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/kitchen/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
501
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/kitchen/comments", "Comments"
|
|
502
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/kitchen/price", "Price"
|
|
503
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom1", "Bedroom 1"
|
|
504
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom1/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
505
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom1/comments", "Comments"
|
|
506
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom1/price", "Price"
|
|
507
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom2", "Bedroom 2"
|
|
508
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom2/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
509
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom2/comments", "Comments"
|
|
510
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom2/price", "Price"
|
|
511
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom3", "Bedroom 3"
|
|
512
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom3/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
513
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom3/comments", "Comments"
|
|
514
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/bedroom3/price", "Price"
|
|
515
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/otherRooms", "Other rooms (please specify)"
|
|
516
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/otherRooms/itemName", "Name"
|
|
517
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/otherRooms/isIncludedOrExcluded", "Included or Excluded"
|
|
518
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainRailsPolesPelmets/otherRooms/price", "Price"
|
|
519
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds", "Curtains/blinds"
|
|
520
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/hallStairsLanding", "Hall, stairs and landing"
|
|
521
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/hallStairsLanding/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
522
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/hallStairsLanding/comments", "Comments"
|
|
523
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/hallStairsLanding/price", "Price"
|
|
524
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/livingRoom", "Living room"
|
|
525
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/livingRoom/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
526
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/livingRoom/comments", "Comments"
|
|
527
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/livingRoom/price", "Price"
|
|
528
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/diningRoom", "Dining room"
|
|
529
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/diningRoom/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
530
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/diningRoom/comments", "Comments"
|
|
531
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/diningRoom/price", "Price"
|
|
532
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/kitchen", "Kitchen"
|
|
533
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/kitchen/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
534
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/kitchen/comments", "Comments"
|
|
535
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/kitchen/price", "Price"
|
|
536
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom1", "Bedroom 1"
|
|
537
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom1/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
538
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom1/comments", "Comments"
|
|
539
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom1/price", "Price"
|
|
540
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom2", "Bedroom 2"
|
|
541
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom2/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
542
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom2/comments", "Comments"
|
|
543
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom2/price", "Price"
|
|
544
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom3", "Bedroom 3"
|
|
545
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom3/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
546
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom3/comments", "Comments"
|
|
547
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/bedroom3/price", "Price"
|
|
548
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/otherRooms", "Other rooms (please specify)"
|
|
549
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/otherRooms/itemName", "Name"
|
|
550
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/otherRooms/isIncludedOrExcluded", "Included or Excluded"
|
|
551
|
+
"/propertyPack/fixturesAndFittings/curtainsAndCurtainRails/curtainsBlinds/otherRooms/price", "Price"
|
|
552
|
+
"/propertyPack/fixturesAndFittings/lightFittings", "Light fittings"
|
|
553
|
+
"/propertyPack/fixturesAndFittings/lightFittings/hallStairsLanding", "Hall, stairs and landing"
|
|
554
|
+
"/propertyPack/fixturesAndFittings/lightFittings/hallStairsLanding/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
555
|
+
"/propertyPack/fixturesAndFittings/lightFittings/hallStairsLanding/comments", "Comments"
|
|
556
|
+
"/propertyPack/fixturesAndFittings/lightFittings/hallStairsLanding/price", "Price"
|
|
557
|
+
"/propertyPack/fixturesAndFittings/lightFittings/livingRoom", "Living room"
|
|
558
|
+
"/propertyPack/fixturesAndFittings/lightFittings/livingRoom/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
559
|
+
"/propertyPack/fixturesAndFittings/lightFittings/livingRoom/comments", "Comments"
|
|
560
|
+
"/propertyPack/fixturesAndFittings/lightFittings/livingRoom/price", "Price"
|
|
561
|
+
"/propertyPack/fixturesAndFittings/lightFittings/diningRoom", "Dining room"
|
|
562
|
+
"/propertyPack/fixturesAndFittings/lightFittings/diningRoom/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
563
|
+
"/propertyPack/fixturesAndFittings/lightFittings/diningRoom/comments", "Comments"
|
|
564
|
+
"/propertyPack/fixturesAndFittings/lightFittings/diningRoom/price", "Price"
|
|
565
|
+
"/propertyPack/fixturesAndFittings/lightFittings/kitchen", "Kitchen"
|
|
566
|
+
"/propertyPack/fixturesAndFittings/lightFittings/kitchen/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
567
|
+
"/propertyPack/fixturesAndFittings/lightFittings/kitchen/comments", "Comments"
|
|
568
|
+
"/propertyPack/fixturesAndFittings/lightFittings/kitchen/price", "Price"
|
|
569
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom1", "Bedroom 1"
|
|
570
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom1/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
571
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom1/comments", "Comments"
|
|
572
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom1/price", "Price"
|
|
573
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom2", "Bedroom 2"
|
|
574
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom2/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
575
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom2/comments", "Comments"
|
|
576
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom2/price", "Price"
|
|
577
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom3", "Bedroom 3"
|
|
578
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom3/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
579
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom3/comments", "Comments"
|
|
580
|
+
"/propertyPack/fixturesAndFittings/lightFittings/bedroom3/price", "Price"
|
|
581
|
+
"/propertyPack/fixturesAndFittings/lightFittings/otherRooms", "Other rooms (please specify)"
|
|
582
|
+
"/propertyPack/fixturesAndFittings/lightFittings/otherRooms/itemName", "Name"
|
|
583
|
+
"/propertyPack/fixturesAndFittings/lightFittings/otherRooms/isIncludedOrExcluded", "Included or Excluded"
|
|
584
|
+
"/propertyPack/fixturesAndFittings/lightFittings/otherRooms/price", "Price"
|
|
585
|
+
"/propertyPack/fixturesAndFittings/fittedUnits", "Fitted units"
|
|
586
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/hallStairsLanding", "Hall, stairs and landing"
|
|
587
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/hallStairsLanding/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
588
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/hallStairsLanding/comments", "Comments"
|
|
589
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/hallStairsLanding/price", "Price"
|
|
590
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/livingRoom", "Living room"
|
|
591
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/livingRoom/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
592
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/livingRoom/comments", "Comments"
|
|
593
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/livingRoom/price", "Price"
|
|
594
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/diningRoom", "Dining room"
|
|
595
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/diningRoom/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
596
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/diningRoom/comments", "Comments"
|
|
597
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/diningRoom/price", "Price"
|
|
598
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/kitchen", "Kitchen"
|
|
599
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/kitchen/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
600
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/kitchen/comments", "Comments"
|
|
601
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/kitchen/price", "Price"
|
|
602
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom1", "Bedroom 1"
|
|
603
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom1/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
604
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom1/comments", "Comments"
|
|
605
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom1/price", "Price"
|
|
606
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom2", "Bedroom 2"
|
|
607
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom2/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
608
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom2/comments", "Comments"
|
|
609
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom2/price", "Price"
|
|
610
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom3", "Bedroom 3"
|
|
611
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom3/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
612
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom3/comments", "Comments"
|
|
613
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/bedroom3/price", "Price"
|
|
614
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/otherRooms", "Other rooms (please specify)"
|
|
615
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/otherRooms/itemName", "Name"
|
|
616
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/otherRooms/isIncludedOrExcluded", "Included or Excluded"
|
|
617
|
+
"/propertyPack/fixturesAndFittings/fittedUnits/otherRooms/price", "Price"
|
|
618
|
+
"/propertyPack/fixturesAndFittings/outdoorArea", "Outdoor area"
|
|
619
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenFurniture", "Garden furniture"
|
|
620
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenFurniture/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
621
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenFurniture/comments", "Comments"
|
|
622
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenFurniture/price", "Price"
|
|
623
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenOrnaments", "Garden ornaments"
|
|
624
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenOrnaments/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
625
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenOrnaments/comments", "Comments"
|
|
626
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenOrnaments/price", "Price"
|
|
627
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/treesPlantsShrubs", "Trees, plants, shrubs"
|
|
628
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/treesPlantsShrubs/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
629
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/treesPlantsShrubs/comments", "Comments"
|
|
630
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/treesPlantsShrubs/price", "Price"
|
|
631
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/barbecue", "Barbecue"
|
|
632
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/barbecue/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
633
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/barbecue/comments", "Comments"
|
|
634
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/barbecue/price", "Price"
|
|
635
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/dustbins", "Dustbins"
|
|
636
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/dustbins/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
637
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/dustbins/comments", "Comments"
|
|
638
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/dustbins/price", "Price"
|
|
639
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenShed", "Garden shed"
|
|
640
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenShed/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
641
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenShed/comments", "Comments"
|
|
642
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/gardenShed/price", "Price"
|
|
643
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/greenhouse", "Greenhouse"
|
|
644
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/greenhouse/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
645
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/greenhouse/comments", "Comments"
|
|
646
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/greenhouse/price", "Price"
|
|
647
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/outdoorHeater", "Outdoor heater"
|
|
648
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/outdoorHeater/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
649
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/outdoorHeater/comments", "Comments"
|
|
650
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/outdoorHeater/price", "Price"
|
|
651
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/outdoorLights", "Outdoor lights"
|
|
652
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/outdoorLights/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
653
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/outdoorLights/comments", "Comments"
|
|
654
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/outdoorLights/price", "Price"
|
|
655
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/waterButt", "Water butt"
|
|
656
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/waterButt/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
657
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/waterButt/comments", "Comments"
|
|
658
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/waterButt/price", "Price"
|
|
659
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/clothesLine", "Clothes line"
|
|
660
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/clothesLine/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
661
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/clothesLine/comments", "Comments"
|
|
662
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/clothesLine/price", "Price"
|
|
663
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/rotaryLine", "Rotary line"
|
|
664
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/rotaryLine/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
665
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/rotaryLine/comments", "Comments"
|
|
666
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/rotaryLine/price", "Price"
|
|
667
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/otherItems", "Other items (please specify)"
|
|
668
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/otherItems/itemName", "Name"
|
|
669
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/otherItems/isIncludedOrExcluded", "Included or Excluded"
|
|
670
|
+
"/propertyPack/fixturesAndFittings/outdoorArea/otherItems/price", "Price"
|
|
671
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone", "Television and telephone"
|
|
672
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/telephoneReceivers", "Telephone receivers"
|
|
673
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/telephoneReceivers/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
674
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/telephoneReceivers/comments", "Comments"
|
|
675
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/telephoneReceivers/price", "Price"
|
|
676
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/televisionAerial", "Television aerial"
|
|
677
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/televisionAerial/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
678
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/televisionAerial/comments", "Comments"
|
|
679
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/televisionAerial/price", "Price"
|
|
680
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/radioAerial", "Radio aerial"
|
|
681
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/radioAerial/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
682
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/radioAerial/comments", "Comments"
|
|
683
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/radioAerial/price", "Price"
|
|
684
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/satelliteDish", "Satellite dish"
|
|
685
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/satelliteDish/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
686
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/satelliteDish/comments", "Comments"
|
|
687
|
+
"/propertyPack/fixturesAndFittings/televisionAndTelephone/satelliteDish/price", "Price"
|
|
688
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel", "Stock of fuel"
|
|
689
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/oil", "Oil"
|
|
690
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/oil/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
691
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/oil/comments", "Comments"
|
|
692
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/oil/price", "Price"
|
|
693
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/wood", "Wood"
|
|
694
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/wood/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
695
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/wood/comments", "Comments"
|
|
696
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/wood/price", "Price"
|
|
697
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/lpg", "Liquefied Petroleum Gas (LPG)"
|
|
698
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/lpg/isIncludedExcludedOrNone", "Included, Excluded or None"
|
|
699
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/lpg/comments", "Comments"
|
|
700
|
+
"/propertyPack/fixturesAndFittings/stockOfFuel/lpg/price", "Price"
|
|
701
|
+
"/propertyPack/fixturesAndFittings/otherItems", "Other items"
|
|
702
|
+
"/propertyPack/fixturesAndFittings/otherItems/otherItems/itemName", "Name"
|
|
703
|
+
"/propertyPack/fixturesAndFittings/otherItems/otherItems/isIncludedOrExcluded", "Included or Excluded"
|
|
704
|
+
"/propertyPack/fixturesAndFittings/otherItems/otherItems/price", "Price"
|
|
705
|
+
"/propertyPack/fixturesAndFittings/confirmationOfAccuracy", "Confirmation to be supplied by all owners or their representative"
|
|
706
|
+
"/propertyPack/fixturesAndFittings/confirmationOfAccuracy/confirmInformationIsAccurate", "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer"
|
|
707
|
+
"/propertyPack/electricity", "Electricity supply"
|
|
708
|
+
"/propertyPack/electricity/mainsElectricity", "Mains electricity"
|
|
709
|
+
"/propertyPack/electricity/mainsElectricity/supplier", "Supplier"
|
|
710
|
+
"/propertyPack/electricity/mainsElectricity/electricityMeter", "Location of electricity meter"
|
|
711
|
+
"/propertyPack/electricity/mainsElectricity/electricityMeter/location", "Describe the location of the meter"
|
|
712
|
+
"/propertyPack/electricity/mainsElectricity/supplier", "Supplier"
|
|
713
|
+
"/propertyPack/electricity/solarPanels", "Solar or photovoltaic panels"
|
|
714
|
+
"/propertyPack/electricity/solarPanels/yearInstalled", "What year were they installed?"
|
|
715
|
+
"/propertyPack/electricity/solarPanels/panelsOwnedOutright", "Do you own the panels, and all equipment related to them, outright?"
|
|
716
|
+
"/propertyPack/electricity/solarPanels/panelProviderLease", "Is there an existing long lease of the roof/air space granted to a panel provider?"
|
|
717
|
+
"/propertyPack/electricity/solarPanels/panelProviderLease/attachments", "Please supply copies of the relevant documents"
|
|
718
|
+
"/propertyPack/electricity/heatPump", "Ground or air source heat pump"
|
|
719
|
+
"/propertyPack/electricity/heatPump/details", "Details"
|
|
720
|
+
"/propertyPack/electricity/heatPump/details", "Details"
|
|
721
|
+
"/propertyPack/electricity/otherSources", "Other sources"
|
|
722
|
+
"/propertyPack/electricity/otherSources/details", "Details"
|
|
723
|
+
"/propertyPack/electricity/otherSources/details", "Details"
|
|
724
|
+
"/propertyPack/waterAndDrainage", "Water and Drainage"
|
|
725
|
+
"/propertyPack/waterAndDrainage/water", "Water"
|
|
726
|
+
"/propertyPack/waterAndDrainage/water/mainsWater", "Mains water"
|
|
727
|
+
"/propertyPack/waterAndDrainage/water/mainsWater/details", "How is water supplied?"
|
|
728
|
+
"/propertyPack/waterAndDrainage/water/mainsWater/supplier", "Supplier"
|
|
729
|
+
"/propertyPack/waterAndDrainage/water/mainsWater/stopcock", "Location of stopcock"
|
|
730
|
+
"/propertyPack/waterAndDrainage/water/mainsWater/stopcock/location", "Describe the location of the stopcock"
|
|
731
|
+
"/propertyPack/waterAndDrainage/water/mainsWater/waterMeter/isSupplyMetered", "Is the supply metered?"
|
|
732
|
+
"/propertyPack/waterAndDrainage/water/mainsWater/waterMeter/location", "Describe the location of the meter"
|
|
733
|
+
"/propertyPack/waterAndDrainage/water/mainsWater/supplier", "Supplier"
|
|
734
|
+
"/propertyPack/waterAndDrainage/drainage", "Drainage"
|
|
735
|
+
"/propertyPack/waterAndDrainage/drainage/mainsSurfaceWaterDrainage", "Mains surface water drainage"
|
|
736
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage", "Mains foul drainage / sewerage"
|
|
737
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/supplier", "Supplier"
|
|
738
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/supplier", "Supplier"
|
|
739
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/offMainsDrainageSystem/otherConnectedProperties", "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?"
|
|
740
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/offMainsDrainageSystem/otherConnectedProperties/numberOfPropertiesSharing", "How many other properties?"
|
|
741
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/offMainsDrainageSystem/plantOnOtherLand", "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?"
|
|
742
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/offMainsDrainageSystem/plantOnOtherLand/attachments", "Please supply a plan showing the location of the system and how access is obtained."
|
|
743
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/offMainsDrainageSystem/dateReplaced", "Date replaced or upgraded"
|
|
744
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/offMainsDrainageSystem/dateLastEmptied", "Date last emptied"
|
|
745
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/offMainsDrainageSystem/dateLastEmptied", "Date last emptied"
|
|
746
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/offMainsDrainageSystem/dateInstalled", "Date installed"
|
|
747
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/offMainsDrainageSystem/dateLastServiced", "Date last serviced"
|
|
748
|
+
"/propertyPack/waterAndDrainage/drainage/mainsFoulDrainage/offMainsDrainageSystem/details", "Details"
|
|
749
|
+
"/propertyPack/heating", "Heating"
|
|
750
|
+
"/propertyPack/heating/heatingSystem", "Heating system"
|
|
751
|
+
"/propertyPack/heating/heatingSystem/heatingType", "What type of heating system does the property have?"
|
|
752
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails", "Central Heating Details"
|
|
753
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/centralHeatingFuel", "Central Heating Fuel"
|
|
754
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/centralHeatingFuel/centralHeatingFuelType", "What type of fuel does the system run on?"
|
|
755
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/centralHeatingFuel/supplier", "Supplier"
|
|
756
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/centralHeatingFuel/gasMeter", "Location of gas meter"
|
|
757
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/centralHeatingFuel/gasMeter/location", "Describe the location of the meter"
|
|
758
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/centralHeatingFuel/otherCentralHeatingFuelType", "Please describe the other fuel type"
|
|
759
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/centralHeatingInstalled", "When was the heating system installed?"
|
|
760
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/boilerInstallationCertificate", "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?"
|
|
761
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/boilerInstallationCertificate/attachments", "Please supply a copy of the installation completion certificate from a competent person qualified under the relevant self-certification scheme e.g. HETAS etc"
|
|
762
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/heatingLastServicedDate", "When was the heating system last serviced or maintained?"
|
|
763
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/heatingLastServicedReport", "Please provide a copy of the service or maintenance works report."
|
|
764
|
+
"/propertyPack/heating/heatingSystem/centralHeatingDetails/heatingInGoodWorkingOrder", "Is the heating system in good working order to your satisfaction?"
|
|
765
|
+
"/propertyPack/heating/heatingSystem/details", "Communal heating system details"
|
|
766
|
+
"/propertyPack/heating/otherHeatingFeatures", "What other heating features does the property have?"
|
|
767
|
+
"/propertyPack/connectivity", "Connectivity"
|
|
768
|
+
"/propertyPack/connectivity/telephone", "Telephone"
|
|
769
|
+
"/propertyPack/connectivity/telephone/supplier", "Supplier"
|
|
770
|
+
"/propertyPack/connectivity/telephone/supplier", "Supplier"
|
|
771
|
+
"/propertyPack/connectivity/cableSatelliteTV", "Cable TV or satellite"
|
|
772
|
+
"/propertyPack/connectivity/cableSatelliteTV/supplier", "Supplier"
|
|
773
|
+
"/propertyPack/connectivity/broadband", "Broadband"
|
|
774
|
+
"/propertyPack/connectivity/broadband/typeOfConnection", "Type of connection"
|
|
775
|
+
"/propertyPack/connectivity/mobilePhone", "Mobile phone coverage"
|
|
776
|
+
"/propertyPack/connectivity/mobilePhone/knownSignalIssues", "Are there any issues with mobile phone signal or coverage at the property?"
|
|
777
|
+
"/propertyPack/connectivity/mobilePhone/knownSignalIssues/details", "Details"
|
|
778
|
+
"/propertyPack/insurance", "Insurance"
|
|
779
|
+
"/propertyPack/insurance/difficultiesObtainingInsurance", "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?"
|
|
780
|
+
"/propertyPack/insurance/difficultiesObtainingInsurance/abnormalRiseInPremiums", "Subject to abnormal rise in premiums?"
|
|
781
|
+
"/propertyPack/insurance/difficultiesObtainingInsurance/abnormalRiseInPremiums/details", "Provide details"
|
|
782
|
+
"/propertyPack/insurance/difficultiesObtainingInsurance/subjectToHighExcesses", "Subject to high excesses?"
|
|
783
|
+
"/propertyPack/insurance/difficultiesObtainingInsurance/subjectToHighExcesses/details", "Provide details"
|
|
784
|
+
"/propertyPack/insurance/difficultiesObtainingInsurance/subjectToUnusualConditions", "Subject to unusual conditions?"
|
|
785
|
+
"/propertyPack/insurance/difficultiesObtainingInsurance/subjectToUnusualConditions/details", "Provide details"
|
|
786
|
+
"/propertyPack/insurance/difficultiesObtainingInsurance/refused", "Refused?"
|
|
787
|
+
"/propertyPack/insurance/difficultiesObtainingInsurance/refused/details", "Provide details"
|
|
788
|
+
"/propertyPack/insurance/isInsured", "Do you currently insure the property?"
|
|
789
|
+
"/propertyPack/insurance/details", "Why not?"
|
|
790
|
+
"/propertyPack/insurance/landlordInsuresIfFlat", "If the property is a flat, does the landlord insure the building?"
|
|
791
|
+
"/propertyPack/insurance/insuranceClaims", "Have you ever made a claim against your building insurance in relation to the property?"
|
|
792
|
+
"/propertyPack/insurance/insuranceClaims/details", "Provide details"
|
|
793
|
+
"/propertyPack/rightsAndInformalArrangements", "Rights and Informal Arrangements"
|
|
794
|
+
"/propertyPack/rightsAndInformalArrangements/sharedContributions", "Other than service charges and estate rentcharges, do you have to contribute towards the shared cost of a jointly-used service such as a shared driveway, road, parking area, garden or drain?"
|
|
795
|
+
"/propertyPack/rightsAndInformalArrangements/sharedContributions/details", "Please give details including who collects payments and organises the work, the amount of the payments in the last year and whether they are regular payments or only when maintenance work is required"
|
|
796
|
+
"/propertyPack/rightsAndInformalArrangements/neighbouringLandRights", "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)"
|
|
797
|
+
"/propertyPack/rightsAndInformalArrangements/neighbouringLandRights/details", "Please give details and provide a plan showing the route of the access, parking etc"
|
|
798
|
+
"/propertyPack/rightsAndInformalArrangements/accessRestrictionAttempts", "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?"
|
|
799
|
+
"/propertyPack/rightsAndInformalArrangements/accessRestrictionAttempts/details", "Details"
|
|
800
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements", "Do you know if any of the following rights or arrangements affect the property?"
|
|
801
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/publicRightOfWay", "A public right of way through and/or across your property, buildings or land"
|
|
802
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/publicRightOfWay/details", "Please provide details"
|
|
803
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/rightsOfLight", "Rights of light"
|
|
804
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/rightsOfSupport", "Rights of support from adjoining properties"
|
|
805
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/rightsCreatedThroughCustom", "Rights created through custom or use (e.g. rights to graze on other land or forage)"
|
|
806
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/rightsToTakeFromLand", "Other people's rights to take things from the land (such as timber, hay or fish)"
|
|
807
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/rightsToTakeFromLand/details", "Details"
|
|
808
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/minesAndMinerals", "Mines and minerals under the property"
|
|
809
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/churchChancel", "Liability to contribute to the maintenance of a church chancel?"
|
|
810
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/otherRights", "Any other rights or arrangements affecting the property?"
|
|
811
|
+
"/propertyPack/rightsAndInformalArrangements/rightsOrArrangements/otherRights/details", "Details"
|
|
812
|
+
"/propertyPack/environmentalIssues", "Environmental Issues Affecting the Property"
|
|
813
|
+
"/propertyPack/environmentalIssues/flooding", "Flooding"
|
|
814
|
+
"/propertyPack/environmentalIssues/flooding/floodRisk", "Flood Risk"
|
|
815
|
+
"/propertyPack/environmentalIssues/flooding/floodRisk/riskIndicator", "Is the property impacted?"
|
|
816
|
+
"/propertyPack/environmentalIssues/flooding/floodRisk/summary", "Summary of risk"
|
|
817
|
+
"/propertyPack/environmentalIssues/flooding/historicalFlooding", "Historical flooding"
|
|
818
|
+
"/propertyPack/environmentalIssues/flooding/historicalFlooding/hasBeenFlooded", "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?"
|
|
819
|
+
"/propertyPack/environmentalIssues/flooding/historicalFlooding/typeOfFlooding", "What type of flooding occurred?"
|
|
820
|
+
"/propertyPack/environmentalIssues/flooding/historicalFlooding/details", "Please state when the flooding occurred and identify the parts that flooded"
|
|
821
|
+
"/propertyPack/environmentalIssues/radon", "Radon"
|
|
822
|
+
"/propertyPack/environmentalIssues/radon/radonTest", "Has a Radon test been carried out on the property?"
|
|
823
|
+
"/propertyPack/environmentalIssues/radon/radonTest/details", "Was the test result was below the recommended action level?"
|
|
824
|
+
"/propertyPack/environmentalIssues/radon/radonTest/attachments", "Please supply a copy of the report"
|
|
825
|
+
"/propertyPack/environmentalIssues/radon/remedialMeasuresOnConstruction", "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?"
|
|
826
|
+
"/propertyPack/environmentalIssues/coalMining", "Coal mining"
|
|
827
|
+
"/propertyPack/environmentalIssues/coalMining/riskIndicator", "Is the property impacted?"
|
|
828
|
+
"/propertyPack/environmentalIssues/coalMining/summary", "Summary of risk"
|
|
829
|
+
"/propertyPack/environmentalIssues/nonCoalMining", "Non-coal mining"
|
|
830
|
+
"/propertyPack/environmentalIssues/nonCoalMining/riskIndicator", "Is the property impacted?"
|
|
831
|
+
"/propertyPack/environmentalIssues/nonCoalMining/summary", "Summary of risk"
|
|
832
|
+
"/propertyPack/environmentalIssues/coastalErosion", "Coastal erosion"
|
|
833
|
+
"/propertyPack/environmentalIssues/coastalErosion/riskIndicator", "Is the property impacted?"
|
|
834
|
+
"/propertyPack/environmentalIssues/coastalErosion/summary", "Summary of risk"
|
|
835
|
+
"/propertyPack/additionalInformation", "Additional Information"
|
|
836
|
+
"/propertyPack/additionalInformation/otherCharges", "Does the seller have to pay any charges relating to the property (excluding any payments such as council tax, utility charges, etc.), for example payments to a management company?"
|
|
837
|
+
"/propertyPack/additionalInformation/otherCharges/details", "Please give details"
|
|
838
|
+
"/propertyPack/legalBoundaries", "Legal Boundaries"
|
|
839
|
+
"/propertyPack/legalBoundaries/ownership", "Boundary ownership"
|
|
840
|
+
"/propertyPack/legalBoundaries/ownership/areBoundariesUniform", "Are the boundaries uniform?"
|
|
841
|
+
"/propertyPack/legalBoundaries/ownership/uniformBoundaries", "Please indicate who has repaired, or treated as belonging to them, each of the boundaries. Identify each boundary as if you were looking at the property from the road."
|
|
842
|
+
"/propertyPack/legalBoundaries/ownership/uniformBoundaries/left", "On the left"
|
|
843
|
+
"/propertyPack/legalBoundaries/ownership/uniformBoundaries/right", "On the right"
|
|
844
|
+
"/propertyPack/legalBoundaries/ownership/uniformBoundaries/rear", "At the rear"
|
|
845
|
+
"/propertyPack/legalBoundaries/ownership/uniformBoundaries/front", "At the front"
|
|
846
|
+
"/propertyPack/legalBoundaries/ownership/details", "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property"
|
|
847
|
+
"/propertyPack/legalBoundaries/ownership/attachments", "Attachments"
|
|
848
|
+
"/propertyPack/legalBoundaries/haveBoundaryFeaturesMoved", "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?"
|
|
849
|
+
"/propertyPack/legalBoundaries/haveBoundaryFeaturesMoved/details", "Details"
|
|
850
|
+
"/propertyPack/legalBoundaries/adjacentLandIncluded", "Has any adjacent land or property been purchased by you that will be included in the sale?"
|
|
851
|
+
"/propertyPack/legalBoundaries/adjacentLandIncluded/details", "Details"
|
|
852
|
+
"/propertyPack/legalBoundaries/flyingFreehold", "Is there a flying freehold?"
|
|
853
|
+
"/propertyPack/legalBoundaries/flyingFreehold/details", "Details"
|
|
854
|
+
"/propertyPack/servicesCrossing", "Services Crossing Other Property"
|
|
855
|
+
"/propertyPack/servicesCrossing/pipesWiresCablesDrainsToProperty", "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?"
|
|
856
|
+
"/propertyPack/servicesCrossing/pipesWiresCablesDrainsToProperty/details", "Please provide details"
|
|
857
|
+
"/propertyPack/servicesCrossing/pipesWiresCablesDrainsFromProperty", "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?"
|
|
858
|
+
"/propertyPack/servicesCrossing/pipesWiresCablesDrainsFromProperty/details", "Please provide details"
|
|
859
|
+
"/propertyPack/servicesCrossing/formalOrInformalAgreements", "Are you aware of any formal or informal agreements or arrangements for pipes, wires cables or drains to cross either your property or neighbouring property?"
|
|
860
|
+
"/propertyPack/servicesCrossing/formalOrInformalAgreements/details", "Please provide details"
|
|
861
|
+
"/propertyPack/servicesCrossing/formalOrInformalAgreements/attachments", "Please supply a copy"
|
|
862
|
+
"/propertyPack/electricalWorks", "Electrical Works"
|
|
863
|
+
"/propertyPack/electricalWorks/testedByQualifiedElectrician", "Have the electrics at the property been tested by a qualified electrician?"
|
|
864
|
+
"/propertyPack/electricalWorks/testedByQualifiedElectrician/yearTested", "State the year they were last tested"
|
|
865
|
+
"/propertyPack/electricalWorks/testedByQualifiedElectrician/attachments", "Please upload the test certificate."
|
|
866
|
+
"/propertyPack/electricalWorks/electricalWorkSince2005", "Since 1st January 2005, has any electrical work been carried out to the property?"
|
|
867
|
+
"/propertyPack/electricalWorks/electricalWorkSince2005/suppliedCertificate", "Please supply one of the following:"
|
|
868
|
+
"/propertyPack/electricalWorks/electricalWorkSince2005/suppliedCertificate/attachments", "Attachments"
|
|
869
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances", "Guarantees, Warranties and Indemnity Insurances"
|
|
870
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/hasValidGuaranteesOrWarranties", "Are there any valid guarantees, warranties or indemnity insurances relating to this property?"
|
|
871
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/newHomeWarranty", "New Home Warranty (NHBC or similar)"
|
|
872
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/newHomeWarranty/details", "Please confirm the name of the warranty provider and the date of the warranty"
|
|
873
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/roofingWork", "Roofing work"
|
|
874
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/dampProofingTreatment", "Damp proofing treatment"
|
|
875
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/timberRotOrInfestationTreatment", "Timber rot or infestation treatment"
|
|
876
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/centralHeatingAndorPlumbing", "Central heating and/or plumbing"
|
|
877
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/doubleGlazing", "Double glazing (windows, doors, roof lights, conservatory etc)"
|
|
878
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/electricalRepairOrInstallation", "Electrical repair or installation"
|
|
879
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/subsidenceWork", "Underpinning or other preventative work and/or remedial action relating to subsidence"
|
|
880
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/otherGuarantees", "Other Guarantees or warranties"
|
|
881
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/otherGuarantees/details", "Please provide details"
|
|
882
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/outstandingClaimsOrApplications", "Are there any outstanding claims or current applications relating to any of the above?"
|
|
883
|
+
"/propertyPack/guaranteesWarrantiesAndIndemnityInsurances/outstandingClaimsOrApplications/details", "Please provide details"
|
|
884
|
+
"/propertyPack/occupiers", "Occupiers"
|
|
885
|
+
"/propertyPack/occupiers/sellerLivesAtProperty", "Does the seller live at the property?"
|
|
886
|
+
"/propertyPack/occupiers/othersAged17OrOver/hasOthersAged17OrOver", "Other than the sellers, does anyone else aged 17 or over live at the property?"
|
|
887
|
+
"/propertyPack/occupiers/othersAged17OrOver/aged17OrOverNames", "Please provide their full names and ages."
|
|
888
|
+
"/propertyPack/occupiers/othersAged17OrOver/aged17OrOverTenantsOrLodgers", "Are any of them tenants or lodgers?"
|
|
889
|
+
"/propertyPack/occupiers/othersAged17OrOver/vacantPossession/soldWithVacantPossession", "Is the property being sold with vacant possession?"
|
|
890
|
+
"/propertyPack/occupiers/othersAged17OrOver/vacantPossession/aged17OrOverAgreedToLeave", "Have all occupiers aged 17 or over agreed to leave prior to completion?"
|
|
891
|
+
"/propertyPack/occupiers/othersAged17OrOver/vacantPossession/aged17OrOverWillSignToConfirmWillVacate", "Have all occupiers aged 17 or over, agreed to sign the sale contract to confirm that they will vacate the property prior to completion of the sale?"
|
|
892
|
+
"/propertyPack/occupiers/othersAged17OrOver/vacantPossession/aged17OrOverWillSignToConfirmWillVacate/attachments", "Please supply other evidence that the property will be vacant on completion (a copy of the tenancy agreement together with a copy of any notice to quit which has been served upon them)."
|
|
893
|
+
"/propertyPack/completionAndMoving", "Completion and Moving"
|
|
894
|
+
"/propertyPack/completionAndMoving/sellerWillEnsure", "Please confirm that on completion you will:"
|
|
895
|
+
"/propertyPack/completionAndMoving/sellerWillEnsure/removeRubbish", "Remove all rubbish and items not included in the sale from the property (including its garden, loft and any sheds or outbuildings) and leave the property in a clean and tidy condition."
|
|
896
|
+
"/propertyPack/completionAndMoving/sellerWillEnsure/replaceLightFittings", "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb."
|
|
897
|
+
"/propertyPack/completionAndMoving/sellerWillEnsure/takeReasonableCare", "Take reasonable care when removing any other fittings or contents."
|
|
898
|
+
"/propertyPack/completionAndMoving/sellerWillEnsure/leaveKeys", "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion."
|
|
899
|
+
"/propertyPack/completionAndMoving/otherPropertyInChain", "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?"
|
|
900
|
+
"/propertyPack/completionAndMoving/moveRestrictionDates", "Are there any dates on which you cannot move?"
|
|
901
|
+
"/propertyPack/completionAndMoving/sufficientToRepayAllMortgages", "Will the sale price be sufficient to repay all mortgages and charges secured on the property?"
|
|
902
|
+
"/propertyPack/confirmationOfAccuracyByOwners", "Confirmation to be supplied by all owners or their representative"
|
|
903
|
+
"/propertyPack/confirmationOfAccuracyByOwners/confirmInformationIsAccurate", "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer"
|