@pdtf/schemas 3.6.0-dev.4 → 3.6.0-dev.5

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.
Files changed (131) hide show
  1. package/compassionate-easley-bafb14/CLAUDE.md +101 -0
  2. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/README.md +166 -65
  3. package/compassionate-easley-bafb14/docs/branch-release-workflow.md +138 -0
  4. package/compassionate-easley-bafb14/docs/sef25-extensions-ui-spec.md +355 -0
  5. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/index.js +160 -63
  6. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/package-lock.json +10 -9
  7. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/package.json +7 -2
  8. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v3/exampleAddParticipantVouch.json +3 -0
  9. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v3/exampleDocumentedVouch.json +3 -0
  10. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v3/exampleElectronicRecord.json +3 -0
  11. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v3/exampleTransaction.json +7 -3
  12. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v3/exampleVouch.json +3 -0
  13. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/combined.json +8187 -1446
  14. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/compactSkeleton.txt +1208 -14
  15. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/baspi4.json +186 -28
  16. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/baspi5.json +191 -30
  17. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/ac.json +334 -0
  18. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/as.json +4 -2
  19. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/dk.json +33 -0
  20. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/dr.json +9 -9
  21. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/er.json +4 -2
  22. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/fd.json +6 -3
  23. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/hi.json +6 -3
  24. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/hs.json +4 -2
  25. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/ic.json +83 -0
  26. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/jk.json +28 -8
  27. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/la.json +4 -2
  28. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/lc.json +76 -0
  29. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/ma.json +6 -3
  30. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/mc.json +4 -2
  31. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/mi.json +70 -0
  32. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/nd.json +44 -0
  33. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/oa.json +4 -2
  34. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/oc.json +4 -2
  35. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/pc.json +38 -0
  36. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/ph.json +195 -0
  37. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/rw.json +69 -0
  38. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/sb.json +4 -2
  39. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/sc.json +133 -0
  40. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/sd.json +64 -0
  41. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/sf.json +4 -2
  42. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/sl.json +4 -2
  43. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/ta.json +204 -0
  44. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/extensions/tf.json +6 -3
  45. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/tr.json +74 -0
  46. package/compassionate-easley-bafb14/src/schemas/v3/overlays/extensions/wg.json +351 -0
  47. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/fme1.json +16 -14
  48. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/lpe1.json +61 -88
  49. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/nts.json +71 -2
  50. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/nts2.json +71 -5
  51. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/ntsl.json +71 -2
  52. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/ntsl2.json +71 -5
  53. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/piq.json +56 -8
  54. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/rds.json +128 -12
  55. package/compassionate-easley-bafb14/src/schemas/v3/overlays/sef25.json +1644 -0
  56. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/ta10.json +12 -9
  57. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/ta6.json +103 -32
  58. package/compassionate-easley-bafb14/src/schemas/v3/overlays/ta6ed6.json +6536 -0
  59. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/ta7.json +134 -32
  60. package/compassionate-easley-bafb14/src/schemas/v3/overlays/ta7ed5.json +1551 -0
  61. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/pdtf-transaction.json +4835 -490
  62. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/skeleton.json +1481 -37
  63. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/verifiedClaims/README.md +12 -3
  64. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/verifiedClaims/pdtf-verified-claims.json +16 -0
  65. package/compassionate-easley-bafb14/src/utils/extractExtensionOverlays.js +633 -0
  66. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/utils/extractOverlay.js +129 -38
  67. package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/utils/pathSkeleton.js +1 -1
  68. package/package.json +1 -1
  69. package/src/schemas/v3/combined.json +1 -0
  70. package/src/schemas/v3/overlays/extensions/ic.json +31 -8
  71. package/src/schemas/v3/overlays/sef25.json +6 -1
  72. package/src/utils/extractExtensionOverlays.js +1 -1
  73. package/keen-dewdney-6ae15b/src/tests/v3/caching.test.js +0 -591
  74. package/keen-dewdney-6ae15b/src/tests/v3/extensionOverlays.test.js +0 -525
  75. package/keen-dewdney-6ae15b/src/tests/v3/transactionSchema.test.js +0 -574
  76. package/keen-dewdney-6ae15b/src/tests/v3/verifiedClaimsValidator.test.js +0 -128
  77. package/keen-dewdney-6ae15b/src/utils/extractExtensionOverlays.js +0 -362
  78. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/LICENSE +0 -0
  79. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v1/exampleAddParticipantVouch.json +0 -0
  80. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v1/exampleDocumentedVouch.json +0 -0
  81. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v1/exampleElectronicRecord.json +0 -0
  82. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v1/exampleTransaction.json +0 -0
  83. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v1/exampleVouch.json +0 -0
  84. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v2/exampleTransaction.json +0 -0
  85. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v3/exampleCustomOverlay.json +0 -0
  86. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/examples/v3/exampleCustomOverlay2.json +0 -0
  87. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/mappings/SendPropertyDetailsRequestSchema.json +0 -0
  88. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/mappings/adf.js +0 -0
  89. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/GeoJSON.json +0 -0
  90. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/baspiNotes.html +0 -0
  91. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/energy-performance-certificate.json +0 -0
  92. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/freehold-information.json +0 -0
  93. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/leasehold-information.json +0 -0
  94. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/legal-information.json +0 -0
  95. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/material-facts.json +0 -0
  96. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/pdtf-transaction-search-results.json +0 -0
  97. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/pdtf-transaction.json +0 -0
  98. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/searches/drainage-and-water.json +0 -0
  99. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/searches/local-land-charges.json +0 -0
  100. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/searches/local-searches-required.json +0 -0
  101. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/searches.json +0 -0
  102. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v1/title-deed.json +0 -0
  103. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/baspiNotes.html +0 -0
  104. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/combined.json +0 -0
  105. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/baspi.json +0 -0
  106. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/con29DW.json +0 -0
  107. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/con29R.json +0 -0
  108. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/fme1.json +0 -0
  109. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/llc1.json +0 -0
  110. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/lpe1.json +0 -0
  111. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/nts.json +0 -0
  112. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/oc1.json +0 -0
  113. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/piq.json +0 -0
  114. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/rds.json +0 -0
  115. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/ta10.json +0 -0
  116. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/ta6.json +0 -0
  117. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/overlays/ta7.json +0 -0
  118. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/pdtf-transaction.json +0 -0
  119. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v2/skeleton.json +0 -0
  120. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/README.md +0 -0
  121. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/con29DW.json +0 -0
  122. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/con29R.json +0 -0
  123. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/llc1.json +0 -0
  124. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/oc1.json +0 -0
  125. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/schemas/v3/overlays/sr24.json +0 -0
  126. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/utils/compactSkeleton.js +0 -0
  127. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/utils/countTokens.js +0 -0
  128. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/utils/extractProperties.js +0 -0
  129. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/utils/listPathTitles.js +0 -0
  130. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/utils/minimalSkeleton.js +0 -0
  131. /package/{keen-dewdney-6ae15b → compassionate-easley-bafb14}/src/utils/pathList.csv +0 -0
