@pdtf/schemas 3.6.0-9 → 3.6.0-dev.3
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/CLAUDE.md +101 -0
- package/README.md +57 -33
- package/docs/branch-release-workflow.md +138 -0
- package/docs/sef25-extensions-ui-spec.md +355 -0
- package/index.js +131 -75
- package/package.json +6 -2
- package/pensive-tesla-d0d355/CLAUDE.md +101 -0
- package/pensive-tesla-d0d355/LICENSE +21 -0
- package/pensive-tesla-d0d355/README.md +435 -0
- package/pensive-tesla-d0d355/docs/branch-release-workflow.md +138 -0
- package/pensive-tesla-d0d355/docs/sef25-extensions-ui-spec.md +355 -0
- package/pensive-tesla-d0d355/index.js +654 -0
- package/pensive-tesla-d0d355/package-lock.json +7297 -0
- package/pensive-tesla-d0d355/package.json +44 -0
- package/pensive-tesla-d0d355/src/examples/v1/exampleAddParticipantVouch.json +32 -0
- package/pensive-tesla-d0d355/src/examples/v1/exampleDocumentedVouch.json +40 -0
- package/pensive-tesla-d0d355/src/examples/v1/exampleElectronicRecord.json +30 -0
- package/pensive-tesla-d0d355/src/examples/v1/exampleTransaction.json +878 -0
- package/pensive-tesla-d0d355/src/examples/v1/exampleVouch.json +25 -0
- package/pensive-tesla-d0d355/src/examples/v2/exampleTransaction.json +901 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleAddParticipantVouch.json +38 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleCustomOverlay.json +55 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleCustomOverlay2.json +93 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleDocumentedVouch.json +47 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleElectronicRecord.json +36 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleTransaction.json +1038 -0
- package/pensive-tesla-d0d355/src/examples/v3/exampleVouch.json +32 -0
- package/pensive-tesla-d0d355/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/pensive-tesla-d0d355/src/mappings/adf.js +198 -0
- package/pensive-tesla-d0d355/src/schemas/v1/GeoJSON.json +1279 -0
- package/pensive-tesla-d0d355/src/schemas/v1/baspiNotes.html +102 -0
- package/pensive-tesla-d0d355/src/schemas/v1/energy-performance-certificate.json +124 -0
- package/pensive-tesla-d0d355/src/schemas/v1/freehold-information.json +2051 -0
- package/pensive-tesla-d0d355/src/schemas/v1/leasehold-information.json +2064 -0
- package/pensive-tesla-d0d355/src/schemas/v1/legal-information.json +1045 -0
- package/pensive-tesla-d0d355/src/schemas/v1/material-facts.json +2109 -0
- package/pensive-tesla-d0d355/src/schemas/v1/pdtf-transaction-search-results.json +40 -0
- package/pensive-tesla-d0d355/src/schemas/v1/pdtf-transaction.json +191 -0
- package/pensive-tesla-d0d355/src/schemas/v1/searches/drainage-and-water.json +261 -0
- package/pensive-tesla-d0d355/src/schemas/v1/searches/local-land-charges.json +69 -0
- package/pensive-tesla-d0d355/src/schemas/v1/searches/local-searches-required.json +857 -0
- package/pensive-tesla-d0d355/src/schemas/v1/searches.json +237 -0
- package/pensive-tesla-d0d355/src/schemas/v1/title-deed.json +841 -0
- package/pensive-tesla-d0d355/src/schemas/v2/baspiNotes.html +102 -0
- package/pensive-tesla-d0d355/src/schemas/v2/combined.json +37731 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/baspi.json +8132 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/con29DW.json +705 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/con29R.json +2956 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/fme1.json +1259 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/llc1.json +25 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/lpe1.json +2171 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/nts.json +326 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/oc1.json +2799 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/piq.json +3419 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/rds.json +3736 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/ta10.json +5306 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/ta6.json +4533 -0
- package/pensive-tesla-d0d355/src/schemas/v2/overlays/ta7.json +1045 -0
- package/pensive-tesla-d0d355/src/schemas/v2/pdtf-transaction.json +34351 -0
- package/pensive-tesla-d0d355/src/schemas/v2/skeleton.json +3973 -0
- package/pensive-tesla-d0d355/src/schemas/v3/combined.json +48469 -0
- package/pensive-tesla-d0d355/src/schemas/v3/compactSkeleton.txt +4519 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/README.md +299 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/baspi4.json +8025 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/baspi5.json +8175 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/con29DW.json +716 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/con29R.json +2981 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ac.json +333 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/as.json +74 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/dk.json +32 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/dr.json +73 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/er.json +85 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/fd.json +75 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/hi.json +51 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/hs.json +73 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ic.json +59 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/jk.json +96 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/la.json +85 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/lc.json +75 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ma.json +90 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/mc.json +38 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/mi.json +69 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/nd.json +43 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/oa.json +24 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/oc.json +57 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/pc.json +37 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ph.json +194 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/rw.json +68 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sb.json +73 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sc.json +129 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sd.json +63 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sf.json +74 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/sl.json +68 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/ta.json +252 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/tf.json +103 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/tr.json +73 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/extensions/wg.json +350 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/fme1.json +1266 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/llc1.json +25 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/lpe1.json +2199 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/nts.json +2157 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/nts2.json +2742 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ntsl.json +1813 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ntsl2.json +2217 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/oc1.json +2817 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/piq.json +3322 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/rds.json +3665 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/sef25.json +1639 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/sr24.json +38 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta10.json +4654 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta6.json +4568 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta6ed6.json +6534 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta7.json +1537 -0
- package/pensive-tesla-d0d355/src/schemas/v3/overlays/ta7ed5.json +1551 -0
- package/pensive-tesla-d0d355/src/schemas/v3/pdtf-transaction.json +41573 -0
- package/pensive-tesla-d0d355/src/schemas/v3/skeleton.json +5767 -0
- package/pensive-tesla-d0d355/src/schemas/verifiedClaims/README.md +21 -0
- package/pensive-tesla-d0d355/src/schemas/verifiedClaims/pdtf-verified-claims.json +447 -0
- package/pensive-tesla-d0d355/src/utils/compactSkeleton.js +84 -0
- package/pensive-tesla-d0d355/src/utils/countTokens.js +67 -0
- package/pensive-tesla-d0d355/src/utils/extractExtensionOverlays.js +624 -0
- package/pensive-tesla-d0d355/src/utils/extractOverlay.js +381 -0
- package/pensive-tesla-d0d355/src/utils/extractProperties.js +44 -0
- package/pensive-tesla-d0d355/src/utils/listPathTitles.js +36 -0
- package/pensive-tesla-d0d355/src/utils/minimalSkeleton.js +85 -0
- package/pensive-tesla-d0d355/src/utils/pathList.csv +903 -0
- package/pensive-tesla-d0d355/src/utils/pathSkeleton.js +181 -0
- package/src/examples/v3/exampleTransaction.json +3 -3
- package/src/schemas/v3/combined.json +8047 -1982
- package/src/schemas/v3/compactSkeleton.txt +379 -5
- package/src/schemas/v3/overlays/baspi4.json +164 -21
- package/src/schemas/v3/overlays/baspi5.json +169 -23
- package/src/schemas/v3/overlays/extensions/ac.json +333 -0
- package/src/schemas/v3/overlays/extensions/as.json +4 -2
- package/src/schemas/v3/overlays/extensions/dk.json +32 -0
- package/src/schemas/v3/overlays/extensions/dr.json +9 -9
- package/src/schemas/v3/overlays/extensions/er.json +4 -2
- package/src/schemas/v3/overlays/extensions/fd.json +6 -3
- package/src/schemas/v3/overlays/extensions/hi.json +6 -3
- package/src/schemas/v3/overlays/extensions/hs.json +4 -2
- package/src/schemas/v3/overlays/extensions/ic.json +59 -0
- package/src/schemas/v3/overlays/extensions/jk.json +28 -8
- package/src/schemas/v3/overlays/extensions/la.json +4 -2
- package/src/schemas/v3/overlays/extensions/lc.json +75 -0
- package/src/schemas/v3/overlays/extensions/ma.json +6 -3
- package/src/schemas/v3/overlays/extensions/mc.json +4 -2
- package/src/schemas/v3/overlays/extensions/mi.json +69 -0
- package/src/schemas/v3/overlays/extensions/nd.json +43 -0
- package/src/schemas/v3/overlays/extensions/oa.json +4 -2
- package/src/schemas/v3/overlays/extensions/oc.json +4 -2
- package/src/schemas/v3/overlays/extensions/pc.json +37 -0
- package/src/schemas/v3/overlays/extensions/ph.json +194 -0
- package/src/schemas/v3/overlays/extensions/rw.json +68 -0
- package/src/schemas/v3/overlays/extensions/sb.json +4 -2
- package/src/schemas/v3/overlays/extensions/sc.json +129 -0
- package/src/schemas/v3/overlays/extensions/sd.json +63 -0
- package/src/schemas/v3/overlays/extensions/sf.json +4 -2
- package/src/schemas/v3/overlays/extensions/sl.json +4 -2
- package/src/schemas/v3/overlays/extensions/ta.json +204 -0
- package/src/schemas/v3/overlays/extensions/tf.json +6 -3
- package/src/schemas/v3/overlays/extensions/tr.json +73 -0
- package/src/schemas/v3/overlays/extensions/wg.json +350 -0
- package/src/schemas/v3/overlays/fme1.json +16 -14
- package/src/schemas/v3/overlays/lpe1.json +60 -30
- package/src/schemas/v3/overlays/nts.json +68 -1
- package/src/schemas/v3/overlays/nts2.json +68 -4
- package/src/schemas/v3/overlays/ntsl.json +68 -1
- package/src/schemas/v3/overlays/ntsl2.json +68 -4
- package/src/schemas/v3/overlays/piq.json +39 -4
- package/src/schemas/v3/overlays/rds.json +117 -8
- package/src/schemas/v3/overlays/sef25.json +1639 -0
- package/src/schemas/v3/overlays/ta6.json +46 -16
- package/src/schemas/v3/overlays/ta6ed6.json +6534 -0
- package/src/schemas/v3/overlays/ta7.json +70 -6
- package/src/schemas/v3/overlays/ta7ed5.json +1551 -0
- package/src/schemas/v3/pdtf-transaction.json +4565 -1021
- package/src/schemas/v3/skeleton.json +510 -38
- package/src/utils/extractExtensionOverlays.js +293 -31
- package/src/utils/extractOverlay.js +94 -27
- package/src/utils/pathSkeleton.js +1 -1
- package/.claude/settings.local.json +0 -42
- package/.github/workflows/pages.yml +0 -50
- package/CNAME +0 -1
- package/_config.yml +0 -1
- package/src/tests/v3/caching.test.js +0 -591
- package/src/tests/v3/enquiries.test.js +0 -1096
- package/src/tests/v3/extensionOverlays.test.js +0 -525
- package/src/tests/v3/offers.test.js +0 -823
- package/src/tests/v3/patternProperties.test.js +0 -688
- package/src/tests/v3/transactionSchema.test.js +0 -615
- package/src/tests/v3/verifiedClaimsValidator.test.js +0 -195
|
@@ -58,6 +58,10 @@
|
|
|
58
58
|
capacity
|
|
59
59
|
sellersCapacityDetails
|
|
60
60
|
attachments
|
|
61
|
+
companyName
|
|
62
|
+
companyNumber
|
|
63
|
+
countryOfIncorporation
|
|
64
|
+
dateBecameOwnerOrAuthority
|
|
61
65
|
]
|
|
62
66
|
propertyPack
|
|
63
67
|
address
|
|
@@ -79,6 +83,11 @@
|
|
|
79
83
|
bng
|
|
80
84
|
easting
|
|
81
85
|
northing
|
|
86
|
+
ruralUrbanClassification
|
|
87
|
+
ruralUrbanCode
|
|
88
|
+
region
|
|
89
|
+
parish
|
|
90
|
+
outputArea
|
|
82
91
|
googleStreetViewPOV
|
|
83
92
|
heading
|
|
84
93
|
pitch
|
|
@@ -120,6 +129,7 @@
|
|
|
120
129
|
hasLift
|
|
121
130
|
overCommercialPremises
|
|
122
131
|
isLocatedOverCommercialPremises
|
|
132
|
+
detailsAnalysis
|
|
123
133
|
details
|
|
124
134
|
internalArea
|
|
125
135
|
area
|
|
@@ -208,6 +218,8 @@
|
|
|
208
218
|
ownership
|
|
209
219
|
numberOfSellers
|
|
210
220
|
numberOfNonUkResidentSellers
|
|
221
|
+
outstandingMortgage
|
|
222
|
+
existingLender
|
|
211
223
|
hasHelpToBuyEquityLoan
|
|
212
224
|
isFirstRegistration
|
|
213
225
|
isLimitedCompanySale
|
|
@@ -219,6 +231,9 @@
|
|
|
219
231
|
yesNo
|
|
220
232
|
details
|
|
221
233
|
amount
|
|
234
|
+
titleRestrictions
|
|
235
|
+
yesNo
|
|
236
|
+
details
|
|
222
237
|
wholeFreeholdForSale
|
|
223
238
|
yesNo
|
|
224
239
|
details
|
|
@@ -309,6 +324,17 @@
|
|
|
309
324
|
isApplicableParty
|
|
310
325
|
feeIncludingVAT
|
|
311
326
|
noticeViaEmail
|
|
327
|
+
contact
|
|
328
|
+
nameOrOrganisation
|
|
329
|
+
address
|
|
330
|
+
line1
|
|
331
|
+
line2
|
|
332
|
+
line3
|
|
333
|
+
town
|
|
334
|
+
postcode
|
|
335
|
+
telephone
|
|
336
|
+
emailAddress
|
|
337
|
+
capacity
|
|
312
338
|
otherDetailsRequired
|
|
313
339
|
areOtherDetailsRequired
|
|
314
340
|
details
|
|
@@ -435,6 +461,7 @@
|
|
|
435
461
|
leaseholdInformation
|
|
436
462
|
typeOfLeasehold
|
|
437
463
|
leaseholdType
|
|
464
|
+
otherLeaseholdType
|
|
438
465
|
sharedOwnership
|
|
439
466
|
isSharedOwnership
|
|
440
467
|
sharedOwnershipPercentage
|
|
@@ -496,6 +523,39 @@
|
|
|
496
523
|
accountNumber
|
|
497
524
|
reference
|
|
498
525
|
feeType
|
|
526
|
+
rightToManageCompany
|
|
527
|
+
contact
|
|
528
|
+
nameOrOrganisation
|
|
529
|
+
address
|
|
530
|
+
line1
|
|
531
|
+
line2
|
|
532
|
+
line3
|
|
533
|
+
town
|
|
534
|
+
postcode
|
|
535
|
+
emailAddress
|
|
536
|
+
telephone
|
|
537
|
+
freeholder
|
|
538
|
+
contact
|
|
539
|
+
nameOrOrganisation
|
|
540
|
+
address
|
|
541
|
+
line1
|
|
542
|
+
line2
|
|
543
|
+
line3
|
|
544
|
+
town
|
|
545
|
+
postcode
|
|
546
|
+
emailAddress
|
|
547
|
+
telephone
|
|
548
|
+
headLeaseHolder
|
|
549
|
+
contact
|
|
550
|
+
nameOrOrganisation
|
|
551
|
+
address
|
|
552
|
+
line1
|
|
553
|
+
line2
|
|
554
|
+
line3
|
|
555
|
+
town
|
|
556
|
+
postcode
|
|
557
|
+
emailAddress
|
|
558
|
+
telephone
|
|
499
559
|
managingAgent
|
|
500
560
|
contact
|
|
501
561
|
nameOrOrganisation
|
|
@@ -561,6 +621,17 @@
|
|
|
561
621
|
isApplicableParty
|
|
562
622
|
feeIncludingVAT
|
|
563
623
|
noticeViaEmail
|
|
624
|
+
contact
|
|
625
|
+
nameOrOrganisation
|
|
626
|
+
address
|
|
627
|
+
line1
|
|
628
|
+
line2
|
|
629
|
+
line3
|
|
630
|
+
town
|
|
631
|
+
postcode
|
|
632
|
+
telephone
|
|
633
|
+
emailAddress
|
|
634
|
+
capacity
|
|
564
635
|
noticeOfTransferAndCharge
|
|
565
636
|
rentchargeOwner
|
|
566
637
|
isApplicableParty
|
|
@@ -582,12 +653,27 @@
|
|
|
582
653
|
isApplicableParty
|
|
583
654
|
feeIncludingVAT
|
|
584
655
|
noticeViaEmail
|
|
656
|
+
contact
|
|
657
|
+
nameOrOrganisation
|
|
658
|
+
address
|
|
659
|
+
line1
|
|
660
|
+
line2
|
|
661
|
+
line3
|
|
662
|
+
town
|
|
663
|
+
postcode
|
|
664
|
+
telephone
|
|
665
|
+
emailAddress
|
|
666
|
+
capacity
|
|
585
667
|
otherDetailsRequired
|
|
586
668
|
areOtherDetailsRequired
|
|
587
669
|
details
|
|
588
670
|
collectsGroundRent
|
|
671
|
+
collector
|
|
672
|
+
otherCollector
|
|
589
673
|
collectsServiceCharges
|
|
590
674
|
collectsbuildingInsurancePremiums
|
|
675
|
+
collector
|
|
676
|
+
otherCollector
|
|
591
677
|
dealsWithDayToDayMaintenanceOfManagedArea
|
|
592
678
|
organisesBuildingInsurance
|
|
593
679
|
dealsWithDayToDayMaintenanceOfBuilding
|
|
@@ -607,6 +693,10 @@
|
|
|
607
693
|
isSellerAwareOfChanges
|
|
608
694
|
details
|
|
609
695
|
attachments
|
|
696
|
+
landlordConsents
|
|
697
|
+
isSellerAwareOfLandlordConsents
|
|
698
|
+
details
|
|
699
|
+
attachments
|
|
610
700
|
transferAndRegistration
|
|
611
701
|
deedOfCovenantRequired
|
|
612
702
|
yesNoNotKnown
|
|
@@ -626,6 +716,7 @@
|
|
|
626
716
|
isGroundRentPayable
|
|
627
717
|
annualGroundRent
|
|
628
718
|
groundRentFrequency
|
|
719
|
+
mostRecentGroundRentDemandStatus
|
|
629
720
|
rentSubjectToIncrease
|
|
630
721
|
yesNo
|
|
631
722
|
rentReviewFrequency
|
|
@@ -644,11 +735,16 @@
|
|
|
644
735
|
buildingManager
|
|
645
736
|
buildingManagerType
|
|
646
737
|
details
|
|
647
|
-
hasTenantCompanyDissolved
|
|
648
738
|
isManagingAgentEmployed
|
|
739
|
+
sellerOwnership
|
|
740
|
+
yesNo
|
|
741
|
+
attachments
|
|
742
|
+
hasTenantCompanyDissolved
|
|
743
|
+
hasTenantCompanyDissolvedDetails
|
|
649
744
|
serviceCharge
|
|
650
745
|
sellerContributesToServiceCharge
|
|
651
746
|
annualServiceCharge
|
|
747
|
+
mostRecentServiceChargeDemandStatus
|
|
652
748
|
largeAdditionalExpense
|
|
653
749
|
yesNo
|
|
654
750
|
details
|
|
@@ -674,6 +770,7 @@
|
|
|
674
770
|
details
|
|
675
771
|
excessPaymentAnticipated
|
|
676
772
|
yesNo
|
|
773
|
+
detailsAnalysis
|
|
677
774
|
details
|
|
678
775
|
lastDemandPeriod
|
|
679
776
|
from
|
|
@@ -683,6 +780,7 @@
|
|
|
683
780
|
details
|
|
684
781
|
reserveFund
|
|
685
782
|
yesNo
|
|
783
|
+
detailsAnalysis
|
|
686
784
|
details
|
|
687
785
|
contributionIncludedInServiceCharge
|
|
688
786
|
sufficentToCoverSection20Expenditure
|
|
@@ -699,9 +797,11 @@
|
|
|
699
797
|
to
|
|
700
798
|
section20WorksProposed
|
|
701
799
|
yesNo
|
|
800
|
+
detailsAnalysis
|
|
702
801
|
details
|
|
703
802
|
increaseInServiceChargeAnticipated
|
|
704
803
|
yesNo
|
|
804
|
+
detailsAnalysis
|
|
705
805
|
details
|
|
706
806
|
outstandingServiceChargeConsultation
|
|
707
807
|
yesNo
|
|
@@ -722,6 +822,7 @@
|
|
|
722
822
|
premiumsPaidUpToDate
|
|
723
823
|
yesNo
|
|
724
824
|
details
|
|
825
|
+
mostRecentBuildingsInsuranceDemandStatus
|
|
725
826
|
lastDemandPeriod
|
|
726
827
|
from
|
|
727
828
|
to
|
|
@@ -739,6 +840,9 @@
|
|
|
739
840
|
riskAssessments
|
|
740
841
|
assessmentsCarriedOut
|
|
741
842
|
urgentWorksRecommended
|
|
843
|
+
urgentWorksCarriedOut
|
|
844
|
+
outstandingEnforcementAction
|
|
845
|
+
dateRemedialActionRequired
|
|
742
846
|
standardTermsAvailable
|
|
743
847
|
yesNo
|
|
744
848
|
details
|
|
@@ -760,9 +864,11 @@
|
|
|
760
864
|
yesNo
|
|
761
865
|
unresolvedDisputes
|
|
762
866
|
yesNo
|
|
867
|
+
detailsAnalysis
|
|
763
868
|
details
|
|
764
869
|
breachOfTermsOfLease
|
|
765
870
|
yesNo
|
|
871
|
+
detailsAnalysis
|
|
766
872
|
details
|
|
767
873
|
buildingSafetyAct
|
|
768
874
|
isLeaseQualifying
|
|
@@ -777,6 +883,7 @@
|
|
|
777
883
|
alterations
|
|
778
884
|
sellerAwareOfAlterations
|
|
779
885
|
yesNo
|
|
886
|
+
detailsAnalysis
|
|
780
887
|
details
|
|
781
888
|
landlordConsentObtained
|
|
782
889
|
yesNo
|
|
@@ -845,6 +952,9 @@
|
|
|
845
952
|
companyAccounts
|
|
846
953
|
managementCompanyAGMMinutes
|
|
847
954
|
enforcementNotices
|
|
955
|
+
additionalInformation
|
|
956
|
+
details
|
|
957
|
+
attachments
|
|
848
958
|
confirmationOfAccuracy
|
|
849
959
|
confirmation
|
|
850
960
|
capacity
|
|
@@ -856,17 +966,26 @@
|
|
|
856
966
|
yesNo
|
|
857
967
|
controlledParking
|
|
858
968
|
yesNo
|
|
859
|
-
|
|
969
|
+
costOfPermit
|
|
970
|
+
costOfPermitFrequency
|
|
860
971
|
vehicleTypeRestriction
|
|
861
972
|
yesNo
|
|
862
973
|
details
|
|
974
|
+
droppedKerbAccess
|
|
975
|
+
yesNo
|
|
863
976
|
electricVehicleChargingPoint
|
|
864
977
|
yesNo
|
|
978
|
+
chargerDetails
|
|
979
|
+
chargerDetailsAttachments
|
|
980
|
+
cableCrossesPavement
|
|
981
|
+
yesNo
|
|
982
|
+
details
|
|
865
983
|
locatedInUlez
|
|
866
984
|
yesNo
|
|
867
985
|
listingAndConservation
|
|
868
986
|
isListed
|
|
869
987
|
yesNo
|
|
988
|
+
detailsAnalysis
|
|
870
989
|
details
|
|
871
990
|
attachments
|
|
872
991
|
isConservationArea
|
|
@@ -877,15 +996,19 @@
|
|
|
877
996
|
yesNo
|
|
878
997
|
workCarriedOut
|
|
879
998
|
yesNo
|
|
999
|
+
detailsAnalysis
|
|
1000
|
+
details
|
|
880
1001
|
consentsObtained
|
|
881
1002
|
attachments
|
|
882
1003
|
typeOfConstruction
|
|
883
1004
|
isStandardForm
|
|
884
1005
|
yesNo
|
|
1006
|
+
detailsAnalysis
|
|
885
1007
|
constructionType
|
|
886
1008
|
details
|
|
887
1009
|
buildingSafety
|
|
888
1010
|
yesNo
|
|
1011
|
+
detailsAnalysis
|
|
889
1012
|
details
|
|
890
1013
|
workAlreadyDone
|
|
891
1014
|
workToBeDone
|
|
@@ -894,11 +1017,13 @@
|
|
|
894
1017
|
attachments
|
|
895
1018
|
loft
|
|
896
1019
|
loftAccess
|
|
1020
|
+
detailsAnalysis
|
|
897
1021
|
details
|
|
898
1022
|
loftBoarded
|
|
899
1023
|
loftInsulated
|
|
900
1024
|
sprayFoamInsulation
|
|
901
1025
|
hasSprayFoamInstalled
|
|
1026
|
+
detailsAnalysis
|
|
902
1027
|
details
|
|
903
1028
|
attachments
|
|
904
1029
|
accessibilityAndAdaptations[]
|
|
@@ -1022,20 +1147,25 @@
|
|
|
1022
1147
|
disputesAndComplaints
|
|
1023
1148
|
hasDisputesAndComplaints
|
|
1024
1149
|
yesNo
|
|
1150
|
+
detailsAnalysis
|
|
1025
1151
|
details
|
|
1026
1152
|
leadingToDisputesAndComplaints
|
|
1027
1153
|
yesNo
|
|
1154
|
+
detailsAnalysis
|
|
1028
1155
|
details
|
|
1029
1156
|
alterationsAndChanges
|
|
1030
1157
|
hasStructuralAlterations
|
|
1031
1158
|
yesNo
|
|
1159
|
+
detailsAnalysis
|
|
1032
1160
|
details
|
|
1033
1161
|
buildingRegApproval
|
|
1034
1162
|
yesNo
|
|
1163
|
+
detailsAnalysis
|
|
1035
1164
|
attachments
|
|
1036
1165
|
details
|
|
1037
1166
|
planningPermission
|
|
1038
1167
|
yesNo
|
|
1168
|
+
detailsAnalysis
|
|
1039
1169
|
attachments
|
|
1040
1170
|
details
|
|
1041
1171
|
listedBuildingConsent
|
|
@@ -1048,10 +1178,12 @@
|
|
|
1048
1178
|
details
|
|
1049
1179
|
changeOfUse
|
|
1050
1180
|
yesNo
|
|
1181
|
+
detailsAnalysis
|
|
1051
1182
|
details
|
|
1052
1183
|
yearCompleted
|
|
1053
1184
|
buildingRegApproval
|
|
1054
1185
|
yesNo
|
|
1186
|
+
detailsAnalysis
|
|
1055
1187
|
attachments
|
|
1056
1188
|
details
|
|
1057
1189
|
planningPermission
|
|
@@ -1066,12 +1198,18 @@
|
|
|
1066
1198
|
yesNo
|
|
1067
1199
|
attachments
|
|
1068
1200
|
details
|
|
1201
|
+
nonResidentialPurposes
|
|
1202
|
+
yesNo
|
|
1203
|
+
details
|
|
1204
|
+
attachments
|
|
1069
1205
|
windowReplacementsSince2002
|
|
1070
1206
|
yesNo
|
|
1207
|
+
detailsAnalysis
|
|
1071
1208
|
details
|
|
1072
1209
|
yearCompleted
|
|
1073
1210
|
buildingRegApproval
|
|
1074
1211
|
yesNo
|
|
1212
|
+
detailsAnalysis
|
|
1075
1213
|
attachments
|
|
1076
1214
|
details
|
|
1077
1215
|
planningPermission
|
|
@@ -1086,12 +1224,33 @@
|
|
|
1086
1224
|
yesNo
|
|
1087
1225
|
attachments
|
|
1088
1226
|
details
|
|
1227
|
+
workCompleted
|
|
1228
|
+
yesNo
|
|
1229
|
+
details
|
|
1230
|
+
documents
|
|
1231
|
+
extension
|
|
1232
|
+
yesNo
|
|
1233
|
+
details
|
|
1234
|
+
workCompleted
|
|
1235
|
+
yesNo
|
|
1236
|
+
details
|
|
1237
|
+
documents
|
|
1238
|
+
planningPermission
|
|
1239
|
+
yesNo
|
|
1240
|
+
attachments
|
|
1241
|
+
details
|
|
1242
|
+
buildingRegApproval
|
|
1243
|
+
yesNo
|
|
1244
|
+
attachments
|
|
1245
|
+
details
|
|
1089
1246
|
hasAddedConservatory
|
|
1090
1247
|
yesNo
|
|
1248
|
+
detailsAnalysis
|
|
1091
1249
|
details
|
|
1092
1250
|
yearCompleted
|
|
1093
1251
|
buildingRegApproval
|
|
1094
1252
|
yesNo
|
|
1253
|
+
detailsAnalysis
|
|
1095
1254
|
attachments
|
|
1096
1255
|
details
|
|
1097
1256
|
planningPermission
|
|
@@ -1106,17 +1265,114 @@
|
|
|
1106
1265
|
yesNo
|
|
1107
1266
|
attachments
|
|
1108
1267
|
details
|
|
1268
|
+
workCompleted
|
|
1269
|
+
yesNo
|
|
1270
|
+
details
|
|
1271
|
+
documents
|
|
1272
|
+
loftConversion
|
|
1273
|
+
yesNo
|
|
1274
|
+
details
|
|
1275
|
+
workCompleted
|
|
1276
|
+
yesNo
|
|
1277
|
+
details
|
|
1278
|
+
documents
|
|
1279
|
+
planningPermission
|
|
1280
|
+
yesNo
|
|
1281
|
+
attachments
|
|
1282
|
+
details
|
|
1283
|
+
buildingRegApproval
|
|
1284
|
+
yesNo
|
|
1285
|
+
attachments
|
|
1286
|
+
details
|
|
1287
|
+
garageConversion
|
|
1288
|
+
yesNo
|
|
1289
|
+
details
|
|
1290
|
+
workCompleted
|
|
1291
|
+
yesNo
|
|
1292
|
+
details
|
|
1293
|
+
documents
|
|
1294
|
+
planningPermission
|
|
1295
|
+
yesNo
|
|
1296
|
+
attachments
|
|
1297
|
+
details
|
|
1298
|
+
buildingRegApproval
|
|
1299
|
+
yesNo
|
|
1300
|
+
attachments
|
|
1301
|
+
details
|
|
1302
|
+
removalOfInternalWalls
|
|
1303
|
+
yesNo
|
|
1304
|
+
details
|
|
1305
|
+
workCompleted
|
|
1306
|
+
yesNo
|
|
1307
|
+
details
|
|
1308
|
+
documents
|
|
1309
|
+
planningPermission
|
|
1310
|
+
yesNo
|
|
1311
|
+
attachments
|
|
1312
|
+
details
|
|
1313
|
+
buildingRegApproval
|
|
1314
|
+
yesNo
|
|
1315
|
+
attachments
|
|
1316
|
+
details
|
|
1317
|
+
removalOfChimneyBreast
|
|
1318
|
+
yesNo
|
|
1319
|
+
details
|
|
1320
|
+
workCompleted
|
|
1321
|
+
yesNo
|
|
1322
|
+
details
|
|
1323
|
+
documents
|
|
1324
|
+
planningPermission
|
|
1325
|
+
yesNo
|
|
1326
|
+
attachments
|
|
1327
|
+
details
|
|
1328
|
+
buildingRegApproval
|
|
1329
|
+
yesNo
|
|
1330
|
+
attachments
|
|
1331
|
+
details
|
|
1332
|
+
insulation
|
|
1333
|
+
yesNo
|
|
1334
|
+
details
|
|
1335
|
+
workCompleted
|
|
1336
|
+
yesNo
|
|
1337
|
+
details
|
|
1338
|
+
documents
|
|
1339
|
+
planningPermission
|
|
1340
|
+
yesNo
|
|
1341
|
+
attachments
|
|
1342
|
+
details
|
|
1343
|
+
buildingRegApproval
|
|
1344
|
+
yesNo
|
|
1345
|
+
attachments
|
|
1346
|
+
details
|
|
1347
|
+
otherBuildingWorksOrChangesToTheProperty
|
|
1348
|
+
yesNo
|
|
1349
|
+
details
|
|
1350
|
+
workCompleted
|
|
1351
|
+
yesNo
|
|
1352
|
+
details
|
|
1353
|
+
documents
|
|
1354
|
+
planningPermission
|
|
1355
|
+
yesNo
|
|
1356
|
+
attachments
|
|
1357
|
+
details
|
|
1358
|
+
buildingRegApproval
|
|
1359
|
+
yesNo
|
|
1360
|
+
attachments
|
|
1361
|
+
details
|
|
1109
1362
|
worksUnfinished
|
|
1110
1363
|
yesNo
|
|
1364
|
+
detailsAnalysis
|
|
1111
1365
|
details
|
|
1112
1366
|
attachments
|
|
1113
1367
|
planningPermissionBreaches
|
|
1114
1368
|
yesNo
|
|
1369
|
+
detailsAnalysis
|
|
1115
1370
|
details
|
|
1116
1371
|
willingToInsure
|
|
1117
1372
|
attachments
|
|
1118
1373
|
unresolvedPlanningIssues
|
|
1119
1374
|
yesNo
|
|
1375
|
+
detailsAnalysis
|
|
1120
1376
|
details
|
|
1121
1377
|
willingToInsure
|
|
1122
1378
|
attachments
|
|
@@ -1143,6 +1399,7 @@
|
|
|
1143
1399
|
attachments
|
|
1144
1400
|
partyWallAct
|
|
1145
1401
|
yesNo
|
|
1402
|
+
detailsAnalysis
|
|
1146
1403
|
details
|
|
1147
1404
|
attachments
|
|
1148
1405
|
otherNotices
|
|
@@ -1159,17 +1416,33 @@
|
|
|
1159
1416
|
details
|
|
1160
1417
|
attachments
|
|
1161
1418
|
japaneseKnotweed
|
|
1419
|
+
knotweedSurveyCarriedOut
|
|
1420
|
+
yesNo
|
|
1421
|
+
attachments
|
|
1162
1422
|
yesNo
|
|
1163
1423
|
managementPlanInPlace
|
|
1164
1424
|
attachments
|
|
1165
1425
|
subsidenceOrStructuralFault
|
|
1166
1426
|
yesNo
|
|
1427
|
+
detailsAnalysis
|
|
1167
1428
|
details
|
|
1168
1429
|
attachments
|
|
1169
1430
|
ongoingHealthOrSafetyIssue
|
|
1170
1431
|
yesNo
|
|
1171
1432
|
details
|
|
1172
1433
|
attachments
|
|
1434
|
+
wellsDitchesShaft
|
|
1435
|
+
yesNo
|
|
1436
|
+
details
|
|
1437
|
+
damagedOrExposedElectrics
|
|
1438
|
+
yesNo
|
|
1439
|
+
details
|
|
1440
|
+
damageToFlooringOrStaircases
|
|
1441
|
+
yesNo
|
|
1442
|
+
details
|
|
1443
|
+
knownAreasInPoorCondition
|
|
1444
|
+
yesNo
|
|
1445
|
+
details
|
|
1173
1446
|
fixturesAndFittings
|
|
1174
1447
|
itemsToRemove
|
|
1175
1448
|
yesNo
|
|
@@ -1636,24 +1909,42 @@
|
|
|
1636
1909
|
solarPanels
|
|
1637
1910
|
yesNo
|
|
1638
1911
|
supplier
|
|
1912
|
+
hotWaterOnly
|
|
1639
1913
|
yearInstalled
|
|
1640
1914
|
panelsOwnedOutright
|
|
1641
1915
|
yesNo
|
|
1916
|
+
detailsAnalysis
|
|
1642
1917
|
details
|
|
1643
1918
|
attachments
|
|
1919
|
+
associatedCost
|
|
1920
|
+
frequency
|
|
1921
|
+
amount
|
|
1644
1922
|
panelProviderLease
|
|
1645
1923
|
yesNo
|
|
1924
|
+
detailsAnalysis
|
|
1646
1925
|
details
|
|
1647
1926
|
attachments
|
|
1648
1927
|
lastMaintained
|
|
1649
1928
|
inGoodWorkingOrder
|
|
1650
1929
|
yesNo
|
|
1651
1930
|
details
|
|
1652
|
-
isConnectedToNationalGrid
|
|
1653
1931
|
photovoltaicMeterPanelLocation
|
|
1654
1932
|
attachments
|
|
1655
|
-
|
|
1933
|
+
maintenanceAgreement
|
|
1934
|
+
yesNo
|
|
1935
|
+
attachments
|
|
1936
|
+
photovoltaicBatteries
|
|
1937
|
+
yesNo
|
|
1656
1938
|
attachments
|
|
1939
|
+
details
|
|
1940
|
+
nationalGrid
|
|
1941
|
+
yesNo
|
|
1942
|
+
fitOrSegInPlace
|
|
1943
|
+
yesNo
|
|
1944
|
+
fitSegAgreementCopy
|
|
1945
|
+
attachments
|
|
1946
|
+
fitSegAssignmentProcedure
|
|
1947
|
+
installationCertificates
|
|
1657
1948
|
dateToBeConnected
|
|
1658
1949
|
heatPump
|
|
1659
1950
|
yesNo
|
|
@@ -1661,6 +1952,8 @@
|
|
|
1661
1952
|
supplier
|
|
1662
1953
|
dateInstalled
|
|
1663
1954
|
attachments
|
|
1955
|
+
makeModel
|
|
1956
|
+
serviceProviderName
|
|
1664
1957
|
dateToBeConnected
|
|
1665
1958
|
otherSources
|
|
1666
1959
|
yesNo
|
|
@@ -1675,6 +1968,9 @@
|
|
|
1675
1968
|
mainsWater
|
|
1676
1969
|
yesNo
|
|
1677
1970
|
details
|
|
1971
|
+
associatedCost
|
|
1972
|
+
frequency
|
|
1973
|
+
amount
|
|
1678
1974
|
supplier
|
|
1679
1975
|
stopcock
|
|
1680
1976
|
location
|
|
@@ -1718,13 +2014,22 @@
|
|
|
1718
2014
|
attachments
|
|
1719
2015
|
plantDrainsIntoWaterway
|
|
1720
2016
|
yesNo
|
|
2017
|
+
hasInfiltrationSystem
|
|
2018
|
+
yesNo
|
|
1721
2019
|
dischargeCompliesWithGBR
|
|
2020
|
+
dateDischargeCommenced
|
|
2021
|
+
dateInstalled
|
|
1722
2022
|
dateReplaced
|
|
1723
2023
|
dateLastEmptied
|
|
1724
|
-
|
|
2024
|
+
supplier
|
|
2025
|
+
makeModel
|
|
2026
|
+
serviceProviderName
|
|
1725
2027
|
dateLastServiced
|
|
1726
2028
|
attachments
|
|
1727
2029
|
details
|
|
2030
|
+
associatedCost
|
|
2031
|
+
frequency
|
|
2032
|
+
amount
|
|
1728
2033
|
surfaceDrainageCharge
|
|
1729
2034
|
yesNo
|
|
1730
2035
|
details
|
|
@@ -1764,6 +2069,7 @@
|
|
|
1764
2069
|
heating
|
|
1765
2070
|
heatingSystem
|
|
1766
2071
|
heatingType
|
|
2072
|
+
detailsAnalysis
|
|
1767
2073
|
centralHeatingDetails
|
|
1768
2074
|
centralHeatingFuel
|
|
1769
2075
|
centralHeatingFuelType
|
|
@@ -1775,6 +2081,10 @@
|
|
|
1775
2081
|
otherCentralHeatingFuelType
|
|
1776
2082
|
centralHeatingInstalled
|
|
1777
2083
|
boilerInstallationCertificate
|
|
2084
|
+
yesNo
|
|
2085
|
+
boilerInstallationDate
|
|
2086
|
+
attachments
|
|
2087
|
+
replacementOtherThanBoiler
|
|
1778
2088
|
yesNo
|
|
1779
2089
|
attachments
|
|
1780
2090
|
heatingLastServicedDate
|
|
@@ -1784,6 +2094,7 @@
|
|
|
1784
2094
|
details
|
|
1785
2095
|
details
|
|
1786
2096
|
otherHeatingFeatures[]
|
|
2097
|
+
multipleHeatingSystems
|
|
1787
2098
|
connectivity
|
|
1788
2099
|
telephone
|
|
1789
2100
|
yesNo
|
|
@@ -1804,6 +2115,7 @@
|
|
|
1804
2115
|
maxUfbbPredictedUp
|
|
1805
2116
|
maxPredictedDown
|
|
1806
2117
|
maxPredictedUp
|
|
2118
|
+
providerName
|
|
1807
2119
|
mobilePhone
|
|
1808
2120
|
knownSignalIssues
|
|
1809
2121
|
yesNo
|
|
@@ -1841,33 +2153,46 @@
|
|
|
1841
2153
|
voDataOutdoorNo4g
|
|
1842
2154
|
voDataIndoor
|
|
1843
2155
|
voDataIndoorNo4g
|
|
2156
|
+
otherServices
|
|
1844
2157
|
insurance
|
|
1845
2158
|
difficultiesObtainingInsurance
|
|
1846
2159
|
abnormalRiseInPremiums
|
|
1847
2160
|
yesNo
|
|
2161
|
+
detailsAnalysis
|
|
1848
2162
|
details
|
|
1849
2163
|
subjectToHighExcesses
|
|
1850
2164
|
yesNo
|
|
2165
|
+
detailsAnalysis
|
|
1851
2166
|
details
|
|
1852
2167
|
subjectToUnusualConditions
|
|
1853
2168
|
yesNo
|
|
2169
|
+
detailsAnalysis
|
|
1854
2170
|
details
|
|
1855
2171
|
refused
|
|
1856
2172
|
yesNo
|
|
2173
|
+
detailsAnalysis
|
|
1857
2174
|
details
|
|
1858
2175
|
isInsured
|
|
1859
2176
|
details
|
|
1860
2177
|
landlordInsuresIfFlat
|
|
2178
|
+
whoInsures
|
|
1861
2179
|
insuranceClaims
|
|
1862
2180
|
yesNo
|
|
2181
|
+
detailsAnalysis
|
|
1863
2182
|
details
|
|
1864
2183
|
rightsAndInformalArrangements
|
|
1865
2184
|
sharedContributions
|
|
1866
2185
|
yesNo
|
|
1867
2186
|
details
|
|
2187
|
+
disagreementOrComplaint
|
|
2188
|
+
yesNo
|
|
2189
|
+
details
|
|
1868
2190
|
neighbouringLandRights
|
|
1869
2191
|
yesNo
|
|
1870
2192
|
details
|
|
2193
|
+
disagreementOrComplaint
|
|
2194
|
+
yesNo
|
|
2195
|
+
details
|
|
1871
2196
|
attachments
|
|
1872
2197
|
accessRestrictionAttempts
|
|
1873
2198
|
yesNo
|
|
@@ -1877,6 +2202,9 @@
|
|
|
1877
2202
|
yesNo
|
|
1878
2203
|
details
|
|
1879
2204
|
attachments
|
|
2205
|
+
privateRightOfWay
|
|
2206
|
+
yesNo
|
|
2207
|
+
details
|
|
1880
2208
|
rightsOfLight
|
|
1881
2209
|
yesNo
|
|
1882
2210
|
details
|
|
@@ -1898,6 +2226,15 @@
|
|
|
1898
2226
|
otherRights
|
|
1899
2227
|
yesNo
|
|
1900
2228
|
details
|
|
2229
|
+
disagreementOrComplaint
|
|
2230
|
+
yesNo
|
|
2231
|
+
details
|
|
2232
|
+
askedOthersToContribute
|
|
2233
|
+
yesNo
|
|
2234
|
+
details
|
|
2235
|
+
disagreementOrComplaint
|
|
2236
|
+
yesNo
|
|
2237
|
+
details
|
|
1901
2238
|
environmentalIssues
|
|
1902
2239
|
flooding
|
|
1903
2240
|
floodRiskReport
|
|
@@ -1926,6 +2263,9 @@
|
|
|
1926
2263
|
floodDefences
|
|
1927
2264
|
hasFloodDefences
|
|
1928
2265
|
details
|
|
2266
|
+
stormFireFloodDamage
|
|
2267
|
+
yesNo
|
|
2268
|
+
details
|
|
1929
2269
|
radon
|
|
1930
2270
|
radonRisk
|
|
1931
2271
|
riskIndicator
|
|
@@ -2137,6 +2477,14 @@
|
|
|
2137
2477
|
details
|
|
2138
2478
|
attachments
|
|
2139
2479
|
additionalInformation
|
|
2480
|
+
consents
|
|
2481
|
+
attachments
|
|
2482
|
+
consentsAttached
|
|
2483
|
+
consentsToFollow
|
|
2484
|
+
consentsNotAvailable
|
|
2485
|
+
furtherInformation
|
|
2486
|
+
details
|
|
2487
|
+
attachments
|
|
2140
2488
|
restrictionsOnUseNotCompliedWith
|
|
2141
2489
|
yesNo
|
|
2142
2490
|
details
|
|
@@ -2163,19 +2511,24 @@
|
|
|
2163
2511
|
legalBoundaries
|
|
2164
2512
|
partOutsideLegalOwnership
|
|
2165
2513
|
yesNo
|
|
2514
|
+
detailsAnalysis
|
|
2166
2515
|
details
|
|
2167
2516
|
partOnSeparateSiteOrDeed
|
|
2168
2517
|
yesNo
|
|
2518
|
+
detailsAnalysis
|
|
2169
2519
|
details
|
|
2170
2520
|
boundariesDifferFromTitlePlan
|
|
2171
2521
|
yesNo
|
|
2522
|
+
detailsAnalysis
|
|
2172
2523
|
details
|
|
2173
2524
|
attachments
|
|
2174
2525
|
boundaryAlterationProposal
|
|
2175
2526
|
yesNo
|
|
2527
|
+
detailsAnalysis
|
|
2176
2528
|
details
|
|
2177
2529
|
ownership
|
|
2178
2530
|
areBoundariesUniform
|
|
2531
|
+
detailsAnalysis
|
|
2179
2532
|
uniformBoundaries
|
|
2180
2533
|
left
|
|
2181
2534
|
right
|
|
@@ -2185,12 +2538,15 @@
|
|
|
2185
2538
|
attachments
|
|
2186
2539
|
haveBoundaryFeaturesMoved
|
|
2187
2540
|
yesNo
|
|
2541
|
+
detailsAnalysis
|
|
2188
2542
|
details
|
|
2189
2543
|
adjacentLandIncluded
|
|
2190
2544
|
yesNo
|
|
2545
|
+
detailsAnalysis
|
|
2191
2546
|
details
|
|
2192
2547
|
flyingFreehold
|
|
2193
2548
|
yesNo
|
|
2549
|
+
detailsAnalysis
|
|
2194
2550
|
details
|
|
2195
2551
|
servicesCrossing
|
|
2196
2552
|
pipesWiresCablesDrainsToProperty
|
|
@@ -2212,6 +2568,7 @@
|
|
|
2212
2568
|
attachments
|
|
2213
2569
|
electricalWorkSince2005
|
|
2214
2570
|
yesNo
|
|
2571
|
+
detailsAnalysis
|
|
2215
2572
|
yearWorkCarriedOut
|
|
2216
2573
|
details
|
|
2217
2574
|
suppliedCertificate
|
|
@@ -2233,6 +2590,7 @@
|
|
|
2233
2590
|
hasValidGuaranteesOrWarranties
|
|
2234
2591
|
newHomeWarranty
|
|
2235
2592
|
yesNo
|
|
2593
|
+
detailsAnalysis
|
|
2236
2594
|
details
|
|
2237
2595
|
attachments
|
|
2238
2596
|
roofingWork
|
|
@@ -2264,6 +2622,9 @@
|
|
|
2264
2622
|
subsidenceWork
|
|
2265
2623
|
yesNo
|
|
2266
2624
|
attachments
|
|
2625
|
+
insulation
|
|
2626
|
+
yesNo
|
|
2627
|
+
attachments
|
|
2267
2628
|
solarPanels
|
|
2268
2629
|
yesNo
|
|
2269
2630
|
attachments
|
|
@@ -2273,10 +2634,15 @@
|
|
|
2273
2634
|
attachments
|
|
2274
2635
|
outstandingClaimsOrApplications
|
|
2275
2636
|
yesNo
|
|
2637
|
+
detailsAnalysis
|
|
2276
2638
|
details
|
|
2277
2639
|
attachments
|
|
2640
|
+
breachOfTermsOrConditions
|
|
2641
|
+
yesNo
|
|
2642
|
+
details
|
|
2278
2643
|
titleDefectInsurance
|
|
2279
2644
|
yesNo
|
|
2645
|
+
detailsAnalysis
|
|
2280
2646
|
details
|
|
2281
2647
|
attachments
|
|
2282
2648
|
occupiers
|
|
@@ -3276,7 +3642,14 @@
|
|
|
3276
3642
|
documentDate
|
|
3277
3643
|
retrievedOn
|
|
3278
3644
|
filedUnder
|
|
3645
|
+
summary
|
|
3646
|
+
availability
|
|
3647
|
+
availabilityCode
|
|
3648
|
+
entryNumbers[]
|
|
3649
|
+
backdated
|
|
3279
3650
|
]
|
|
3651
|
+
keyFacts
|
|
3652
|
+
covenantAnalysis
|
|
3280
3653
|
]
|
|
3281
3654
|
searches[
|
|
3282
3655
|
displayName
|
|
@@ -4141,5 +4514,6 @@
|
|
|
4141
4514
|
originatorRole
|
|
4142
4515
|
destinationRole
|
|
4143
4516
|
messageText
|
|
4517
|
+
pdtfPath
|
|
4144
4518
|
externalIds{*}
|
|
4145
4519
|
resolutionCondition
|