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

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 +13 -10
  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 +8190 -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 +94 -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 +1653 -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 +5 -1
  70. package/src/schemas/v3/overlays/extensions/ic.json +42 -8
  71. package/src/schemas/v3/overlays/sef25.json +16 -2
  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,6 +1,10 @@
1
1
  {
2
2
  "transactionId": "string",
3
- "externalIds": {},
3
+ "externalIds": {
4
+ "*": {
5
+ "*": {}
6
+ }
7
+ },
4
8
  "status": "string",
5
9
  "participants": [
6
10
  {
@@ -21,7 +25,7 @@
21
25
  "street": "string",
22
26
  "line1": "string",
23
27
  "line2": "string",
24
- "line 3": "string",
28
+ "line3": "string",
25
29
  "town": "string",
26
30
  "postcode": "string",
27
31
  "homeNation": "string",
@@ -30,13 +34,57 @@
30
34
  "organisation": "string",
31
35
  "organisationReference": "string",
32
36
  "role": "variant",
33
- "externalIds": {},
37
+ "externalIds": {
38
+ "*": {
39
+ "*": {}
40
+ }
41
+ },
34
42
  "participantStatus": "string",
43
+ "verification": {
44
+ "identity": {
45
+ "status": "string",
46
+ "result": "string",
47
+ "reports": [
48
+ {
49
+ "reportName": "string",
50
+ "result": "string",
51
+ "details": "string"
52
+ }
53
+ ]
54
+ },
55
+ "antiMoneyLaundering": {
56
+ "status": "string",
57
+ "result": "string",
58
+ "reports": [
59
+ {
60
+ "reportName": "string",
61
+ "result": "string",
62
+ "details": "string"
63
+ }
64
+ ]
65
+ },
66
+ "sourceOfFunds": {
67
+ "status": "string",
68
+ "result": "string",
69
+ "reports": [
70
+ {
71
+ "reportName": "string",
72
+ "result": "string",
73
+ "details": "string"
74
+ }
75
+ ]
76
+ }
77
+ },
78
+ "offerId": "string",
35
79
  "sellersCapacity": {
36
80
  "capacity": "variant",
37
81
  "sellersCapacityDetails": "string",
38
- "attachments": "string"
39
- }
82
+ "attachments": "string",
83
+ "companyName": "string",
84
+ "companyNumber": "string",
85
+ "countryOfIncorporation": "string"
86
+ },
87
+ "dateBecameOwnerOrAuthority": "string"
40
88
  }
41
89
  ],
42
90
  "propertyPack": {
@@ -61,6 +109,11 @@
61
109
  "easting": "number",
62
110
  "northing": "number"
63
111
  },
112
+ "ruralUrbanClassification": "string",
113
+ "ruralUrbanCode": "string",
114
+ "region": "string",
115
+ "parish": "string",
116
+ "outputArea": "string",
64
117
  "googleStreetViewPOV": {
65
118
  "heading": "number",
66
119
  "pitch": "number",
@@ -109,6 +162,7 @@
109
162
  "hasLift": "string",
110
163
  "overCommercialPremises": {
111
164
  "isLocatedOverCommercialPremises": "variant",
165
+ "detailsAnalysis": {},
112
166
  "details": "string"
113
167
  }
114
168
  },
@@ -226,6 +280,8 @@
226
280
  "ownership": {
227
281
  "numberOfSellers": "integer",
228
282
  "numberOfNonUkResidentSellers": "integer",
283
+ "outstandingMortgage": "string",
284
+ "existingLender": "string",
229
285
  "hasHelpToBuyEquityLoan": "string",
230
286
  "isFirstRegistration": "string",
231
287
  "isLimitedCompanySale": "string",
@@ -239,6 +295,10 @@
239
295
  "details": "string",
240
296
  "amount": "number"
241
297
  },
298
+ "titleRestrictions": {
299
+ "yesNo": "variant",
300
+ "details": "string"
301
+ },
242
302
  "wholeFreeholdForSale": {
243
303
  "yesNo": "variant",
244
304
  "details": "string"
@@ -348,7 +408,20 @@
348
408
  "other": {
349
409
  "isApplicableParty": "variant",
350
410
  "feeIncludingVAT": "number",
351
- "noticeViaEmail": "string"
411
+ "noticeViaEmail": "string",
412
+ "contact": {
413
+ "nameOrOrganisation": "string",
414
+ "address": {
415
+ "line1": "string",
416
+ "line2": "string",
417
+ "line3": "string",
418
+ "town": "string",
419
+ "postcode": "string"
420
+ },
421
+ "telephone": "string",
422
+ "emailAddress": "string"
423
+ },
424
+ "capacity": "string"
352
425
  },
353
426
  "otherDetailsRequired": {
354
427
  "areOtherDetailsRequired": "variant",
@@ -510,11 +583,15 @@
510
583
  "feesForAdminServices": "string"
511
584
  },
512
585
  "confirmation": {
513
- "response": {},
586
+ "response": "boolean",
514
587
  "capacity": "string"
515
588
  }
516
589
  },
517
590
  "leaseholdInformation": {
591
+ "typeOfLeasehold": {
592
+ "leaseholdType": "variant",
593
+ "otherLeaseholdType": "string"
594
+ },
518
595
  "sharedOwnership": {
519
596
  "isSharedOwnership": "variant",
520
597
  "sharedOwnershipPercentage": "number",
@@ -590,6 +667,48 @@
590
667
  "feeType": "string"
591
668
  }
592
669
  },
670
+ "rightToManageCompany": {
671
+ "contact": {
672
+ "nameOrOrganisation": "string",
673
+ "address": {
674
+ "line1": "string",
675
+ "line2": "string",
676
+ "line3": "string",
677
+ "town": "string",
678
+ "postcode": "string"
679
+ },
680
+ "emailAddress": "string",
681
+ "telephone": "string"
682
+ }
683
+ },
684
+ "freeholder": {
685
+ "contact": {
686
+ "nameOrOrganisation": "string",
687
+ "address": {
688
+ "line1": "string",
689
+ "line2": "string",
690
+ "line3": "string",
691
+ "town": "string",
692
+ "postcode": "string"
693
+ },
694
+ "emailAddress": "string",
695
+ "telephone": "string"
696
+ }
697
+ },
698
+ "headLeaseHolder": {
699
+ "contact": {
700
+ "nameOrOrganisation": "string",
701
+ "address": {
702
+ "line1": "string",
703
+ "line2": "string",
704
+ "line3": "string",
705
+ "town": "string",
706
+ "postcode": "string"
707
+ },
708
+ "emailAddress": "string",
709
+ "telephone": "string"
710
+ }
711
+ },
593
712
  "managingAgent": {
594
713
  "contact": {
595
714
  "nameOrOrganisation": "string",
@@ -669,7 +788,20 @@
669
788
  "other": {
670
789
  "isApplicableParty": "variant",
671
790
  "feeIncludingVAT": "number",
672
- "noticeViaEmail": "string"
791
+ "noticeViaEmail": "string",
792
+ "contact": {
793
+ "nameOrOrganisation": "string",
794
+ "address": {
795
+ "line1": "string",
796
+ "line2": "string",
797
+ "line3": "string",
798
+ "town": "string",
799
+ "postcode": "string"
800
+ },
801
+ "telephone": "string",
802
+ "emailAddress": "string"
803
+ },
804
+ "capacity": "string"
673
805
  }
674
806
  },
675
807
  "noticeOfTransferAndCharge": {
@@ -696,16 +828,35 @@
696
828
  "other": {
697
829
  "isApplicableParty": "variant",
698
830
  "feeIncludingVAT": "number",
699
- "noticeViaEmail": "string"
831
+ "noticeViaEmail": "string",
832
+ "contact": {
833
+ "nameOrOrganisation": "string",
834
+ "address": {
835
+ "line1": "string",
836
+ "line2": "string",
837
+ "line3": "string",
838
+ "town": "string",
839
+ "postcode": "string"
840
+ },
841
+ "telephone": "string",
842
+ "emailAddress": "string"
843
+ },
844
+ "capacity": "string"
700
845
  },
701
846
  "otherDetailsRequired": {
702
847
  "areOtherDetailsRequired": "variant",
703
848
  "details": "string"
704
849
  }
705
850
  },
706
- "collectsGroundRent": "string",
851
+ "collectsGroundRent": {
852
+ "collector": "variant",
853
+ "otherCollector": "string"
854
+ },
707
855
  "collectsServiceCharges": "string",
708
- "collectsbuildingInsurancePremiums": "string",
856
+ "collectsbuildingInsurancePremiums": {
857
+ "collector": "variant",
858
+ "otherCollector": "string"
859
+ },
709
860
  "dealsWithDayToDayMaintenanceOfManagedArea": "string",
710
861
  "organisesBuildingInsurance": "string",
711
862
  "dealsWithDayToDayMaintenanceOfBuilding": {
@@ -730,6 +881,11 @@
730
881
  "isSellerAwareOfChanges": "variant",
731
882
  "details": "string",
732
883
  "attachments": "string"
884
+ },
885
+ "landlordConsents": {
886
+ "isSellerAwareOfLandlordConsents": "variant",
887
+ "details": "string",
888
+ "attachments": "string"
733
889
  }
734
890
  },
735
891
  "transferAndRegistration": {
@@ -756,6 +912,7 @@
756
912
  "isGroundRentPayable": "variant",
757
913
  "annualGroundRent": "number",
758
914
  "groundRentFrequency": "string",
915
+ "mostRecentGroundRentDemandStatus": "string",
759
916
  "rentSubjectToIncrease": {
760
917
  "yesNo": "variant",
761
918
  "rentReviewFrequency": "string",
@@ -780,12 +937,18 @@
780
937
  "buildingManagerType": "variant",
781
938
  "details": "string"
782
939
  },
783
- "hasTenantCompanyDissolved": "string",
784
- "isManagingAgentEmployed": "string"
940
+ "isManagingAgentEmployed": "string",
941
+ "sellerOwnership": {
942
+ "yesNo": "variant",
943
+ "attachments": "string"
944
+ },
945
+ "hasTenantCompanyDissolved": "variant",
946
+ "hasTenantCompanyDissolvedDetails": "string"
785
947
  },