@@ -1,5 +1,5 @@
1
1
  transactionId
2
- externalIds
2
+ externalIds{*}
3
3
  status
4
4
  participants[
5
5
  name
@@ -18,7 +18,7 @@
18
18
  street
19
19
  line1
20
20
  line2
21
- line 3
21
+ line3
22
22
  town
23
23
  postcode
24
24
  homeNation
@@ -26,12 +26,42 @@
26
26
  organisation
27
27
  organisationReference
28
28
  role
29
- externalIds
29
+ externalIds{*}
30
30
  participantStatus
31
+ verification
32
+ identity
33
+ status
34
+ result
35
+ reports[
36
+ reportName
37
+ result
38
+ details
39
+ ]
40
+ antiMoneyLaundering
41
+ status
42
+ result
43
+ reports[
44
+ reportName
45
+ result
46
+ details
47
+ ]
48
+ sourceOfFunds
49
+ status
50
+ result
51
+ reports[
52
+ reportName
53
+ result
54
+ details
55
+ ]
56
+ offerId
31
57
  sellersCapacity
32
58
  capacity
33
59
  sellersCapacityDetails
34
60
  attachments
61
+ companyName
62
+ companyNumber
63
+ countryOfIncorporation
64
+ dateBecameOwnerOrAuthority
35
65
  ]
36
66
  propertyPack
37
67
  address
@@ -53,6 +83,11 @@
53
83
  bng
54
84
  easting
55
85
  northing
86
+ ruralUrbanClassification
87
+ ruralUrbanCode
88
+ region
89
+ parish
90
+ outputArea
56
91
  googleStreetViewPOV
57
92
  heading
58
93
  pitch
@@ -94,6 +129,7 @@
94
129
  hasLift
95
130
  overCommercialPremises
96
131
  isLocatedOverCommercialPremises
132
+ detailsAnalysis
97
133
  details
98
134
  internalArea
99
135
  area
@@ -182,6 +218,8 @@
182
218
  ownership
183
219
  numberOfSellers
184
220
  numberOfNonUkResidentSellers
221
+ outstandingMortgage
222
+ existingLender
185
223
  hasHelpToBuyEquityLoan
186
224
  isFirstRegistration
187
225
  isLimitedCompanySale
@@ -193,6 +231,9 @@
193
231
  yesNo
194
232
  details
195
233
  amount
234
+ titleRestrictions
235
+ yesNo
236
+ details
196
237
  wholeFreeholdForSale
197
238
  yesNo
198
239
  details
@@ -283,6 +324,17 @@
283
324
  isApplicableParty
284
325
  feeIncludingVAT
285
326
  noticeViaEmail
327
+ contact
328
+ nameOrOrganisation
329
+ address
330
+ line1
331
+ line2
332
+ line3
333
+ town
334
+ postcode
335
+ telephone
336
+ emailAddress
337
+ capacity
286
338
  otherDetailsRequired
287
339
  areOtherDetailsRequired
288
340
  details
@@ -407,6 +459,9 @@
407
459
  response
408
460
  capacity
409
461
  leaseholdInformation
462
+ typeOfLeasehold
463
+ leaseholdType
464
+ otherLeaseholdType
410
465
  sharedOwnership
411
466
  isSharedOwnership
412
467
  sharedOwnershipPercentage
@@ -468,6 +523,39 @@
468
523
  accountNumber
469
524
  reference
470
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
471
559
  managingAgent
472
560
  contact
473
561
  nameOrOrganisation
@@ -533,6 +621,17 @@
533
621
  isApplicableParty
534
622
  feeIncludingVAT
535
623
  noticeViaEmail
624
+ contact
625
+ nameOrOrganisation
626
+ address
627
+ line1
628
+ line2
629
+ line3
630
+ town
631
+ postcode
632
+ telephone
633
+ emailAddress
634
+ capacity
536
635
  noticeOfTransferAndCharge
537
636
  rentchargeOwner
538
637
  isApplicableParty
@@ -554,12 +653,27 @@
554
653
  isApplicableParty
555
654
  feeIncludingVAT
556
655
  noticeViaEmail
656
+ contact
657
+ nameOrOrganisation
658
+ address
659
+ line1
660
+ line2
661
+ line3
662
+ town
663
+ postcode
664
+ telephone
665
+ emailAddress
666
+ capacity
557
667
  otherDetailsRequired
558
668
  areOtherDetailsRequired
559
669
  details
560
670
  collectsGroundRent
671
+ collector
672
+ otherCollector
561
673
  collectsServiceCharges
562
674
  collectsbuildingInsurancePremiums
675
+ collector
676
+ otherCollector
563
677
  dealsWithDayToDayMaintenanceOfManagedArea
564
678
  organisesBuildingInsurance
565
679
  dealsWithDayToDayMaintenanceOfBuilding
@@ -579,6 +693,10 @@
579
693
  isSellerAwareOfChanges
580
694
  details
581
695
  attachments
696
+ landlordConsents
697
+ isSellerAwareOfLandlordConsents
698
+ details
699
+ attachments
582
700
  transferAndRegistration
583
701
  deedOfCovenantRequired
584
702
  yesNoNotKnown
@@ -598,6 +716,7 @@
598
716
  isGroundRentPayable
599
717
  annualGroundRent
600
718
  groundRentFrequency
719
+ mostRecentGroundRentDemandStatus
601
720
  rentSubjectToIncrease
602
721
  yesNo
603
722
  rentReviewFrequency
@@ -616,11 +735,16 @@
616
735
  buildingManager
617
736
  buildingManagerType
618
737
  details
619
- hasTenantCompanyDissolved
620
738
  isManagingAgentEmployed
739
+ sellerOwnership
740
+ yesNo
741
+ attachments
742
+ hasTenantCompanyDissolved
743
+ hasTenantCompanyDissolvedDetails
621
744
  serviceCharge
622
745
  sellerContributesToServiceCharge
623
746
  annualServiceCharge
747
+ mostRecentServiceChargeDemandStatus
624
748
  largeAdditionalExpense
625
749
  yesNo
626
750
  details
@@ -631,6 +755,8 @@
631
755
  yesNo
632
756
  details
633
757
  dangerousCladdingOrDefects
758
+ yesNo
759
+ details
634
760
  difficultyInCollectingServiceCharge
635
761
  yesNo
636
762
  details
@@ -644,6 +770,7 @@
644
770
  details
645
771
  excessPaymentAnticipated
646
772
  yesNo
773
+ detailsAnalysis
647
774
  details
648
775
  lastDemandPeriod
649
776
  from
@@ -653,6 +780,7 @@
653
780
  details
654
781
  reserveFund
655
782
  yesNo
