@pdtf/schemas 2.3.0 → 3.0.0-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +37 -81
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +6 -20
- package/src/examples/v3/exampleTransaction.json +900 -0
- package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/src/mappings/adf.js +1 -1
- package/src/schemas/v2/combined.json +13206 -12615
- package/src/schemas/v2/overlays/con29DW.json +771 -762
- package/src/schemas/v2/overlays/con29R.json +3052 -3073
- package/src/schemas/v2/overlays/llc1.json +12 -33
- package/src/schemas/v2/overlays/rds.json +32 -0
- package/src/schemas/v2/pdtf-transaction.json +13656 -12911
- package/src/schemas/v2/skeleton.json +1342 -1155
- package/src/schemas/v3/combined.json +38325 -0
- package/src/schemas/v3/overlays/baspi.json +9812 -0
- package/src/schemas/v3/overlays/con29DW.json +794 -0
- package/src/schemas/v3/overlays/con29R.json +3094 -0
- package/src/schemas/v3/overlays/fme1.json +1444 -0
- package/src/schemas/v3/overlays/llc1.json +25 -0
- package/src/schemas/v3/overlays/lpe1.json +2463 -0
- package/src/schemas/v3/overlays/nts.json +1884 -0
- package/src/schemas/v3/overlays/oc1.json +2799 -0
- package/src/schemas/v3/overlays/piq.json +3931 -0
- package/src/schemas/v3/overlays/rds.json +4086 -0
- package/src/schemas/v3/overlays/ta10.json +6521 -0
- package/src/schemas/v3/overlays/ta6.json +5285 -0
- package/src/schemas/v3/overlays/ta7.json +1399 -0
- package/src/schemas/v3/pdtf-transaction.json +34771 -0
- package/src/schemas/v3/skeleton.json +3986 -0
- package/src/tests/v2/transactionSchema.test.js +26 -16
- package/src/tests/v3/transactionSchema.test.js +350 -0
- package/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
- package/src/utils/extractOverlay.js +7 -7
- package/src/utils/hmlrLLC1.json +0 -275
|
@@ -1968,22 +1968,43 @@
|
|
|
1968
1968
|
}
|
|
1969
1969
|
},
|
|
1970
1970
|
"waterAndDrainage": {
|
|
1971
|
+
"maps": {
|
|
1972
|
+
"publicSewerMapAttached": {},
|
|
1973
|
+
"waterworksMapAttached": {}
|
|
1974
|
+
},
|
|
1971
1975
|
"water": {
|
|
1972
1976
|
"mainsWater": {
|
|
1973
1977
|
"yesNo": {},
|
|
1974
1978
|
"supplier": {},
|
|
1979
|
+
"details": {},
|
|
1975
1980
|
"dateToBeConnected": {}
|
|
1976
|
-
}
|
|
1981
|
+
},
|
|
1982
|
+
"waterMainsWithinBoundaries": {
|
|
1983
|
+
"yesNo": {},
|
|
1984
|
+
"details": {}
|
|
1985
|
+
},
|
|
1986
|
+
"waterMainsSubjectOfAdoptionAgreement": {
|
|
1987
|
+
"yesNo": {},
|
|
1988
|
+
"details": {}
|
|
1989
|
+
},
|
|
1990
|
+
"lowWaterPressureRisk": {
|
|
1991
|
+
"yesNo": {},
|
|
1992
|
+
"details": {}
|
|
1993
|
+
},
|
|
1994
|
+
"supplyClassification": {},
|
|
1995
|
+
"waterMeterLocation": {}
|
|
1977
1996
|
},
|
|
1978
1997
|
"drainage": {
|
|
1979
1998
|
"mainsSurfaceWaterDrainage": {
|
|
1980
1999
|
"yesNo": {},
|
|
1981
2000
|
"supplier": {},
|
|
2001
|
+
"details": {},
|
|
1982
2002
|
"dateToBeConnected": {}
|
|
1983
2003
|
},
|
|
1984
2004
|
"mainsFoulDrainage": {
|
|
1985
2005
|
"yesNo": {},
|
|
1986
2006
|
"supplier": {},
|
|
2007
|
+
"details": {},
|
|
1987
2008
|
"dateToBeConnected": {},
|
|
1988
2009
|
"sustainableDrainageSystem": {
|
|
1989
2010
|
"yesNo": {},
|
|
@@ -2022,14 +2043,54 @@
|
|
|
2022
2043
|
"yesNo": {},
|
|
2023
2044
|
"dischargeCompliesWithGBR": {}
|
|
2024
2045
|
}
|
|
2025
|
-
}
|
|
2046
|
+
},
|
|
2047
|
+
"surfaceDrainageCharge": {
|
|
2048
|
+
"yesNo": {},
|
|
2049
|
+
"details": {}
|
|
2050
|
+
},
|
|
2051
|
+
"publicDrainWithinBoundaries": {
|
|
2052
|
+
"yesNo": {},
|
|
2053
|
+
"details": {}
|
|
2054
|
+
},
|
|
2055
|
+
"publicPumpingStationWithinBoundaries": {
|
|
2056
|
+
"yesNo": {},
|
|
2057
|
+
"details": {}
|
|
2058
|
+
},
|
|
2059
|
+
"publicSewerWithin100ft": {
|
|
2060
|
+
"yesNo": {},
|
|
2061
|
+
"details": {}
|
|
2062
|
+
},
|
|
2063
|
+
"publicPumpingStationWithin50mOfBuildings": {
|
|
2064
|
+
"yesNo": {},
|
|
2065
|
+
"details": {}
|
|
2066
|
+
},
|
|
2067
|
+
"sewersSubjectOfAdoptionAgreement": {
|
|
2068
|
+
"yesNo": {},
|
|
2069
|
+
"details": {}
|
|
2070
|
+
},
|
|
2071
|
+
"sewerageUndertakerApproval": {
|
|
2072
|
+
"yesNo": {},
|
|
2073
|
+
"details": {}
|
|
2074
|
+
},
|
|
2075
|
+
"riskOfInternalFlooding": {
|
|
2076
|
+
"yesNo": {},
|
|
2077
|
+
"details": {}
|
|
2078
|
+
},
|
|
2079
|
+
"distanceToNearestSewerageTreatment": {}
|
|
2026
2080
|
},
|
|
2027
2081
|
"maintenanceAgreements": {
|
|
2028
2082
|
"yesNo": {},
|
|
2029
2083
|
"details": {},
|
|
2030
2084
|
"attachments": {}
|
|
2031
2085
|
},
|
|
2032
|
-
"charging": {
|
|
2086
|
+
"charging": {
|
|
2087
|
+
"sewerageProvider": {},
|
|
2088
|
+
"waterProvider": {},
|
|
2089
|
+
"sewerageBills": {},
|
|
2090
|
+
"waterBills": {},
|
|
2091
|
+
"currentChargingBasis": {},
|
|
2092
|
+
"consequentialChargingBasis": {}
|
|
2093
|
+
}
|
|
2033
2094
|
},
|
|
2034
2095
|
"centralHeating": {
|
|
2035
2096
|
"hasCentralHeating": {},
|
|
@@ -2151,6 +2212,19 @@
|
|
|
2151
2212
|
"flooding": {
|
|
2152
2213
|
"floodRiskReport": {
|
|
2153
2214
|
"yesNo": {},
|
|
2215
|
+
"recommendedActionIndicator": {},
|
|
2216
|
+
"actionAlertRating": {},
|
|
2217
|
+
"summary": {},
|
|
2218
|
+
"recommendations": {},
|
|
2219
|
+
"datasetAttribution": {},
|
|
2220
|
+
"riskSubcategories": {
|
|
2221
|
+
"subCategory": {},
|
|
2222
|
+
"recommendedActionIndicator": {},
|
|
2223
|
+
"actionAlertRating": {},
|
|
2224
|
+
"summary": {},
|
|
2225
|
+
"recommendations": {},
|
|
2226
|
+
"datasetAttribution": {}
|
|
2227
|
+
},
|
|
2154
2228
|
"attachments": {}
|
|
2155
2229
|
},
|
|
2156
2230
|
"hasBeenFlooded": {},
|
|
@@ -2168,6 +2242,21 @@
|
|
|
2168
2242
|
}
|
|
2169
2243
|
},
|
|
2170
2244
|
"radon": {
|
|
2245
|
+
"radonRiskReport": {
|
|
2246
|
+
"recommendedActionIndicator": {},
|
|
2247
|
+
"actionAlertRating": {},
|
|
2248
|
+
"summary": {},
|
|
2249
|
+
"recommendations": {},
|
|
2250
|
+
"datasetAttribution": {},
|
|
2251
|
+
"riskSubcategories": {
|
|
2252
|
+
"subCategory": {},
|
|
2253
|
+
"recommendedActionIndicator": {},
|
|
2254
|
+
"actionAlertRating": {},
|
|
2255
|
+
"summary": {},
|
|
2256
|
+
"recommendations": {},
|
|
2257
|
+
"datasetAttribution": {}
|
|
2258
|
+
}
|
|
2259
|
+
},
|
|
2171
2260
|
"radonTest": {
|
|
2172
2261
|
"yesNo": {},
|
|
2173
2262
|
"details": {},
|
|
@@ -2177,6 +2266,142 @@
|
|
|
2177
2266
|
"yesNo": {}
|
|
2178
2267
|
}
|
|
2179
2268
|
},
|
|
2269
|
+
"contaminatedLand": {
|
|
2270
|
+
"contaminatedLandRiskReport": {
|
|
2271
|
+
"recommendedActionIndicator": {},
|
|
2272
|
+
"actionAlertRating": {},
|
|
2273
|
+
"summary": {},
|
|
2274
|
+
"recommendations": {},
|
|
2275
|
+
"datasetAttribution": {},
|
|
2276
|
+
"riskSubcategories": {
|
|
2277
|
+
"subCategory": {},
|
|
2278
|
+
"recommendedActionIndicator": {},
|
|
2279
|
+
"actionAlertRating": {},
|
|
2280
|
+
"summary": {},
|
|
2281
|
+
"recommendations": {},
|
|
2282
|
+
"datasetAttribution": {}
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
},
|
|
2286
|
+
"groundStability": {
|
|
2287
|
+
"groundStabilityRiskReport": {
|
|
2288
|
+
"recommendedActionIndicator": {},
|
|
2289
|
+
"actionAlertRating": {},
|
|
2290
|
+
"summary": {},
|
|
2291
|
+
"recommendations": {},
|
|
2292
|
+
"datasetAttribution": {},
|
|
2293
|
+
"riskSubcategories": {
|
|
2294
|
+
"subCategory": {},
|
|
2295
|
+
"recommendedActionIndicator": {},
|
|
2296
|
+
"actionAlertRating": {},
|
|
2297
|
+
"summary": {},
|
|
2298
|
+
"recommendations": {},
|
|
2299
|
+
"datasetAttribution": {}
|
|
2300
|
+
}
|
|
2301
|
+
}
|
|
2302
|
+
},
|
|
2303
|
+
"energy": {
|
|
2304
|
+
"energyRiskReport": {
|
|
2305
|
+
"recommendedActionIndicator": {},
|
|
2306
|
+
"actionAlertRating": {},
|
|
2307
|
+
"summary": {},
|
|
2308
|
+
"recommendations": {},
|
|
2309
|
+
"datasetAttribution": {},
|
|
2310
|
+
"riskSubcategories": {
|
|
2311
|
+
"subCategory": {},
|
|
2312
|
+
"recommendedActionIndicator": {},
|
|
2313
|
+
"actionAlertRating": {},
|
|
2314
|
+
"summary": {},
|
|
2315
|
+
"recommendations": {},
|
|
2316
|
+
"datasetAttribution": {}
|
|
2317
|
+
}
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
"transportation": {
|
|
2321
|
+
"transportationRiskReport": {
|
|
2322
|
+
"recommendedActionIndicator": {},
|
|
2323
|
+
"actionAlertRating": {},
|
|
2324
|
+
"summary": {},
|
|
2325
|
+
"recommendations": {},
|
|
2326
|
+
"datasetAttribution": {},
|
|
2327
|
+
"riskSubcategories": {
|
|
2328
|
+
"subCategory": {},
|
|
2329
|
+
"recommendedActionIndicator": {},
|
|
2330
|
+
"actionAlertRating": {},
|
|
2331
|
+
"summary": {},
|
|
2332
|
+
"recommendations": {},
|
|
2333
|
+
"datasetAttribution": {}
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2337
|
+
"planning": {
|
|
2338
|
+
"planningRiskReport": {
|
|
2339
|
+
"recommendedActionIndicator": {},
|
|
2340
|
+
"actionAlertRating": {},
|
|
2341
|
+
"summary": {},
|
|
2342
|
+
"recommendations": {},
|
|
2343
|
+
"datasetAttribution": {},
|
|
2344
|
+
"riskSubcategories": {
|
|
2345
|
+
"subCategory": {},
|
|
2346
|
+
"recommendedActionIndicator": {},
|
|
2347
|
+
"actionAlertRating": {},
|
|
2348
|
+
"summary": {},
|
|
2349
|
+
"recommendations": {},
|
|
2350
|
+
"datasetAttribution": {}
|
|
2351
|
+
}
|
|
2352
|
+
}
|
|
2353
|
+
},
|
|
2354
|
+
"climate": {
|
|
2355
|
+
"climateRiskReport": {
|
|
2356
|
+
"recommendedActionIndicator": {},
|
|
2357
|
+
"actionAlertRating": {},
|
|
2358
|
+
"summary": {},
|
|
2359
|
+
"recommendations": {},
|
|
2360
|
+
"datasetAttribution": {},
|
|
2361
|
+
"riskSubcategories": {
|
|
2362
|
+
"subCategory": {},
|
|
2363
|
+
"recommendedActionIndicator": {},
|
|
2364
|
+
"actionAlertRating": {},
|
|
2365
|
+
"summary": {},
|
|
2366
|
+
"recommendations": {},
|
|
2367
|
+
"datasetAttribution": {}
|
|
2368
|
+
}
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
2371
|
+
"coalMining": {
|
|
2372
|
+
"coalMiningRiskReport": {
|
|
2373
|
+
"recommendedActionIndicator": {},
|
|
2374
|
+
"actionAlertRating": {},
|
|
2375
|
+
"summary": {},
|
|
2376
|
+
"recommendations": {},
|
|
2377
|
+
"datasetAttribution": {},
|
|
2378
|
+
"riskSubcategories": {
|
|
2379
|
+
"subCategory": {},
|
|
2380
|
+
"recommendedActionIndicator": {},
|
|
2381
|
+
"actionAlertRating": {},
|
|
2382
|
+
"summary": {},
|
|
2383
|
+
"recommendations": {},
|
|
2384
|
+
"datasetAttribution": {}
|
|
2385
|
+
}
|
|
2386
|
+
}
|
|
2387
|
+
},
|
|
2388
|
+
"nonCoalMining": {
|
|
2389
|
+
"nonCoalMiningRiskReport": {
|
|
2390
|
+
"recommendedActionIndicator": {},
|
|
2391
|
+
"actionAlertRating": {},
|
|
2392
|
+
"summary": {},
|
|
2393
|
+
"recommendations": {},
|
|
2394
|
+
"datasetAttribution": {},
|
|
2395
|
+
"riskSubcategories": {
|
|
2396
|
+
"subCategory": {},
|
|
2397
|
+
"recommendedActionIndicator": {},
|
|
2398
|
+
"actionAlertRating": {},
|
|
2399
|
+
"summary": {},
|
|
2400
|
+
"recommendations": {},
|
|
2401
|
+
"datasetAttribution": {}
|
|
2402
|
+
}
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2180
2405
|
"otherEnvironmental": {
|
|
2181
2406
|
"yesNo": {},
|
|
2182
2407
|
"details": {}
|
|
@@ -2466,468 +2691,575 @@
|
|
|
2466
2691
|
"confirmInformationIsAccurate": {}
|
|
2467
2692
|
}
|
|
2468
2693
|
},
|
|
2469
|
-
"
|
|
2470
|
-
"
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
"
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2694
|
+
"localSearches": {
|
|
2695
|
+
"localLandCharges": {
|
|
2696
|
+
"HMLRReference": {},
|
|
2697
|
+
"OriginatingAuthority": {},
|
|
2698
|
+
"AuthorityReference": {},
|
|
2699
|
+
"CreationDate": {},
|
|
2700
|
+
"RegistrationDate": {},
|
|
2701
|
+
"Category": {},
|
|
2702
|
+
"ChargeSubCategory": {},
|
|
2703
|
+
"Law": {},
|
|
2704
|
+
"LegalDocument": {},
|
|
2705
|
+
"Location": {
|
|
2706
|
+
"line1": {},
|
|
2707
|
+
"line2": {},
|
|
2708
|
+
"Postcode": {}
|
|
2709
|
+
},
|
|
2710
|
+
"LocationDominantBuilding": {
|
|
2711
|
+
"line1": {},
|
|
2712
|
+
"line2": {},
|
|
2713
|
+
"Postcode": {}
|
|
2714
|
+
},
|
|
2715
|
+
"Description": {},
|
|
2716
|
+
"SourceOfInformation": {},
|
|
2717
|
+
"AvailableDocument": {
|
|
2718
|
+
"Document": {},
|
|
2719
|
+
"StartDate": {},
|
|
2720
|
+
"EndDate": {}
|
|
2721
|
+
},
|
|
2722
|
+
"InterestInLand": {},
|
|
2723
|
+
"ApplicantName": {},
|
|
2724
|
+
"ApplicantAddress": {
|
|
2725
|
+
"line1": {},
|
|
2726
|
+
"line2": {},
|
|
2727
|
+
"Postcode": {},
|
|
2728
|
+
"Country": {}
|
|
2729
|
+
},
|
|
2730
|
+
"ServientLandDevelopment": {
|
|
2731
|
+
"Height": {},
|
|
2732
|
+
"CoversAllOrPartOfExtent": {}
|
|
2733
|
+
},
|
|
2734
|
+
"Amount": {},
|
|
2735
|
+
"InterestRate": {},
|
|
2736
|
+
"LandSold": {},
|
|
2737
|
+
"WorksDone": {},
|
|
2738
|
+
"AdvancePayment": {},
|
|
2739
|
+
"TotalCompensation": {},
|
|
2740
|
+
"AgreedOrEstimated": {},
|
|
2741
|
+
"Adjoining": {},
|
|
2742
|
+
"OtherData": {
|
|
2743
|
+
"DataLabel": {},
|
|
2744
|
+
"Data": {}
|
|
2745
|
+
},
|
|
2746
|
+
"ChargeExtent": {}
|
|
2747
|
+
},
|
|
2748
|
+
"localAuthoritySearches": {
|
|
2749
|
+
"planningAndBuildingRegulations": {
|
|
2750
|
+
"decisionsAndPendingApplications": {
|
|
2751
|
+
"planningPermission": {
|
|
2752
|
+
"refNumber": {},
|
|
2753
|
+
"isProposal": {},
|
|
2754
|
+
"applicationDate": {},
|
|
2755
|
+
"decision": {},
|
|
2756
|
+
"decisionDate": {},
|
|
2757
|
+
"applicationType": {}
|
|
2758
|
+
},
|
|
2759
|
+
"listedBuildingConsent": {
|
|
2760
|
+
"refNumber": {},
|
|
2761
|
+
"isProposal": {},
|
|
2762
|
+
"applicationDate": {},
|
|
2763
|
+
"decision": {},
|
|
2764
|
+
"decisionDate": {},
|
|
2765
|
+
"applicationType": {}
|
|
2766
|
+
},
|
|
2767
|
+
"conservationAreaConsent": {
|
|
2768
|
+
"refNumber": {},
|
|
2769
|
+
"isProposal": {},
|
|
2770
|
+
"applicationDate": {},
|
|
2771
|
+
"decision": {},
|
|
2772
|
+
"decisionDate": {},
|
|
2773
|
+
"applicationType": {}
|
|
2774
|
+
},
|
|
2775
|
+
"lawfulnessOfExistingUse": {
|
|
2776
|
+
"refNumber": {},
|
|
2777
|
+
"isProposal": {},
|
|
2778
|
+
"applicationDate": {},
|
|
2779
|
+
"decision": {},
|
|
2780
|
+
"decisionDate": {},
|
|
2781
|
+
"applicationType": {}
|
|
2782
|
+
},
|
|
2783
|
+
"certificateOfLawfulnessOfProposedUse": {
|
|
2784
|
+
"refNumber": {},
|
|
2785
|
+
"isProposal": {},
|
|
2786
|
+
"applicationDate": {},
|
|
2787
|
+
"decision": {},
|
|
2788
|
+
"decisionDate": {},
|
|
2789
|
+
"applicationType": {}
|
|
2790
|
+
},
|
|
2791
|
+
"lawfulnessOfProposedListedWorks": {
|
|
2792
|
+
"refNumber": {},
|
|
2793
|
+
"isProposal": {},
|
|
2794
|
+
"applicationDate": {},
|
|
2795
|
+
"decision": {},
|
|
2796
|
+
"decisionDate": {},
|
|
2797
|
+
"applicationType": {}
|
|
2798
|
+
},
|
|
2799
|
+
"heritagePartnershipAgreement": {
|
|
2800
|
+
"refNumber": {},
|
|
2801
|
+
"isProposal": {},
|
|
2802
|
+
"applicationDate": {},
|
|
2803
|
+
"decision": {},
|
|
2804
|
+
"decisionDate": {},
|
|
2805
|
+
"applicationType": {}
|
|
2806
|
+
},
|
|
2807
|
+
"listedBuildingConsentOrder": {
|
|
2808
|
+
"refNumber": {},
|
|
2809
|
+
"isProposal": {},
|
|
2810
|
+
"applicationDate": {},
|
|
2811
|
+
"decision": {},
|
|
2812
|
+
"decisionDate": {},
|
|
2813
|
+
"applicationType": {}
|
|
2814
|
+
},
|
|
2815
|
+
"localListedBuildingConsentOrder": {
|
|
2816
|
+
"refNumber": {},
|
|
2817
|
+
"isProposal": {},
|
|
2818
|
+
"applicationDate": {},
|
|
2819
|
+
"decision": {},
|
|
2820
|
+
"decisionDate": {},
|
|
2821
|
+
"applicationType": {}
|
|
2822
|
+
},
|
|
2823
|
+
"buildingRegulationsApproval": {
|
|
2824
|
+
"refNumber": {},
|
|
2825
|
+
"isProposal": {},
|
|
2826
|
+
"applicationDate": {},
|
|
2827
|
+
"decision": {},
|
|
2828
|
+
"decisionDate": {},
|
|
2829
|
+
"applicationType": {}
|
|
2830
|
+
},
|
|
2831
|
+
"buildingRegulationsCompletion": {
|
|
2832
|
+
"refNumber": {},
|
|
2833
|
+
"isProposal": {},
|
|
2834
|
+
"applicationDate": {},
|
|
2835
|
+
"decision": {},
|
|
2836
|
+
"decisionDate": {},
|
|
2837
|
+
"applicationType": {}
|
|
2838
|
+
},
|
|
2839
|
+
"buildingRegulationsSelfCertification": {
|
|
2840
|
+
"refNumber": {},
|
|
2841
|
+
"isProposal": {},
|
|
2842
|
+
"applicationDate": {},
|
|
2843
|
+
"decision": {},
|
|
2844
|
+
"decisionDate": {},
|
|
2845
|
+
"applicationType": {}
|
|
2846
|
+
},
|
|
2847
|
+
"planningStartDate": {},
|
|
2848
|
+
"buildingControlStartDate": {}
|
|
2849
|
+
},
|
|
2850
|
+
"designationsAndProposals": {
|
|
2851
|
+
"plans": {
|
|
2852
|
+
"name": {},
|
|
2853
|
+
"status": {},
|
|
2854
|
+
"statusDate": {},
|
|
2855
|
+
"designations": {
|
|
2856
|
+
"designationType": {}
|
|
2857
|
+
}
|
|
2485
2858
|
}
|
|
2486
|
-
}
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2861
|
+
"roadsAndPublicRightsOfWay": {
|
|
2862
|
+
"roadsFootwaysAndFootpaths": {
|
|
2863
|
+
"highwaysMaintainableAtPublicExpense": {
|
|
2864
|
+
"name": {},
|
|
2865
|
+
"status": {}
|
|
2490
2866
|
},
|
|
2491
|
-
"
|
|
2492
|
-
"
|
|
2867
|
+
"subjectToAdoption": {
|
|
2868
|
+
"name": {},
|
|
2869
|
+
"status": {}
|
|
2870
|
+
},
|
|
2871
|
+
"toBeMadeUpWithReclaim": {
|
|
2872
|
+
"name": {},
|
|
2873
|
+
"status": {}
|
|
2874
|
+
},
|
|
2875
|
+
"toBeMadeUpWithoutReclaim": {
|
|
2876
|
+
"name": {},
|
|
2877
|
+
"status": {}
|
|
2493
2878
|
}
|
|
2494
2879
|
},
|
|
2495
|
-
"
|
|
2496
|
-
"
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
"
|
|
2502
|
-
"
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
}
|
|
2507
|
-
"RegistrationDate": {}
|
|
2880
|
+
"publicRightsOfWay": {
|
|
2881
|
+
"shownOnDefinitiveMap": {
|
|
2882
|
+
"yesNo": {},
|
|
2883
|
+
"details": {}
|
|
2884
|
+
},
|
|
2885
|
+
"pendingApplicationsToRecord": {
|
|
2886
|
+
"yesNo": {},
|
|
2887
|
+
"details": {}
|
|
2888
|
+
},
|
|
2889
|
+
"legalOrdersToStop": {
|
|
2890
|
+
"yesNo": {},
|
|
2891
|
+
"details": {}
|
|
2508
2892
|
}
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
"otherMatters": {
|
|
2896
|
+
"landRequiredForPublicPurposes": {
|
|
2897
|
+
"yesNo": {},
|
|
2898
|
+
"details": {}
|
|
2509
2899
|
},
|
|
2510
|
-
"
|
|
2511
|
-
"
|
|
2512
|
-
"
|
|
2513
|
-
"CautionIndicator": {},
|
|
2514
|
-
"CCBIIndicator": {},
|
|
2515
|
-
"ChargeeIndicator": {},
|
|
2516
|
-
"ChargeIndicator": {},
|
|
2517
|
-
"ChargeRelatedRestrictionIndicator": {},
|
|
2518
|
-
"ChargeRestrictionIndicator": {},
|
|
2519
|
-
"CreditorsNoticeIndicator": {},
|
|
2520
|
-
"DeathOfProprietorIndicator": {},
|
|
2521
|
-
"DeedOfPostponementIndicator": {},
|
|
2522
|
-
"DiscountChargeIndicator": {},
|
|
2523
|
-
"EquitableChargeIndicator": {},
|
|
2524
|
-
"GreenOutEntryIndicator": {},
|
|
2525
|
-
"HomeRightsChangeOfAddressIndicator": {},
|
|
2526
|
-
"HomeRightsIndicator": {},
|
|
2527
|
-
"LeaseHoldTitleIndicator": {},
|
|
2528
|
-
"MultipleChargeIndicator": {},
|
|
2529
|
-
"NonChargeRestrictionIndicator": {},
|
|
2530
|
-
"NotedChargeIndicator": {},
|
|
2531
|
-
"PricePaidIndicator": {},
|
|
2532
|
-
"PropertyDescriptionNotesIndicator": {},
|
|
2533
|
-
"RentChargeIndicator": {},
|
|
2534
|
-
"RightOfPreEmptionIndicator": {},
|
|
2535
|
-
"ScheduleOfLeasesIndicator": {},
|
|
2536
|
-
"SubChargeIndicator": {},
|
|
2537
|
-
"UnidentifiedEntryIndicator": {},
|
|
2538
|
-
"UnilateralNoticeBeneficiaryIndicator": {},
|
|
2539
|
-
"UnilateralNoticeIndicator": {},
|
|
2540
|
-
"VendorsLienIndicator": {}
|
|
2900
|
+
"landToBeAcquiredForRoadWorks": {
|
|
2901
|
+
"yesNo": {},
|
|
2902
|
+
"details": {}
|
|
2541
2903
|
},
|
|
2542
|
-
"
|
|
2543
|
-
"
|
|
2544
|
-
|
|
2545
|
-
"
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2904
|
+
"drainageMatters": {
|
|
2905
|
+
"propertyServedByASustainableUrbanDrainage": {
|
|
2906
|
+
"yesNo": {},
|
|
2907
|
+
"details": {}
|
|
2908
|
+
},
|
|
2909
|
+
"suDsFeaturesWithinTheBoundaryOfTheProperty": {
|
|
2910
|
+
"yesNo": {},
|
|
2911
|
+
"details": {}
|
|
2912
|
+
},
|
|
2913
|
+
"ifPropertyBenefitsFromASuDsForWhichThereIsAChargeWhoBillsThePropertyForSurfaceWaterDrainageCharge": {
|
|
2914
|
+
"yesNo": {},
|
|
2915
|
+
"details": {}
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
"nearbyRoadSchemes": {
|
|
2919
|
+
"centreLineOfANewTrunkRoadOrSpecialRoadSpecifiedInAnyOrderDraftOrderOrScheme": {
|
|
2920
|
+
"yesNo": {},
|
|
2921
|
+
"details": {}
|
|
2922
|
+
},
|
|
2923
|
+
"centreLineOfAProposedAlterationOrImprovementToAnExistingRoad": {
|
|
2924
|
+
"yesNo": {},
|
|
2925
|
+
"details": {}
|
|
2926
|
+
},
|
|
2927
|
+
"outerLimitsOfConstructionWorksForAProposedAlterationOrImprovementToAnExistingRoad": {
|
|
2928
|
+
"constructionOfARoundaboutOtherThanAMiniRoundabout": {
|
|
2929
|
+
"yesNo": {},
|
|
2930
|
+
"details": {}
|
|
2558
2931
|
},
|
|
2559
|
-
"
|
|
2560
|
-
"
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2932
|
+
"wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
|
|
2933
|
+
"yesNo": {},
|
|
2934
|
+
"details": {}
|
|
2935
|
+
}
|
|
2936
|
+
},
|
|
2937
|
+
"outerLimitsOf": {
|
|
2938
|
+
"constructionOfANewRoadToBeBuiltByALocalAuthority": {
|
|
2939
|
+
"yesNo": {},
|
|
2940
|
+
"details": {}
|
|
2566
2941
|
},
|
|
2567
|
-
"
|
|
2568
|
-
"
|
|
2569
|
-
"
|
|
2570
|
-
"PostcodeZone": {
|
|
2571
|
-
"Postcode": {}
|
|
2572
|
-
},
|
|
2573
|
-
"AddressLine": {
|
|
2574
|
-
"Line": {}
|
|
2575
|
-
}
|
|
2576
|
-
},
|
|
2577
|
-
"CharityType": {
|
|
2578
|
-
"Value": {}
|
|
2579
|
-
}
|
|
2942
|
+
"approvedAlterationOrImprovementToAnExistingRoad": {
|
|
2943
|
+
"yesNo": {},
|
|
2944
|
+
"details": {}
|
|
2580
2945
|
},
|
|
2581
|
-
"
|
|
2582
|
-
|
|
2583
|
-
|
|
2946
|
+
"constructionOfARoundaboutOtherThanAMiniRoundaboutOrWideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
|
|
2947
|
+
"yesNo": {},
|
|
2948
|
+
"details": {}
|
|
2949
|
+
}
|
|
2584
2950
|
},
|
|
2585
|
-
"
|
|
2586
|
-
"
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
"
|
|
2592
|
-
|
|
2593
|
-
"SurnameName": {}
|
|
2594
|
-
}
|
|
2595
|
-
},
|
|
2596
|
-
"Organization": {
|
|
2597
|
-
"Name": {},
|
|
2598
|
-
"CompanyRegistrationNumber": {}
|
|
2951
|
+
"centreLineOfTheProposedRouteOfANewRoad": {
|
|
2952
|
+
"yesNo": {},
|
|
2953
|
+
"details": {}
|
|
2954
|
+
},
|
|
2955
|
+
"outerLimitsOfConstructionUnderProposalsUnderPublicConsultation": {
|
|
2956
|
+
"constructionOfAProposedAlterationOrImprovementToAnExistingRoad": {
|
|
2957
|
+
"yesNo": {},
|
|
2958
|
+
"details": {}
|
|
2599
2959
|
},
|
|
2600
|
-
"
|
|
2601
|
-
"
|
|
2602
|
-
|
|
2603
|
-
},
|
|
2604
|
-
"AddressLine": {
|
|
2605
|
-
"Line": {}
|
|
2606
|
-
}
|
|
2960
|
+
"constructionOfARoundaboutOtherThanAMiniRoundabout": {
|
|
2961
|
+
"yesNo": {},
|
|
2962
|
+
"details": {}
|
|
2607
2963
|
},
|
|
2608
|
-
"
|
|
2609
|
-
"
|
|
2610
|
-
"
|
|
2611
|
-
|
|
2612
|
-
"Postcode": {}
|
|
2613
|
-
},
|
|
2614
|
-
"AddressLine": {
|
|
2615
|
-
"Line": {}
|
|
2616
|
-
}
|
|
2617
|
-
},
|
|
2618
|
-
"CharityType": {
|
|
2619
|
-
"Value": {}
|
|
2620
|
-
}
|
|
2621
|
-
},
|
|
2622
|
-
"TradingName": {},
|
|
2623
|
-
"PartyNumber": {},
|
|
2624
|
-
"PartyDescription": {}
|
|
2964
|
+
"wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
|
|
2965
|
+
"yesNo": {},
|
|
2966
|
+
"details": {}
|
|
2967
|
+
}
|
|
2625
2968
|
}
|
|
2626
2969
|
},
|
|
2627
|
-
"
|
|
2628
|
-
"
|
|
2629
|
-
"
|
|
2630
|
-
"
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
"ForenamesName": {},
|
|
2636
|
-
"SurnameName": {}
|
|
2637
|
-
},
|
|
2638
|
-
"Alias": {
|
|
2639
|
-
"ForenamesName": {},
|
|
2640
|
-
"SurnameName": {}
|
|
2641
|
-
}
|
|
2642
|
-
},
|
|
2643
|
-
"Organization": {
|
|
2644
|
-
"Name": {},
|
|
2645
|
-
"CompanyRegistrationNumber": {}
|
|
2646
|
-
},
|
|
2647
|
-
"Address": {
|
|
2648
|
-
"PostcodeZone": {
|
|
2649
|
-
"Postcode": {}
|
|
2650
|
-
},
|
|
2651
|
-
"AddressLine": {
|
|
2652
|
-
"Line": {}
|
|
2653
|
-
}
|
|
2654
|
-
},
|
|
2655
|
-
"CharityDetails": {
|
|
2656
|
-
"CharityName": {},
|
|
2657
|
-
"CharityAddress": {
|
|
2658
|
-
"PostcodeZone": {
|
|
2659
|
-
"Postcode": {}
|
|
2660
|
-
},
|
|
2661
|
-
"AddressLine": {
|
|
2662
|
-
"Line": {}
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
"CharityType": {
|
|
2666
|
-
"Value": {}
|
|
2667
|
-
}
|
|
2668
|
-
},
|
|
2669
|
-
"TradingName": {},
|
|
2670
|
-
"PartyNumber": {},
|
|
2671
|
-
"PartyDescription": {}
|
|
2672
|
-
},
|
|
2673
|
-
"EntryDetails": {
|
|
2674
|
-
"EntryNumber": {},
|
|
2675
|
-
"EntryText": {},
|
|
2676
|
-
"RegistrationDate": {},
|
|
2677
|
-
"SubRegisterCode": {},
|
|
2678
|
-
"ScheduleCode": {},
|
|
2679
|
-
"Infills": {}
|
|
2680
|
-
}
|
|
2970
|
+
"nearbyRailwaySchemes": {
|
|
2971
|
+
"propertyWithin200MetersOfTheCentreLineOfAProposedRailwayTramwayLightRailwayOrMonorail": {
|
|
2972
|
+
"yesNo": {},
|
|
2973
|
+
"details": {}
|
|
2974
|
+
},
|
|
2975
|
+
"proposalsForARailwayTramwayLightRailwayOrMonorail": {
|
|
2976
|
+
"yesNo": {},
|
|
2977
|
+
"details": {}
|
|
2681
2978
|
}
|
|
2682
2979
|
},
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2980
|
+
"trafficSchemes": {
|
|
2981
|
+
"permanentStoppingUpOrDiversion": {
|
|
2982
|
+
"yesNo": {},
|
|
2983
|
+
"details": {}
|
|
2984
|
+
},
|
|
2985
|
+
"waitingOrLoadingRestrictions": {
|
|
2986
|
+
"yesNo": {},
|
|
2987
|
+
"details": {}
|
|
2988
|
+
},
|
|
2989
|
+
"oneWayDriving": {
|
|
2990
|
+
"yesNo": {},
|
|
2991
|
+
"details": {}
|
|
2992
|
+
},
|
|
2993
|
+
"prohibitionOfDriving": {
|
|
2994
|
+
"yesNo": {},
|
|
2995
|
+
"details": {}
|
|
2996
|
+
},
|
|
2997
|
+
"pedestrianisation": {
|
|
2998
|
+
"yesNo": {},
|
|
2999
|
+
"details": {}
|
|
3000
|
+
},
|
|
3001
|
+
"vehicleWidthOrWeightRestriction": {
|
|
3002
|
+
"yesNo": {},
|
|
3003
|
+
"details": {}
|
|
3004
|
+
},
|
|
3005
|
+
"trafficCalmingWorks": {
|
|
3006
|
+
"yesNo": {},
|
|
3007
|
+
"details": {}
|
|
3008
|
+
},
|
|
3009
|
+
"residentsParkingControls": {
|
|
3010
|
+
"yesNo": {},
|
|
3011
|
+
"details": {}
|
|
3012
|
+
},
|
|
3013
|
+
"minorRoadWideningOrImprovement": {
|
|
3014
|
+
"yesNo": {},
|
|
3015
|
+
"details": {}
|
|
3016
|
+
},
|
|
3017
|
+
"pedestrianCrossings": {
|
|
3018
|
+
"yesNo": {},
|
|
3019
|
+
"details": {}
|
|
3020
|
+
},
|
|
3021
|
+
"cycleTracks": {
|
|
3022
|
+
"yesNo": {},
|
|
3023
|
+
"details": {}
|
|
3024
|
+
},
|
|
3025
|
+
"bridgeBuilding": {
|
|
3026
|
+
"yesNo": {},
|
|
3027
|
+
"details": {}
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
"outstandingNotices": {
|
|
3031
|
+
"buildingWorks": {
|
|
3032
|
+
"yesNo": {},
|
|
3033
|
+
"details": {}
|
|
3034
|
+
},
|
|
3035
|
+
"environment": {
|
|
3036
|
+
"yesNo": {},
|
|
3037
|
+
"details": {}
|
|
3038
|
+
},
|
|
3039
|
+
"healthAndSafety": {
|
|
3040
|
+
"yesNo": {},
|
|
3041
|
+
"details": {}
|
|
3042
|
+
},
|
|
3043
|
+
"housing": {
|
|
3044
|
+
"yesNo": {},
|
|
3045
|
+
"details": {}
|
|
3046
|
+
},
|
|
3047
|
+
"highways": {
|
|
3048
|
+
"yesNo": {},
|
|
3049
|
+
"details": {}
|
|
3050
|
+
},
|
|
3051
|
+
"publicHealth": {
|
|
3052
|
+
"yesNo": {},
|
|
3053
|
+
"details": {}
|
|
3054
|
+
},
|
|
3055
|
+
"floodAndCostalErosionRiskManagement": {
|
|
3056
|
+
"yesNo": {},
|
|
3057
|
+
"details": {}
|
|
3058
|
+
}
|
|
3059
|
+
},
|
|
3060
|
+
"contraventionOfBuildingRegulations": {
|
|
3061
|
+
"yesNo": {},
|
|
3062
|
+
"details": {}
|
|
3063
|
+
},
|
|
3064
|
+
"noticesOrdersDirectionsAndProceedingsUnderPlanningActs": {
|
|
3065
|
+
"enforcementNotice": {
|
|
3066
|
+
"yesNo": {},
|
|
3067
|
+
"details": {}
|
|
3068
|
+
},
|
|
3069
|
+
"stopNotice": {
|
|
3070
|
+
"yesNo": {},
|
|
3071
|
+
"details": {}
|
|
3072
|
+
},
|
|
3073
|
+
"listedBuildingEnforcementNotice": {
|
|
3074
|
+
"yesNo": {},
|
|
3075
|
+
"details": {}
|
|
3076
|
+
},
|
|
3077
|
+
"breachOfConditionNotice": {
|
|
3078
|
+
"yesNo": {},
|
|
3079
|
+
"details": {}
|
|
3080
|
+
},
|
|
3081
|
+
"planningContraventionNotice": {
|
|
3082
|
+
"yesNo": {},
|
|
3083
|
+
"details": {}
|
|
3084
|
+
},
|
|
3085
|
+
"anotherNoticeRelatingToBreachOfPlanningControl": {
|
|
3086
|
+
"yesNo": {},
|
|
3087
|
+
"details": {}
|
|
3088
|
+
},
|
|
3089
|
+
"listedBuildingRepairsNotice": {
|
|
3090
|
+
"yesNo": {},
|
|
3091
|
+
"details": {}
|
|
3092
|
+
},
|
|
3093
|
+
"inTheCaseOfAListedBuildingDeliberatelyAllowedToFallIntoDisrepairACompulsoryPurchaseOrderWithADirectionForMinimumCompensation": {
|
|
3094
|
+
"yesNo": {},
|
|
3095
|
+
"details": {}
|
|
3096
|
+
},
|
|
3097
|
+
"buildingPreservationNotice": {
|
|
3098
|
+
"yesNo": {},
|
|
3099
|
+
"details": {}
|
|
3100
|
+
},
|
|
3101
|
+
"directionRestrictingPermittedDevelopment": {
|
|
3102
|
+
"yesNo": {},
|
|
3103
|
+
"details": {}
|
|
3104
|
+
},
|
|
3105
|
+
"orderRevokingOrModifyingPlanningPermission": {
|
|
3106
|
+
"yesNo": {},
|
|
3107
|
+
"details": {}
|
|
3108
|
+
},
|
|
3109
|
+
"orderRequiringDiscontinuanceOfUseOrAlterationOrRemovalOfBuildingOrWorks": {
|
|
3110
|
+
"yesNo": {},
|
|
3111
|
+
"details": {}
|
|
3112
|
+
},
|
|
3113
|
+
"treePreservationOrder": {
|
|
3114
|
+
"yesNo": {},
|
|
3115
|
+
"details": {}
|
|
3116
|
+
},
|
|
3117
|
+
"proceedingsToEnforceAPlanningAgreementOrPlanningContribution": {
|
|
3118
|
+
"yesNo": {},
|
|
3119
|
+
"details": {}
|
|
3120
|
+
}
|
|
3121
|
+
},
|
|
3122
|
+
"communityInfrastructureLevy": {
|
|
3123
|
+
"cilChargingSchedule": {
|
|
3124
|
+
"yesNo": {}
|
|
3125
|
+
},
|
|
3126
|
+
"doAnyOfTheFollowingSubsistInRelationToTheProperty": {
|
|
3127
|
+
"liabilityNotice": {
|
|
3128
|
+
"yesNo": {},
|
|
3129
|
+
"details": {}
|
|
2696
3130
|
},
|
|
2697
|
-
"
|
|
2698
|
-
"
|
|
2699
|
-
"
|
|
2700
|
-
"EntryDetails": {
|
|
2701
|
-
"EntryNumber": {},
|
|
2702
|
-
"EntryText": {},
|
|
2703
|
-
"RegistrationDate": {},
|
|
2704
|
-
"SubRegisterCode": {},
|
|
2705
|
-
"ScheduleCode": {},
|
|
2706
|
-
"Infills": {}
|
|
2707
|
-
}
|
|
3131
|
+
"noticeOfChargeableDevelopment": {
|
|
3132
|
+
"yesNo": {},
|
|
3133
|
+
"details": {}
|
|
2708
3134
|
},
|
|
2709
|
-
"
|
|
2710
|
-
"
|
|
2711
|
-
"
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
}
|
|
3135
|
+
"demandNotice": {
|
|
3136
|
+
"yesNo": {},
|
|
3137
|
+
"details": {}
|
|
3138
|
+
},
|
|
3139
|
+
"defaultLiabilityNotice": {
|
|
3140
|
+
"yesNo": {},
|
|
3141
|
+
"details": {}
|
|
3142
|
+
},
|
|
3143
|
+
"assumptionOfLiabilityNotice": {
|
|
3144
|
+
"yesNo": {},
|
|
3145
|
+
"details": {}
|
|
3146
|
+
},
|
|
3147
|
+
"commencementNotice": {
|
|
3148
|
+
"yesNo": {},
|
|
3149
|
+
"details": {}
|
|
2720
3150
|
}
|
|
3151
|
+
},
|
|
3152
|
+
"demandNoticeBeenSuspended": {
|
|
3153
|
+
"yesNo": {},
|
|
3154
|
+
"details": {}
|
|
3155
|
+
},
|
|
3156
|
+
"localAuthorityReceivedFullOrPartPaymentOfAnyCilLiability": {
|
|
3157
|
+
"yesNo": {},
|
|
3158
|
+
"details": {}
|
|
3159
|
+
},
|
|
3160
|
+
"localAuthorityReceivedAnyAppealAgainstAnyOfTheAbove": {
|
|
3161
|
+
"yesNo": {},
|
|
3162
|
+
"details": {}
|
|
3163
|
+
},
|
|
3164
|
+
"decisionBeenTakenToApplyForALiabilityOrder": {
|
|
3165
|
+
"yesNo": {},
|
|
3166
|
+
"details": {}
|
|
3167
|
+
},
|
|
3168
|
+
"liabilityOrderBeenGranted": {
|
|
3169
|
+
"yesNo": {},
|
|
3170
|
+
"details": {}
|
|
3171
|
+
},
|
|
3172
|
+
"otherEnforcementMeasuresBeenTaken": {
|
|
3173
|
+
"yesNo": {},
|
|
3174
|
+
"details": {}
|
|
2721
3175
|
}
|
|
2722
3176
|
},
|
|
2723
|
-
"
|
|
2724
|
-
"
|
|
2725
|
-
"
|
|
2726
|
-
"
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
"EntryText": {},
|
|
2732
|
-
"RegistrationDate": {},
|
|
2733
|
-
"SubRegisterCode": {},
|
|
2734
|
-
"ScheduleCode": {},
|
|
2735
|
-
"Infills": {}
|
|
2736
|
-
}
|
|
2737
|
-
},
|
|
2738
|
-
"ChargeProprietor": {
|
|
2739
|
-
"ChargeeParty": {
|
|
2740
|
-
"PrivateIndividual": {
|
|
2741
|
-
"Name": {
|
|
2742
|
-
"ForenamesName": {},
|
|
2743
|
-
"SurnameName": {}
|
|
2744
|
-
},
|
|
2745
|
-
"Alias": {
|
|
2746
|
-
"ForenamesName": {},
|
|
2747
|
-
"SurnameName": {}
|
|
2748
|
-
}
|
|
2749
|
-
},
|
|
2750
|
-
"Organization": {
|
|
2751
|
-
"Name": {},
|
|
2752
|
-
"CompanyRegistrationNumber": {}
|
|
2753
|
-
},
|
|
2754
|
-
"Address": {
|
|
2755
|
-
"PostcodeZone": {
|
|
2756
|
-
"Postcode": {}
|
|
2757
|
-
},
|
|
2758
|
-
"AddressLine": {
|
|
2759
|
-
"Line": {}
|
|
2760
|
-
}
|
|
2761
|
-
},
|
|
2762
|
-
"CharityDetails": {
|
|
2763
|
-
"CharityName": {},
|
|
2764
|
-
"CharityAddress": {
|
|
2765
|
-
"PostcodeZone": {
|
|
2766
|
-
"Postcode": {}
|
|
2767
|
-
},
|
|
2768
|
-
"AddressLine": {
|
|
2769
|
-
"Line": {}
|
|
2770
|
-
}
|
|
2771
|
-
},
|
|
2772
|
-
"CharityType": {
|
|
2773
|
-
"Value": {}
|
|
2774
|
-
}
|
|
2775
|
-
},
|
|
2776
|
-
"TradingName": {},
|
|
2777
|
-
"PartyNumber": {},
|
|
2778
|
-
"PartyDescription": {}
|
|
2779
|
-
},
|
|
2780
|
-
"EntryDetails": {
|
|
2781
|
-
"EntryNumber": {},
|
|
2782
|
-
"EntryText": {},
|
|
2783
|
-
"RegistrationDate": {},
|
|
2784
|
-
"SubRegisterCode": {},
|
|
2785
|
-
"ScheduleCode": {},
|
|
2786
|
-
"Infills": {}
|
|
2787
|
-
}
|
|
2788
|
-
},
|
|
2789
|
-
"SubCharge": {
|
|
2790
|
-
"ChargeDate": {},
|
|
2791
|
-
"RegisteredCharge": {
|
|
2792
|
-
"MultipleTitleIndicator": {},
|
|
2793
|
-
"EntryDetails": {
|
|
2794
|
-
"EntryNumber": {},
|
|
2795
|
-
"EntryText": {},
|
|
2796
|
-
"RegistrationDate": {},
|
|
2797
|
-
"SubRegisterCode": {},
|
|
2798
|
-
"ScheduleCode": {},
|
|
2799
|
-
"Infills": {}
|
|
2800
|
-
}
|
|
2801
|
-
},
|
|
2802
|
-
"ChargeProprietor": {
|
|
2803
|
-
"ChargeeParty": {
|
|
2804
|
-
"PrivateIndividual": {
|
|
2805
|
-
"Name": {
|
|
2806
|
-
"ForenamesName": {},
|
|
2807
|
-
"SurnameName": {}
|
|
2808
|
-
},
|
|
2809
|
-
"Alias": {
|
|
2810
|
-
"ForenamesName": {},
|
|
2811
|
-
"SurnameName": {}
|
|
2812
|
-
}
|
|
2813
|
-
},
|
|
2814
|
-
"Organization": {
|
|
2815
|
-
"Name": {},
|
|
2816
|
-
"CompanyRegistrationNumber": {}
|
|
2817
|
-
},
|
|
2818
|
-
"Address": {
|
|
2819
|
-
"PostcodeZone": {
|
|
2820
|
-
"Postcode": {}
|
|
2821
|
-
},
|
|
2822
|
-
"AddressLine": {
|
|
2823
|
-
"Line": {}
|
|
2824
|
-
}
|
|
2825
|
-
},
|
|
2826
|
-
"CharityDetails": {
|
|
2827
|
-
"CharityName": {},
|
|
2828
|
-
"CharityAddress": {
|
|
2829
|
-
"PostcodeZone": {
|
|
2830
|
-
"Postcode": {}
|
|
2831
|
-
},
|
|
2832
|
-
"AddressLine": {
|
|
2833
|
-
"Line": {}
|
|
2834
|
-
}
|
|
2835
|
-
},
|
|
2836
|
-
"CharityType": {
|
|
2837
|
-
"Value": {}
|
|
2838
|
-
}
|
|
2839
|
-
},
|
|
2840
|
-
"TradingName": {},
|
|
2841
|
-
"PartyNumber": {},
|
|
2842
|
-
"PartyDescription": {}
|
|
2843
|
-
},
|
|
2844
|
-
"EntryDetails": {
|
|
2845
|
-
"EntryNumber": {},
|
|
2846
|
-
"EntryText": {},
|
|
2847
|
-
"RegistrationDate": {},
|
|
2848
|
-
"SubRegisterCode": {},
|
|
2849
|
-
"ScheduleCode": {},
|
|
2850
|
-
"Infills": {}
|
|
2851
|
-
}
|
|
2852
|
-
}
|
|
2853
|
-
}
|
|
2854
|
-
}
|
|
2855
|
-
},
|
|
2856
|
-
"AgreedNotice": {
|
|
2857
|
-
"AgreedNoticeEntry": {
|
|
2858
|
-
"AgreedNoticeType": {},
|
|
2859
|
-
"EntryDetails": {
|
|
2860
|
-
"EntryNumber": {},
|
|
2861
|
-
"EntryText": {},
|
|
2862
|
-
"RegistrationDate": {},
|
|
2863
|
-
"SubRegisterCode": {},
|
|
2864
|
-
"ScheduleCode": {},
|
|
2865
|
-
"Infills": {}
|
|
2866
|
-
}
|
|
2867
|
-
}
|
|
2868
|
-
},
|
|
2869
|
-
"Bankruptcy": {
|
|
2870
|
-
"EntryDetails": {
|
|
2871
|
-
"EntryNumber": {},
|
|
2872
|
-
"EntryText": {},
|
|
2873
|
-
"RegistrationDate": {},
|
|
2874
|
-
"SubRegisterCode": {},
|
|
2875
|
-
"ScheduleCode": {},
|
|
2876
|
-
"Infills": {}
|
|
3177
|
+
"conservationArea": {
|
|
3178
|
+
"makingOfTheAreaAConservationAreaBefore31August1974": {
|
|
3179
|
+
"yesNo": {},
|
|
3180
|
+
"details": {}
|
|
3181
|
+
},
|
|
3182
|
+
"unimplementedResolutionToDesignateTheAreaAConservationArea": {
|
|
3183
|
+
"yesNo": {},
|
|
3184
|
+
"details": {}
|
|
2877
3185
|
}
|
|
2878
3186
|
},
|
|
2879
|
-
"
|
|
2880
|
-
"
|
|
2881
|
-
|
|
2882
|
-
"EntryText": {},
|
|
2883
|
-
"RegistrationDate": {},
|
|
2884
|
-
"SubRegisterCode": {},
|
|
2885
|
-
"ScheduleCode": {},
|
|
2886
|
-
"Infills": {}
|
|
2887
|
-
}
|
|
3187
|
+
"compulsoryPurchase": {
|
|
3188
|
+
"yesNo": {},
|
|
3189
|
+
"details": {}
|
|
2888
3190
|
},
|
|
2889
|
-
"
|
|
2890
|
-
"
|
|
2891
|
-
"
|
|
2892
|
-
"
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
"
|
|
2896
|
-
"
|
|
3191
|
+
"contaminatedLand": {
|
|
3192
|
+
"contaminatedLandNotice": {
|
|
3193
|
+
"yesNo": {},
|
|
3194
|
+
"details": {}
|
|
3195
|
+
},
|
|
3196
|
+
"inRelationToARegisterMaintainedUnderSection_78R": {
|
|
3197
|
+
"yesNo": {},
|
|
3198
|
+
"details": {}
|
|
3199
|
+
},
|
|
3200
|
+
"decisionToMakeAnEntry": {
|
|
3201
|
+
"yesNo": {},
|
|
3202
|
+
"details": {}
|
|
3203
|
+
},
|
|
3204
|
+
"entry": {
|
|
3205
|
+
"yesNo": {},
|
|
3206
|
+
"details": {}
|
|
2897
3207
|
}
|
|
2898
3208
|
},
|
|
2899
|
-
"
|
|
2900
|
-
"
|
|
2901
|
-
|
|
2902
|
-
"EntryText": {},
|
|
2903
|
-
"RegistrationDate": {},
|
|
2904
|
-
"SubRegisterCode": {},
|
|
2905
|
-
"ScheduleCode": {},
|
|
2906
|
-
"Infills": {}
|
|
2907
|
-
}
|
|
3209
|
+
"radonGas": {
|
|
3210
|
+
"yesNo": {},
|
|
3211
|
+
"details": {}
|
|
2908
3212
|
},
|
|
2909
|
-
"
|
|
2910
|
-
"
|
|
2911
|
-
"
|
|
2912
|
-
|
|
2913
|
-
"
|
|
2914
|
-
"EntryText": {},
|
|
2915
|
-
"RegistrationDate": {},
|
|
2916
|
-
"SubRegisterCode": {},
|
|
2917
|
-
"ScheduleCode": {},
|
|
2918
|
-
"Infills": {}
|
|
3213
|
+
"assetsOfCommunityValue": {
|
|
3214
|
+
"propertyBeenNominatedAsAnAssetOfCommunityValue": {
|
|
3215
|
+
"listedAsAnAssetOfCommunityValue": {
|
|
3216
|
+
"yesNo": {},
|
|
3217
|
+
"details": {}
|
|
2919
3218
|
},
|
|
2920
|
-
"
|
|
2921
|
-
"
|
|
2922
|
-
"
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
"
|
|
2926
|
-
"
|
|
3219
|
+
"excludedAndPlacedOnTheNominatedButNotListedList": {
|
|
3220
|
+
"yesNo": {},
|
|
3221
|
+
"details": {}
|
|
3222
|
+
},
|
|
3223
|
+
"listingExpired": {
|
|
3224
|
+
"yesNo": {},
|
|
3225
|
+
"details": {}
|
|
3226
|
+
},
|
|
3227
|
+
"localAuthorityReviewingOrProposingToReviewTheListing": {
|
|
3228
|
+
"yesNo": {},
|
|
3229
|
+
"details": {}
|
|
3230
|
+
},
|
|
3231
|
+
"subsistingAppealsAgainstTheListing": {
|
|
3232
|
+
"yesNo": {},
|
|
3233
|
+
"details": {}
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3236
|
+
"propertyIsListed": {
|
|
3237
|
+
"localAuthorityDecidedToApplyToTheLandRegistry": {
|
|
3238
|
+
"yesNo": {},
|
|
3239
|
+
"details": {}
|
|
3240
|
+
},
|
|
3241
|
+
"lheLocalAuthorityReceivedANoticeOfDisposal": {
|
|
3242
|
+
"yesNo": {},
|
|
3243
|
+
"details": {}
|
|
3244
|
+
},
|
|
3245
|
+
"communityInterestGroupRequestedToBeTreatedAsABidder": {
|
|
3246
|
+
"yesNo": {},
|
|
3247
|
+
"details": {}
|
|
2927
3248
|
}
|
|
2928
3249
|
}
|
|
2929
|
-
}
|
|
2930
|
-
|
|
3250
|
+
}
|
|
3251
|
+
}
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
"titlesToBeSold": {
|
|
3255
|
+
"titleNumber": {},
|
|
3256
|
+
"titleExtents": {},
|
|
3257
|
+
"registerExtract": {
|
|
3258
|
+
"OCSummaryData": {
|
|
3259
|
+
"OfficialCopyDateTime": {},
|
|
3260
|
+
"EditionDate": {},
|
|
3261
|
+
"PricePaidEntry": {
|
|
3262
|
+
"MultipleTitleIndicator": {},
|
|
2931
3263
|
"EntryDetails": {
|
|
2932
3264
|
"EntryNumber": {},
|
|
2933
3265
|
"EntryText": {},
|
|
@@ -2937,47 +3269,193 @@
|
|
|
2937
3269
|
"Infills": {}
|
|
2938
3270
|
}
|
|
2939
3271
|
},
|
|
2940
|
-
"
|
|
2941
|
-
"
|
|
2942
|
-
"
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
"
|
|
2946
|
-
"ScheduleCode": {},
|
|
2947
|
-
"Infills": {}
|
|
3272
|
+
"PropertyAddress": {
|
|
3273
|
+
"PostcodeZone": {
|
|
3274
|
+
"Postcode": {}
|
|
3275
|
+
},
|
|
3276
|
+
"AddressLine": {
|
|
3277
|
+
"Line": {}
|
|
2948
3278
|
}
|
|
2949
3279
|
},
|
|
2950
|
-
"
|
|
2951
|
-
"
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
"
|
|
2956
|
-
"
|
|
2957
|
-
"
|
|
3280
|
+
"Title": {
|
|
3281
|
+
"TitleNumber": {},
|
|
3282
|
+
"ClassOfTitleCode": {},
|
|
3283
|
+
"CommonholdIndicator": {},
|
|
3284
|
+
"TitleRegistrationDetails": {
|
|
3285
|
+
"DistrictName": {},
|
|
3286
|
+
"AdministrativeArea": {},
|
|
3287
|
+
"LandRegistryOfficeName": {},
|
|
3288
|
+
"LatestEditionDate": {},
|
|
3289
|
+
"PostcodeZone": {
|
|
3290
|
+
"Postcode": {}
|
|
3291
|
+
},
|
|
3292
|
+
"RegistrationDate": {}
|
|
2958
3293
|
}
|
|
2959
3294
|
},
|
|
2960
|
-
"
|
|
2961
|
-
"
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
3295
|
+
"RegisterEntryIndicators": {
|
|
3296
|
+
"AgreedNoticeIndicator": {},
|
|
3297
|
+
"BankruptcyIndicator": {},
|
|
3298
|
+
"CautionIndicator": {},
|
|
3299
|
+
"CCBIIndicator": {},
|
|
3300
|
+
"ChargeeIndicator": {},
|
|
3301
|
+
"ChargeIndicator": {},
|
|
3302
|
+
"ChargeRelatedRestrictionIndicator": {},
|
|
3303
|
+
"ChargeRestrictionIndicator": {},
|
|
3304
|
+
"CreditorsNoticeIndicator": {},
|
|
3305
|
+
"DeathOfProprietorIndicator": {},
|
|
3306
|
+
"DeedOfPostponementIndicator": {},
|
|
3307
|
+
"DiscountChargeIndicator": {},
|
|
3308
|
+
"EquitableChargeIndicator": {},
|
|
3309
|
+
"GreenOutEntryIndicator": {},
|
|
3310
|
+
"HomeRightsChangeOfAddressIndicator": {},
|
|
3311
|
+
"HomeRightsIndicator": {},
|
|
3312
|
+
"LeaseHoldTitleIndicator": {},
|
|
3313
|
+
"MultipleChargeIndicator": {},
|
|
3314
|
+
"NonChargeRestrictionIndicator": {},
|
|
3315
|
+
"NotedChargeIndicator": {},
|
|
3316
|
+
"PricePaidIndicator": {},
|
|
3317
|
+
"PropertyDescriptionNotesIndicator": {},
|
|
3318
|
+
"RentChargeIndicator": {},
|
|
3319
|
+
"RightOfPreEmptionIndicator": {},
|
|
3320
|
+
"ScheduleOfLeasesIndicator": {},
|
|
3321
|
+
"SubChargeIndicator": {},
|
|
3322
|
+
"UnidentifiedEntryIndicator": {},
|
|
3323
|
+
"UnilateralNoticeBeneficiaryIndicator": {},
|
|
3324
|
+
"UnilateralNoticeIndicator": {},
|
|
3325
|
+
"VendorsLienIndicator": {}
|
|
3326
|
+
},
|
|
3327
|
+
"Proprietorship": {
|
|
3328
|
+
"CurrentProprietorshipDate": {},
|
|
3329
|
+
"CautionerParty": {
|
|
3330
|
+
"PrivateIndividual": {
|
|
3331
|
+
"Name": {
|
|
3332
|
+
"ForenamesName": {},
|
|
3333
|
+
"SurnameName": {}
|
|
3334
|
+
},
|
|
3335
|
+
"Alias": {
|
|
3336
|
+
"ForenamesName": {},
|
|
3337
|
+
"SurnameName": {}
|
|
3338
|
+
}
|
|
3339
|
+
},
|
|
3340
|
+
"Organization": {
|
|
3341
|
+
"Name": {},
|
|
3342
|
+
"CompanyRegistrationNumber": {}
|
|
3343
|
+
},
|
|
3344
|
+
"Address": {
|
|
3345
|
+
"PostcodeZone": {
|
|
3346
|
+
"Postcode": {}
|
|
3347
|
+
},
|
|
3348
|
+
"AddressLine": {
|
|
3349
|
+
"Line": {}
|
|
3350
|
+
}
|
|
3351
|
+
},
|
|
3352
|
+
"CharityDetails": {
|
|
3353
|
+
"CharityName": {},
|
|
3354
|
+
"CharityAddress": {
|
|
3355
|
+
"PostcodeZone": {
|
|
3356
|
+
"Postcode": {}
|
|
3357
|
+
},
|
|
3358
|
+
"AddressLine": {
|
|
3359
|
+
"Line": {}
|
|
3360
|
+
}
|
|
3361
|
+
},
|
|
3362
|
+
"CharityType": {
|
|
3363
|
+
"Value": {}
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
"TradingName": {},
|
|
3367
|
+
"PartyNumber": {},
|
|
3368
|
+
"PartyDescription": {}
|
|
3369
|
+
},
|
|
3370
|
+
"RegisteredProprietorParty": {
|
|
3371
|
+
"PrivateIndividual": {
|
|
3372
|
+
"Name": {
|
|
3373
|
+
"ForenamesName": {},
|
|
3374
|
+
"SurnameName": {}
|
|
3375
|
+
},
|
|
3376
|
+
"Alias": {
|
|
3377
|
+
"ForenamesName": {},
|
|
3378
|
+
"SurnameName": {}
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
3381
|
+
"Organization": {
|
|
3382
|
+
"Name": {},
|
|
3383
|
+
"CompanyRegistrationNumber": {}
|
|
3384
|
+
},
|
|
3385
|
+
"Address": {
|
|
3386
|
+
"PostcodeZone": {
|
|
3387
|
+
"Postcode": {}
|
|
3388
|
+
},
|
|
3389
|
+
"AddressLine": {
|
|
3390
|
+
"Line": {}
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3393
|
+
"CharityDetails": {
|
|
3394
|
+
"CharityName": {},
|
|
3395
|
+
"CharityAddress": {
|
|
3396
|
+
"PostcodeZone": {
|
|
3397
|
+
"Postcode": {}
|
|
3398
|
+
},
|
|
3399
|
+
"AddressLine": {
|
|
3400
|
+
"Line": {}
|
|
3401
|
+
}
|
|
3402
|
+
},
|
|
3403
|
+
"CharityType": {
|
|
3404
|
+
"Value": {}
|
|
3405
|
+
}
|
|
3406
|
+
},
|
|
3407
|
+
"TradingName": {},
|
|
3408
|
+
"PartyNumber": {},
|
|
3409
|
+
"PartyDescription": {}
|
|
2968
3410
|
}
|
|
2969
3411
|
},
|
|
2970
|
-
"
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
"
|
|
2977
|
-
|
|
2978
|
-
|
|
3412
|
+
"Lease": {
|
|
3413
|
+
"LeaseEntry": {
|
|
3414
|
+
"LeaseTerm": {},
|
|
3415
|
+
"LeaseDate": {},
|
|
3416
|
+
"Rent": {},
|
|
3417
|
+
"LeaseParty": {
|
|
3418
|
+
"PrivateIndividual": {
|
|
3419
|
+
"Name": {
|
|
3420
|
+
"ForenamesName": {},
|
|
3421
|
+
"SurnameName": {}
|
|
3422
|
+
},
|
|
3423
|
+
"Alias": {
|
|
3424
|
+
"ForenamesName": {},
|
|
3425
|
+
"SurnameName": {}
|
|
3426
|
+
}
|
|
3427
|
+
},
|
|
3428
|
+
"Organization": {
|
|
3429
|
+
"Name": {},
|
|
3430
|
+
"CompanyRegistrationNumber": {}
|
|
3431
|
+
},
|
|
3432
|
+
"Address": {
|
|
3433
|
+
"PostcodeZone": {
|
|
3434
|
+
"Postcode": {}
|
|
3435
|
+
},
|
|
3436
|
+
"AddressLine": {
|
|
3437
|
+
"Line": {}
|
|
3438
|
+
}
|
|
3439
|
+
},
|
|
3440
|
+
"CharityDetails": {
|
|
3441
|
+
"CharityName": {},
|
|
3442
|
+
"CharityAddress": {
|
|
3443
|
+
"PostcodeZone": {
|
|
3444
|
+
"Postcode": {}
|
|
3445
|
+
},
|
|
3446
|
+
"AddressLine": {
|
|
3447
|
+
"Line": {}
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
"CharityType": {
|
|
3451
|
+
"Value": {}
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3454
|
+
"TradingName": {},
|
|
3455
|
+
"PartyNumber": {},
|
|
3456
|
+
"PartyDescription": {}
|
|
2979
3457
|
},
|
|
2980
|
-
"
|
|
3458
|
+
"EntryDetails": {
|
|
2981
3459
|
"EntryNumber": {},
|
|
2982
3460
|
"EntryText": {},
|
|
2983
3461
|
"RegistrationDate": {},
|
|
@@ -2987,37 +3465,193 @@
|
|
|
2987
3465
|
}
|
|
2988
3466
|
}
|
|
2989
3467
|
},
|
|
2990
|
-
"
|
|
2991
|
-
"
|
|
2992
|
-
"
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
3468
|
+
"RestrictionDetails": {
|
|
3469
|
+
"RestrictionEntry": {
|
|
3470
|
+
"ChargeRelatedRestriction": {
|
|
3471
|
+
"RestrictionTypeCode": {},
|
|
3472
|
+
"ChargeID": {},
|
|
3473
|
+
"EntryDetails": {
|
|
3474
|
+
"EntryNumber": {},
|
|
3475
|
+
"EntryText": {},
|
|
3476
|
+
"RegistrationDate": {},
|
|
3477
|
+
"SubRegisterCode": {},
|
|
3478
|
+
"ScheduleCode": {},
|
|
3479
|
+
"Infills": {}
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
"ChargeRestriction": {
|
|
3483
|
+
"RestrictionTypeCode": {},
|
|
3484
|
+
"ChargeID": {},
|
|
3485
|
+
"EntryDetails": {
|
|
3486
|
+
"EntryNumber": {},
|
|
3487
|
+
"EntryText": {},
|
|
3488
|
+
"RegistrationDate": {},
|
|
3489
|
+
"SubRegisterCode": {},
|
|
3490
|
+
"ScheduleCode": {},
|
|
3491
|
+
"Infills": {}
|
|
3492
|
+
}
|
|
3493
|
+
},
|
|
3494
|
+
"NonChargeRestriction": {
|
|
3495
|
+
"RestrictionTypeCode": {},
|
|
3496
|
+
"ChargeID": {},
|
|
3497
|
+
"EntryDetails": {
|
|
3498
|
+
"EntryNumber": {},
|
|
3499
|
+
"EntryText": {},
|
|
3500
|
+
"RegistrationDate": {},
|
|
3501
|
+
"SubRegisterCode": {},
|
|
3502
|
+
"ScheduleCode": {},
|
|
3503
|
+
"Infills": {}
|
|
3504
|
+
}
|
|
3505
|
+
}
|
|
2998
3506
|
}
|
|
2999
3507
|
},
|
|
3000
|
-
"
|
|
3001
|
-
"
|
|
3002
|
-
"
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3508
|
+
"Charge": {
|
|
3509
|
+
"ChargeEntry": {
|
|
3510
|
+
"ChargeID": {},
|
|
3511
|
+
"ChargeDate": {},
|
|
3512
|
+
"RegisteredCharge": {
|
|
3513
|
+
"MultipleTitleIndicator": {},
|
|
3514
|
+
"EntryDetails": {
|
|
3515
|
+
"EntryNumber": {},
|
|
3516
|
+
"EntryText": {},
|
|
3517
|
+
"RegistrationDate": {},
|
|
3518
|
+
"SubRegisterCode": {},
|
|
3519
|
+
"ScheduleCode": {},
|
|
3520
|
+
"Infills": {}
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
"ChargeProprietor": {
|
|
3524
|
+
"ChargeeParty": {
|
|
3525
|
+
"PrivateIndividual": {
|
|
3526
|
+
"Name": {
|
|
3527
|
+
"ForenamesName": {},
|
|
3528
|
+
"SurnameName": {}
|
|
3529
|
+
},
|
|
3530
|
+
"Alias": {
|
|
3531
|
+
"ForenamesName": {},
|
|
3532
|
+
"SurnameName": {}
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
"Organization": {
|
|
3536
|
+
"Name": {},
|
|
3537
|
+
"CompanyRegistrationNumber": {}
|
|
3538
|
+
},
|
|
3539
|
+
"Address": {
|
|
3540
|
+
"PostcodeZone": {
|
|
3541
|
+
"Postcode": {}
|
|
3542
|
+
},
|
|
3543
|
+
"AddressLine": {
|
|
3544
|
+
"Line": {}
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3547
|
+
"CharityDetails": {
|
|
3548
|
+
"CharityName": {},
|
|
3549
|
+
"CharityAddress": {
|
|
3550
|
+
"PostcodeZone": {
|
|
3551
|
+
"Postcode": {}
|
|
3552
|
+
},
|
|
3553
|
+
"AddressLine": {
|
|
3554
|
+
"Line": {}
|
|
3555
|
+
}
|
|
3556
|
+
},
|
|
3557
|
+
"CharityType": {
|
|
3558
|
+
"Value": {}
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3561
|
+
"TradingName": {},
|
|
3562
|
+
"PartyNumber": {},
|
|
3563
|
+
"PartyDescription": {}
|
|
3564
|
+
},
|
|
3565
|
+
"EntryDetails": {
|
|
3566
|
+
"EntryNumber": {},
|
|
3567
|
+
"EntryText": {},
|
|
3568
|
+
"RegistrationDate": {},
|
|
3569
|
+
"SubRegisterCode": {},
|
|
3570
|
+
"ScheduleCode": {},
|
|
3571
|
+
"Infills": {}
|
|
3572
|
+
}
|
|
3573
|
+
},
|
|
3574
|
+
"SubCharge": {
|
|
3575
|
+
"ChargeDate": {},
|
|
3576
|
+
"RegisteredCharge": {
|
|
3577
|
+
"MultipleTitleIndicator": {},
|
|
3578
|
+
"EntryDetails": {
|
|
3579
|
+
"EntryNumber": {},
|
|
3580
|
+
"EntryText": {},
|
|
3581
|
+
"RegistrationDate": {},
|
|
3582
|
+
"SubRegisterCode": {},
|
|
3583
|
+
"ScheduleCode": {},
|
|
3584
|
+
"Infills": {}
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
3587
|
+
"ChargeProprietor": {
|
|
3588
|
+
"ChargeeParty": {
|
|
3589
|
+
"PrivateIndividual": {
|
|
3590
|
+
"Name": {
|
|
3591
|
+
"ForenamesName": {},
|
|
3592
|
+
"SurnameName": {}
|
|
3593
|
+
},
|
|
3594
|
+
"Alias": {
|
|
3595
|
+
"ForenamesName": {},
|
|
3596
|
+
"SurnameName": {}
|
|
3597
|
+
}
|
|
3598
|
+
},
|
|
3599
|
+
"Organization": {
|
|
3600
|
+
"Name": {},
|
|
3601
|
+
"CompanyRegistrationNumber": {}
|
|
3602
|
+
},
|
|
3603
|
+
"Address": {
|
|
3604
|
+
"PostcodeZone": {
|
|
3605
|
+
"Postcode": {}
|
|
3606
|
+
},
|
|
3607
|
+
"AddressLine": {
|
|
3608
|
+
"Line": {}
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
"CharityDetails": {
|
|
3612
|
+
"CharityName": {},
|
|
3613
|
+
"CharityAddress": {
|
|
3614
|
+
"PostcodeZone": {
|
|
3615
|
+
"Postcode": {}
|
|
3616
|
+
},
|
|
3617
|
+
"AddressLine": {
|
|
3618
|
+
"Line": {}
|
|
3619
|
+
}
|
|
3620
|
+
},
|
|
3621
|
+
"CharityType": {
|
|
3622
|
+
"Value": {}
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
3625
|
+
"TradingName": {},
|
|
3626
|
+
"PartyNumber": {},
|
|
3627
|
+
"PartyDescription": {}
|
|
3628
|
+
},
|
|
3629
|
+
"EntryDetails": {
|
|
3630
|
+
"EntryNumber": {},
|
|
3631
|
+
"EntryText": {},
|
|
3632
|
+
"RegistrationDate": {},
|
|
3633
|
+
"SubRegisterCode": {},
|
|
3634
|
+
"ScheduleCode": {},
|
|
3635
|
+
"Infills": {}
|
|
3636
|
+
}
|
|
3637
|
+
}
|
|
3638
|
+
}
|
|
3008
3639
|
}
|
|
3009
3640
|
},
|
|
3010
|
-
"
|
|
3011
|
-
"
|
|
3012
|
-
"
|
|
3013
|
-
"
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3641
|
+
"AgreedNotice": {
|
|
3642
|
+
"AgreedNoticeEntry": {
|
|
3643
|
+
"AgreedNoticeType": {},
|
|
3644
|
+
"EntryDetails": {
|
|
3645
|
+
"EntryNumber": {},
|
|
3646
|
+
"EntryText": {},
|
|
3647
|
+
"RegistrationDate": {},
|
|
3648
|
+
"SubRegisterCode": {},
|
|
3649
|
+
"ScheduleCode": {},
|
|
3650
|
+
"Infills": {}
|
|
3651
|
+
}
|
|
3018
3652
|
}
|
|
3019
3653
|
},
|
|
3020
|
-
"
|
|
3654
|
+
"Bankruptcy": {
|
|
3021
3655
|
"EntryDetails": {
|
|
3022
3656
|
"EntryNumber": {},
|
|
3023
3657
|
"EntryText": {},
|
|
@@ -3027,7 +3661,7 @@
|
|
|
3027
3661
|
"Infills": {}
|
|
3028
3662
|
}
|
|
3029
3663
|
},
|
|
3030
|
-
"
|
|
3664
|
+
"Caution": {
|
|
3031
3665
|
"EntryDetails": {
|
|
3032
3666
|
"EntryNumber": {},
|
|
3033
3667
|
"EntryText": {},
|
|
@@ -3037,7 +3671,7 @@
|
|
|
3037
3671
|
"Infills": {}
|
|
3038
3672
|
}
|
|
3039
3673
|
},
|
|
3040
|
-
"
|
|
3674
|
+
"DeedOfPostponement": {
|
|
3041
3675
|
"EntryDetails": {
|
|
3042
3676
|
"EntryNumber": {},
|
|
3043
3677
|
"EntryText": {},
|
|
@@ -3047,7 +3681,7 @@
|
|
|
3047
3681
|
"Infills": {}
|
|
3048
3682
|
}
|
|
3049
3683
|
},
|
|
3050
|
-
"
|
|
3684
|
+
"GreenOutEntry": {
|
|
3051
3685
|
"EntryDetails": {
|
|
3052
3686
|
"EntryNumber": {},
|
|
3053
3687
|
"EntryText": {},
|
|
@@ -3056,681 +3690,234 @@
|
|
|
3056
3690
|
"ScheduleCode": {},
|
|
3057
3691
|
"Infills": {}
|
|
3058
3692
|
}
|
|
3059
|
-
}
|
|
3060
|
-
},
|
|
3061
|
-
"OCRegisterData": {
|
|
3062
|
-
"PropertyRegister": {
|
|
3063
|
-
"DistrictDetails": {
|
|
3064
|
-
"EntryText": {}
|
|
3065
|
-
},
|
|
3066
|
-
"RegisterEntry": {
|
|
3067
|
-
"EntryNumber": {},
|
|
3068
|
-
"EntryDate": {},
|
|
3069
|
-
"EntryType": {},
|
|
3070
|
-
"EntryText": {}
|
|
3071
|
-
},
|
|
3072
|
-
"Schedule": {
|
|
3073
|
-
"ScheduleType": {},
|
|
3074
|
-
"ScheduleEntry": {
|
|
3075
|
-
"EntryNumber": {},
|
|
3076
|
-
"EntryDate": {},
|
|
3077
|
-
"EntryType": {},
|
|
3078
|
-
"EntryText": {}
|
|
3079
|
-
}
|
|
3080
|
-
}
|
|
3081
|
-
},
|
|
3082
|
-
"ProprietorshipRegister": {
|
|
3083
|
-
"DistrictDetails": {
|
|
3084
|
-
"EntryText": {}
|
|
3085
|
-
},
|
|
3086
|
-
"RegisterEntry": {
|
|
3087
|
-
"EntryNumber": {},
|
|
3088
|
-
"EntryDate": {},
|
|
3089
|
-
"EntryType": {},
|
|
3090
|
-
"EntryText": {}
|
|
3091
|
-
},
|
|
3092
|
-
"Schedule": {
|
|
3093
|
-
"ScheduleType": {},
|
|
3094
|
-
"ScheduleEntry": {
|
|
3095
|
-
"EntryNumber": {},
|
|
3096
|
-
"EntryDate": {},
|
|
3097
|
-
"EntryType": {},
|
|
3098
|
-
"EntryText": {}
|
|
3099
|
-
}
|
|
3100
|
-
}
|
|
3101
3693
|
},
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
"Schedule": {
|
|
3113
|
-
"ScheduleType": {},
|
|
3114
|
-
"ScheduleEntry": {
|
|
3115
|
-
"EntryNumber": {},
|
|
3116
|
-
"EntryDate": {},
|
|
3117
|
-
"EntryType": {},
|
|
3118
|
-
"EntryText": {}
|
|
3119
|
-
}
|
|
3120
|
-
}
|
|
3121
|
-
}
|
|
3122
|
-
}
|
|
3123
|
-
}
|
|
3124
|
-
},
|
|
3125
|
-
"searches": {
|
|
3126
|
-
"displayName": {},
|
|
3127
|
-
"productCode": {},
|
|
3128
|
-
"providerName": {},
|
|
3129
|
-
"providerReference": {},
|
|
3130
|
-
"status": {},
|
|
3131
|
-
"orderDate": {},
|
|
3132
|
-
"expectedDeliveryDate": {},
|
|
3133
|
-
"searchContentTypes": {},
|
|
3134
|
-
"reportDate": {},
|
|
3135
|
-
"summary": {},
|
|
3136
|
-
"recommendations": {},
|
|
3137
|
-
"actionAlertRating": {},
|
|
3138
|
-
"complianceStatement": {},
|
|
3139
|
-
"results": {
|
|
3140
|
-
"contentType": {},
|
|
3141
|
-
"localLandCharges": {
|
|
3142
|
-
"part": {},
|
|
3143
|
-
"partTitle": {},
|
|
3144
|
-
"chargeDescription": {},
|
|
3145
|
-
"originatingAuthority": {},
|
|
3146
|
-
"inspectionAddress": {},
|
|
3147
|
-
"registrationDate": {}
|
|
3148
|
-
},
|
|
3149
|
-
"requiredLocalSearches": {
|
|
3150
|
-
"planningAndBuildingRegulations": {
|
|
3151
|
-
"decisionsAndPendingApplications": {
|
|
3152
|
-
"planningPermission": {
|
|
3153
|
-
"refNumber": {},
|
|
3154
|
-
"isProposal": {},
|
|
3155
|
-
"applicationDate": {},
|
|
3156
|
-
"decision": {},
|
|
3157
|
-
"decisionDate": {},
|
|
3158
|
-
"applicationType": {}
|
|
3159
|
-
},
|
|
3160
|
-
"listedBuildingConsent": {
|
|
3161
|
-
"refNumber": {},
|
|
3162
|
-
"isProposal": {},
|
|
3163
|
-
"applicationDate": {},
|
|
3164
|
-
"decision": {},
|
|
3165
|
-
"decisionDate": {},
|
|
3166
|
-
"applicationType": {}
|
|
3167
|
-
},
|
|
3168
|
-
"conservationAreaConsent": {
|
|
3169
|
-
"refNumber": {},
|
|
3170
|
-
"isProposal": {},
|
|
3171
|
-
"applicationDate": {},
|
|
3172
|
-
"decision": {},
|
|
3173
|
-
"decisionDate": {},
|
|
3174
|
-
"applicationType": {}
|
|
3175
|
-
},
|
|
3176
|
-
"lawfulnessOfExistingUse": {
|
|
3177
|
-
"refNumber": {},
|
|
3178
|
-
"isProposal": {},
|
|
3179
|
-
"applicationDate": {},
|
|
3180
|
-
"decision": {},
|
|
3181
|
-
"decisionDate": {},
|
|
3182
|
-
"applicationType": {}
|
|
3183
|
-
},
|
|
3184
|
-
"certificateOfLawfulnessOfProposedUse": {
|
|
3185
|
-
"refNumber": {},
|
|
3186
|
-
"isProposal": {},
|
|
3187
|
-
"applicationDate": {},
|
|
3188
|
-
"decision": {},
|
|
3189
|
-
"decisionDate": {},
|
|
3190
|
-
"applicationType": {}
|
|
3191
|
-
},
|
|
3192
|
-
"lawfulnessOfProposedListedWorks": {
|
|
3193
|
-
"refNumber": {},
|
|
3194
|
-
"isProposal": {},
|
|
3195
|
-
"applicationDate": {},
|
|
3196
|
-
"decision": {},
|
|
3197
|
-
"decisionDate": {},
|
|
3198
|
-
"applicationType": {}
|
|
3199
|
-
},
|
|
3200
|
-
"heritagePartnershipAgreement": {
|
|
3201
|
-
"refNumber": {},
|
|
3202
|
-
"isProposal": {},
|
|
3203
|
-
"applicationDate": {},
|
|
3204
|
-
"decision": {},
|
|
3205
|
-
"decisionDate": {},
|
|
3206
|
-
"applicationType": {}
|
|
3207
|
-
},
|
|
3208
|
-
"listedBuildingConsentOrder": {
|
|
3209
|
-
"refNumber": {},
|
|
3210
|
-
"isProposal": {},
|
|
3211
|
-
"applicationDate": {},
|
|
3212
|
-
"decision": {},
|
|
3213
|
-
"decisionDate": {},
|
|
3214
|
-
"applicationType": {}
|
|
3215
|
-
},
|
|
3216
|
-
"localListedBuildingConsentOrder": {
|
|
3217
|
-
"refNumber": {},
|
|
3218
|
-
"isProposal": {},
|
|
3219
|
-
"applicationDate": {},
|
|
3220
|
-
"decision": {},
|
|
3221
|
-
"decisionDate": {},
|
|
3222
|
-
"applicationType": {}
|
|
3223
|
-
},
|
|
3224
|
-
"buildingRegulationsApproval": {
|
|
3225
|
-
"refNumber": {},
|
|
3226
|
-
"isProposal": {},
|
|
3227
|
-
"applicationDate": {},
|
|
3228
|
-
"decision": {},
|
|
3229
|
-
"decisionDate": {},
|
|
3230
|
-
"applicationType": {}
|
|
3231
|
-
},
|
|
3232
|
-
"buildingRegulationsCompletion": {
|
|
3233
|
-
"refNumber": {},
|
|
3234
|
-
"isProposal": {},
|
|
3235
|
-
"applicationDate": {},
|
|
3236
|
-
"decision": {},
|
|
3237
|
-
"decisionDate": {},
|
|
3238
|
-
"applicationType": {}
|
|
3239
|
-
},
|
|
3240
|
-
"buildingRegulationsSelfCertification": {
|
|
3241
|
-
"refNumber": {},
|
|
3242
|
-
"isProposal": {},
|
|
3243
|
-
"applicationDate": {},
|
|
3244
|
-
"decision": {},
|
|
3245
|
-
"decisionDate": {},
|
|
3246
|
-
"applicationType": {}
|
|
3247
|
-
},
|
|
3248
|
-
"planningStartDate": {},
|
|
3249
|
-
"buildingControlStartDate": {}
|
|
3250
|
-
},
|
|
3251
|
-
"designationsAndProposals": {
|
|
3252
|
-
"plans": {
|
|
3253
|
-
"name": {},
|
|
3254
|
-
"status": {},
|
|
3255
|
-
"statusDate": {},
|
|
3256
|
-
"designations": {
|
|
3257
|
-
"designationType": {}
|
|
3258
|
-
}
|
|
3259
|
-
}
|
|
3260
|
-
}
|
|
3261
|
-
},
|
|
3262
|
-
"roadsAndPublicRightsOfWay": {
|
|
3263
|
-
"roadsFootwaysAndFootpaths": {
|
|
3264
|
-
"highwaysMaintainableAtPublicExpense": {
|
|
3265
|
-
"name": {},
|
|
3266
|
-
"status": {}
|
|
3267
|
-
},
|
|
3268
|
-
"subjectToAdoption": {
|
|
3269
|
-
"name": {},
|
|
3270
|
-
"status": {}
|
|
3271
|
-
},
|
|
3272
|
-
"toBeMadeUpWithReclaim": {
|
|
3273
|
-
"name": {},
|
|
3274
|
-
"status": {}
|
|
3275
|
-
},
|
|
3276
|
-
"toBeMadeUpWithoutReclaim": {
|
|
3277
|
-
"name": {},
|
|
3278
|
-
"status": {}
|
|
3279
|
-
}
|
|
3280
|
-
},
|
|
3281
|
-
"publicRightsOfWay": {
|
|
3282
|
-
"shownOnDefinitiveMap": {
|
|
3283
|
-
"yesNo": {},
|
|
3284
|
-
"details": {}
|
|
3285
|
-
},
|
|
3286
|
-
"pendingApplicationsToRecord": {
|
|
3287
|
-
"yesNo": {},
|
|
3288
|
-
"details": {}
|
|
3289
|
-
},
|
|
3290
|
-
"legalOrdersToStop": {
|
|
3291
|
-
"yesNo": {},
|
|
3292
|
-
"details": {}
|
|
3293
|
-
}
|
|
3294
|
-
}
|
|
3295
|
-
},
|
|
3296
|
-
"otherMatters": {
|
|
3297
|
-
"landRequiredForPublicPurposes": {
|
|
3298
|
-
"yesNo": {},
|
|
3299
|
-
"details": {}
|
|
3300
|
-
},
|
|
3301
|
-
"landToBeAcquiredForRoadWorks": {
|
|
3302
|
-
"yesNo": {},
|
|
3303
|
-
"details": {}
|
|
3304
|
-
},
|
|
3305
|
-
"drainageMatters": {
|
|
3306
|
-
"propertyServedByASustainableUrbanDrainage": {
|
|
3307
|
-
"yesNo": {},
|
|
3308
|
-
"details": {}
|
|
3309
|
-
},
|
|
3310
|
-
"suDsFeaturesWithinTheBoundaryOfTheProperty": {
|
|
3311
|
-
"yesNo": {},
|
|
3312
|
-
"details": {}
|
|
3313
|
-
},
|
|
3314
|
-
"ifPropertyBenefitsFromASuDsForWhichThereIsAChargeWhoBillsThePropertyForSurfaceWaterDrainageCharge": {
|
|
3315
|
-
"yesNo": {},
|
|
3316
|
-
"details": {}
|
|
3317
|
-
}
|
|
3318
|
-
},
|
|
3319
|
-
"nearbyRoadSchemes": {
|
|
3320
|
-
"centreLineOfANewTrunkRoadOrSpecialRoadSpecifiedInAnyOrderDraftOrderOrScheme": {
|
|
3321
|
-
"yesNo": {},
|
|
3322
|
-
"details": {}
|
|
3323
|
-
},
|
|
3324
|
-
"centreLineOfAProposedAlterationOrImprovementToAnExistingRoad": {
|
|
3325
|
-
"yesNo": {},
|
|
3326
|
-
"details": {}
|
|
3327
|
-
},
|
|
3328
|
-
"outerLimitsOfConstructionWorksForAProposedAlterationOrImprovementToAnExistingRoad": {
|
|
3329
|
-
"constructionOfARoundaboutOtherThanAMiniRoundabout": {
|
|
3330
|
-
"yesNo": {},
|
|
3331
|
-
"details": {}
|
|
3332
|
-
},
|
|
3333
|
-
"wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
|
|
3334
|
-
"yesNo": {},
|
|
3335
|
-
"details": {}
|
|
3336
|
-
}
|
|
3337
|
-
},
|
|
3338
|
-
"outerLimitsOf": {
|
|
3339
|
-
"constructionOfANewRoadToBeBuiltByALocalAuthority": {
|
|
3340
|
-
"yesNo": {},
|
|
3341
|
-
"details": {}
|
|
3342
|
-
},
|
|
3343
|
-
"approvedAlterationOrImprovementToAnExistingRoad": {
|
|
3344
|
-
"yesNo": {},
|
|
3345
|
-
"details": {}
|
|
3346
|
-
},
|
|
3347
|
-
"constructionOfARoundaboutOtherThanAMiniRoundaboutOrWideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
|
|
3348
|
-
"yesNo": {},
|
|
3349
|
-
"details": {}
|
|
3350
|
-
}
|
|
3351
|
-
},
|
|
3352
|
-
"centreLineOfTheProposedRouteOfANewRoad": {
|
|
3353
|
-
"yesNo": {},
|
|
3354
|
-
"details": {}
|
|
3355
|
-
},
|
|
3356
|
-
"outerLimitsOfConstructionUnderProposalsUnderPublicConsultation": {
|
|
3357
|
-
"constructionOfAProposedAlterationOrImprovementToAnExistingRoad": {
|
|
3358
|
-
"yesNo": {},
|
|
3359
|
-
"details": {}
|
|
3360
|
-
},
|
|
3361
|
-
"constructionOfARoundaboutOtherThanAMiniRoundabout": {
|
|
3362
|
-
"yesNo": {},
|
|
3363
|
-
"details": {}
|
|
3364
|
-
},
|
|
3365
|
-
"wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
|
|
3366
|
-
"yesNo": {},
|
|
3367
|
-
"details": {}
|
|
3368
|
-
}
|
|
3369
|
-
}
|
|
3370
|
-
},
|
|
3371
|
-
"nearbyRailwaySchemes": {
|
|
3372
|
-
"propertyWithin200MetersOfTheCentreLineOfAProposedRailwayTramwayLightRailwayOrMonorail": {
|
|
3373
|
-
"yesNo": {},
|
|
3374
|
-
"details": {}
|
|
3375
|
-
},
|
|
3376
|
-
"proposalsForARailwayTramwayLightRailwayOrMonorail": {
|
|
3377
|
-
"yesNo": {},
|
|
3378
|
-
"details": {}
|
|
3379
|
-
}
|
|
3380
|
-
},
|
|
3381
|
-
"trafficSchemes": {
|
|
3382
|
-
"permanentStoppingUpOrDiversion": {
|
|
3383
|
-
"yesNo": {},
|
|
3384
|
-
"details": {}
|
|
3385
|
-
},
|
|
3386
|
-
"waitingOrLoadingRestrictions": {
|
|
3387
|
-
"yesNo": {},
|
|
3388
|
-
"details": {}
|
|
3389
|
-
},
|
|
3390
|
-
"oneWayDriving": {
|
|
3391
|
-
"yesNo": {},
|
|
3392
|
-
"details": {}
|
|
3393
|
-
},
|
|
3394
|
-
"prohibitionOfDriving": {
|
|
3395
|
-
"yesNo": {},
|
|
3396
|
-
"details": {}
|
|
3397
|
-
},
|
|
3398
|
-
"pedestrianisation": {
|
|
3399
|
-
"yesNo": {},
|
|
3400
|
-
"details": {}
|
|
3401
|
-
},
|
|
3402
|
-
"vehicleWidthOrWeightRestriction": {
|
|
3403
|
-
"yesNo": {},
|
|
3404
|
-
"details": {}
|
|
3405
|
-
},
|
|
3406
|
-
"trafficCalmingWorks": {
|
|
3407
|
-
"yesNo": {},
|
|
3408
|
-
"details": {}
|
|
3409
|
-
},
|
|
3410
|
-
"residentsParkingControls": {
|
|
3411
|
-
"yesNo": {},
|
|
3412
|
-
"details": {}
|
|
3413
|
-
},
|
|
3414
|
-
"minorRoadWideningOrImprovement": {
|
|
3415
|
-
"yesNo": {},
|
|
3416
|
-
"details": {}
|
|
3417
|
-
},
|
|
3418
|
-
"pedestrianCrossings": {
|
|
3419
|
-
"yesNo": {},
|
|
3420
|
-
"details": {}
|
|
3421
|
-
},
|
|
3422
|
-
"cycleTracks": {
|
|
3423
|
-
"yesNo": {},
|
|
3424
|
-
"details": {}
|
|
3425
|
-
},
|
|
3426
|
-
"bridgeBuilding": {
|
|
3427
|
-
"yesNo": {},
|
|
3428
|
-
"details": {}
|
|
3429
|
-
}
|
|
3430
|
-
},
|
|
3431
|
-
"outstandingNotices": {
|
|
3432
|
-
"buildingWorks": {
|
|
3433
|
-
"yesNo": {},
|
|
3434
|
-
"details": {}
|
|
3435
|
-
},
|
|
3436
|
-
"environment": {
|
|
3437
|
-
"yesNo": {},
|
|
3438
|
-
"details": {}
|
|
3439
|
-
},
|
|
3440
|
-
"healthAndSafety": {
|
|
3441
|
-
"yesNo": {},
|
|
3442
|
-
"details": {}
|
|
3443
|
-
},
|
|
3444
|
-
"housing": {
|
|
3445
|
-
"yesNo": {},
|
|
3446
|
-
"details": {}
|
|
3447
|
-
},
|
|
3448
|
-
"highways": {
|
|
3449
|
-
"yesNo": {},
|
|
3450
|
-
"details": {}
|
|
3451
|
-
},
|
|
3452
|
-
"publicHealth": {
|
|
3453
|
-
"yesNo": {},
|
|
3454
|
-
"details": {}
|
|
3455
|
-
},
|
|
3456
|
-
"floodAndCostalErosionRiskManagement": {
|
|
3457
|
-
"yesNo": {},
|
|
3458
|
-
"details": {}
|
|
3459
|
-
}
|
|
3460
|
-
},
|
|
3461
|
-
"contraventionOfBuildingRegulations": {
|
|
3462
|
-
"yesNo": {},
|
|
3463
|
-
"details": {}
|
|
3464
|
-
},
|
|
3465
|
-
"noticesOrdersDirectionsAndProceedingsUnderPlanningActs": {
|
|
3466
|
-
"enforcementNotice": {
|
|
3467
|
-
"yesNo": {},
|
|
3468
|
-
"details": {}
|
|
3469
|
-
},
|
|
3470
|
-
"stopNotice": {
|
|
3471
|
-
"yesNo": {},
|
|
3472
|
-
"details": {}
|
|
3473
|
-
},
|
|
3474
|
-
"listedBuildingEnforcementNotice": {
|
|
3475
|
-
"yesNo": {},
|
|
3476
|
-
"details": {}
|
|
3477
|
-
},
|
|
3478
|
-
"breachOfConditionNotice": {
|
|
3479
|
-
"yesNo": {},
|
|
3480
|
-
"details": {}
|
|
3481
|
-
},
|
|
3482
|
-
"planningContraventionNotice": {
|
|
3483
|
-
"yesNo": {},
|
|
3484
|
-
"details": {}
|
|
3485
|
-
},
|
|
3486
|
-
"anotherNoticeRelatingToBreachOfPlanningControl": {
|
|
3487
|
-
"yesNo": {},
|
|
3488
|
-
"details": {}
|
|
3489
|
-
},
|
|
3490
|
-
"listedBuildingRepairsNotice": {
|
|
3491
|
-
"yesNo": {},
|
|
3492
|
-
"details": {}
|
|
3493
|
-
},
|
|
3494
|
-
"inTheCaseOfAListedBuildingDeliberatelyAllowedToFallIntoDisrepairACompulsoryPurchaseOrderWithADirectionForMinimumCompensation": {
|
|
3495
|
-
"yesNo": {},
|
|
3496
|
-
"details": {}
|
|
3497
|
-
},
|
|
3498
|
-
"buildingPreservationNotice": {
|
|
3499
|
-
"yesNo": {},
|
|
3500
|
-
"details": {}
|
|
3501
|
-
},
|
|
3502
|
-
"directionRestrictingPermittedDevelopment": {
|
|
3503
|
-
"yesNo": {},
|
|
3504
|
-
"details": {}
|
|
3505
|
-
},
|
|
3506
|
-
"orderRevokingOrModifyingPlanningPermission": {
|
|
3507
|
-
"yesNo": {},
|
|
3508
|
-
"details": {}
|
|
3509
|
-
},
|
|
3510
|
-
"orderRequiringDiscontinuanceOfUseOrAlterationOrRemovalOfBuildingOrWorks": {
|
|
3511
|
-
"yesNo": {},
|
|
3512
|
-
"details": {}
|
|
3513
|
-
},
|
|
3514
|
-
"treePreservationOrder": {
|
|
3515
|
-
"yesNo": {},
|
|
3516
|
-
"details": {}
|
|
3517
|
-
},
|
|
3518
|
-
"proceedingsToEnforceAPlanningAgreementOrPlanningContribution": {
|
|
3519
|
-
"yesNo": {},
|
|
3520
|
-
"details": {}
|
|
3521
|
-
}
|
|
3522
|
-
},
|
|
3523
|
-
"communityInfrastructureLevy": {
|
|
3524
|
-
"cilChargingSchedule": {
|
|
3525
|
-
"yesNo": {}
|
|
3526
|
-
},
|
|
3527
|
-
"doAnyOfTheFollowingSubsistInRelationToTheProperty": {
|
|
3528
|
-
"liabilityNotice": {
|
|
3529
|
-
"yesNo": {},
|
|
3530
|
-
"details": {}
|
|
3531
|
-
},
|
|
3532
|
-
"noticeOfChargeableDevelopment": {
|
|
3533
|
-
"yesNo": {},
|
|
3534
|
-
"details": {}
|
|
3535
|
-
},
|
|
3536
|
-
"demandNotice": {
|
|
3537
|
-
"yesNo": {},
|
|
3538
|
-
"details": {}
|
|
3539
|
-
},
|
|
3540
|
-
"defaultLiabilityNotice": {
|
|
3541
|
-
"yesNo": {},
|
|
3542
|
-
"details": {}
|
|
3543
|
-
},
|
|
3544
|
-
"assumptionOfLiabilityNotice": {
|
|
3545
|
-
"yesNo": {},
|
|
3546
|
-
"details": {}
|
|
3547
|
-
},
|
|
3548
|
-
"commencementNotice": {
|
|
3549
|
-
"yesNo": {},
|
|
3550
|
-
"details": {}
|
|
3551
|
-
}
|
|
3552
|
-
},
|
|
3553
|
-
"demandNoticeBeenSuspended": {
|
|
3554
|
-
"yesNo": {},
|
|
3555
|
-
"details": {}
|
|
3556
|
-
},
|
|
3557
|
-
"localAuthorityReceivedFullOrPartPaymentOfAnyCilLiability": {
|
|
3558
|
-
"yesNo": {},
|
|
3559
|
-
"details": {}
|
|
3560
|
-
},
|
|
3561
|
-
"localAuthorityReceivedAnyAppealAgainstAnyOfTheAbove": {
|
|
3562
|
-
"yesNo": {},
|
|
3563
|
-
"details": {}
|
|
3564
|
-
},
|
|
3565
|
-
"decisionBeenTakenToApplyForALiabilityOrder": {
|
|
3566
|
-
"yesNo": {},
|
|
3567
|
-
"details": {}
|
|
3568
|
-
},
|
|
3569
|
-
"liabilityOrderBeenGranted": {
|
|
3570
|
-
"yesNo": {},
|
|
3571
|
-
"details": {}
|
|
3572
|
-
},
|
|
3573
|
-
"otherEnforcementMeasuresBeenTaken": {
|
|
3574
|
-
"yesNo": {},
|
|
3575
|
-
"details": {}
|
|
3576
|
-
}
|
|
3577
|
-
},
|
|
3578
|
-
"conservationArea": {
|
|
3579
|
-
"makingOfTheAreaAConservationAreaBefore31August1974": {
|
|
3580
|
-
"yesNo": {},
|
|
3581
|
-
"details": {}
|
|
3582
|
-
},
|
|
3583
|
-
"unimplementedResolutionToDesignateTheAreaAConservationArea": {
|
|
3584
|
-
"yesNo": {},
|
|
3585
|
-
"details": {}
|
|
3586
|
-
}
|
|
3587
|
-
},
|
|
3588
|
-
"compulsoryPurchase": {
|
|
3589
|
-
"yesNo": {},
|
|
3590
|
-
"details": {}
|
|
3591
|
-
},
|
|
3592
|
-
"contaminatedLand": {
|
|
3593
|
-
"contaminatedLandNotice": {
|
|
3594
|
-
"yesNo": {},
|
|
3595
|
-
"details": {}
|
|
3596
|
-
},
|
|
3597
|
-
"inRelationToARegisterMaintainedUnderSection_78R": {
|
|
3598
|
-
"yesNo": {},
|
|
3599
|
-
"details": {}
|
|
3600
|
-
},
|
|
3601
|
-
"decisionToMakeAnEntry": {
|
|
3602
|
-
"yesNo": {},
|
|
3603
|
-
"details": {}
|
|
3604
|
-
},
|
|
3605
|
-
"entry": {
|
|
3606
|
-
"yesNo": {},
|
|
3607
|
-
"details": {}
|
|
3608
|
-
}
|
|
3609
|
-
},
|
|
3610
|
-
"radonGas": {
|
|
3611
|
-
"yesNo": {},
|
|
3612
|
-
"details": {}
|
|
3613
|
-
},
|
|
3614
|
-
"assetsOfCommunityValue": {
|
|
3615
|
-
"propertyBeenNominatedAsAnAssetOfCommunityValue": {
|
|
3616
|
-
"listedAsAnAssetOfCommunityValue": {
|
|
3617
|
-
"yesNo": {},
|
|
3618
|
-
"details": {}
|
|
3619
|
-
},
|
|
3620
|
-
"excludedAndPlacedOnTheNominatedButNotListedList": {
|
|
3621
|
-
"yesNo": {},
|
|
3622
|
-
"details": {}
|
|
3623
|
-
},
|
|
3624
|
-
"listingExpired": {
|
|
3625
|
-
"yesNo": {},
|
|
3626
|
-
"details": {}
|
|
3627
|
-
},
|
|
3628
|
-
"localAuthorityReviewingOrProposingToReviewTheListing": {
|
|
3629
|
-
"yesNo": {},
|
|
3630
|
-
"details": {}
|
|
3631
|
-
},
|
|
3632
|
-
"subsistingAppealsAgainstTheListing": {
|
|
3633
|
-
"yesNo": {},
|
|
3634
|
-
"details": {}
|
|
3635
|
-
}
|
|
3694
|
+
"HomeRights": {
|
|
3695
|
+
"HomeRightsEntry": {
|
|
3696
|
+
"ChangeOfAddressIndicator": {},
|
|
3697
|
+
"HomeRightsEntryDetails": {
|
|
3698
|
+
"EntryNumber": {},
|
|
3699
|
+
"EntryText": {},
|
|
3700
|
+
"RegistrationDate": {},
|
|
3701
|
+
"SubRegisterCode": {},
|
|
3702
|
+
"ScheduleCode": {},
|
|
3703
|
+
"Infills": {}
|
|
3636
3704
|
},
|
|
3637
|
-
"
|
|
3638
|
-
"
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
},
|
|
3642
|
-
"
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3705
|
+
"ChangeOfAddressEntryDetails": {
|
|
3706
|
+
"EntryNumber": {},
|
|
3707
|
+
"EntryText": {},
|
|
3708
|
+
"RegistrationDate": {},
|
|
3709
|
+
"SubRegisterCode": {},
|
|
3710
|
+
"ScheduleCode": {},
|
|
3711
|
+
"Infills": {}
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3714
|
+
},
|
|
3715
|
+
"RentCharge": {
|
|
3716
|
+
"EntryDetails": {
|
|
3717
|
+
"EntryNumber": {},
|
|
3718
|
+
"EntryText": {},
|
|
3719
|
+
"RegistrationDate": {},
|
|
3720
|
+
"SubRegisterCode": {},
|
|
3721
|
+
"ScheduleCode": {},
|
|
3722
|
+
"Infills": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3725
|
+
"VendorsLien": {
|
|
3726
|
+
"EntryDetails": {
|
|
3727
|
+
"EntryNumber": {},
|
|
3728
|
+
"EntryText": {},
|
|
3729
|
+
"RegistrationDate": {},
|
|
3730
|
+
"SubRegisterCode": {},
|
|
3731
|
+
"ScheduleCode": {},
|
|
3732
|
+
"Infills": {}
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3735
|
+
"RightOfPreEmption": {
|
|
3736
|
+
"EntryDetails": {
|
|
3737
|
+
"EntryNumber": {},
|
|
3738
|
+
"EntryText": {},
|
|
3739
|
+
"RegistrationDate": {},
|
|
3740
|
+
"SubRegisterCode": {},
|
|
3741
|
+
"ScheduleCode": {},
|
|
3742
|
+
"Infills": {}
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3745
|
+
"DocumentDetails": {
|
|
3746
|
+
"Document": {
|
|
3747
|
+
"DocumentType": {},
|
|
3748
|
+
"DocumentDate": {},
|
|
3749
|
+
"EntryNumber": {},
|
|
3750
|
+
"PlanOnlyIndicator": {},
|
|
3751
|
+
"FiledUnder": {},
|
|
3752
|
+
"RegisterDescription": {}
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3755
|
+
"UnilateralNoticeDetails": {
|
|
3756
|
+
"UnilateralNoticeEntry": {
|
|
3757
|
+
"UnilateralNotice": {
|
|
3758
|
+
"EntryNumber": {},
|
|
3759
|
+
"EntryText": {},
|
|
3760
|
+
"RegistrationDate": {},
|
|
3761
|
+
"SubRegisterCode": {},
|
|
3762
|
+
"ScheduleCode": {},
|
|
3763
|
+
"Infills": {}
|
|
3764
|
+
},
|
|
3765
|
+
"UnilateralNoticeBeneficiary": {
|
|
3766
|
+
"EntryNumber": {},
|
|
3767
|
+
"EntryText": {},
|
|
3768
|
+
"RegistrationDate": {},
|
|
3769
|
+
"SubRegisterCode": {},
|
|
3770
|
+
"ScheduleCode": {},
|
|
3771
|
+
"Infills": {}
|
|
3650
3772
|
}
|
|
3651
3773
|
}
|
|
3774
|
+
},
|
|
3775
|
+
"DeathOfProprietor": {
|
|
3776
|
+
"EntryDetails": {
|
|
3777
|
+
"EntryNumber": {},
|
|
3778
|
+
"EntryText": {},
|
|
3779
|
+
"RegistrationDate": {},
|
|
3780
|
+
"SubRegisterCode": {},
|
|
3781
|
+
"ScheduleCode": {},
|
|
3782
|
+
"Infills": {}
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
"DiscountCharge": {
|
|
3786
|
+
"EntryDetails": {
|
|
3787
|
+
"EntryNumber": {},
|
|
3788
|
+
"EntryText": {},
|
|
3789
|
+
"RegistrationDate": {},
|
|
3790
|
+
"SubRegisterCode": {},
|
|
3791
|
+
"ScheduleCode": {},
|
|
3792
|
+
"Infills": {}
|
|
3793
|
+
}
|
|
3794
|
+
},
|
|
3795
|
+
"EquitableCharge": {
|
|
3796
|
+
"EntryDetails": {
|
|
3797
|
+
"EntryNumber": {},
|
|
3798
|
+
"EntryText": {},
|
|
3799
|
+
"RegistrationDate": {},
|
|
3800
|
+
"SubRegisterCode": {},
|
|
3801
|
+
"ScheduleCode": {},
|
|
3802
|
+
"Infills": {}
|
|
3803
|
+
}
|
|
3804
|
+
},
|
|
3805
|
+
"NotedCharge": {
|
|
3806
|
+
"EntryDetails": {
|
|
3807
|
+
"EntryNumber": {},
|
|
3808
|
+
"EntryText": {},
|
|
3809
|
+
"RegistrationDate": {},
|
|
3810
|
+
"SubRegisterCode": {},
|
|
3811
|
+
"ScheduleCode": {},
|
|
3812
|
+
"Infills": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
"CreditorsNotice": {
|
|
3816
|
+
"EntryDetails": {
|
|
3817
|
+
"EntryNumber": {},
|
|
3818
|
+
"EntryText": {},
|
|
3819
|
+
"RegistrationDate": {},
|
|
3820
|
+
"SubRegisterCode": {},
|
|
3821
|
+
"ScheduleCode": {},
|
|
3822
|
+
"Infills": {}
|
|
3823
|
+
}
|
|
3824
|
+
},
|
|
3825
|
+
"UnidentifiedEntry": {
|
|
3826
|
+
"EntryDetails": {
|
|
3827
|
+
"EntryNumber": {},
|
|
3828
|
+
"EntryText": {},
|
|
3829
|
+
"RegistrationDate": {},
|
|
3830
|
+
"SubRegisterCode": {},
|
|
3831
|
+
"ScheduleCode": {},
|
|
3832
|
+
"Infills": {}
|
|
3833
|
+
}
|
|
3834
|
+
},
|
|
3835
|
+
"CCBIEntry": {
|
|
3836
|
+
"EntryDetails": {
|
|
3837
|
+
"EntryNumber": {},
|
|
3838
|
+
"EntryText": {},
|
|
3839
|
+
"RegistrationDate": {},
|
|
3840
|
+
"SubRegisterCode": {},
|
|
3841
|
+
"ScheduleCode": {},
|
|
3842
|
+
"Infills": {}
|
|
3843
|
+
}
|
|
3652
3844
|
}
|
|
3653
3845
|
},
|
|
3654
|
-
"
|
|
3655
|
-
"
|
|
3656
|
-
"
|
|
3657
|
-
|
|
3658
|
-
},
|
|
3659
|
-
"drainage": {
|
|
3660
|
-
"publicFoulDrainage": {
|
|
3661
|
-
"yesNo": {},
|
|
3662
|
-
"details": {}
|
|
3663
|
-
},
|
|
3664
|
-
"publicSurfaceDrainage": {
|
|
3665
|
-
"yesNo": {},
|
|
3666
|
-
"details": {}
|
|
3667
|
-
},
|
|
3668
|
-
"surfaceDrainageCharge": {
|
|
3669
|
-
"yesNo": {},
|
|
3670
|
-
"details": {}
|
|
3671
|
-
},
|
|
3672
|
-
"publicDrainWithinBoundaries": {
|
|
3673
|
-
"yesNo": {},
|
|
3674
|
-
"details": {}
|
|
3675
|
-
},
|
|
3676
|
-
"publicPumpingStationWithinBoundaries": {
|
|
3677
|
-
"yesNo": {},
|
|
3678
|
-
"details": {}
|
|
3679
|
-
},
|
|
3680
|
-
"publicSewerWithin100ft": {
|
|
3681
|
-
"yesNo": {},
|
|
3682
|
-
"details": {}
|
|
3683
|
-
},
|
|
3684
|
-
"publicPumpingStationWithin50mOfBuildings": {
|
|
3685
|
-
"yesNo": {},
|
|
3686
|
-
"details": {}
|
|
3687
|
-
},
|
|
3688
|
-
"sewersSubjectOfAdoptionAgreement": {
|
|
3689
|
-
"yesNo": {},
|
|
3690
|
-
"details": {}
|
|
3691
|
-
},
|
|
3692
|
-
"sewerageUndertakerApproval": {
|
|
3693
|
-
"yesNo": {},
|
|
3694
|
-
"details": {}
|
|
3846
|
+
"OCRegisterData": {
|
|
3847
|
+
"PropertyRegister": {
|
|
3848
|
+
"DistrictDetails": {
|
|
3849
|
+
"EntryText": {}
|
|
3695
3850
|
},
|
|
3696
|
-
"
|
|
3697
|
-
"
|
|
3698
|
-
"
|
|
3851
|
+
"RegisterEntry": {
|
|
3852
|
+
"EntryNumber": {},
|
|
3853
|
+
"EntryDate": {},
|
|
3854
|
+
"EntryType": {},
|
|
3855
|
+
"EntryText": {}
|
|
3699
3856
|
},
|
|
3700
|
-
"
|
|
3857
|
+
"Schedule": {
|
|
3858
|
+
"ScheduleType": {},
|
|
3859
|
+
"ScheduleEntry": {
|
|
3860
|
+
"EntryNumber": {},
|
|
3861
|
+
"EntryDate": {},
|
|
3862
|
+
"EntryType": {},
|
|
3863
|
+
"EntryText": {}
|
|
3864
|
+
}
|
|
3865
|
+
}
|
|
3701
3866
|
},
|
|
3702
|
-
"
|
|
3703
|
-
"
|
|
3704
|
-
"
|
|
3705
|
-
"details": {}
|
|
3867
|
+
"ProprietorshipRegister": {
|
|
3868
|
+
"DistrictDetails": {
|
|
3869
|
+
"EntryText": {}
|
|
3706
3870
|
},
|
|
3707
|
-
"
|
|
3708
|
-
"
|
|
3709
|
-
"
|
|
3871
|
+
"RegisterEntry": {
|
|
3872
|
+
"EntryNumber": {},
|
|
3873
|
+
"EntryDate": {},
|
|
3874
|
+
"EntryType": {},
|
|
3875
|
+
"EntryText": {}
|
|
3710
3876
|
},
|
|
3711
|
-
"
|
|
3712
|
-
"
|
|
3713
|
-
"
|
|
3877
|
+
"Schedule": {
|
|
3878
|
+
"ScheduleType": {},
|
|
3879
|
+
"ScheduleEntry": {
|
|
3880
|
+
"EntryNumber": {},
|
|
3881
|
+
"EntryDate": {},
|
|
3882
|
+
"EntryType": {},
|
|
3883
|
+
"EntryText": {}
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
},
|
|
3887
|
+
"ChargesRegister": {
|
|
3888
|
+
"DistrictDetails": {
|
|
3889
|
+
"EntryText": {}
|
|
3714
3890
|
},
|
|
3715
|
-
"
|
|
3716
|
-
"
|
|
3717
|
-
"
|
|
3891
|
+
"RegisterEntry": {
|
|
3892
|
+
"EntryNumber": {},
|
|
3893
|
+
"EntryDate": {},
|
|
3894
|
+
"EntryType": {},
|
|
3895
|
+
"EntryText": {}
|
|
3718
3896
|
},
|
|
3719
|
-
"
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
"consequentialChargingBasis": {}
|
|
3897
|
+
"Schedule": {
|
|
3898
|
+
"ScheduleType": {},
|
|
3899
|
+
"ScheduleEntry": {
|
|
3900
|
+
"EntryNumber": {},
|
|
3901
|
+
"EntryDate": {},
|
|
3902
|
+
"EntryType": {},
|
|
3903
|
+
"EntryText": {}
|
|
3904
|
+
}
|
|
3905
|
+
}
|
|
3729
3906
|
}
|
|
3730
|
-
}
|
|
3731
|
-
"riskResults": {}
|
|
3907
|
+
}
|
|
3732
3908
|
}
|
|
3733
3909
|
},
|
|
3910
|
+
"searches": {
|
|
3911
|
+
"displayName": {},
|
|
3912
|
+
"productCode": {},
|
|
3913
|
+
"providerName": {},
|
|
3914
|
+
"providerReference": {},
|
|
3915
|
+
"status": {},
|
|
3916
|
+
"orderDate": {},
|
|
3917
|
+
"expectedDeliveryDate": {},
|
|
3918
|
+
"searchContentTypes": {},
|
|
3919
|
+
"reportDate": {}
|
|
3920
|
+
},
|
|
3734
3921
|
"documents": {
|
|
3735
3922
|
"displayName": {},
|
|
3736
3923
|
"fileName": {},
|