786
948
  "serviceCharge": {
787
949
  "sellerContributesToServiceCharge": "variant",
788
950
  "annualServiceCharge": "number",
951
+ "mostRecentServiceChargeDemandStatus": "string",
789
952
  "largeAdditionalExpense": {
790
953
  "yesNo": "variant",
791
954
  "details": "string"
@@ -798,7 +961,10 @@
798
961
  "yesNo": "variant",
799
962
  "details": "string"
800
963
  },
801
- "dangerousCladdingOrDefects": "string",
964
+ "dangerousCladdingOrDefects": {
965
+ "yesNo": "variant",
966
+ "details": "string"
967
+ },
802
968
  "difficultyInCollectingServiceCharge": {
803
969
  "yesNo": "variant",
804
970
  "details": "string"
@@ -815,6 +981,7 @@
815
981
  },
816
982
  "excessPaymentAnticipated": {
817
983
  "yesNo": "variant",
984
+ "detailsAnalysis": {},
818
985
  "details": "string"
819
986
  },
820
987
  "lastDemandPeriod": {
@@ -827,6 +994,7 @@
827
994
  },
828
995
  "reserveFund": {
829
996
  "yesNo": "variant",
997
+ "detailsAnalysis": {},
830
998
  "details": "string",
831
999
  "contributionIncludedInServiceCharge": "string",
832
1000
  "sufficentToCoverSection20Expenditure": {
@@ -848,10 +1016,12 @@
848
1016
  },
849
1017
  "section20WorksProposed": {
850
1018
  "yesNo": "variant",
1019
+ "detailsAnalysis": {},
851
1020
  "details": "string"
852
1021
  },
853
1022
  "increaseInServiceChargeAnticipated": {
854
1023
  "yesNo": "variant",
1024
+ "detailsAnalysis": {},
855
1025
  "details": "string"
856
1026
  },
857
1027
  "outstandingServiceChargeConsultation": {
@@ -880,6 +1050,7 @@
880
1050
  "yesNo": "variant",
881
1051
  "details": "string"
882
1052
  },
1053
+ "mostRecentBuildingsInsuranceDemandStatus": "string",
883
1054
  "lastDemandPeriod": {
884
1055
  "from": "string",
885
1056
  "to": "string"
@@ -900,7 +1071,10 @@
900
1071
  "yesNo": "variant",
901
1072
  "riskAssessments": {
902
1073
  "assessmentsCarriedOut": "variant",
903
- "urgentWorksRecommended": "string"
1074
+ "urgentWorksRecommended": "variant",
1075
+ "urgentWorksCarriedOut": "string",
1076
+ "outstandingEnforcementAction": "variant",
1077
+ "dateRemedialActionRequired": "string"
904
1078
  }
905
1079
  },
906
1080
  "standardTermsAvailable": {
@@ -931,10 +1105,12 @@
931
1105
  },
932
1106
  "unresolvedDisputes": {
933
1107
  "yesNo": "variant",
1108
+ "detailsAnalysis": {},
934
1109
  "details": "string"
935
1110
  },
936
1111
  "breachOfTermsOfLease": {
937
1112
  "yesNo": "variant",
1113
+ "detailsAnalysis": {},
938
1114
  "details": "string"
939
1115
  }
940
1116
  },
@@ -954,6 +1130,7 @@
954
1130
  "alterations": {
955
1131
  "sellerAwareOfAlterations": {
956
1132
  "yesNo": "variant",
1133
+ "detailsAnalysis": {},
957
1134
  "details": "string",
958
1135
  "landlordConsentObtained": {
959
1136
  "yesNo": "variant",
@@ -1040,6 +1217,10 @@
1040
1217
  "managementCompanyAGMMinutes": "string",
1041
1218
  "enforcementNotices": "string"
1042
1219
  },
1220
+ "additionalInformation": {
1221
+ "details": "string",
1222
+ "attachments": "string"
1223
+ },
1043
1224
  "confirmationOfAccuracy": {
1044
1225
  "confirmation": "boolean",
1045
1226
  "capacity": "string"
@@ -1058,15 +1239,25 @@
1058
1239
  },
1059
1240
  "controlledParking": {
1060
1241
  "yesNo": "variant",
1061
- "annualCostOfPermit": "number"
1242
+ "costOfPermit": "number",
1243
+ "costOfPermitFrequency": "string"
1062
1244
  },
1063
1245
  "vehicleTypeRestriction": {
1064
1246
  "yesNo": "variant",
1065
1247
  "details": "string"
1066
1248
  },
1067
- "electricVehicleChargingPoint": {
1249
+ "droppedKerbAccess": {
1068
1250
  "yesNo": "string"
1069
1251
  },
1252
+ "electricVehicleChargingPoint": {
1253
+ "yesNo": "variant",
1254
+ "chargerDetails": "string",
1255
+ "chargerDetailsAttachments": "string",
1256
+ "cableCrossesPavement": {
1257
+ "yesNo": "variant",
1258
+ "details": "string"
1259
+ }
1260
+ },
1070
1261
  "locatedInUlez": {
1071
1262
  "yesNo": "string"
1072
1263
  }
@@ -1074,6 +1265,7 @@
1074
1265
  "listingAndConservation": {
1075
1266
  "isListed": {
1076
1267
  "yesNo": "variant",
1268
+ "detailsAnalysis": {},
1077
1269
  "details": "string",
1078
1270
  "attachments": "string"
1079
1271
  },
@@ -1086,6 +1278,8 @@
1086
1278
  "yesNo": "variant",
1087
1279
  "workCarriedOut": {
1088
1280
  "yesNo": "variant",
1281
+ "detailsAnalysis": {},
1282
+ "details": "string",
1089
1283
  "consentsObtained": "string",
1090
1284
  "attachments": "string"
1091
1285
  }
@@ -1094,11 +1288,13 @@
1094
1288
  "typeOfConstruction": {
1095
1289
  "isStandardForm": {
1096
1290
  "yesNo": "variant",
1291
+ "detailsAnalysis": {},
1097
1292
  "constructionType": "string",
1098
1293
  "details": "string"
1099
1294
  },
1100
1295
  "buildingSafety": {
1101
1296
  "yesNo": "variant",
1297
+ "detailsAnalysis": {},
1102
1298
  "details": "string",
1103
1299
  "workAlreadyDone": "string",
1104
1300
  "workToBeDone": "string",
@@ -1108,12 +1304,14 @@
1108
1304
  },
1109
1305
  "loft": {
1110
1306
  "loftAccess": "variant",
1307
+ "detailsAnalysis": {},
1111
1308
  "details": "string",
1112
1309
  "loftBoarded": "string",
1113
1310
  "loftInsulated": "string"
1114
1311
  },
1115
1312
  "sprayFoamInsulation": {
1116
1313
  "hasSprayFoamInstalled": "variant",
1314
+ "detailsAnalysis": {},
1117
1315
  "details": "string",
1118
1316
  "attachments": "string"
1119
1317
  },
@@ -1249,24 +1447,29 @@
1249
1447
  "disputesAndComplaints": {
1250
1448
  "hasDisputesAndComplaints": {
1251
1449
  "yesNo": "variant",
1450
+ "detailsAnalysis": {},
1252
1451
  "details": "string"
1253
1452
  },
1254
1453
  "leadingToDisputesAndComplaints": {
1255
1454
  "yesNo": "variant",
1455
+ "detailsAnalysis": {},
1256
1456
  "details": "string"
1257
1457
  }
1258
1458
  },
1259
1459
  "alterationsAndChanges": {
1260
1460
  "hasStructuralAlterations": {
1261
1461
  "yesNo": "variant",
1462
+ "detailsAnalysis": {},
1262
1463
  "details": "string",
1263
1464
  "buildingRegApproval": {
1264
1465
  "yesNo": "variant",
1466
+ "detailsAnalysis": {},
1265
1467
  "attachments": "string",
1266
1468
  "details": "string"
1267
1469
  },
1268
1470
  "planningPermission": {
1269
1471
  "yesNo": "variant",
1472
+ "detailsAnalysis": {},
1270
1473
  "attachments": "string",
1271
1474
  "details": "string"
1272
1475
  },
@@ -1283,10 +1486,12 @@
1283
1486
  },
1284
1487
  "changeOfUse": {
1285
1488
  "yesNo": "variant",
1489
+ "detailsAnalysis": {},
1286
1490
  "details": "string",
1287
1491
  "yearCompleted": "integer",
1288
1492
  "buildingRegApproval": {
1289
1493
  "yesNo": "variant",
1494
+ "detailsAnalysis": {},
1290
1495
  "attachments": "string",
1291
1496
  "details": "string"
1292
1497
  },
@@ -1306,12 +1511,19 @@
1306
1511
  "details": "string"
1307
1512
  }
1308
1513
  },
1514
+ "nonResidentialPurposes": {
1515
+ "yesNo": "variant",
1516
+ "details": "string",
1517
+ "attachments": "string"
1518
+ },
1309
1519
  "windowReplacementsSince2002": {
1310
1520
  "yesNo": "variant",
1521
+ "detailsAnalysis": {},
1311
1522
  "details": "string",
1312
1523
  "yearCompleted": "integer",
1313
1524
  "buildingRegApproval": {
1314
1525
  "yesNo": "variant",
1526
+ "detailsAnalysis": {},
1315
1527
  "attachments": "string",
1316
1528
  "details": "string"
1317
1529
  },
@@ -1329,14 +1541,40 @@
1329
1541
  "yesNo": "variant",
1330
1542
  "attachments": "string",
1331
1543
  "details": "string"
1544
+ },
1545
+ "workCompleted": {
1546
+ "yesNo": "variant",
1547
+ "details": "string"
1548
+ },
1549
+ "documents": "string"
1550
+ },
1551
+ "extension": {
1552
+ "yesNo": "variant",
1553
+ "details": "string",
1554
+ "workCompleted": {
1555
+ "yesNo": "variant",
1556
+ "details": "string"
1557
+ },
1558
+ "documents": "string",
1559
+ "planningPermission": {
1560
+ "yesNo": "variant",
1561
+ "attachments": "string",
1562
+ "details": "string"
1563
+ },
1564
+ "buildingRegApproval": {
1565
+ "yesNo": "variant",
1566
+ "attachments": "string",
1567
+ "details": "string"
1332
1568
  }
1333
1569
  },
1334
1570
  "hasAddedConservatory": {
1335
1571
  "yesNo": "variant",
1572
+ "detailsAnalysis": {},
1336
1573
  "details": "string",
1337
1574
  "yearCompleted": "integer",
1338
1575
  "buildingRegApproval": {
1339
1576
  "yesNo": "variant",
1577
+ "detailsAnalysis": {},
1340
1578
  "attachments": "string",
1341
1579
  "details": "string"
1342
1580
  },
@@ -1354,21 +1592,143 @@
1354
1592
  "yesNo": "variant",
1355
1593
  "attachments": "string",
1356
1594
  "details": "string"
1595
+ },
1596
+ "workCompleted": {
1597
+ "yesNo": "variant",
1598
+ "details": "string"
1599
+ },
1600
+ "documents": "string"
1601
+ },
1602
+ "loftConversion": {
1603
+ "yesNo": "variant",
1604
+ "details": "string",
1605
+ "workCompleted": {
1606
+ "yesNo": "variant",
1607
+ "details": "string"
1608
+ },
1609
+ "documents": "string",
1610
+ "planningPermission": {
1611
+ "yesNo": "variant",
1612
+ "attachments": "string",
1613
+ "details": "string"
1614
+ },
1615
+ "buildingRegApproval": {
1616
+ "yesNo": "variant",
1617
+ "attachments": "string",
1618
+ "details": "string"
1619
+ }
1620
+ },
1621
+ "garageConversion": {
1622
+ "yesNo": "variant",
1623
+ "details": "string",
1624
+ "workCompleted": {
1625
+ "yesNo": "variant",
1626
+ "details": "string"
1627
+ },
1628
+ "documents": "string",
1629
+ "planningPermission": {
1630
+ "yesNo": "variant",
1631
+ "attachments": "string",
1632
+ "details": "string"
1633
+ },
1634
+ "buildingRegApproval": {
1635
+ "yesNo": "variant",
1636
+ "attachments": "string",
1637
+ "details": "string"
1638
+ }
1639
+ },
1640
+ "removalOfInternalWalls": {
1641
+ "yesNo": "variant",
1642
+ "details": "string",
1643
+ "workCompleted": {
1644
+ "yesNo": "variant",
1645
+ "details": "string"
1646
+ },
1647
+ "documents": "string",
1648
+ "planningPermission": {
1649
+ "yesNo": "variant",
1650
+ "attachments": "string",
1651
+ "details": "string"
1652
+ },
1653
+ "buildingRegApproval": {
1654
+ "yesNo": "variant",
1655
+ "attachments": "string",
1656
+ "details": "string"
1657
+ }
1658
+ },
1659
+ "removalOfChimneyBreast": {
1660
+ "yesNo": "variant",
1661
+ "details": "string",
1662
+ "workCompleted": {
1663
+ "yesNo": "variant",
1664
+ "details": "string"
1665
+ },
1666
+ "documents": "string",
1667
+ "planningPermission": {
1668
+ "yesNo": "variant",
1669
+ "attachments": "string",
1670
+ "details": "string"
1671
+ },
1672
+ "buildingRegApproval": {
1673
+ "yesNo": "variant",
1674
+ "attachments": "string",
1675
+ "details": "string"
1676
+ }
1677
+ },
1678
+ "insulation": {
1679
+ "yesNo": "variant",
1680
+ "details": "string",
1681
+ "workCompleted": {
1682
+ "yesNo": "variant",
1683
+ "details": "string"
1684
+ },
1685
+ "documents": "string",
1686
+ "planningPermission": {
1687
+ "yesNo": "variant",
1688
+ "attachments": "string",
1689
+ "details": "string"
1690
+ },
1691
+ "buildingRegApproval": {
1692
+ "yesNo": "variant",
1693
+ "attachments": "string",
1694
+ "details": "string"
1695
+ }
1696
+ },
1697
+ "otherBuildingWorksOrChangesToTheProperty": {
1698
+ "yesNo": "variant",
1699
+ "details": "string",
1700
+ "workCompleted": {
1701
+ "yesNo": "variant",
1702
+ "details": "string"
1703
+ },
1704
+ "documents": "string",
1705
+ "planningPermission": {
1706
+ "yesNo": "variant",
1707
+ "attachments": "string",
1708
+ "details": "string"
1709
+ },
1710
+ "buildingRegApproval": {
1711
+ "yesNo": "variant",
1712
+ "attachments": "string",
1713
+ "details": "string"
1357
1714
  }
1358
1715
  },
1359
1716
  "worksUnfinished": {
1360
1717
  "yesNo": "variant",
1718
+ "detailsAnalysis": {},
1361
1719
  "details": "string",
1362
1720
  "attachments": "string"
1363
1721
  },
1364
1722
  "planningPermissionBreaches": {
1365
1723
  "yesNo": "variant",
1724
+ "detailsAnalysis": {},
1366
1725
  "details": "string",
1367
1726
  "willingToInsure": "string",
1368
1727
  "attachments": "string"
1369
1728
  },
1370
1729
  "unresolvedPlanningIssues": {
1371
1730
  "yesNo": "variant",
1731
+ "detailsAnalysis": {},
1372
1732
  "details": "string",
1373
1733
  "willingToInsure": "string",
1374
1734
  "attachments": "string"
@@ -1402,6 +1762,7 @@
1402
1762
  },
1403
1763
  "partyWallAct": {
1404
1764
  "yesNo": "variant",
1765
+ "detailsAnalysis": {},
1405
1766
  "details": "string",
1406
1767
  "attachments": "string"
1407
1768
  },
@@ -1423,12 +1784,17 @@
1423
1784
  "attachments": "string"
1424
1785
  },
1425
1786
  "japaneseKnotweed": {
1787
+ "knotweedSurveyCarriedOut": {
1788
+ "yesNo": "variant",
1789
+ "attachments": "string"
1790
+ },
1426
1791
  "yesNo": "variant",
1427
- "managementPlanInPlace": "string",
1792
+ "managementPlanInPlace": "variant",
1428
1793
  "attachments": "string"
1429
1794
  },
1430
1795
  "subsidenceOrStructuralFault": {
1431
1796
  "yesNo": "variant",
1797
+ "detailsAnalysis": {},
1432
1798
  "details": "string",
1433
1799
  "attachments": "string"
1434
1800
  },
@@ -1436,6 +1802,22 @@
1436
1802
  "yesNo": "variant",
1437
1803
  "details": "string",
1438
1804
  "attachments": "string"
1805
+ },
1806
+ "wellsDitchesShaft": {
1807
+ "yesNo": "variant",
1808
+ "details": "string"
1809
+ },
1810
+ "damagedOrExposedElectrics": {
1811
+ "yesNo": "variant",
1812
+ "details": "string"
1813
+ },
1814
+ "damageToFlooringOrStaircases": {
1815
+ "yesNo": "variant",
1816
+ "details": "string"
1817
+ },
1818
+ "knownAreasInPoorCondition": {
1819
+ "yesNo": "variant",
1820
+ "details": "string"
1439
1821
  }
1440
1822
  },
1441
1823
  "fixturesAndFittings": {
@@ -1717,6 +2099,7 @@
1717
2099
  {
1718
2100
  "itemName": "string",
1719
2101
  "isIncludedOrExcluded": "variant",
2102
+ "comments": "string",
1720
2103
  "price": "number"
1721
2104
  }
1722
2105
  ]
@@ -1807,6 +2190,7 @@
1807
2190
  {
1808
2191
  "itemName": "string",
1809
2192
  "isIncludedOrExcluded": "variant",
2193
+ "comments": "string",
1810
2194
  "price": "number"
1811
2195
  }
1812
2196
  ]