783
+ detailsAnalysis
656
784
  details
657
785
  contributionIncludedInServiceCharge
658
786
  sufficentToCoverSection20Expenditure
@@ -669,9 +797,11 @@
669
797
  to
670
798
  section20WorksProposed
671
799
  yesNo
800
+ detailsAnalysis
672
801
  details
673
802
  increaseInServiceChargeAnticipated
674
803
  yesNo
804
+ detailsAnalysis
675
805
  details
676
806
  outstandingServiceChargeConsultation
677
807
  yesNo
@@ -692,6 +822,7 @@
692
822
  premiumsPaidUpToDate
693
823
  yesNo
694
824
  details
825
+ mostRecentBuildingsInsuranceDemandStatus
695
826
  lastDemandPeriod
696
827
  from
697
828
  to
@@ -709,6 +840,9 @@
709
840
  riskAssessments
710
841
  assessmentsCarriedOut
711
842
  urgentWorksRecommended
843
+ urgentWorksCarriedOut
844
+ outstandingEnforcementAction
845
+ dateRemedialActionRequired
712
846
  standardTermsAvailable
713
847
  yesNo
714
848
  details
@@ -730,9 +864,11 @@
730
864
  yesNo
731
865
  unresolvedDisputes
732
866
  yesNo
867
+ detailsAnalysis
733
868
  details
734
869
  breachOfTermsOfLease
735
870
  yesNo
871
+ detailsAnalysis
736
872
  details
737
873
  buildingSafetyAct
738
874
  isLeaseQualifying
@@ -747,6 +883,7 @@
747
883
  alterations
748
884
  sellerAwareOfAlterations
749
885
  yesNo
886
+ detailsAnalysis
750
887
  details
751
888
  landlordConsentObtained
752
889
  yesNo
@@ -815,6 +952,9 @@
815
952
  companyAccounts
816
953
  managementCompanyAGMMinutes
817
954
  enforcementNotices
955
+ additionalInformation
956
+ details
957
+ attachments
818
958
  confirmationOfAccuracy
819
959
  confirmation
820
960
  capacity
@@ -826,17 +966,26 @@
826
966
  yesNo
827
967
  controlledParking
828
968
  yesNo
829
- annualCostOfPermit
969
+ costOfPermit
970
+ costOfPermitFrequency
830
971
  vehicleTypeRestriction
831
972
  yesNo
832
973
  details
974
+ droppedKerbAccess
975
+ yesNo
833
976
  electricVehicleChargingPoint
834
977
  yesNo
978
+ chargerDetails
979
+ chargerDetailsAttachments
980
+ cableCrossesPavement
981
+ yesNo
982
+ details
835
983
  locatedInUlez
836
984
  yesNo
837
985
  listingAndConservation
838
986
  isListed
839
987
  yesNo
988
+ detailsAnalysis
840
989
  details
841
990
  attachments
842
991
  isConservationArea
@@ -847,15 +996,19 @@
847
996
  yesNo
848
997
  workCarriedOut
849
998
  yesNo
999
+ detailsAnalysis
1000
+ details
850
1001
  consentsObtained
851
1002
  attachments
852
1003
  typeOfConstruction
853
1004
  isStandardForm
854
1005
  yesNo
1006
+ detailsAnalysis
855
1007
  constructionType
856
1008
  details
857
1009
  buildingSafety
858
1010
  yesNo
1011
+ detailsAnalysis
859
1012
  details
860
1013
  workAlreadyDone
861
1014
  workToBeDone
@@ -864,11 +1017,13 @@
864
1017
  attachments
865
1018
  loft
866
1019
  loftAccess
1020
+ detailsAnalysis
867
1021
  details
868
1022
  loftBoarded
869
1023
  loftInsulated
870
1024
  sprayFoamInsulation
871
1025
  hasSprayFoamInstalled
1026
+ detailsAnalysis
872
1027
  details
873
1028
  attachments
874
1029
  accessibilityAndAdaptations[]
@@ -992,20 +1147,25 @@
992
1147
  disputesAndComplaints
993
1148
  hasDisputesAndComplaints
994
1149
  yesNo
1150
+ detailsAnalysis
995
1151
  details
996
1152
  leadingToDisputesAndComplaints
997
1153
  yesNo
1154
+ detailsAnalysis
998
1155
  details
999
1156
  alterationsAndChanges
1000
1157
  hasStructuralAlterations
1001
1158
  yesNo
1159
+ detailsAnalysis
1002
1160
  details
1003
1161
  buildingRegApproval
1004
1162
  yesNo
1163
+ detailsAnalysis
1005
1164
  attachments
1006
1165
  details
1007
1166
  planningPermission
1008
1167
  yesNo
1168
+ detailsAnalysis
1009
1169
  attachments
1010
1170
  details
1011
1171
  listedBuildingConsent
@@ -1018,10 +1178,12 @@
1018
1178
  details
1019
1179
  changeOfUse
1020
1180
  yesNo
1181
+ detailsAnalysis
1021
1182
  details
1022
1183
  yearCompleted
1023
1184
  buildingRegApproval
1024
1185
  yesNo
1186
+ detailsAnalysis
1025
1187
  attachments
1026
1188
  details
1027
1189
  planningPermission
@@ -1036,12 +1198,18 @@
1036
1198
  yesNo
1037
1199
  attachments
1038
1200
  details
1201
+ nonResidentialPurposes
1202
+ yesNo
1203
+ details
1204
+ attachments
1039
1205
  windowReplacementsSince2002
1040
1206
  yesNo
1207
+ detailsAnalysis
1041
1208
  details
1042
1209
  yearCompleted
1043
1210
  buildingRegApproval
1044
1211
  yesNo
1212
+ detailsAnalysis
1045
1213
  attachments
1046
1214
  details
1047
1215
  planningPermission
@@ -1056,12 +1224,33 @@
1056
1224
  yesNo
1057
1225
  attachments
1058
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
1059
1246
  hasAddedConservatory
1060
1247
  yesNo
1248
+ detailsAnalysis
1061
1249
  details
1062
1250
  yearCompleted
1063
1251
  buildingRegApproval
1064
1252
  yesNo
1253
+ detailsAnalysis
1065
1254
  attachments
1066
1255
  details
1067
1256
  planningPermission
@@ -1076,17 +1265,114 @@
1076
1265
  yesNo
1077
1266
  attachments
1078
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
1079
1362
  worksUnfinished
1080
1363
  yesNo
1364
+ detailsAnalysis
1081
1365
  details
1082
1366
  attachments
1083
1367
  planningPermissionBreaches
1084
1368
  yesNo
1369
+ detailsAnalysis
1085
1370
  details
1086
1371
  willingToInsure
1087
1372
  attachments
1088
1373
  unresolvedPlanningIssues
1089
1374
  yesNo
1375
+ detailsAnalysis
1090
1376
  details