@@ -2032,21 +2416,28 @@
2032
2416
  "electricityMeter": {
2033
2417
  "location": "string",
2034
2418
  "attachments": "string",
2035
- "mpan": "integer"
2419
+ "mpan": "string"
2036
2420
  },
2037
2421
  "dateToBeConnected": "string"
2038
2422
  },
2039
2423
  "solarPanels": {
2040
2424
  "yesNo": "variant",
2041
2425
  "supplier": "string",
2426
+ "hotWaterOnly": "string",
2042
2427
  "yearInstalled": "integer",
2043
2428
  "panelsOwnedOutright": {
2044
2429
  "yesNo": "variant",
2430
+ "detailsAnalysis": {},
2045
2431
  "details": "string",
2046
- "attachments": "string"
2432
+ "attachments": "string",
2433
+ "associatedCost": {
2434
+ "frequency": "variant",
2435
+ "amount": "number"
2436
+ }
2047
2437
  },
2048
2438
  "panelProviderLease": {
2049
2439
  "yesNo": "variant",
2440
+ "detailsAnalysis": {},
2050
2441
  "details": "string",
2051
2442
  "attachments": "string"
2052
2443
  },
@@ -2055,13 +2446,28 @@
2055
2446
  "yesNo": "variant",
2056
2447
  "details": "string"
2057
2448
  },