1091
1377
  willingToInsure
1092
1378
  attachments
@@ -1113,6 +1399,7 @@
1113
1399
  attachments
1114
1400
  partyWallAct
1115
1401
  yesNo
1402
+ detailsAnalysis
1116
1403
  details
1117
1404
  attachments
1118
1405
  otherNotices
@@ -1129,17 +1416,33 @@
1129
1416
  details
1130
1417
  attachments
1131
1418
  japaneseKnotweed
1419
+ knotweedSurveyCarriedOut
1420
+ yesNo
1421
+ attachments
1132
1422
  yesNo
1133
1423
  managementPlanInPlace
1134
1424
  attachments
1135
1425
  subsidenceOrStructuralFault
1136
1426
  yesNo
1427
+ detailsAnalysis
1137
1428
  details
1138
1429
  attachments
1139
1430
  ongoingHealthOrSafetyIssue
1140
1431
  yesNo
1141
1432
  details
1142
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
1143
1446
  fixturesAndFittings
1144
1447
  itemsToRemove
1145
1448
  yesNo
@@ -1356,6 +1659,7 @@
1356
1659
  otherRooms[
1357
1660
  itemName
1358
1661
  isIncludedOrExcluded
1662
+ comments
1359
1663
  price
1360
1664
  ]
1361
1665
  curtainsAndCurtainRails
@@ -1426,6 +1730,7 @@
1426
1730
  otherRooms[
1427
1731
  itemName
1428
1732
  isIncludedOrExcluded
1733
+ comments
1429
1734
  price
1430
1735
  ]
1431
1736
  lightFittings
@@ -1604,24 +1909,42 @@
1604
1909
  solarPanels
1605
1910
  yesNo
1606
1911
  supplier
1912
+ hotWaterOnly
1607
1913
  yearInstalled
1608
1914
  panelsOwnedOutright
1609
1915
  yesNo
1916
+ detailsAnalysis
1610
1917
  details
1611
1918
  attachments
1919
+ associatedCost
1920
+ frequency
1921
+ amount
1612
1922
  panelProviderLease
1613
1923
  yesNo
1924
+ detailsAnalysis
1614
1925
  details
1615
1926
  attachments
1616
1927
  lastMaintained
1617
1928
  inGoodWorkingOrder
1618
1929
  yesNo
1619
1930
  details
1620
- isConnectedToNationalGrid
1621
1931
  photovoltaicMeterPanelLocation
1622
1932
  attachments
1623
- photovoltaicBatteriesLocation
1933
+ maintenanceAgreement
1934
+ yesNo
1624
1935
  attachments
1936
+ photovoltaicBatteries
1937
+ yesNo
1938
+ attachments
1939
+ details
1940
+ nationalGrid
1941
+ yesNo
1942
+ fitOrSegInPlace
1943
+ yesNo
1944
+ fitSegAgreementCopy
1945
+ attachments
1946
+ fitSegAssignmentProcedure
1947
+ installationCertificates
1625
1948
  dateToBeConnected
1626
1949
  heatPump
1627
1950
  yesNo
@@ -1629,6 +1952,8 @@
1629
1952
  supplier
1630
1953
  dateInstalled
1631
1954
  attachments
1955
+ makeModel
1956
+ serviceProviderName
1632
1957
  dateToBeConnected
1633
1958
  otherSources
1634
1959
  yesNo
@@ -1643,6 +1968,9 @@
1643
1968
  mainsWater
1644
1969
  yesNo
1645
1970
  details
1971
+ associatedCost
1972
+ frequency
1973
+ amount
1646
1974
  supplier
1647
1975
  stopcock
1648
1976
  location
@@ -1686,13 +2014,22 @@
1686
2014
  attachments
1687
2015
  plantDrainsIntoWaterway
1688
2016
  yesNo
2017
+ hasInfiltrationSystem
2018
+ yesNo
1689
2019
  dischargeCompliesWithGBR
2020
+ dateDischargeCommenced
2021
+ dateInstalled
1690
2022
  dateReplaced
1691
2023
  dateLastEmptied
1692
- dateInstalled
2024
+ supplier
2025
+ makeModel
2026
+ serviceProviderName
1693
2027
  dateLastServiced
1694
2028
  attachments
1695
2029
  details
2030
+ associatedCost
2031
+ frequency
2032
+ amount
1696
2033
  surfaceDrainageCharge
1697
2034
  yesNo
1698
2035
  details
@@ -1732,6 +2069,7 @@
1732
2069
  heating
1733
2070
  heatingSystem
1734
2071
  heatingType
2072
+ detailsAnalysis
1735
2073
  centralHeatingDetails
1736
2074
  centralHeatingFuel
1737
2075
  centralHeatingFuelType
@@ -1743,6 +2081,10 @@
1743
2081
  otherCentralHeatingFuelType
1744
2082
  centralHeatingInstalled
1745
2083
  boilerInstallationCertificate
2084
+ yesNo
2085
+ boilerInstallationDate
2086
+ attachments
2087
+ replacementOtherThanBoiler
1746
2088
  yesNo
1747
2089
  attachments
1748
2090
  heatingLastServicedDate
@@ -1752,6 +2094,7 @@
1752
2094
  details
1753
2095
  details
1754
2096
  otherHeatingFeatures[]
2097
+ multipleHeatingSystems
1755
2098
  connectivity
1756
2099
  telephone
1757
2100
  yesNo
@@ -1772,6 +2115,7 @@
1772
2115
  maxUfbbPredictedUp
1773
2116
  maxPredictedDown
1774
2117
  maxPredictedUp
2118
+ providerName
1775
2119
  mobilePhone
1776
2120
  knownSignalIssues
1777
2121
  yesNo
@@ -1809,33 +2153,46 @@
1809
2153
  voDataOutdoorNo4g
1810
2154
  voDataIndoor
1811
2155
  voDataIndoorNo4g
2156
+ otherServices
1812
2157
  insurance
1813
2158
  difficultiesObtainingInsurance
1814
2159
  abnormalRiseInPremiums
1815
2160
  yesNo
2161
+ detailsAnalysis
1816
2162
  details
1817
2163
  subjectToHighExcesses
1818
2164
  yesNo
2165
+ detailsAnalysis
1819
2166
  details
1820
2167
  subjectToUnusualConditions
1821
2168
  yesNo
2169
+ detailsAnalysis
1822
2170
  details
1823
2171
  refused
1824
2172
  yesNo
2173
+ detailsAnalysis
1825
2174
  details
1826
2175
  isInsured
1827
2176
  details
1828
2177
  landlordInsuresIfFlat
2178
+ whoInsures
1829
2179
  insuranceClaims
1830
2180
  yesNo
2181
+ detailsAnalysis
1831
2182
  details
1832
2183
  rightsAndInformalArrangements
1833
2184
  sharedContributions
1834
2185
  yesNo