2058
- "isConnectedToNationalGrid": "string",
2059
2449
  "photovoltaicMeterPanelLocation": {
2060
2450
  "attachments": "string"
2061
2451
  },
2062
- "photovoltaicBatteriesLocation": {
2452
+ "maintenanceAgreement": {
2453
+ "yesNo": "variant",
2063
2454
  "attachments": "string"
2064
2455
  },
2456
+ "photovoltaicBatteries": {
2457
+ "yesNo": "variant",
2458
+ "attachments": "string",
2459
+ "details": "string"
2460
+ },
2461
+ "nationalGrid": {
2462
+ "yesNo": "variant",
2463
+ "fitOrSegInPlace": {
2464
+ "yesNo": "variant",
2465
+ "fitSegAgreementCopy": "string",
2466
+ "attachments": "string",
2467
+ "fitSegAssignmentProcedure": "string"
2468
+ }
2469
+ },
2470
+ "installationCertificates": "string",
2065
2471
  "dateToBeConnected": "string"
2066
2472
  },
2067
2473
  "heatPump": {
@@ -2070,6 +2476,8 @@
2070
2476
  "supplier": "string",
2071
2477
  "dateInstalled": "string",
2072
2478
  "attachments": "string",
2479
+ "makeModel": "string",
2480
+ "serviceProviderName": "string",
2073
2481
  "dateToBeConnected": "string"
2074
2482
  },
2075
2483
  "otherSources": {
@@ -2088,6 +2496,10 @@
2088
2496
  "mainsWater": {
2089
2497
  "yesNo": "variant",
2090
2498
  "details": "string",
2499
+ "associatedCost": {
2500
+ "frequency": "variant",
2501
+ "amount": "number"
2502
+ },
2091
2503
  "supplier": "string",
2092
2504
  "stopcock": {
2093
2505
  "location": "string",
@@ -2142,14 +2554,25 @@
2142
2554
  },
2143
2555
  "plantDrainsIntoWaterway": {
2144
2556
  "yesNo": "variant",
2557
+ "hasInfiltrationSystem": {
2558
+ "yesNo": "string"
2559
+ },
2145
2560
  "dischargeCompliesWithGBR": "string"
2146
2561
  },
2562
+ "dateDischargeCommenced": {},
2563
+ "dateInstalled": "string",
2147
2564
  "dateReplaced": "string",
2148
2565
  "dateLastEmptied": "string",
2149
- "dateInstalled": "string",
2566
+ "supplier": "string",
2567
+ "makeModel": "string",
2568
+ "serviceProviderName": "string",
2150
2569
  "dateLastServiced": "string",
2151
2570
  "attachments": "string",
2152
2571
  "details": "string"
2572
+ },
2573
+ "associatedCost": {
2574
+ "frequency": "variant",
2575
+ "amount": "number"
2153
2576
  }
2154
2577
  },
2155
2578
  "surfaceDrainageCharge": {
@@ -2203,6 +2626,7 @@
2203
2626
  "heating": {
2204
2627
  "heatingSystem": {
2205
2628
  "heatingType": "variant",
2629
+ "detailsAnalysis": {},
2206
2630
  "centralHeatingDetails": {
2207
2631
  "centralHeatingFuel": {
2208
2632
  "centralHeatingFuelType": "variant",
@@ -2210,12 +2634,17 @@
2210
2634
  "gasMeter": {
2211
2635
  "location": "string",
2212
2636
  "attachments": "string",
2213
- "mprn": "integer"
2637
+ "mprn": "string"
2214
2638
  },
2215
2639
  "otherCentralHeatingFuelType": "string"
2216
2640
  },
2217
2641
  "centralHeatingInstalled": {},
2218
2642
  "boilerInstallationCertificate": {
2643
+ "yesNo": "variant",
2644
+ "boilerInstallationDate": {},
2645
+ "attachments": "string"
2646
+ },
2647
+ "replacementOtherThanBoiler": {
2219
2648
  "yesNo": "variant",
2220
2649
  "attachments": "string"
2221
2650
  },
@@ -2230,7 +2659,8 @@
2230
2659
  },
2231
2660
  "otherHeatingFeatures": [
2232
2661
  "string"
2233
- ]
2662
+ ],
2663
+ "multipleHeatingSystems": "string"
2234
2664
  },
2235
2665
  "connectivity": {
2236
2666
  "telephone": {
@@ -2244,7 +2674,7 @@
2244
2674
  "dateToBeConnected": "string"
2245
2675
  },
2246
2676
  "broadband": {
2247
- "typeOfConnection": "string",
2677
+ "typeOfConnection": "variant",
2248
2678
  "predictedSpeed": {
2249
2679
  "maxBbPredictedDown": "number",
2250
2680
  "maxBbPredictedUp": "number",
@@ -2254,7 +2684,8 @@
2254
2684
  "maxUfbbPredictedUp": "number",
2255
2685
  "maxPredictedDown": "number",
2256
2686
  "maxPredictedUp": "number"
2257
- }
2687
+ },
2688
+ "providerName": "string"
2258
2689
  },
2259
2690
  "mobilePhone": {
2260
2691
  "knownSignalIssues": {
@@ -2295,43 +2726,58 @@
2295
2726
  "voDataIndoor": "integer",
2296
2727
  "voDataIndoorNo4g": "integer"
2297
2728
  }
2298
- }
2729
+ },
2730
+ "otherServices": "string"
2299
2731
  },
2300
2732
  "insurance": {
2301
2733
  "difficultiesObtainingInsurance": {
2302
2734
  "abnormalRiseInPremiums": {
2303
2735
  "yesNo": "variant",
2736
+ "detailsAnalysis": {},
2304
2737
  "details": "string"
2305
2738
  },
2306
2739
  "subjectToHighExcesses": {
2307
2740
  "yesNo": "variant",
2741
+ "detailsAnalysis": {},
2308
2742
  "details": "string"
2309
2743
  },
2310
2744
  "subjectToUnusualConditions": {
2311
2745
  "yesNo": "variant",
2746
+ "detailsAnalysis": {},
2312
2747
  "details": "string"
2313
2748
  },
2314
2749
  "refused": {
2315
2750
  "yesNo": "variant",
2751
+ "detailsAnalysis": {},
2316
2752
  "details": "string"
2317
2753
  }
2318
2754
  },
2319
2755
  "isInsured": "variant",
2320
2756
  "details": "string",
2321
2757
  "landlordInsuresIfFlat": "string",
2758
+ "whoInsures": "string",
2322
2759
  "insuranceClaims": {
2323
2760
  "yesNo": "variant",
2761
+ "detailsAnalysis": {},
2324
2762
  "details": "string"
2325
2763
  }
2326
2764
  },
2327
2765
  "rightsAndInformalArrangements": {
2328
2766
  "sharedContributions": {
2329
2767
  "yesNo": "variant",
2330
- "details": "string"
2768
+ "details": "string",
2769
+ "disagreementOrComplaint": {
2770
+ "yesNo": "variant",
2771
+ "details": "string"
2772
+ }
2331
2773
  },
2332
2774
  "neighbouringLandRights": {
2333
2775
  "yesNo": "variant",
2334
2776
  "details": "string",
2777
+ "disagreementOrComplaint": {
2778
+ "yesNo": "variant",
2779
+ "details": "string"
2780
+ },
2335
2781
  "attachments": "string"
2336
2782
  },
2337
2783
  "accessRestrictionAttempts": {
@@ -2344,6 +2790,10 @@
2344
2790
  "details": "string",
2345
2791
  "attachments": "string"
2346
2792
  },
2793
+ "privateRightOfWay": {
2794
+ "yesNo": "variant",
2795
+ "details": "string"
2796
+ },
2347
2797
  "rightsOfLight": {
2348
2798
  "yesNo": "variant",
2349
2799
  "details": "string"
@@ -2371,11 +2821,27 @@
2371
2821
  "otherRights": {
2372
2822
  "yesNo": "variant",
2373
2823
  "details": "string"
2824
+ },
2825
+ "disagreementOrComplaint": {
2826
+ "yesNo": "variant",
2827
+ "details": "string"
2828
+ }
2829
+ },
2830
+ "askedOthersToContribute": {
2831
+ "yesNo": "variant",
2832
+ "details": "string",
2833
+ "disagreementOrComplaint": {
2834
+ "yesNo": "variant",
2835
+ "details": "string"
2374
2836
  }
2375
2837
  }
2376
2838
  },
2377
2839
  "environmentalIssues": {
2378
2840
  "flooding": {
2841
+ "floodRiskReport": {
2842
+ "hasReportBeenPrepared": "variant",
2843
+ "attachments": "string"
2844
+ },
2379
2845
  "floodRisk": {
2380
2846
  "riskIndicator": "variant",
2381
2847
  "actionAlertRating": "integer",
@@ -2407,6 +2873,10 @@
2407
2873
  "details": "string"
2408
2874
  }
2409
2875
  },
2876
+ "stormFireFloodDamage": {
2877
+ "yesNo": "variant",
2878
+ "details": "string"
2879
+ },
2410
2880
  "radon": {
2411
2881
  "radonRisk": {
2412
2882
  "riskIndicator": "string",
@@ -2668,6 +3138,16 @@
2668
3138
  }
2669
3139
  },
2670
3140
  "additionalInformation": {
3141
+ "consents": {
3142
+ "attachments": {},
3143
+ "consentsAttached": "string",
3144
+ "consentsToFollow": "string",
3145
+ "consentsNotAvailable": "string"
3146
+ },
3147
+ "furtherInformation": {
3148
+ "details": "string",
3149
+ "attachments": {}
3150
+ },
2671
3151
  "restrictionsOnUseNotCompliedWith": {
2672
3152
  "yesNo": "variant",
2673
3153
  "details": "string",
@@ -2703,23 +3183,28 @@
2703
3183
  "legalBoundaries": {
2704
3184
  "partOutsideLegalOwnership": {
2705
3185
  "yesNo": "variant",
3186
+ "detailsAnalysis": {},
2706
3187
  "details": "string"
2707
3188
  },
2708
3189
  "partOnSeparateSiteOrDeed": {
2709
3190
  "yesNo": "variant",
3191
+ "detailsAnalysis": {},
2710
3192
  "details": "string"
2711
3193
  },
2712
3194
  "boundariesDifferFromTitlePlan": {
2713
3195
  "yesNo": "variant",
3196
+ "detailsAnalysis": {},
2714
3197
  "details": "string",
2715
3198
  "attachments": "string"
2716
3199
  },
2717
3200
  "boundaryAlterationProposal": {
2718
3201
  "yesNo": "variant",
3202
+ "detailsAnalysis": {},
2719
3203
  "details": "string"
2720
3204
  },
2721
3205
  "ownership": {
2722
3206
  "areBoundariesUniform": "variant",
3207
+ "detailsAnalysis": {},
2723
3208
  "uniformBoundaries": {
2724
3209
  "left": "string",
2725
3210
  "right": "string",
@@ -2731,14 +3216,17 @@
2731
3216
  },
2732
3217
  "haveBoundaryFeaturesMoved": {
2733
3218
  "yesNo": "variant",
3219
+ "detailsAnalysis": {},
2734
3220
  "details": "string"
2735
3221
  },
2736
3222
  "adjacentLandIncluded": {
2737
3223
  "yesNo": "variant",
3224
+ "detailsAnalysis": {},
2738
3225
  "details": "string"
2739
3226
  },
2740
3227
  "flyingFreehold": {
2741
3228
  "yesNo": "variant",
3229
+ "detailsAnalysis": {},
2742
3230
  "details": "string"
2743
3231
  }
2744
3232
  },
@@ -2767,6 +3255,7 @@
2767
3255
  },
2768
3256
  "electricalWorkSince2005": {
2769
3257
  "yesNo": "variant",
3258
+ "detailsAnalysis": {},
2770
3259
  "yearWorkCarriedOut": "integer",
2771
3260
  "details": "string",
2772
3261
  "suppliedCertificate": {
@@ -2795,6 +3284,7 @@
2795
3284
  "hasValidGuaranteesOrWarranties": "variant",
2796
3285
  "newHomeWarranty": {
2797
3286
  "yesNo": "variant",
3287
+ "detailsAnalysis": {},
2798
3288
  "details": "string",
2799
3289
  "attachments": "string"
2800
3290
  },
@@ -2816,7 +3306,18 @@
2816
3306
  },
2817
3307
  "doubleGlazing": {
2818
3308
  "yesNo": "variant",
2819
- "attachments": "string"
3309
+ "attachments": "string",
3310
+ "fensaCertificates": {
3311
+ "certificates": [
3312
+ {
3313
+ "certificateId": "string",
3314
+ "numberOfWindows": "integer",
3315
+ "numberOfDoors": "integer",
3316
+ "certificateIssued": "string",
3317
+ "workCompleted": "string"
3318
+ }
3319
+ ]
3320
+ }
2820
3321
  },
2821
3322
  "electricalRepairOrInstallation": {
2822
3323
  "yesNo": "variant",
@@ -2826,6 +3327,10 @@
2826
3327
  "yesNo": "variant",
2827
3328
  "attachments": "string"
2828
3329
  },
3330
+ "insulation": {
3331
+ "yesNo": "variant",
3332
+ "attachments": "string"
3333
+ },
2829
3334
  "solarPanels": {
2830
3335
  "yesNo": "variant",
2831
3336
  "attachments": "string"
@@ -2837,11 +3342,17 @@
2837
3342
  },
2838
3343
  "outstandingClaimsOrApplications": {
2839
3344
  "yesNo": "variant",
3345
+ "detailsAnalysis": {},
2840
3346
  "details": "string",
2841
3347
  "attachments": "string"
2842
3348
  },
3349
+ "breachOfTermsOrConditions": {
3350
+ "yesNo": "variant",
3351
+ "details": "string"
3352
+ },
2843
3353
  "titleDefectInsurance": {
2844
3354
  "yesNo": "variant",
3355
+ "detailsAnalysis": {},
2845
3356
  "details": "string",
2846
3357
  "attachments": "string"
2847
3358
  }
@@ -2913,7 +3424,11 @@
2913
3424
  {
2914
3425
  "name": "string",
2915
3426
  "signedOn": "string",
2916
- "externalIds": {}
3427
+ "externalIds": {
3428
+ "*": {
3429
+ "*": {}
3430
+ }
3431
+ }
2917
3432
  }
2918
3433
  ]
2919
3434
  },
@@ -4194,9 +4709,18 @@
4194
4709
  "documentTypeCode": "string",
4195
4710
  "documentDate": "string",
4196
4711
  "retrievedOn": "string",
4197
- "filedUnder": "string"
4712
+ "filedUnder": "string",
4713
+ "summary": {},
4714
+ "availability": "string",
4715
+ "availabilityCode": "string",
4716
+ "entryNumbers": [
4717
+ "string"
4718
+ ],
4719
+ "backdated": "boolean"
4198
4720
  }
4199
- ]
4721
+ ],
4722
+ "keyFacts": {},
4723
+ "covenantAnalysis": {}
4200
4724
  }
4201
4725
  ],