1835
2186
  details
2187
+ disagreementOrComplaint
2188
+ yesNo
2189
+ details
1836
2190
  neighbouringLandRights
1837
2191
  yesNo
1838
2192
  details
2193
+ disagreementOrComplaint
2194
+ yesNo
2195
+ details
1839
2196
  attachments
1840
2197
  accessRestrictionAttempts
1841
2198
  yesNo
@@ -1845,6 +2202,9 @@
1845
2202
  yesNo
1846
2203
  details
1847
2204
  attachments
2205
+ privateRightOfWay
2206
+ yesNo
2207
+ details
1848
2208
  rightsOfLight
1849
2209
  yesNo
1850
2210
  details
@@ -1866,8 +2226,20 @@
1866
2226
  otherRights
1867
2227
  yesNo
1868
2228
  details
2229
+ disagreementOrComplaint
2230
+ yesNo
2231
+ details
2232
+ askedOthersToContribute
2233
+ yesNo
2234
+ details
2235
+ disagreementOrComplaint
2236
+ yesNo
2237
+ details
1869
2238
  environmentalIssues
1870
2239
  flooding
2240
+ floodRiskReport
2241
+ hasReportBeenPrepared
2242
+ attachments
1871
2243
  floodRisk
1872
2244
  riskIndicator
1873
2245
  actionAlertRating
@@ -1891,6 +2263,9 @@
1891
2263
  floodDefences
1892
2264
  hasFloodDefences
1893
2265
  details
2266
+ stormFireFloodDamage
2267
+ yesNo
2268
+ details
1894
2269
  radon
1895
2270
  radonRisk
1896
2271
  riskIndicator
@@ -2102,6 +2477,14 @@
2102
2477
  details
2103
2478
  attachments
2104
2479
  additionalInformation
2480
+ consents
2481
+ attachments
2482
+ consentsAttached
2483
+ consentsToFollow
2484
+ consentsNotAvailable
2485
+ furtherInformation
2486
+ details
2487
+ attachments
2105
2488
  restrictionsOnUseNotCompliedWith
2106
2489
  yesNo
2107
2490
  details
@@ -2128,19 +2511,24 @@
2128
2511
  legalBoundaries
2129
2512
  partOutsideLegalOwnership
2130
2513
  yesNo
2514
+ detailsAnalysis
2131
2515
  details
2132
2516
  partOnSeparateSiteOrDeed
2133
2517
  yesNo
2518
+ detailsAnalysis
2134
2519
  details
2135
2520
  boundariesDifferFromTitlePlan
2136
2521
  yesNo
2522
+ detailsAnalysis
2137
2523
  details
2138
2524
  attachments
2139
2525
  boundaryAlterationProposal
2140
2526
  yesNo
2527
+ detailsAnalysis
2141
2528
  details
2142
2529
  ownership
2143
2530
  areBoundariesUniform
2531
+ detailsAnalysis
2144
2532
  uniformBoundaries
2145
2533
  left
2146
2534
  right
@@ -2150,12 +2538,15 @@
2150
2538
  attachments
2151
2539
  haveBoundaryFeaturesMoved
2152
2540
  yesNo
2541
+ detailsAnalysis
2153
2542
  details
2154
2543
  adjacentLandIncluded
2155
2544
  yesNo
2545
+ detailsAnalysis
2156
2546
  details
2157
2547
  flyingFreehold
2158
2548
  yesNo
2549
+ detailsAnalysis
2159
2550
  details
2160
2551
  servicesCrossing
2161
2552
  pipesWiresCablesDrainsToProperty
@@ -2177,6 +2568,7 @@
2177
2568
  attachments
2178
2569
  electricalWorkSince2005
2179
2570
  yesNo
2571
+ detailsAnalysis
2180
2572
  yearWorkCarriedOut
2181
2573
  details
2182
2574
  suppliedCertificate
@@ -2198,6 +2590,7 @@
2198
2590
  hasValidGuaranteesOrWarranties
2199
2591
  newHomeWarranty
2200
2592
  yesNo
2593
+ detailsAnalysis
2201
2594
  details
2202
2595
  attachments
2203
2596
  roofingWork
@@ -2215,12 +2608,23 @@
2215
2608
  doubleGlazing
2216
2609
  yesNo
2217
2610
  attachments
2611
+ fensaCertificates
2612
+ certificates[
2613
+ certificateId
2614
+ numberOfWindows
2615
+ numberOfDoors
2616
+ certificateIssued
2617
+ workCompleted
2618
+ ]
2218
2619
  electricalRepairOrInstallation
2219
2620
  yesNo
2220
2621
  attachments
2221
2622
  subsidenceWork
2222
2623
  yesNo
2223
2624
  attachments
2625
+ insulation
2626
+ yesNo
2627
+ attachments
2224
2628
  solarPanels
2225
2629
  yesNo
2226
2630
  attachments
@@ -2230,10 +2634,15 @@
2230
2634
  attachments
2231
2635
  outstandingClaimsOrApplications
2232
2636
  yesNo
2637
+ detailsAnalysis
2233
2638
  details
2234
2639
  attachments
2640
+ breachOfTermsOrConditions
2641
+ yesNo
2642
+ details
2235
2643
  titleDefectInsurance
2236
2644
  yesNo
2645
+ detailsAnalysis
2237
2646
  details
2238
2647
  attachments
2239
2648
  occupiers
@@ -2287,7 +2696,7 @@
2287
2696
  sellerSignatures[
2288
2697
  name
2289
2698
  signedOn
2290
- externalIds
2699
+ externalIds{*}
2291
2700
  ]
2292
2701
  localSearches
2293
2702
  localLandCharges[
@@ -3233,7 +3642,14 @@
3233
3642
  documentDate
3234
3643
  retrievedOn
3235
3644
  filedUnder
3645
+ summary
3646
+ availability
3647
+ availabilityCode
3648
+ entryNumbers[]
3649
+ backdated
3236
3650
  ]
3651
+ keyFacts
3652
+ covenantAnalysis
3237
3653
  ]
3238
3654
  searches[
3239
3655
  displayName
@@ -3251,7 +3667,714 @@
3251
3667
  fileName
3252
3668
  mimeType
3253
3669
  documentType
3254
- externalIds
3670
+ externalIds{*}
3671
+ isDeleted
3672
+ summary
3673
+ ]
3674
+ surveys[
3675
+ outside
3676
+ chimneyStacks
3677
+ condition
3678
+ inspectionLimitations
3679
+ defects
3680
+ advisories
3681
+ notes
3682
+ visibility
3683
+ visibilityRestriction
3684
+ flashings
3685
+ defectsFlag
3686
+ defectsList
3687
+ photos[
3688
+ photoId
3689
+ report
3690
+ ]
3691
+ roofCoverings
3692
+ condition
3693
+ defects
3694
+ advisories
3695
+ notes
3696
+ visibility
3697
+ restriction
3698
+ features
3699
+ mainPitchedCovering
3700
+ mainPitchedFeatures
3701
+ mainFlatCovering
3702
+ mainFlatFeatures
3703
+ additionalPitchedCovering
3704
+ additionalPitchedFeatures
3705
+ additionalDetail
3706
+ additionalFeatures
3707
+ bay
3708
+ bayFeatures
3709
+ dormer
3710
+ dormerFeatures
3711
+ defectsGeneral
3712
+ photos[
3713
+ photoId
3714
+ report
3715
+ ]
3716
+ mainPitchedDefects
3717
+ mainPitchedDefectsDetail
3718
+ mainFlatDefects
3719
+ mainFlatDefectsDetail
3720
+ additionalPitchedDefects
3721
+ additionalPitchedDefectsDetail
3722
+ additionalFlatDefects
3723
+ additionalFlatDefectsDetail
3724
+ bayDefects
3725
+ bayDefectsDetail
3726
+ dormerDefects
3727
+ dormerDefectsDetail
3728
+ rainwaterPipesGutters
3729
+ condition
3730
+ inspectionLimitations
3731
+ defects
3732
+ advisories
3733
+ notes
3734
+ visibility
3735
+ restrictions
3736
+ features
3737
+ gutterDescription
3738
+ downpipeDescription
3739
+ hopperHeadDescription
3740
+ gutterIssues
3741
+ gutterIssueLocation
3742
+ gutterDefect
3743
+ downpipeDefect
3744
+ hopperHeadDefect
3745
+ photos[
3746
+ photoId
3747
+ report
3748
+ ]
3749
+ mainWalls
3750
+ condition
3751
+ inspectionLimitations
3752
+ defects
3753
+ advisories
3754
+ notes
3755
+ visibility
3756
+ restrictions
3757
+ externalElevation
3758
+ construction
3759
+ features
3760
+ dpc
3761
+ structuralMovement
3762
+ movementType
3763
+ movementCause
3764
+ movementStatus
3765
+ otherDefects
3766
+ otherDefectsDescription
3767
+ cladding
3768
+ fireRisk
3769
+ advice
3770
+ extensions
3771
+ movementLocation
3772
+ photos[
3773
+ photoId
3774
+ report
3775
+ ]
3776
+ extension1
3777
+ detail
3778
+ construction
3779
+ dpc
3780
+ defects
3781
+ defectDescription
3782
+ movementType
3783
+ movementCause
3784
+ movementStatus
3785
+ extension2
3786
+ detail
3787
+ construction
3788
+ dpc
3789
+ defects
3790
+ defectDescription
3791
+ movementType
3792
+ movementCause
3793
+ movementStatus
3794
+ extension3
3795
+ detail
3796
+ construction
3797
+ dpc
3798
+ defects
3799
+ defectDescription
3800
+ movementType
3801
+ movementCause
3802
+ movementStatus
3803
+ windows
3804
+ condition
3805
+ inspectionLimitations
3806
+ defects
3807
+ advisories
3808
+ notes
3809
+ visibility
3810
+ visibilityRestrictions
3811
+ glazingType
3812
+ glazingDescription
3813
+ glazingHeight
3814
+ glazingSafety
3815
+ glazingDefects
3816
+ glazingDefectList
3817
+ photos[
3818
+ photoId
3819
+ report
3820
+ ]
3821
+ outsideDoors
3822
+ condition
3823
+ inspectionLimitations
3824
+ defects
3825
+ advisories
3826
+ notes
3827
+ visibility
3828
+ restrictions
3829
+ glazingDescription
3830
+ glazingType
3831
+ glazingHeight
3832
+ glazingSafety
3833
+ glazingDefects
3834
+ glazingDefectDetails
3835
+ photos[
3836
+ photoId
3837
+ report
3838
+ ]
3839
+ conservatoryPorches
3840
+ condition
3841
+ inspectionLimitations
3842
+ defects
3843
+ advisories
3844
+ notes
3845
+ conservatory
3846
+ porch
3847
+ restrictions
3848
+ visibility
3849
+ conservatoryWall
3850
+ conservatoryFrame
3851
+ conservatoryGlazing
3852
+ conservatoryRoof
3853
+ conservatorySeparate
3854
+ conservatoryHeating
3855
+ porchWall
3856
+ porchFrame
3857
+ porchGlazing
3858
+ porchRoof
3859
+ porchPitched
3860
+ porchFlat
3861
+ defectsFlag
3862
+ defectLocation
3863
+ conservatoryEconomic
3864
+ conservatoryStructural
3865
+ conservatoryMovement
3866
+ conservatoryMovementCause
3867
+ conservatoryMovementStatus
3868
+ conservatoryDefects
3869
+ conservatoryDefectDetail
3870
+ porchEconomic
3871
+ porchStructural
3872
+ porchMovement
3873
+ porchMovementCause
3874
+ porchMovementStatus
3875
+ porchDefects
3876
+ porchDefectDetail
3877
+ photos[
3878
+ photoId
3879
+ report
3880
+ ]
3881
+ otherJoinery
3882
+ condition
3883
+ inspectionLimitations
3884
+ defects
3885
+ advisories
3886
+ notes
3887
+ visibility
3888
+ restrictions
3889
+ features
3890
+ fasciaDescription
3891
+ bargeboardsDescription
3892
+ soffitsDescription
3893
+ claddingDescription
3894
+ issues
3895
+ issueLocation
3896
+ issueDetail
3897
+ photos[
3898
+ photoId
3899
+ report
3900
+ ]
3901
+ other
3902
+ condition
3903
+ inspectionLimitations
3904
+ defects
3905
+ advisories
3906
+ notes
3907
+ visibility
3908
+ defectsFlag
3909
+ defectDetail
3910
+ fireSafety
3911
+ photos[
3912
+ photoId
3913
+ report
3914
+ ]
3915
+ inside
3916
+ roofStructure
3917
+ condition
3918
+ inspectionLimitations
3919
+ defects
3920
+ advisories
3921
+ notes
3922
+ visibility
3923
+ restrictions
3924
+ lining
3925
+ insulation
3926
+ firewall
3927
+ features
3928
+ photos
3929
+ photoId
3930
+ report
3931
+ additional1Visibility
3932
+ additional1Restrictions
3933
+ additional1Description
3934
+ additional1Lining
3935
+ additional1Insulation
3936
+ additional1Defects
3937
+ additional1DefectDetail
3938
+ additional2Visibility
3939
+ additional2Restrictions
3940
+ additional2Description
3941
+ additional2Lining
3942
+ additional2Insulation
3943
+ additional2Defects
3944
+ additional2DefectDetail
3945
+ defectDetail
3946
+ ceilings
3947
+ condition
3948
+ inspectionLimitations
3949
+ defects
3950
+ advisories
3951
+ notes
3952
+ visibility
3953
+ restrictions
3954
+ defectDetail
3955
+ integralGarageDefects
3956
+ photos
3957
+ photoId
3958
+ report
3959
+ wallsPartitions
3960
+ condition
3961
+ inspectionLimitations
3962
+ defects
3963
+ advisories
3964
+ notes
3965
+ visibility
3966
+ restrictions
3967
+ construction
3968
+ adequateSupport
3969
+ wallFinish
3970
+ defectsMinor
3971
+ defectsMajor
3972
+ photos
3973
+ photoId
3974
+ report
3975
+ floors
3976
+ condition
3977
+ inspectionLimitations
3978
+ defects
3979
+ advisories
3980
+ notes
3981
+ visibility
3982
+ restrictions
3983
+ generalDefects
3984
+ solidDefects
3985
+ timberDefects
3986
+ photos
3987
+ photoId
3988
+ report
3989
+ fireplaces
3990
+ condition
3991
+ inspectionLimitations
3992
+ defects
3993
+ advisories
3994
+ notes
3995
+ visibility
3996
+ restrictions
3997
+ defectDetail
3998
+ photos
3999
+ photoId
4000
+ report
4001
+ builtinFittings
4002
+ condition
4003
+ inspectionLimitations
4004
+ defects
4005
+ advisories
4006
+ notes
4007
+ visibility
4008
+ restrictions
4009
+ defectDetail
4010
+ advice
4011
+ photos
4012
+ photoId
4013
+ report
4014
+ woodwork
4015
+ condition
4016
+ inspectionLimitations
4017
+ defects
4018
+ advisories
4019
+ notes
4020
+ visibility
4021
+ restrictions
4022
+ doorDescription
4023
+ stairDescription
4024
+ joineryDescription
4025
+ defectsDetail
4026
+ defectsDoorsWindows
4027
+ defectsStairs
4028
+ photos
4029
+ photoId
4030
+ report
4031
+ bathroomFittings
4032
+ condition
4033
+ inspectionLimitations
4034
+ defects
4035
+ advisories
4036
+ notes
4037
+ visibility
4038
+ restrictions
4039
+ defectDetail
4040
+ photos
4041
+ photoId
4042
+ report
4043
+ other
4044
+ condition
4045
+ inspectionLimitations
4046
+ defects
4047
+ advisories
4048
+ notes
4049
+ visibility
4050
+ roofConversion
4051
+ cellar
4052
+ commonAreas
4053
+ alarms
4054
+ defectsRoof
4055
+ defectsBasement
4056
+ defectsOther
4057
+ photos
4058
+ photoId
4059
+ report
4060
+ services
4061
+ electricity
4062
+ condition
4063
+ inspectionLimitations
4064
+ defects
4065
+ advisories
4066
+ notes
4067
+ photos[
4068
+ photoId
4069
+ report
4070
+ ]
4071
+ visibility
4072
+ restrictions
4073
+ meter
4074
+ consumerUnit
4075
+ cutOffDevices
4076
+ wiring
4077
+ additionalFeatures
4078
+ supplementary
4079
+ testCertificate
4080
+ defectsPresent
4081
+ defectDetail
4082
+ gasOil
4083
+ condition
4084
+ inspectionLimitations
4085
+ defects
4086
+ advisories
4087
+ notes
4088
+ photos[
4089
+ photoId
4090
+ report
4091
+ ]
4092
+ visibility
4093
+ restrictions
4094
+ meter
4095
+ privateGas
4096
+ tankLocation
4097
+ tankInside
4098
+ tankOutside
4099
+ tankType
4100
+ testCertificate
4101
+ defectsPresent
4102
+ defectDetail
4103
+ water
4104
+ condition
4105
+ inspectionLimitations
4106
+ defects
4107
+ advisories
4108
+ notes
4109
+ photos[
4110
+ photoId
4111
+ report
4112
+ ]
4113
+ visibility
4114
+ restrictions
4115
+ stopTap
4116
+ supply
4117
+ distribution
4118
+ storageTank
4119
+ defectsPresent
4120
+ defectDetail
4121
+ heating
4122
+ condition
4123
+ inspectionLimitations
4124
+ defects
4125
+ advisories
4126
+ notes
4127
+ photos[
4128
+ photoId
4129
+ report
4130
+ ]
4131
+ visibility
4132
+ restrictions
4133
+ extent
4134
+ source
4135
+ emitter
4136
+ pipework
4137
+ controls
4138
+ otherFeatures
4139
+ testCertificate
4140
+ defectsPresent
4141
+ defectDetail
4142
+ waterHeating
4143
+ condition
4144
+ inspectionLimitations
4145
+ defects
4146
+ advisories
4147
+ notes
4148
+ photos[
4149
+ photoId
4150
+ report
4151
+ ]
4152
+ visibility
4153
+ restrictions
4154
+ primarySource
4155
+ supplementarySource
4156
+ storage
4157
+ pipework
4158
+ defectsPresent
4159
+ defectDetail
4160
+ drainage
4161
+ condition
4162
+ inspectionLimitations
4163
+ defects
4164
+ advisories
4165
+ notes
4166
+ photos[
4167
+ photoId
4168
+ report
4169
+ ]
4170
+ visibility
4171
+ restrictions
4172
+ system
4173
+ privateSystem
4174
+ location
4175
+ runOff
4176
+ features
4177
+ defectsPresent
4178
+ defectDetail
4179
+ commonServices
4180
+ condition
4181
+ inspectionLimitations
4182
+ defects
4183
+ advisories
4184
+ notes
4185
+ photos[
4186
+ photoId
4187
+ report
4188
+ ]
4189
+ visibility
4190
+ type
4191
+ defectsPresent
4192
+ defectDetail
4193
+ grounds
4194
+ garage
4195
+ condition
4196
+ inspectionLimitations
4197
+ defects
4198
+ advisories
4199
+ notes
4200
+ photos
4201
+ photoId
4202
+ report
4203
+ visibility
4204
+ restrictions
4205
+ wallConstruction
4206
+ roofConstruction
4207
+ location
4208
+ structuralMovement
4209
+ movementType
4210
+ movementStatus
4211
+ hasDefects
4212
+ defectDetail
4213
+ permanentOutbuildings
4214
+ condition
4215
+ inspectionLimitations
4216
+ defects
4217
+ advisories
4218
+ notes
4219
+ photos
4220
+ photoId
4221
+ report
4222
+ visibility
4223
+ restrictions
4224
+ type
4225
+ wallConstruction
4226
+ roofConstruction
4227
+ location
4228
+ hasDefects
4229
+ defectDetail
4230
+ other
4231
+ condition
4232
+ inspectionLimitations
4233
+ defects
4234
+ advisories
4235
+ notes
4236
+ photos
4237
+ photoId
4238
+ report
4239
+ visibility
4240
+ restrictions
4241
+ gardens
4242
+ exceed1Acre
4243
+ boundaries
4244
+ fenceDescription
4245
+ fenceIssues
4246
+ fenceDefects
4247
+ wallDescription
4248
+ wallIssues
4249
+ wallDefects
4250
+ hedgeDescription
4251
+ hedgeIssues
4252
+ hedgeDefects
4253
+ otherBoundaryDescription
4254
+ hardscaping
4255
+ drivewayLandscaping
4256
+ driveMaterial
4257
+ driveDefects
4258
+ driveDefectDetail
4259
+ patioMaterial
4260
+ patioDefects
4261
+ patioDefectDetail
4262
+ pathMaterial
4263
+ pathDefects
4264
+ pathDefectDetail
4265
+ deckingMaterial
4266
+ deckingDefects
4267
+ deckingDefectDetail
4268
+ buildingRegs
4269
+ otherFeatures
4270
+ japaneseKnotweed
4271
+ otherDefects
4272
+ otherDefectDetail
4273
+ legalIssues
4274
+ notes
4275
+ regulation
4276
+ guarantees
4277
+ otherMatters
4278
+ rightsOfWay
4279
+ risks
4280
+ buildingRisks
4281
+ groundsRisks
4282
+ peopleRisks
4283
+ otherRisks
4284
+ propertyValuation
4285
+ valuation
4286
+ valuationDiscriminator
4287
+ value
4288
+ valueWords
4289
+ reinstatement
4290
+ reinstatementWords
4291
+ tenure
4292
+ lease
4293
+ areaOfProperty
4294
+ valuationInformation
4295
+ additionalAssumptions
4296
+ considerations
4297
+ declaration
4298
+ surveyorQuals
4299
+ companyAddress
4300
+ phoneNumber
4301
+ faxNumber
4302
+ email
4303
+ website
4304
+ clientName
4305
+ misc
4306
+ photoFront
4307
+ value
4308
+ photoId
4309
+ report
4310
+ areaOfProperty
4311
+ value
4312
+ photoId
4313
+ report
4314
+ reportDate
4315
+ epc
4316
+ agentName
4317
+ access
4318
+ propertyQuestions
4319
+ propertyChanges
4320
+ alterations
4321
+ furnishings
4322
+ floorCoverings
4323
+ propertyType
4324
+ accommodationLocation
4325
+ propertyStyle
4326
+ topography
4327
+ floodingRisk
4328
+ coastalLocation
4329
+ siteRisk
4330
+ highVoltage
4331
+ buildFormat
4332
+ areaDetails
4333
+ groundRentType
4334
+ conservationArea
4335
+ valuationFactor
4336
+ conflict
4337
+ conflictType
4338
+ suspiciousActivity
4339
+ btl
4340
+ photoConsent
4341
+ adjacentCommercial
4342
+ commercialLocation
4343
+ commercialTypeAbove
4344
+ commercialTypeAdjacent
4345
+ separateAccess
4346
+ communal
4347
+ communalFacilities
4348
+ listedBuilding
4349
+ listedClassification
4350
+ exla
4351
+ exNature
4352
+ tenureSource
4353
+ roadType
4354
+ roadMadeUp
4355
+ pedestrian
4356
+ constructionType
4357
+ nonTradType
4358
+ nonTradSystem
4359
+ designatedDefective
4360
+ epcAvailable
4361
+ epcReason
4362
+ epcDiscrepancies
4363
+ epcDiscrepancyDetail
4364
+ ]
4365
+ valuations[
4366
+ valuationId
4367
+ valuationTimestamp
4368
+ capitalValue
4369
+ confidenceLevel
4370
+ confidenceBand
4371
+ rentalValue
4372
+ rentalConfidenceLevel
4373
+ reinstatementCost
4374
+ checkValuationResult
4375
+ instructionType
4376
+ valuationContext
4377
+ valuationType
3255
4378
  ]