4202
4726
  "searches": [
@@ -4220,7 +4744,812 @@
4220
4744
  "fileName": "string",
4221
4745
  "mimeType": "string",
4222
4746
  "documentType": "string",
4223
- "externalIds": {}
4747
+ "externalIds": {
4748
+ "*": {
4749
+ "*": {}
4750
+ }
4751
+ },
4752
+ "isDeleted": "boolean",
4753
+ "summary": {}
4754
+ }
4755
+ ],
4756
+ "surveys": [
4757
+ {
4758
+ "outside": {
4759
+ "chimneyStacks": {
4760
+ "condition": "string",
4761
+ "inspectionLimitations": "string",
4762
+ "defects": "string",
4763
+ "advisories": "string",
4764
+ "notes": "string",
4765
+ "visibility": "string",
4766
+ "visibilityRestriction": "string",
4767
+ "flashings": "string",
4768
+ "defectsFlag": "boolean",
4769
+ "defectsList": "string",
4770
+ "photos": [
4771
+ {
4772
+ "photoId": "integer",
4773
+ "report": "boolean"
4774
+ }
4775
+ ]
4776
+ },
4777
+ "roofCoverings": {
4778
+ "condition": "string",
4779
+ "defects": "string",
4780
+ "advisories": "string",
4781
+ "notes": "string",
4782
+ "visibility": "string",
4783
+ "restriction": "string",
4784
+ "features": "string",
4785
+ "mainPitchedCovering": "string",
4786
+ "mainPitchedFeatures": "string",
4787
+ "mainFlatCovering": "string",
4788
+ "mainFlatFeatures": "string",
4789
+ "additionalPitchedCovering": "string",
4790
+ "additionalPitchedFeatures": "string",
4791
+ "additionalDetail": "string",
4792
+ "additionalFeatures": "string",
4793
+ "bay": "string",
4794
+ "bayFeatures": "string",
4795
+ "dormer": "string",
4796
+ "dormerFeatures": "string",
4797
+ "defectsGeneral": "string",
4798
+ "photos": [
4799
+ {
4800
+ "photoId": "integer",
4801
+ "report": "boolean"
4802
+ }
4803
+ ],
4804
+ "mainPitchedDefects": "boolean",
4805
+ "mainPitchedDefectsDetail": "string",
4806
+ "mainFlatDefects": "string",
4807
+ "mainFlatDefectsDetail": "string",
4808
+ "additionalPitchedDefects": "boolean",
4809
+ "additionalPitchedDefectsDetail": "string",
4810
+ "additionalFlatDefects": "boolean",
4811
+ "additionalFlatDefectsDetail": "string",
4812
+ "bayDefects": "boolean",
4813
+ "bayDefectsDetail": "string",
4814
+ "dormerDefects": "boolean",
4815
+ "dormerDefectsDetail": "string"
4816
+ },
4817
+ "rainwaterPipesGutters": {
4818
+ "condition": "string",
4819
+ "inspectionLimitations": "string",
4820
+ "defects": "string",
4821
+ "advisories": "string",
4822
+ "notes": "string",
4823
+ "visibility": "string",
4824
+ "restrictions": "string",
4825
+ "features": "string",
4826
+ "gutterDescription": "string",
4827
+ "downpipeDescription": "string",
4828
+ "hopperHeadDescription": "string",
4829
+ "gutterIssues": "boolean",
4830
+ "gutterIssueLocation": "string",
4831
+ "gutterDefect": "string",
4832
+ "downpipeDefect": "string",
4833
+ "hopperHeadDefect": "string",
4834
+ "photos": [
4835
+ {
4836
+ "photoId": "integer",
4837
+ "report": "boolean"
4838
+ }
4839
+ ]
4840
+ },
4841
+ "mainWalls": {
4842
+ "condition": "string",
4843
+ "inspectionLimitations": "string",
4844
+ "defects": "string",
4845
+ "advisories": "string",
4846
+ "notes": "string",
4847
+ "visibility": "string",
4848
+ "restrictions": "string",
4849
+ "externalElevation": "string",
4850
+ "construction": "string",
4851
+ "features": "string",
4852
+ "dpc": "string",
4853
+ "structuralMovement": "boolean",
4854
+ "movementType": "string",
4855
+ "movementCause": "string",
4856
+ "movementStatus": "string",
4857
+ "otherDefects": "boolean",
4858
+ "otherDefectsDescription": "string",
4859
+ "cladding": "string",
4860
+ "fireRisk": "boolean",
4861
+ "advice": "string",
4862
+ "extensions": "string",
4863
+ "movementLocation": "string",
4864
+ "photos": [
4865
+ {
4866
+ "photoId": "integer",
4867
+ "report": "boolean"
4868
+ }
4869
+ ],
4870
+ "extension1": {
4871
+ "detail": "string",
4872
+ "construction": "string",
4873
+ "dpc": "string",
4874
+ "defects": "boolean",
4875
+ "defectDescription": "string",
4876
+ "movementType": "string",
4877
+ "movementCause": "string",
4878
+ "movementStatus": "string"
4879
+ },
4880
+ "extension2": {
4881
+ "detail": "string",
4882
+ "construction": "string",
4883
+ "dpc": "string",
4884
+ "defects": "boolean",
4885
+ "defectDescription": "string",
4886
+ "movementType": "string",
4887
+ "movementCause": "string",
4888
+ "movementStatus": "string"
4889
+ },
4890
+ "extension3": {
4891
+ "detail": "string",
4892
+ "construction": "string",
4893
+ "dpc": "string",
4894
+ "defects": "boolean",
4895
+ "defectDescription": "string",
4896
+ "movementType": "string",
4897
+ "movementCause": "string",
4898
+ "movementStatus": "string"
4899
+ }
4900
+ },
4901
+ "windows": {
4902
+ "condition": "string",
4903
+ "inspectionLimitations": "string",
4904
+ "defects": "string",
4905
+ "advisories": "string",
4906
+ "notes": "string",
4907
+ "visibility": "string",
4908
+ "visibilityRestrictions": "string",
4909
+ "glazingType": "string",
4910
+ "glazingDescription": "string",
4911
+ "glazingHeight": "boolean",
4912
+ "glazingSafety": "boolean",
4913
+ "glazingDefects": "boolean",
4914
+ "glazingDefectList": "string",
4915
+ "photos": [
4916
+ {
4917
+ "photoId": "string",
4918
+ "report": "boolean"
4919
+ }
4920
+ ]
4921
+ },
4922
+ "outsideDoors": {
4923
+ "condition": "string",
4924
+ "inspectionLimitations": "string",
4925
+ "defects": "string",
4926
+ "advisories": "string",
4927
+ "notes": "string",
4928
+ "visibility": "string",
4929
+ "restrictions": "string",
4930
+ "glazingDescription": "string",
4931
+ "glazingType": "string",
4932
+ "glazingHeight": "boolean",
4933
+ "glazingSafety": "boolean",
4934
+ "glazingDefects": "boolean",
4935
+ "glazingDefectDetails": "string",
4936
+ "photos": [
4937
+ {
4938
+ "photoId": "integer",
4939
+ "report": "boolean"
4940
+ }
4941
+ ]
4942
+ },
4943
+ "conservatoryPorches": {
4944
+ "condition": "string",
4945
+ "inspectionLimitations": "string",
4946
+ "defects": "string",
4947
+ "advisories": "string",
4948
+ "notes": "string",
4949
+ "conservatory": "boolean",
4950
+ "porch": "boolean",
4951
+ "restrictions": "string",
4952
+ "visibility": "string",
4953
+ "conservatoryWall": "string",
4954
+ "conservatoryFrame": "string",
4955
+ "conservatoryGlazing": "string",
4956
+ "conservatoryRoof": "string",
4957
+ "conservatorySeparate": "boolean",
4958
+ "conservatoryHeating": "string",
4959
+ "porchWall": "string",
4960
+ "porchFrame": "string",
4961
+ "porchGlazing": "string",
4962
+ "porchRoof": "string",
4963
+ "porchPitched": "string",
4964
+ "porchFlat": "string",
4965
+ "defectsFlag": "boolean",
4966
+ "defectLocation": "string",
4967
+ "conservatoryEconomic": "boolean",
4968
+ "conservatoryStructural": "boolean",
4969
+ "conservatoryMovement": "string",
4970
+ "conservatoryMovementCause": "string",
4971
+ "conservatoryMovementStatus": "string",
4972
+ "conservatoryDefects": "boolean",
4973
+ "conservatoryDefectDetail": "string",
4974
+ "porchEconomic": "boolean",
4975
+ "porchStructural": "boolean",
4976
+ "porchMovement": "string",
4977
+ "porchMovementCause": "string",
4978
+ "porchMovementStatus": "string",
4979
+ "porchDefects": "boolean",
4980
+ "porchDefectDetail": "string",
4981
+ "photos": [
4982
+ {
4983
+ "photoId": "integer",
4984
+ "report": "boolean"
4985
+ }
4986
+ ]
4987
+ },
4988
+ "otherJoinery": {
4989
+ "condition": "string",
4990
+ "inspectionLimitations": "string",
4991
+ "defects": "string",
4992
+ "advisories": "string",
4993
+ "notes": "string",
4994
+ "visibility": "string",
4995
+ "restrictions": "string",
4996
+ "features": "string",
4997
+ "fasciaDescription": "string",
4998
+ "bargeboardsDescription": "string",
4999
+ "soffitsDescription": "string",
5000
+ "claddingDescription": "string",
5001
+ "issues": "boolean",
5002
+ "issueLocation": "string",
5003
+ "issueDetail": "string",
5004
+ "photos": [
5005
+ {
5006
+ "photoId": "string",
5007
+ "report": "boolean"
5008
+ }
5009
+ ]
5010
+ },
5011
+ "other": {
5012
+ "condition": "string",
5013
+ "inspectionLimitations": "string",
5014
+ "defects": "string",
5015
+ "advisories": "string",
5016
+ "notes": "string",
5017
+ "visibility": "string",
5018
+ "defectsFlag": "boolean",
5019
+ "defectDetail": "string",
5020
+ "fireSafety": "string",
5021
+ "photos": [
5022
+ {
5023
+ "photoId": "integer",
5024
+ "report": "boolean"
5025
+ }
5026
+ ]
5027
+ }
5028
+ },
5029
+ "inside": {
5030
+ "roofStructure": {
5031
+ "condition": "string",
5032
+ "inspectionLimitations": "string",
5033
+ "defects": "string",
5034
+ "advisories": "string",
5035
+ "notes": "string",
5036
+ "visibility": "string",
5037
+ "restrictions": "string",
5038
+ "lining": "string",
5039
+ "insulation": "string",
5040
+ "firewall": "string",
5041
+ "features": "string",
5042
+ "photos": {
5043
+ "photoId": "string",
5044
+ "report": "boolean"
5045
+ },
5046
+ "additional1Visibility": "string",
5047
+ "additional1Restrictions": "string",
5048
+ "additional1Description": "string",
5049
+ "additional1Lining": "string",
5050
+ "additional1Insulation": "string",
5051
+ "additional1Defects": "boolean",
5052
+ "additional1DefectDetail": "string",
5053
+ "additional2Visibility": "string",
5054
+ "additional2Restrictions": "string",
5055
+ "additional2Description": "string",
5056
+ "additional2Lining": "string",
5057
+ "additional2Insulation": "string",
5058
+ "additional2Defects": "boolean",
5059
+ "additional2DefectDetail": "string",
5060
+ "defectDetail": "string"
5061
+ },
5062
+ "ceilings": {
5063
+ "condition": "string",
5064
+ "inspectionLimitations": "string",
5065
+ "defects": "string",
5066
+ "advisories": "string",
5067
+ "notes": "string",
5068
+ "visibility": "string",
5069
+ "restrictions": "string",
5070
+ "defectDetail": "string",
5071
+ "integralGarageDefects": "string",
5072
+ "photos": {
5073
+ "photoId": "integer",
5074
+ "report": "boolean"
5075
+ }
5076
+ },
5077
+ "wallsPartitions": {
5078
+ "condition": "string",
5079
+ "inspectionLimitations": "string",
5080
+ "defects": "string",
5081
+ "advisories": "string",
5082
+ "notes": "string",
5083
+ "visibility": "string",
5084
+ "restrictions": "string",
5085
+ "construction": "string",
5086
+ "adequateSupport": "boolean",
5087
+ "wallFinish": "string",
5088
+ "defectsMinor": "string",
5089
+ "defectsMajor": "string",
5090
+ "photos": {
5091
+ "photoId": "integer",
5092
+ "report": "boolean"
5093
+ }
5094
+ },
5095
+ "floors": {
5096
+ "condition": "string",
5097
+ "inspectionLimitations": "string",
5098
+ "defects": "string",
5099
+ "advisories": "string",
5100
+ "notes": "string",
5101
+ "visibility": "string",
5102
+ "restrictions": "string",
5103
+ "generalDefects": "string",
5104
+ "solidDefects": "string",
5105
+ "timberDefects": "string",
5106
+ "photos": {
5107
+ "photoId": "integer",
5108
+ "report": "boolean"
5109
+ }
5110
+ },
5111
+ "fireplaces": {
5112
+ "condition": "string",
5113
+ "inspectionLimitations": "string",
5114
+ "defects": "string",
5115
+ "advisories": "string",
5116
+ "notes": "string",
5117
+ "visibility": "string",
5118
+ "restrictions": "string",
5119
+ "defectDetail": "string",
5120
+ "photos": {
5121
+ "photoId": "integer",
5122
+ "report": "boolean"
5123
+ }
5124
+ },
5125
+ "builtinFittings": {
5126
+ "condition": "string",
5127
+ "inspectionLimitations": "string",
5128
+ "defects": "string",
5129
+ "advisories": "string",
5130
+ "notes": "string",
5131
+ "visibility": "string",
5132
+ "restrictions": "string",
5133
+ "defectDetail": "string",
5134
+ "advice": "string",
5135
+ "photos": {
5136
+ "photoId": "string",
5137
+ "report": "boolean"
5138
+ }
5139
+ },
5140
+ "woodwork": {
5141
+ "condition": "string",
5142
+ "inspectionLimitations": "string",
5143
+ "defects": "string",
5144
+ "advisories": "string",
5145
+ "notes": "string",
5146
+ "visibility": "string",
5147
+ "restrictions": "string",
5148
+ "doorDescription": "string",
5149
+ "stairDescription": "string",
5150
+ "joineryDescription": "string",
5151
+ "defectsDetail": "string",
5152
+ "defectsDoorsWindows": "string",
5153
+ "defectsStairs": "string",
5154
+ "photos": {
5155
+ "photoId": "string",
5156
+ "report": "boolean"
5157
+ }
5158
+ },
5159
+ "bathroomFittings": {
5160
+ "condition": "string",
5161
+ "inspectionLimitations": "string",
5162
+ "defects": "string",
5163
+ "advisories": "string",
5164
+ "notes": "string",
5165
+ "visibility": "string",
5166
+ "restrictions": "string",
5167
+ "defectDetail": "string",
5168
+ "photos": {
5169
+ "photoId": "integer",
5170
+ "report": "boolean"
5171
+ }
5172
+ },
5173
+ "other": {
5174
+ "condition": "string",
5175
+ "inspectionLimitations": "string",
5176
+ "defects": "string",
5177
+ "advisories": "string",
5178
+ "notes": "string",
5179
+ "visibility": "string",
5180
+ "roofConversion": "string",
5181
+ "cellar": "string",
5182
+ "commonAreas": "string",
5183
+ "alarms": "string",
5184
+ "defectsRoof": "string",
5185
+ "defectsBasement": "string",
5186
+ "defectsOther": "string",
5187
+ "photos": {
5188
+ "photoId": "string",
5189
+ "report": "boolean"
5190
+ }
5191
+ }
5192
+ },
5193
+ "services": {
5194
+ "electricity": {
5195
+ "condition": "string",
5196
+ "inspectionLimitations": "string",
5197
+ "defects": "string",
5198
+ "advisories": "string",
5199
+ "notes": "string",
5200
+ "photos": [
5201
+ {
5202
+ "photoId": "integer",
5203
+ "report": "boolean"
5204
+ }
5205
+ ],
5206
+ "visibility": "string",
5207
+ "restrictions": "string",
5208
+ "meter": "string",
5209
+ "consumerUnit": "string",
5210
+ "cutOffDevices": "string",
5211
+ "wiring": "string",
5212
+ "additionalFeatures": "string",
5213
+ "supplementary": "string",
5214
+ "testCertificate": "string",
5215
+ "defectsPresent": "boolean",
5216
+ "defectDetail": "string"
5217
+ },
5218
+ "gasOil": {
5219
+ "condition": "string",
5220
+ "inspectionLimitations": "string",
5221
+ "defects": "string",
5222
+ "advisories": "string",
5223
+ "notes": "string",
5224
+ "photos": [
5225
+ {
5226
+ "photoId": "integer",
5227
+ "report": "boolean"
5228
+ }
5229
+ ],
5230
+ "visibility": "string",
5231
+ "restrictions": "string",
5232
+ "meter": "string",
5233
+ "privateGas": "string",
5234
+ "tankLocation": "string",
5235
+ "tankInside": "string",
5236
+ "tankOutside": "string",
5237
+ "tankType": "string",
5238
+ "testCertificate": "string",
5239
+ "defectsPresent": "boolean",
5240
+ "defectDetail": "string"
5241
+ },
5242
+ "water": {
5243
+ "condition": "string",
5244
+ "inspectionLimitations": "string",
5245
+ "defects": "string",
5246
+ "advisories": "string",
5247
+ "notes": "string",
5248
+ "photos": [
5249
+ {
5250
+ "photoId": "string",
5251
+ "report": "boolean"
5252
+ }
5253
+ ],
5254
+ "visibility": "string",
5255
+ "restrictions": "string",
5256
+ "stopTap": "string",
5257
+ "supply": "string",
5258
+ "distribution": "string",
5259
+ "storageTank": "string",
5260
+ "defectsPresent": "boolean",
5261
+ "defectDetail": "string"
5262
+ },
5263
+ "heating": {
5264
+ "condition": "string",
5265
+ "inspectionLimitations": "string",
5266
+ "defects": "string",
5267
+ "advisories": "string",
5268
+ "notes": "string",
5269
+ "photos": [
5270
+ {
5271
+ "photoId": "integer",
5272
+ "report": "boolean"
5273
+ }
5274
+ ],
5275
+ "visibility": "string",
5276
+ "restrictions": "string",
5277
+ "extent": "string",
5278
+ "source": "string",
5279
+ "emitter": "string",
5280
+ "pipework": "string",
5281
+ "controls": "string",
5282
+ "otherFeatures": "string",
5283
+ "testCertificate": "string",
5284
+ "defectsPresent": "boolean",
5285
+ "defectDetail": "string"
5286
+ },
5287
+ "waterHeating": {
5288
+ "condition": "string",
5289
+ "inspectionLimitations": "string",
5290
+ "defects": "string",
5291
+ "advisories": "string",
5292
+ "notes": "string",
5293
+ "photos": [
5294
+ {
5295
+ "photoId": "integer",
5296
+ "report": "boolean"
5297
+ }
5298
+ ],
5299
+ "visibility": "string",
5300
+ "restrictions": "string",
5301
+ "primarySource": "string",
5302
+ "supplementarySource": "string",
5303
+ "storage": "string",
5304
+ "pipework": "string",
5305
+ "defectsPresent": "boolean",
5306
+ "defectDetail": "string"
5307
+ },
5308
+ "drainage": {
5309
+ "condition": "string",
5310
+ "inspectionLimitations": "string",
5311
+ "defects": "string",
5312
+ "advisories": "string",
5313
+ "notes": "string",
5314
+ "photos": [
5315
+ {
5316
+ "photoId": "string",
5317
+ "report": "boolean"
5318
+ }
5319
+ ],
5320
+ "visibility": "string",
5321
+ "restrictions": "string",
5322
+ "system": "string",
5323
+ "privateSystem": "string",
5324
+ "location": "string",
5325
+ "runOff": "boolean",
5326
+ "features": "string",
5327
+ "defectsPresent": "boolean",
5328
+ "defectDetail": "string"
5329
+ },
5330
+ "commonServices": {
5331
+ "condition": "string",
5332
+ "inspectionLimitations": "string",
5333
+ "defects": "string",
5334
+ "advisories": "string",
5335
+ "notes": "string",
5336
+ "photos": [
5337
+ {
5338
+ "photoId": "string",
5339
+ "report": "boolean"
5340
+ }
5341
+ ],
5342
+ "visibility": "string",
5343
+ "type": "string",
5344
+ "defectsPresent": "boolean",
5345
+ "defectDetail": "string"
5346
+ }
5347
+ },
5348
+ "grounds": {
5349
+ "garage": {
5350
+ "condition": "string",
5351
+ "inspectionLimitations": "string",
5352
+ "defects": "string",
5353
+ "advisories": "string",
5354
+ "notes": "string",
5355
+ "photos": {
5356
+ "photoId": "string",
5357
+ "report": "boolean"
5358
+ },
5359
+ "visibility": "string",
5360
+ "restrictions": "string",
5361
+ "wallConstruction": "string",
5362
+ "roofConstruction": "string",
5363
+ "location": "string",
5364
+ "structuralMovement": "boolean",
5365
+ "movementType": "string",
5366
+ "movementStatus": "string",
5367
+ "hasDefects": "boolean",
5368
+ "defectDetail": "string"
5369
+ },
5370
+ "permanentOutbuildings": {
5371
+ "condition": "string",
5372
+ "inspectionLimitations": "string",
5373
+ "defects": "string",
5374
+ "advisories": "string",
5375
+ "notes": "string",
5376
+ "photos": {
5377
+ "photoId": "string",
5378
+ "report": "boolean"
5379
+ },
5380
+ "visibility": "string",
5381
+ "restrictions": "string",
5382
+ "type": "string",
5383
+ "wallConstruction": "string",
5384
+ "roofConstruction": "string",
5385
+ "location": "string",
5386
+ "hasDefects": "boolean",
5387
+ "defectDetail": "string"
5388
+ },
5389
+ "other": {
5390
+ "condition": "string",
5391
+ "inspectionLimitations": "string",
5392
+ "defects": "string",
5393
+ "advisories": "string",
5394
+ "notes": "string",
5395
+ "photos": {
5396
+ "photoId": "integer",
5397
+ "report": "boolean"
5398
+ },
5399
+ "visibility": "string",
5400
+ "restrictions": "string",
5401
+ "gardens": "string",
5402
+ "exceed1Acre": "boolean",
5403
+ "boundaries": {
5404
+ "fenceDescription": "string",
5405
+ "fenceIssues": "string",
5406
+ "fenceDefects": "string",
5407
+ "wallDescription": "string",
5408
+ "wallIssues": "string",
5409
+ "wallDefects": "string",
5410
+ "hedgeDescription": "string",
5411
+ "hedgeIssues": "string",
5412
+ "hedgeDefects": "string",
5413
+ "otherBoundaryDescription": "string"
5414
+ },
5415
+ "hardscaping": {
5416
+ "drivewayLandscaping": "string",
5417
+ "driveMaterial": "string",
5418
+ "driveDefects": "boolean",
5419
+ "driveDefectDetail": "string",
5420
+ "patioMaterial": "string",
5421
+ "patioDefects": "boolean",
5422
+ "patioDefectDetail": "string",
5423
+ "pathMaterial": "string",
5424
+ "pathDefects": "boolean",
5425
+ "pathDefectDetail": "string",
5426
+ "deckingMaterial": "string",
5427
+ "deckingDefects": "boolean",
5428
+ "deckingDefectDetail": "string"
5429
+ },
5430
+ "buildingRegs": "boolean",
5431
+ "otherFeatures": "string",
5432
+ "japaneseKnotweed": "string",
5433
+ "otherDefects": "boolean",
5434
+ "otherDefectDetail": "string"
5435
+ }
5436
+ },
5437
+ "legalIssues": {
5438
+ "notes": "string",
5439
+ "regulation": "string",
5440
+ "guarantees": "string",
5441
+ "otherMatters": "string",
5442
+ "rightsOfWay": "string"
5443
+ },
5444
+ "risks": {
5445
+ "buildingRisks": "string",
5446
+ "groundsRisks": "string",
5447
+ "peopleRisks": "string",
5448
+ "otherRisks": "string"
5449
+ },
5450
+ "propertyValuation": {
5451
+ "valuation": {
5452
+ "valuationDiscriminator": "boolean",
5453
+ "value": "integer",
5454
+ "valueWords": "string",
5455
+ "reinstatement": "integer",
5456
+ "reinstatementWords": "string",
5457
+ "tenure": "string",
5458
+ "lease": "integer",
5459
+ "areaOfProperty": "integer"
5460
+ },
5461
+ "valuationInformation": {
5462
+ "additionalAssumptions": "string",
5463
+ "considerations": "string"
5464
+ }
5465
+ },
5466
+ "declaration": {
5467
+ "surveyorQuals": "string",
5468
+ "companyAddress": "string",
5469
+ "phoneNumber": "string",
5470
+ "faxNumber": "string",
5471
+ "email": "string",
5472
+ "website": "string",
5473
+ "clientName": "string"
5474
+ },
5475
+ "misc": {
5476
+ "photoFront": {
5477
+ "value": "string",
5478
+ "photoId": "integer",
5479
+ "report": "boolean"
5480
+ },
5481
+ "areaOfProperty": {
5482
+ "value": "string",
5483
+ "photoId": "integer",
5484
+ "report": "boolean"
5485
+ },
5486
+ "reportDate": "string",
5487
+ "epc": "string",
5488
+ "agentName": "string",
5489
+ "access": "string",
5490
+ "propertyQuestions": "boolean",
5491
+ "propertyChanges": "string",
5492
+ "alterations": "string",
5493
+ "furnishings": "string",
5494
+ "floorCoverings": "string",
5495
+ "propertyType": "string",
5496
+ "accommodationLocation": "string",
5497
+ "propertyStyle": "string",
5498
+ "topography": "string",
5499
+ "floodingRisk": "string",
5500
+ "coastalLocation": "boolean",
5501
+ "siteRisk": "string",
5502
+ "highVoltage": "string",
5503
+ "buildFormat": "string",
5504
+ "areaDetails": "string",
5505
+ "groundRentType": "string",
5506
+ "conservationArea": "boolean",
5507
+ "valuationFactor": "string",
5508
+ "conflict": "boolean",
5509
+ "conflictType": "string",
5510
+ "suspiciousActivity": "boolean",
5511
+ "btl": "boolean",
5512
+ "photoConsent": "boolean",
5513
+ "adjacentCommercial": "boolean",
5514
+ "commercialLocation": "string",
5515
+ "commercialTypeAbove": "string",
5516
+ "commercialTypeAdjacent": "string",
5517
+ "separateAccess": "boolean",
5518
+ "communal": "boolean",
5519
+ "communalFacilities": "string",
5520
+ "listedBuilding": "boolean",
5521
+ "listedClassification": "string",
5522
+ "exla": "boolean",
5523
+ "exNature": "string",
5524
+ "tenureSource": "string",
5525
+ "roadType": "string",
5526
+ "roadMadeUp": "boolean",
5527
+ "pedestrian": "boolean",
5528
+ "constructionType": "string",
5529
+ "nonTradType": "string",
5530
+ "nonTradSystem": "string",
5531
+ "designatedDefective": "boolean",
5532
+ "epcAvailable": "boolean",
5533
+ "epcReason": "string",
5534
+ "epcDiscrepancies": "boolean",
5535
+ "epcDiscrepancyDetail": "string"
5536
+ }
5537
+ }
5538
+ ],
5539
+ "valuations": [
5540
+ {
5541
+ "valuationId": "integer",
5542
+ "valuationTimestamp": "string",
5543
+ "capitalValue": "integer",
5544
+ "confidenceLevel": "number",
5545
+ "confidenceBand": "string",
5546
+ "rentalValue": "integer",
5547
+ "rentalConfidenceLevel": "number",
5548
+ "reinstatementCost": "integer",
5549
+ "checkValuationResult": "string",
5550
+ "instructionType": "string",
5551
+ "valuationContext": "string",
5552
+ "valuationType": "string"
4224
5553
  }
4225
5554
  ]