3256
4379
  valuationComparisonData
3257
4380
  propertyDetails[
@@ -3293,7 +4416,7 @@
3293
4416
  template
3294
4417
  name
3295
4418
  url
3296
- externalIds
4419
+ externalIds{*}
3297
4420
  requiredSignatories[
3298
4421
  role
3299
4422
  requiresAll
@@ -3302,13 +4425,13 @@
3302
4425
  signatures[
3303
4426
  name
3304
4427
  signedOn
3305
- externalIds
4428
+ externalIds{*}
3306
4429
  ]
3307
4430
  ]
3308
4431
  chain
3309
4432
  onwardPurchase[
3310
4433
  transactionId
3311
- externalIds
4434
+ externalIds{*}
3312
4435
  address
3313
4436
  buildingNumber
3314
4437
  buildingName
@@ -3322,4 +4445,75 @@
3322
4445
  homeNation
3323
4446
  uprn
3324
4447
  sellingAgent
3325
- ]
4448
+ ]
4449
+ milestones
4450
+ listed
4451
+ expected
4452
+ completed
4453
+ legalForms
4454
+ started
4455
+ completed
4456
+ soldSubjectToContract
4457
+ completed
4458
+ searches
4459
+ started
4460
+ expected
4461
+ completed
4462
+ enquiries
4463
+ started
4464
+ completed
4465
+ exchangeOfContracts
4466
+ expected
4467
+ completed
4468
+ completion
4469
+ started
4470
+ expected
4471
+ completed
4472
+ offers{*}
4473
+ amount
4474
+ currency
4475
+ status
4476
+ inclusions[]
4477
+ exclusions[]
4478
+ conditions[]
4479
+ externalIds{*}
4480
+ buyerCircumstances
4481
+ intendedUse
4482
+ firstTimeBuyer
4483
+ rightToBuy
4484
+ ltdCompanyPurchase
4485
+ numberOfOwners
4486
+ numberOfExpats
4487
+ giftedEquity
4488
+ numberOfGiftedDeposits
4489
+ requiresMortgage
4490
+ helpToBuyEquityLoan
4491
+ armedForcesHelpToBuy
4492
+ numberOfHelpToBuyIsas
4493
+ bridgingFinanceRepresentation
4494
+ depositAmount
4495
+ loanToValue
4496
+ numberOfBorrowers
4497
+ jointProprietorSoleMortgagor
4498
+ soleProprietorJointMortgagor
4499
+ deedOfPostponement
4500
+ separateRepresentation
4501
+ oldestBorrowerAge
4502
+ mortgageTerm
4503
+ adverseCredit
4504
+ employmentType
4505
+ existingMortgagedProperties
4506
+ annualIncome
4507
+ residencyStatus
4508
+ nominatedLender
4509
+ enquiries{*}
4510
+ subject
4511
+ status
4512
+ messages{*}
4513
+ datetime
4514
+ originatorRole
4515
+ destinationRole
4516
+ messageText
4517
+ pdtfPath
4518
+ externalIds{*}
4519
+ resolutionCondition