4226
5555
  },
@@ -4279,7 +5608,11 @@
4279
5608
  "template": {
4280
5609
  "name": "string",
4281
5610
  "url": "string",
4282
- "externalIds": {},
5611
+ "externalIds": {
5612
+ "*": {
5613
+ "*": {}
5614
+ }
5615
+ },
4283
5616
  "requiredSignatories": [
4284
5617
  {
4285
5618
  "role": "string",
@@ -4293,7 +5626,11 @@
4293
5626
  {
4294
5627
  "name": "string",
4295
5628
  "signedOn": "string",
4296
- "externalIds": {}
5629
+ "externalIds": {
5630
+ "*": {
5631
+ "*": {}
5632
+ }
5633
+ }
4297
5634
  }
4298
5635
  ]
4299
5636
  }
@@ -4302,7 +5639,11 @@
4302
5639
  "onwardPurchase": [
4303
5640
  {
4304
5641
  "transactionId": "string",
4305
- "externalIds": {},
5642
+ "externalIds": {
5643
+ "*": {
5644
+ "*": {}
5645
+ }
5646
+ },
4306
5647
  "address": {
4307
5648
  "buildingNumber": "string",
4308
5649
  "buildingName": "string",
@@ -4319,5 +5660,108 @@
4319
5660
  "sellingAgent": "string"
4320
5661
  }
4321
5662
  ]
5663
+ },
5664
+ "milestones": {
5665
+ "listed": {
5666
+ "expected": "string",
5667
+ "completed": "string"
5668
+ },
5669
+ "legalForms": {
5670
+ "started": "string",
5671
+ "completed": "string"
5672
+ },
5673
+ "soldSubjectToContract": {
5674
+ "completed": "string"
5675
+ },
5676
+ "searches": {
5677
+ "started": "string",
5678
+ "expected": "string",
5679
+ "completed": "string"
5680
+ },
5681
+ "enquiries": {
5682
+ "started": "string",
5683
+ "completed": "string"
5684
+ },
5685
+ "exchangeOfContracts": {
5686
+ "expected": "string",
5687
+ "completed": "string"
5688
+ },
5689
+ "completion": {
5690
+ "started": "string",
5691
+ "expected": "string",
5692
+ "completed": "string"
5693
+ }
5694
+ },
5695
+ "offers": {
5696
+ "*": {
5697
+ "amount": "number",
5698
+ "currency": "string",
5699
+ "status": "string",
5700
+ "inclusions": [
5701
+ "string"
5702
+ ],
5703
+ "exclusions": [
5704
+ "string"
5705
+ ],
5706
+ "conditions": [
5707
+ "string"
5708
+ ],
5709
+ "externalIds": {
5710
+ "*": {
5711
+ "*": {}
5712
+ }
5713
+ },
5714
+ "buyerCircumstances": {
5715
+ "intendedUse": "string",
5716
+ "firstTimeBuyer": "boolean",
5717
+ "rightToBuy": "boolean",
5718
+ "ltdCompanyPurchase": "boolean",
5719
+ "numberOfOwners": "integer",
5720
+ "numberOfExpats": "integer",
5721
+ "giftedEquity": "boolean",
5722
+ "numberOfGiftedDeposits": "integer",
5723
+ "requiresMortgage": "variant",
5724
+ "helpToBuyEquityLoan": "boolean",
5725
+ "armedForcesHelpToBuy": "boolean",
5726
+ "numberOfHelpToBuyIsas": "integer",
5727
+ "bridgingFinanceRepresentation": "string",
5728
+ "depositAmount": "number",
5729
+ "loanToValue": "number",
5730
+ "numberOfBorrowers": "integer",
5731
+ "jointProprietorSoleMortgagor": "boolean",
5732
+ "soleProprietorJointMortgagor": "boolean",
5733
+ "deedOfPostponement": "boolean",
5734
+ "separateRepresentation": "boolean",
5735
+ "oldestBorrowerAge": "integer",
5736
+ "mortgageTerm": "integer",
5737
+ "adverseCredit": "string",
5738
+ "employmentType": "string",
5739
+ "existingMortgagedProperties": "integer",
5740
+ "annualIncome": "number",
5741
+ "residencyStatus": "string",
5742
+ "nominatedLender": "string"
5743
+ }
5744
+ }
5745
+ },
5746
+ "enquiries": {
5747
+ "*": {
5748
+ "subject": "string",
5749
+ "status": "variant",
5750
+ "messages": {
5751
+ "*": {
5752
+ "datetime": "string",
5753
+ "originatorRole": "string",
5754
+ "destinationRole": "string",
5755
+ "messageText": "string",
5756
+ "pdtfPath": "string"
5757
+ }
5758
+ },
5759
+ "externalIds": {
5760
+ "*": {
5761
+ "*": {}
5762
+ }
5763
+ },
5764
+ "resolutionCondition": "string"
5765
+ }
4322
5766
  }
4323
5767
  }