@pdtf/schemas 2.3.0-3 → 3.0.0-1

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 (37) hide show
  1. package/index.js +37 -81
  2. package/package.json +1 -1
  3. package/src/examples/v2/exampleTransaction.json +6 -20
  4. package/src/examples/v3/exampleTransaction.json +900 -0
  5. package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
  6. package/src/mappings/adf.js +1 -1
  7. package/src/schemas/v2/combined.json +13238 -12633
  8. package/src/schemas/v2/overlays/baspi.json +13 -13
  9. package/src/schemas/v2/overlays/con29DW.json +771 -762
  10. package/src/schemas/v2/overlays/con29R.json +3052 -3073
  11. package/src/schemas/v2/overlays/llc1.json +12 -33
  12. package/src/schemas/v2/overlays/piq.json +1 -1
  13. package/src/schemas/v2/overlays/rds.json +33 -1
  14. package/src/schemas/v2/overlays/ta6.json +3 -3
  15. package/src/schemas/v2/pdtf-transaction.json +13762 -13004
  16. package/src/schemas/v2/skeleton.json +1347 -1156
  17. package/src/schemas/v3/combined.json +38311 -0
  18. package/src/schemas/v3/overlays/baspi.json +9812 -0
  19. package/src/schemas/v3/overlays/con29DW.json +794 -0
  20. package/src/schemas/v3/overlays/con29R.json +3094 -0
  21. package/src/schemas/v3/overlays/fme1.json +1444 -0
  22. package/src/schemas/v3/overlays/llc1.json +25 -0
  23. package/src/schemas/v3/overlays/lpe1.json +2463 -0
  24. package/src/schemas/v3/overlays/nts.json +1874 -0
  25. package/src/schemas/v3/overlays/oc1.json +2799 -0
  26. package/src/schemas/v3/overlays/piq.json +3931 -0
  27. package/src/schemas/v3/overlays/rds.json +4086 -0
  28. package/src/schemas/v3/overlays/ta10.json +6521 -0
  29. package/src/schemas/v3/overlays/ta6.json +5285 -0
  30. package/src/schemas/v3/overlays/ta7.json +1399 -0
  31. package/src/schemas/v3/pdtf-transaction.json +34771 -0
  32. package/src/schemas/v3/skeleton.json +3986 -0
  33. package/src/tests/v2/transactionSchema.test.js +26 -16
  34. package/src/tests/v3/transactionSchema.test.js +350 -0
  35. package/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
  36. package/src/utils/extractOverlay.js +7 -7
  37. package/src/utils/hmlrLLC1.json +0 -275
@@ -35,7 +35,9 @@
35
35
  },
36
36
  "uprn": {},
37
37
  "propertyType": {},
38
- "isNewBuild": {},
38
+ "isNewBuild": {
39
+ "yesNo": {}
40
+ },
39
41
  "location": {
40
42
  "latitude": {},
41
43
  "longitude": {},
@@ -1915,11 +1917,13 @@
1915
1917
  "mainsElectricity": {
1916
1918
  "yesNo": {},
1917
1919
  "supplier": {},
1920
+ "mpan": {},
1918
1921
  "dateToBeConnected": {}
1919
1922
  },
1920
1923
  "mainsGas": {
1921
1924
  "yesNo": {},
1922
1925
  "supplier": {},
1926
+ "mprn": {},
1923
1927
  "dateToBeConnected": {}
1924
1928
  },
1925
1929
  "lpg": {
@@ -1964,22 +1968,43 @@
1964
1968
  }
1965
1969
  },
1966
1970
  "waterAndDrainage": {
1971
+ "maps": {
1972
+ "publicSewerMapAttached": {},
1973
+ "waterworksMapAttached": {}
1974
+ },
1967
1975
  "water": {
1968
1976
  "mainsWater": {
1969
1977
  "yesNo": {},
1970
1978
  "supplier": {},
1979
+ "details": {},
1971
1980
  "dateToBeConnected": {}
1972
- }
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": {}
1973
1996
  },
1974
1997
  "drainage": {
1975
1998
  "mainsSurfaceWaterDrainage": {
1976
1999
  "yesNo": {},
1977
2000
  "supplier": {},
2001
+ "details": {},
1978
2002
  "dateToBeConnected": {}
1979
2003
  },
1980
2004
  "mainsFoulDrainage": {
1981
2005
  "yesNo": {},
1982
2006
  "supplier": {},
2007
+ "details": {},
1983
2008
  "dateToBeConnected": {},
1984
2009
  "sustainableDrainageSystem": {
1985
2010
  "yesNo": {},
@@ -2018,14 +2043,54 @@
2018
2043
  "yesNo": {},
2019
2044
  "dischargeCompliesWithGBR": {}
2020
2045
  }
2021
- }
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": {}
2022
2080
  },
2023
2081
  "maintenanceAgreements": {
2024
2082
  "yesNo": {},
2025
2083
  "details": {},
2026
2084
  "attachments": {}
2027
2085
  },
2028
- "charging": {}
2086
+ "charging": {
2087
+ "sewerageProvider": {},
2088
+ "waterProvider": {},
2089
+ "sewerageBills": {},
2090
+ "waterBills": {},
2091
+ "currentChargingBasis": {},
2092
+ "consequentialChargingBasis": {}
2093
+ }
2029
2094
  },
2030
2095
  "centralHeating": {
2031
2096
  "hasCentralHeating": {},
@@ -2147,6 +2212,19 @@
2147
2212
  "flooding": {
2148
2213
  "floodRiskReport": {
2149
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
+ },
2150
2228
  "attachments": {}
2151
2229
  },
2152
2230
  "hasBeenFlooded": {},
@@ -2164,6 +2242,21 @@
2164
2242
  }
2165
2243
  },
2166
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
+ },
2167
2260
  "radonTest": {
2168
2261
  "yesNo": {},
2169
2262
  "details": {},
@@ -2173,6 +2266,142 @@
2173
2266
  "yesNo": {}
2174
2267
  }
2175
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
+ },
2176
2405
  "otherEnvironmental": {
2177
2406
  "yesNo": {},
2178
2407
  "details": {}
@@ -2462,468 +2691,575 @@
2462
2691
  "confirmInformationIsAccurate": {}
2463
2692
  }
2464
2693
  },
2465
- "titlesToBeSold": {
2466
- "titleNumber": {},
2467
- "titleExtents": {},
2468
- "registerExtract": {
2469
- "OCSummaryData": {
2470
- "OfficialCopyDateTime": {},
2471
- "EditionDate": {},
2472
- "PricePaidEntry": {
2473
- "MultipleTitleIndicator": {},
2474
- "EntryDetails": {
2475
- "EntryNumber": {},
2476
- "EntryText": {},
2477
- "RegistrationDate": {},
2478
- "SubRegisterCode": {},
2479
- "ScheduleCode": {},
2480
- "Infills": {}
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
+ }
2481
2858
  }
2482
- },
2483
- "PropertyAddress": {
2484
- "PostcodeZone": {
2485
- "Postcode": {}
2859
+ }
2860
+ },
2861
+ "roadsAndPublicRightsOfWay": {
2862
+ "roadsFootwaysAndFootpaths": {
2863
+ "highwaysMaintainableAtPublicExpense": {
2864
+ "name": {},
2865
+ "status": {}
2486
2866
  },
2487
- "AddressLine": {
2488
- "Line": {}
2867
+ "subjectToAdoption": {
2868
+ "name": {},
2869
+ "status": {}
2870
+ },
2871
+ "toBeMadeUpWithReclaim": {
2872
+ "name": {},
2873
+ "status": {}
2874
+ },
2875
+ "toBeMadeUpWithoutReclaim": {
2876
+ "name": {},
2877
+ "status": {}
2489
2878
  }
2490
2879
  },
2491
- "Title": {
2492
- "TitleNumber": {},
2493
- "ClassOfTitleCode": {},
2494
- "CommonholdIndicator": {},
2495
- "TitleRegistrationDetails": {
2496
- "DistrictName": {},
2497
- "AdministrativeArea": {},
2498
- "LandRegistryOfficeName": {},
2499
- "LatestEditionDate": {},
2500
- "PostcodeZone": {
2501
- "Postcode": {}
2502
- },
2503
- "RegistrationDate": {}
2880
+ "publicRightsOfWay": {
2881
+ "shownOnDefinitiveMap": {
2882
+ "yesNo": {},
2883
+ "details": {}
2884
+ },
2885
+ "pendingApplicationsToRecord": {
2886
+ "yesNo": {},
2887
+ "details": {}
2888
+ },
2889
+ "legalOrdersToStop": {
2890
+ "yesNo": {},
2891
+ "details": {}
2504
2892
  }
2893
+ }
2894
+ },
2895
+ "otherMatters": {
2896
+ "landRequiredForPublicPurposes": {
2897
+ "yesNo": {},
2898
+ "details": {}
2505
2899
  },
2506
- "RegisterEntryIndicators": {
2507
- "AgreedNoticeIndicator": {},
2508
- "BankruptcyIndicator": {},
2509
- "CautionIndicator": {},
2510
- "CCBIIndicator": {},
2511
- "ChargeeIndicator": {},
2512
- "ChargeIndicator": {},
2513
- "ChargeRelatedRestrictionIndicator": {},
2514
- "ChargeRestrictionIndicator": {},
2515
- "CreditorsNoticeIndicator": {},
2516
- "DeathOfProprietorIndicator": {},
2517
- "DeedOfPostponementIndicator": {},
2518
- "DiscountChargeIndicator": {},
2519
- "EquitableChargeIndicator": {},
2520
- "GreenOutEntryIndicator": {},
2521
- "HomeRightsChangeOfAddressIndicator": {},
2522
- "HomeRightsIndicator": {},
2523
- "LeaseHoldTitleIndicator": {},
2524
- "MultipleChargeIndicator": {},
2525
- "NonChargeRestrictionIndicator": {},
2526
- "NotedChargeIndicator": {},
2527
- "PricePaidIndicator": {},
2528
- "PropertyDescriptionNotesIndicator": {},
2529
- "RentChargeIndicator": {},
2530
- "RightOfPreEmptionIndicator": {},
2531
- "ScheduleOfLeasesIndicator": {},
2532
- "SubChargeIndicator": {},
2533
- "UnidentifiedEntryIndicator": {},
2534
- "UnilateralNoticeBeneficiaryIndicator": {},
2535
- "UnilateralNoticeIndicator": {},
2536
- "VendorsLienIndicator": {}
2900
+ "landToBeAcquiredForRoadWorks": {
2901
+ "yesNo": {},
2902
+ "details": {}
2537
2903
  },
2538
- "Proprietorship": {
2539
- "CurrentProprietorshipDate": {},
2540
- "CautionerParty": {
2541
- "PrivateIndividual": {
2542
- "Name": {
2543
- "ForenamesName": {},
2544
- "SurnameName": {}
2545
- },
2546
- "Alias": {
2547
- "ForenamesName": {},
2548
- "SurnameName": {}
2549
- }
2550
- },
2551
- "Organization": {
2552
- "Name": {},
2553
- "CompanyRegistrationNumber": {}
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": {}
2554
2931
  },
2555
- "Address": {
2556
- "PostcodeZone": {
2557
- "Postcode": {}
2558
- },
2559
- "AddressLine": {
2560
- "Line": {}
2561
- }
2932
+ "wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
2933
+ "yesNo": {},
2934
+ "details": {}
2935
+ }
2936
+ },
2937
+ "outerLimitsOf": {
2938
+ "constructionOfANewRoadToBeBuiltByALocalAuthority": {
2939
+ "yesNo": {},
2940
+ "details": {}
2562
2941
  },
2563
- "CharityDetails": {
2564
- "CharityName": {},
2565
- "CharityAddress": {
2566
- "PostcodeZone": {
2567
- "Postcode": {}
2568
- },
2569
- "AddressLine": {
2570
- "Line": {}
2571
- }
2572
- },
2573
- "CharityType": {
2574
- "Value": {}
2575
- }
2942
+ "approvedAlterationOrImprovementToAnExistingRoad": {
2943
+ "yesNo": {},
2944
+ "details": {}
2576
2945
  },
2577
- "TradingName": {},
2578
- "PartyNumber": {},
2579
- "PartyDescription": {}
2946
+ "constructionOfARoundaboutOtherThanAMiniRoundaboutOrWideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
2947
+ "yesNo": {},
2948
+ "details": {}
2949
+ }
2580
2950
  },
2581
- "RegisteredProprietorParty": {
2582
- "PrivateIndividual": {
2583
- "Name": {
2584
- "ForenamesName": {},
2585
- "SurnameName": {}
2586
- },
2587
- "Alias": {
2588
- "ForenamesName": {},
2589
- "SurnameName": {}
2590
- }
2591
- },
2592
- "Organization": {
2593
- "Name": {},
2594
- "CompanyRegistrationNumber": {}
2951
+ "centreLineOfTheProposedRouteOfANewRoad": {
2952
+ "yesNo": {},
2953
+ "details": {}
2954
+ },
2955
+ "outerLimitsOfConstructionUnderProposalsUnderPublicConsultation": {
2956
+ "constructionOfAProposedAlterationOrImprovementToAnExistingRoad": {
2957
+ "yesNo": {},
2958
+ "details": {}
2595
2959
  },
2596
- "Address": {
2597
- "PostcodeZone": {
2598
- "Postcode": {}
2599
- },
2600
- "AddressLine": {
2601
- "Line": {}
2602
- }
2960
+ "constructionOfARoundaboutOtherThanAMiniRoundabout": {
2961
+ "yesNo": {},
2962
+ "details": {}
2603
2963
  },
2604
- "CharityDetails": {
2605
- "CharityName": {},
2606
- "CharityAddress": {
2607
- "PostcodeZone": {
2608
- "Postcode": {}
2609
- },
2610
- "AddressLine": {
2611
- "Line": {}
2612
- }
2613
- },
2614
- "CharityType": {
2615
- "Value": {}
2616
- }
2617
- },
2618
- "TradingName": {},
2619
- "PartyNumber": {},
2620
- "PartyDescription": {}
2964
+ "wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
2965
+ "yesNo": {},
2966
+ "details": {}
2967
+ }
2621
2968
  }
2622
2969
  },
2623
- "Lease": {
2624
- "LeaseEntry": {
2625
- "LeaseTerm": {},
2626
- "LeaseDate": {},
2627
- "Rent": {},
2628
- "LeaseParty": {
2629
- "PrivateIndividual": {
2630
- "Name": {
2631
- "ForenamesName": {},
2632
- "SurnameName": {}
2633
- },
2634
- "Alias": {
2635
- "ForenamesName": {},
2636
- "SurnameName": {}
2637
- }
2638
- },
2639
- "Organization": {
2640
- "Name": {},
2641
- "CompanyRegistrationNumber": {}
2642
- },
2643
- "Address": {
2644
- "PostcodeZone": {
2645
- "Postcode": {}
2646
- },
2647
- "AddressLine": {
2648
- "Line": {}
2649
- }
2650
- },
2651
- "CharityDetails": {
2652
- "CharityName": {},
2653
- "CharityAddress": {
2654
- "PostcodeZone": {
2655
- "Postcode": {}
2656
- },
2657
- "AddressLine": {
2658
- "Line": {}
2659
- }
2660
- },
2661
- "CharityType": {
2662
- "Value": {}
2663
- }
2664
- },
2665
- "TradingName": {},
2666
- "PartyNumber": {},
2667
- "PartyDescription": {}
2668
- },
2669
- "EntryDetails": {
2670
- "EntryNumber": {},
2671
- "EntryText": {},
2672
- "RegistrationDate": {},
2673
- "SubRegisterCode": {},
2674
- "ScheduleCode": {},
2675
- "Infills": {}
2676
- }
2970
+ "nearbyRailwaySchemes": {
2971
+ "propertyWithin200MetersOfTheCentreLineOfAProposedRailwayTramwayLightRailwayOrMonorail": {
2972
+ "yesNo": {},
2973
+ "details": {}
2974
+ },
2975
+ "proposalsForARailwayTramwayLightRailwayOrMonorail": {
2976
+ "yesNo": {},
2977
+ "details": {}
2677
2978
  }
2678
2979
  },
2679
- "RestrictionDetails": {
2680
- "RestrictionEntry": {
2681
- "ChargeRelatedRestriction": {
2682
- "RestrictionTypeCode": {},
2683
- "ChargeID": {},
2684
- "EntryDetails": {
2685
- "EntryNumber": {},
2686
- "EntryText": {},
2687
- "RegistrationDate": {},
2688
- "SubRegisterCode": {},
2689
- "ScheduleCode": {},
2690
- "Infills": {}
2691
- }
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": {}
2692
3130
  },
2693
- "ChargeRestriction": {
2694
- "RestrictionTypeCode": {},
2695
- "ChargeID": {},
2696
- "EntryDetails": {
2697
- "EntryNumber": {},
2698
- "EntryText": {},
2699
- "RegistrationDate": {},
2700
- "SubRegisterCode": {},
2701
- "ScheduleCode": {},
2702
- "Infills": {}
2703
- }
3131
+ "noticeOfChargeableDevelopment": {
3132
+ "yesNo": {},
3133
+ "details": {}
2704
3134
  },
2705
- "NonChargeRestriction": {
2706
- "RestrictionTypeCode": {},
2707
- "ChargeID": {},
2708
- "EntryDetails": {
2709
- "EntryNumber": {},
2710
- "EntryText": {},
2711
- "RegistrationDate": {},
2712
- "SubRegisterCode": {},
2713
- "ScheduleCode": {},
2714
- "Infills": {}
2715
- }
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": {}
2716
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": {}
2717
3175
  }
2718
3176
  },
2719
- "Charge": {
2720
- "ChargeEntry": {
2721
- "ChargeID": {},
2722
- "ChargeDate": {},
2723
- "RegisteredCharge": {
2724
- "MultipleTitleIndicator": {},
2725
- "EntryDetails": {
2726
- "EntryNumber": {},
2727
- "EntryText": {},
2728
- "RegistrationDate": {},
2729
- "SubRegisterCode": {},
2730
- "ScheduleCode": {},
2731
- "Infills": {}
2732
- }
2733
- },
2734
- "ChargeProprietor": {
2735
- "ChargeeParty": {
2736
- "PrivateIndividual": {
2737
- "Name": {
2738
- "ForenamesName": {},
2739
- "SurnameName": {}
2740
- },
2741
- "Alias": {
2742
- "ForenamesName": {},
2743
- "SurnameName": {}
2744
- }
2745
- },
2746
- "Organization": {
2747
- "Name": {},
2748
- "CompanyRegistrationNumber": {}
2749
- },
2750
- "Address": {
2751
- "PostcodeZone": {
2752
- "Postcode": {}
2753
- },
2754
- "AddressLine": {
2755
- "Line": {}
2756
- }
2757
- },
2758
- "CharityDetails": {
2759
- "CharityName": {},
2760
- "CharityAddress": {
2761
- "PostcodeZone": {
2762
- "Postcode": {}
2763
- },
2764
- "AddressLine": {
2765
- "Line": {}
2766
- }
2767
- },
2768
- "CharityType": {
2769
- "Value": {}
2770
- }
2771
- },
2772
- "TradingName": {},
2773
- "PartyNumber": {},
2774
- "PartyDescription": {}
2775
- },
2776
- "EntryDetails": {
2777
- "EntryNumber": {},
2778
- "EntryText": {},
2779
- "RegistrationDate": {},
2780
- "SubRegisterCode": {},
2781
- "ScheduleCode": {},
2782
- "Infills": {}
2783
- }
2784
- },
2785
- "SubCharge": {
2786
- "ChargeDate": {},
2787
- "RegisteredCharge": {
2788
- "MultipleTitleIndicator": {},
2789
- "EntryDetails": {
2790
- "EntryNumber": {},
2791
- "EntryText": {},
2792
- "RegistrationDate": {},
2793
- "SubRegisterCode": {},
2794
- "ScheduleCode": {},
2795
- "Infills": {}
2796
- }
2797
- },
2798
- "ChargeProprietor": {
2799
- "ChargeeParty": {
2800
- "PrivateIndividual": {
2801
- "Name": {
2802
- "ForenamesName": {},
2803
- "SurnameName": {}
2804
- },
2805
- "Alias": {
2806
- "ForenamesName": {},
2807
- "SurnameName": {}
2808
- }
2809
- },
2810
- "Organization": {
2811
- "Name": {},
2812
- "CompanyRegistrationNumber": {}
2813
- },
2814
- "Address": {
2815
- "PostcodeZone": {
2816
- "Postcode": {}
2817
- },
2818
- "AddressLine": {
2819
- "Line": {}
2820
- }
2821
- },
2822
- "CharityDetails": {
2823
- "CharityName": {},
2824
- "CharityAddress": {
2825
- "PostcodeZone": {
2826
- "Postcode": {}
2827
- },
2828
- "AddressLine": {
2829
- "Line": {}
2830
- }
2831
- },
2832
- "CharityType": {
2833
- "Value": {}
2834
- }
2835
- },
2836
- "TradingName": {},
2837
- "PartyNumber": {},
2838
- "PartyDescription": {}
2839
- },
2840
- "EntryDetails": {
2841
- "EntryNumber": {},
2842
- "EntryText": {},
2843
- "RegistrationDate": {},
2844
- "SubRegisterCode": {},
2845
- "ScheduleCode": {},
2846
- "Infills": {}
2847
- }
2848
- }
2849
- }
2850
- }
2851
- },
2852
- "AgreedNotice": {
2853
- "AgreedNoticeEntry": {
2854
- "AgreedNoticeType": {},
2855
- "EntryDetails": {
2856
- "EntryNumber": {},
2857
- "EntryText": {},
2858
- "RegistrationDate": {},
2859
- "SubRegisterCode": {},
2860
- "ScheduleCode": {},
2861
- "Infills": {}
2862
- }
2863
- }
2864
- },
2865
- "Bankruptcy": {
2866
- "EntryDetails": {
2867
- "EntryNumber": {},
2868
- "EntryText": {},
2869
- "RegistrationDate": {},
2870
- "SubRegisterCode": {},
2871
- "ScheduleCode": {},
2872
- "Infills": {}
3177
+ "conservationArea": {
3178
+ "makingOfTheAreaAConservationAreaBefore31August1974": {
3179
+ "yesNo": {},
3180
+ "details": {}
3181
+ },
3182
+ "unimplementedResolutionToDesignateTheAreaAConservationArea": {
3183
+ "yesNo": {},
3184
+ "details": {}
2873
3185
  }
2874
3186
  },
2875
- "Caution": {
2876
- "EntryDetails": {
2877
- "EntryNumber": {},
2878
- "EntryText": {},
2879
- "RegistrationDate": {},
2880
- "SubRegisterCode": {},
2881
- "ScheduleCode": {},
2882
- "Infills": {}
2883
- }
3187
+ "compulsoryPurchase": {
3188
+ "yesNo": {},
3189
+ "details": {}
2884
3190
  },
2885
- "DeedOfPostponement": {
2886
- "EntryDetails": {
2887
- "EntryNumber": {},
2888
- "EntryText": {},
2889
- "RegistrationDate": {},
2890
- "SubRegisterCode": {},
2891
- "ScheduleCode": {},
2892
- "Infills": {}
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": {}
2893
3207
  }
2894
3208
  },
2895
- "GreenOutEntry": {
2896
- "EntryDetails": {
2897
- "EntryNumber": {},
2898
- "EntryText": {},
2899
- "RegistrationDate": {},
2900
- "SubRegisterCode": {},
2901
- "ScheduleCode": {},
2902
- "Infills": {}
2903
- }
3209
+ "radonGas": {
3210
+ "yesNo": {},
3211
+ "details": {}
2904
3212
  },
2905
- "HomeRights": {
2906
- "HomeRightsEntry": {
2907
- "ChangeOfAddressIndicator": {},
2908
- "HomeRightsEntryDetails": {
2909
- "EntryNumber": {},
2910
- "EntryText": {},
2911
- "RegistrationDate": {},
2912
- "SubRegisterCode": {},
2913
- "ScheduleCode": {},
2914
- "Infills": {}
3213
+ "assetsOfCommunityValue": {
3214
+ "propertyBeenNominatedAsAnAssetOfCommunityValue": {
3215
+ "listedAsAnAssetOfCommunityValue": {
3216
+ "yesNo": {},
3217
+ "details": {}
2915
3218
  },
2916
- "ChangeOfAddressEntryDetails": {
2917
- "EntryNumber": {},
2918
- "EntryText": {},
2919
- "RegistrationDate": {},
2920
- "SubRegisterCode": {},
2921
- "ScheduleCode": {},
2922
- "Infills": {}
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": {}
2923
3248
  }
2924
3249
  }
2925
- },
2926
- "RentCharge": {
3250
+ }
3251
+ }
3252
+ }
3253
+ },
3254
+ "titlesToBeSold": {
3255
+ "titleNumber": {},
3256
+ "titleExtents": {},
3257
+ "registerExtract": {
3258
+ "OCSummaryData": {
3259
+ "OfficialCopyDateTime": {},
3260
+ "EditionDate": {},
3261
+ "PricePaidEntry": {
3262
+ "MultipleTitleIndicator": {},
2927
3263
  "EntryDetails": {
2928
3264
  "EntryNumber": {},
2929
3265
  "EntryText": {},
@@ -2933,47 +3269,193 @@
2933
3269
  "Infills": {}
2934
3270
  }
2935
3271
  },
2936
- "VendorsLien": {
2937
- "EntryDetails": {
2938
- "EntryNumber": {},
2939
- "EntryText": {},
2940
- "RegistrationDate": {},
2941
- "SubRegisterCode": {},
2942
- "ScheduleCode": {},
2943
- "Infills": {}
3272
+ "PropertyAddress": {
3273
+ "PostcodeZone": {
3274
+ "Postcode": {}
3275
+ },
3276
+ "AddressLine": {
3277
+ "Line": {}
2944
3278
  }
2945
3279
  },
2946
- "RightOfPreEmption": {
2947
- "EntryDetails": {
2948
- "EntryNumber": {},
2949
- "EntryText": {},
2950
- "RegistrationDate": {},
2951
- "SubRegisterCode": {},
2952
- "ScheduleCode": {},
2953
- "Infills": {}
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": {}
2954
3293
  }
2955
3294
  },
2956
- "DocumentDetails": {
2957
- "Document": {
2958
- "DocumentType": {},
2959
- "DocumentDate": {},
2960
- "EntryNumber": {},
2961
- "PlanOnlyIndicator": {},
2962
- "FiledUnder": {},
2963
- "RegisterDescription": {}
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": {}
2964
3410
  }
2965
3411
  },
2966
- "UnilateralNoticeDetails": {
2967
- "UnilateralNoticeEntry": {
2968
- "UnilateralNotice": {
2969
- "EntryNumber": {},
2970
- "EntryText": {},
2971
- "RegistrationDate": {},
2972
- "SubRegisterCode": {},
2973
- "ScheduleCode": {},
2974
- "Infills": {}
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": {}
2975
3457
  },
2976
- "UnilateralNoticeBeneficiary": {
3458
+ "EntryDetails": {
2977
3459
  "EntryNumber": {},
2978
3460
  "EntryText": {},
2979
3461
  "RegistrationDate": {},
@@ -2983,37 +3465,193 @@
2983
3465
  }
2984
3466
  }
2985
3467
  },
2986
- "DeathOfProprietor": {
2987
- "EntryDetails": {
2988
- "EntryNumber": {},
2989
- "EntryText": {},
2990
- "RegistrationDate": {},
2991
- "SubRegisterCode": {},
2992
- "ScheduleCode": {},
2993
- "Infills": {}
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
+ }
2994
3506
  }
2995
3507
  },
2996
- "DiscountCharge": {
2997
- "EntryDetails": {
2998
- "EntryNumber": {},
2999
- "EntryText": {},
3000
- "RegistrationDate": {},
3001
- "SubRegisterCode": {},
3002
- "ScheduleCode": {},
3003
- "Infills": {}
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
+ }
3004
3639
  }
3005
3640
  },
3006
- "EquitableCharge": {
3007
- "EntryDetails": {
3008
- "EntryNumber": {},
3009
- "EntryText": {},
3010
- "RegistrationDate": {},
3011
- "SubRegisterCode": {},
3012
- "ScheduleCode": {},
3013
- "Infills": {}
3641
+ "AgreedNotice": {
3642
+ "AgreedNoticeEntry": {
3643
+ "AgreedNoticeType": {},
3644
+ "EntryDetails": {
3645
+ "EntryNumber": {},
3646
+ "EntryText": {},
3647
+ "RegistrationDate": {},
3648
+ "SubRegisterCode": {},
3649
+ "ScheduleCode": {},
3650
+ "Infills": {}
3651
+ }
3014
3652
  }
3015
3653
  },
3016
- "NotedCharge": {
3654
+ "Bankruptcy": {
3017
3655
  "EntryDetails": {
3018
3656
  "EntryNumber": {},
3019
3657
  "EntryText": {},
@@ -3023,7 +3661,7 @@
3023
3661
  "Infills": {}
3024
3662
  }
3025
3663
  },
3026
- "CreditorsNotice": {
3664
+ "Caution": {
3027
3665
  "EntryDetails": {
3028
3666
  "EntryNumber": {},
3029
3667
  "EntryText": {},
@@ -3033,7 +3671,7 @@
3033
3671
  "Infills": {}
3034
3672
  }
3035
3673
  },
3036
- "UnidentifiedEntry": {
3674
+ "DeedOfPostponement": {
3037
3675
  "EntryDetails": {
3038
3676
  "EntryNumber": {},
3039
3677
  "EntryText": {},
@@ -3043,7 +3681,7 @@
3043
3681
  "Infills": {}
3044
3682
  }
3045
3683
  },
3046
- "CCBIEntry": {
3684
+ "GreenOutEntry": {
3047
3685
  "EntryDetails": {
3048
3686
  "EntryNumber": {},
3049
3687
  "EntryText": {},
@@ -3052,681 +3690,234 @@
3052
3690
  "ScheduleCode": {},
3053
3691
  "Infills": {}
3054
3692
  }
3055
- }
3056
- },
3057
- "OCRegisterData": {
3058
- "PropertyRegister": {
3059
- "DistrictDetails": {
3060
- "EntryText": {}
3061
- },
3062
- "RegisterEntry": {
3063
- "EntryNumber": {},
3064
- "EntryDate": {},
3065
- "EntryType": {},
3066
- "EntryText": {}
3067
- },
3068
- "Schedule": {
3069
- "ScheduleType": {},
3070
- "ScheduleEntry": {
3071
- "EntryNumber": {},
3072
- "EntryDate": {},
3073
- "EntryType": {},
3074
- "EntryText": {}
3075
- }
3076
- }
3077
- },
3078
- "ProprietorshipRegister": {
3079
- "DistrictDetails": {
3080
- "EntryText": {}
3081
- },
3082
- "RegisterEntry": {
3083
- "EntryNumber": {},
3084
- "EntryDate": {},
3085
- "EntryType": {},
3086
- "EntryText": {}
3087
- },
3088
- "Schedule": {
3089
- "ScheduleType": {},
3090
- "ScheduleEntry": {
3091
- "EntryNumber": {},
3092
- "EntryDate": {},
3093
- "EntryType": {},
3094
- "EntryText": {}
3095
- }
3096
- }
3097
- },
3098
- "ChargesRegister": {
3099
- "DistrictDetails": {
3100
- "EntryText": {}
3101
- },
3102
- "RegisterEntry": {
3103
- "EntryNumber": {},
3104
- "EntryDate": {},
3105
- "EntryType": {},
3106
- "EntryText": {}
3107
- },
3108
- "Schedule": {
3109
- "ScheduleType": {},
3110
- "ScheduleEntry": {
3111
- "EntryNumber": {},
3112
- "EntryDate": {},
3113
- "EntryType": {},
3114
- "EntryText": {}
3115
- }
3116
- }
3117
- }
3118
- }
3119
- }
3120
- },
3121
- "searches": {
3122
- "displayName": {},
3123
- "productCode": {},
3124
- "providerName": {},
3125
- "providerReference": {},
3126
- "status": {},
3127
- "orderDate": {},
3128
- "expectedDeliveryDate": {},
3129
- "searchContentTypes": {},
3130
- "reportDate": {},
3131
- "summary": {},
3132
- "recommendations": {},
3133
- "actionAlertRating": {},
3134
- "complianceStatement": {},
3135
- "results": {
3136
- "contentType": {},
3137
- "localLandCharges": {
3138
- "part": {},
3139
- "partTitle": {},
3140
- "chargeDescription": {},
3141
- "originatingAuthority": {},
3142
- "inspectionAddress": {},
3143
- "registrationDate": {}
3144
- },
3145
- "requiredLocalSearches": {
3146
- "planningAndBuildingRegulations": {
3147
- "decisionsAndPendingApplications": {
3148
- "planningPermission": {
3149
- "refNumber": {},
3150
- "isProposal": {},
3151
- "applicationDate": {},
3152
- "decision": {},
3153
- "decisionDate": {},
3154
- "applicationType": {}
3155
- },
3156
- "listedBuildingConsent": {
3157
- "refNumber": {},
3158
- "isProposal": {},
3159
- "applicationDate": {},
3160
- "decision": {},
3161
- "decisionDate": {},
3162
- "applicationType": {}
3163
- },
3164
- "conservationAreaConsent": {
3165
- "refNumber": {},
3166
- "isProposal": {},
3167
- "applicationDate": {},
3168
- "decision": {},
3169
- "decisionDate": {},
3170
- "applicationType": {}
3171
- },
3172
- "lawfulnessOfExistingUse": {
3173
- "refNumber": {},
3174
- "isProposal": {},
3175
- "applicationDate": {},
3176
- "decision": {},
3177
- "decisionDate": {},
3178
- "applicationType": {}
3179
- },
3180
- "certificateOfLawfulnessOfProposedUse": {
3181
- "refNumber": {},
3182
- "isProposal": {},
3183
- "applicationDate": {},
3184
- "decision": {},
3185
- "decisionDate": {},
3186
- "applicationType": {}
3187
- },
3188
- "lawfulnessOfProposedListedWorks": {
3189
- "refNumber": {},
3190
- "isProposal": {},
3191
- "applicationDate": {},
3192
- "decision": {},
3193
- "decisionDate": {},
3194
- "applicationType": {}
3195
- },
3196
- "heritagePartnershipAgreement": {
3197
- "refNumber": {},
3198
- "isProposal": {},
3199
- "applicationDate": {},
3200
- "decision": {},
3201
- "decisionDate": {},
3202
- "applicationType": {}
3203
- },
3204
- "listedBuildingConsentOrder": {
3205
- "refNumber": {},
3206
- "isProposal": {},
3207
- "applicationDate": {},
3208
- "decision": {},
3209
- "decisionDate": {},
3210
- "applicationType": {}
3211
- },
3212
- "localListedBuildingConsentOrder": {
3213
- "refNumber": {},
3214
- "isProposal": {},
3215
- "applicationDate": {},
3216
- "decision": {},
3217
- "decisionDate": {},
3218
- "applicationType": {}
3219
- },
3220
- "buildingRegulationsApproval": {
3221
- "refNumber": {},
3222
- "isProposal": {},
3223
- "applicationDate": {},
3224
- "decision": {},
3225
- "decisionDate": {},
3226
- "applicationType": {}
3227
- },
3228
- "buildingRegulationsCompletion": {
3229
- "refNumber": {},
3230
- "isProposal": {},
3231
- "applicationDate": {},
3232
- "decision": {},
3233
- "decisionDate": {},
3234
- "applicationType": {}
3235
- },
3236
- "buildingRegulationsSelfCertification": {
3237
- "refNumber": {},
3238
- "isProposal": {},
3239
- "applicationDate": {},
3240
- "decision": {},
3241
- "decisionDate": {},
3242
- "applicationType": {}
3243
- },
3244
- "planningStartDate": {},
3245
- "buildingControlStartDate": {}
3246
- },
3247
- "designationsAndProposals": {
3248
- "plans": {
3249
- "name": {},
3250
- "status": {},
3251
- "statusDate": {},
3252
- "designations": {
3253
- "designationType": {}
3254
- }
3255
- }
3256
- }
3257
- },
3258
- "roadsAndPublicRightsOfWay": {
3259
- "roadsFootwaysAndFootpaths": {
3260
- "highwaysMaintainableAtPublicExpense": {
3261
- "name": {},
3262
- "status": {}
3263
- },
3264
- "subjectToAdoption": {
3265
- "name": {},
3266
- "status": {}
3267
- },
3268
- "toBeMadeUpWithReclaim": {
3269
- "name": {},
3270
- "status": {}
3271
- },
3272
- "toBeMadeUpWithoutReclaim": {
3273
- "name": {},
3274
- "status": {}
3275
- }
3276
- },
3277
- "publicRightsOfWay": {
3278
- "shownOnDefinitiveMap": {
3279
- "yesNo": {},
3280
- "details": {}
3281
- },
3282
- "pendingApplicationsToRecord": {
3283
- "yesNo": {},
3284
- "details": {}
3285
- },
3286
- "legalOrdersToStop": {
3287
- "yesNo": {},
3288
- "details": {}
3289
- }
3290
- }
3291
3693
  },
3292
- "otherMatters": {
3293
- "landRequiredForPublicPurposes": {
3294
- "yesNo": {},
3295
- "details": {}
3296
- },
3297
- "landToBeAcquiredForRoadWorks": {
3298
- "yesNo": {},
3299
- "details": {}
3300
- },
3301
- "drainageMatters": {
3302
- "propertyServedByASustainableUrbanDrainage": {
3303
- "yesNo": {},
3304
- "details": {}
3305
- },
3306
- "suDsFeaturesWithinTheBoundaryOfTheProperty": {
3307
- "yesNo": {},
3308
- "details": {}
3309
- },
3310
- "ifPropertyBenefitsFromASuDsForWhichThereIsAChargeWhoBillsThePropertyForSurfaceWaterDrainageCharge": {
3311
- "yesNo": {},
3312
- "details": {}
3313
- }
3314
- },
3315
- "nearbyRoadSchemes": {
3316
- "centreLineOfANewTrunkRoadOrSpecialRoadSpecifiedInAnyOrderDraftOrderOrScheme": {
3317
- "yesNo": {},
3318
- "details": {}
3319
- },
3320
- "centreLineOfAProposedAlterationOrImprovementToAnExistingRoad": {
3321
- "yesNo": {},
3322
- "details": {}
3323
- },
3324
- "outerLimitsOfConstructionWorksForAProposedAlterationOrImprovementToAnExistingRoad": {
3325
- "constructionOfARoundaboutOtherThanAMiniRoundabout": {
3326
- "yesNo": {},
3327
- "details": {}
3328
- },
3329
- "wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
3330
- "yesNo": {},
3331
- "details": {}
3332
- }
3333
- },
3334
- "outerLimitsOf": {
3335
- "constructionOfANewRoadToBeBuiltByALocalAuthority": {
3336
- "yesNo": {},
3337
- "details": {}
3338
- },
3339
- "approvedAlterationOrImprovementToAnExistingRoad": {
3340
- "yesNo": {},
3341
- "details": {}
3342
- },
3343
- "constructionOfARoundaboutOtherThanAMiniRoundaboutOrWideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
3344
- "yesNo": {},
3345
- "details": {}
3346
- }
3347
- },
3348
- "centreLineOfTheProposedRouteOfANewRoad": {
3349
- "yesNo": {},
3350
- "details": {}
3351
- },
3352
- "outerLimitsOfConstructionUnderProposalsUnderPublicConsultation": {
3353
- "constructionOfAProposedAlterationOrImprovementToAnExistingRoad": {
3354
- "yesNo": {},
3355
- "details": {}
3356
- },
3357
- "constructionOfARoundaboutOtherThanAMiniRoundabout": {
3358
- "yesNo": {},
3359
- "details": {}
3360
- },
3361
- "wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
3362
- "yesNo": {},
3363
- "details": {}
3364
- }
3365
- }
3366
- },
3367
- "nearbyRailwaySchemes": {
3368
- "propertyWithin200MetersOfTheCentreLineOfAProposedRailwayTramwayLightRailwayOrMonorail": {
3369
- "yesNo": {},
3370
- "details": {}
3371
- },
3372
- "proposalsForARailwayTramwayLightRailwayOrMonorail": {
3373
- "yesNo": {},
3374
- "details": {}
3375
- }
3376
- },
3377
- "trafficSchemes": {
3378
- "permanentStoppingUpOrDiversion": {
3379
- "yesNo": {},
3380
- "details": {}
3381
- },
3382
- "waitingOrLoadingRestrictions": {
3383
- "yesNo": {},
3384
- "details": {}
3385
- },
3386
- "oneWayDriving": {
3387
- "yesNo": {},
3388
- "details": {}
3389
- },
3390
- "prohibitionOfDriving": {
3391
- "yesNo": {},
3392
- "details": {}
3393
- },
3394
- "pedestrianisation": {
3395
- "yesNo": {},
3396
- "details": {}
3397
- },
3398
- "vehicleWidthOrWeightRestriction": {
3399
- "yesNo": {},
3400
- "details": {}
3401
- },
3402
- "trafficCalmingWorks": {
3403
- "yesNo": {},
3404
- "details": {}
3405
- },
3406
- "residentsParkingControls": {
3407
- "yesNo": {},
3408
- "details": {}
3409
- },
3410
- "minorRoadWideningOrImprovement": {
3411
- "yesNo": {},
3412
- "details": {}
3413
- },
3414
- "pedestrianCrossings": {
3415
- "yesNo": {},
3416
- "details": {}
3417
- },
3418
- "cycleTracks": {
3419
- "yesNo": {},
3420
- "details": {}
3421
- },
3422
- "bridgeBuilding": {
3423
- "yesNo": {},
3424
- "details": {}
3425
- }
3426
- },
3427
- "outstandingNotices": {
3428
- "buildingWorks": {
3429
- "yesNo": {},
3430
- "details": {}
3431
- },
3432
- "environment": {
3433
- "yesNo": {},
3434
- "details": {}
3435
- },
3436
- "healthAndSafety": {
3437
- "yesNo": {},
3438
- "details": {}
3439
- },
3440
- "housing": {
3441
- "yesNo": {},
3442
- "details": {}
3443
- },
3444
- "highways": {
3445
- "yesNo": {},
3446
- "details": {}
3447
- },
3448
- "publicHealth": {
3449
- "yesNo": {},
3450
- "details": {}
3451
- },
3452
- "floodAndCostalErosionRiskManagement": {
3453
- "yesNo": {},
3454
- "details": {}
3455
- }
3456
- },
3457
- "contraventionOfBuildingRegulations": {
3458
- "yesNo": {},
3459
- "details": {}
3460
- },
3461
- "noticesOrdersDirectionsAndProceedingsUnderPlanningActs": {
3462
- "enforcementNotice": {
3463
- "yesNo": {},
3464
- "details": {}
3465
- },
3466
- "stopNotice": {
3467
- "yesNo": {},
3468
- "details": {}
3469
- },
3470
- "listedBuildingEnforcementNotice": {
3471
- "yesNo": {},
3472
- "details": {}
3473
- },
3474
- "breachOfConditionNotice": {
3475
- "yesNo": {},
3476
- "details": {}
3477
- },
3478
- "planningContraventionNotice": {
3479
- "yesNo": {},
3480
- "details": {}
3481
- },
3482
- "anotherNoticeRelatingToBreachOfPlanningControl": {
3483
- "yesNo": {},
3484
- "details": {}
3485
- },
3486
- "listedBuildingRepairsNotice": {
3487
- "yesNo": {},
3488
- "details": {}
3489
- },
3490
- "inTheCaseOfAListedBuildingDeliberatelyAllowedToFallIntoDisrepairACompulsoryPurchaseOrderWithADirectionForMinimumCompensation": {
3491
- "yesNo": {},
3492
- "details": {}
3493
- },
3494
- "buildingPreservationNotice": {
3495
- "yesNo": {},
3496
- "details": {}
3497
- },
3498
- "directionRestrictingPermittedDevelopment": {
3499
- "yesNo": {},
3500
- "details": {}
3501
- },
3502
- "orderRevokingOrModifyingPlanningPermission": {
3503
- "yesNo": {},
3504
- "details": {}
3505
- },
3506
- "orderRequiringDiscontinuanceOfUseOrAlterationOrRemovalOfBuildingOrWorks": {
3507
- "yesNo": {},
3508
- "details": {}
3509
- },
3510
- "treePreservationOrder": {
3511
- "yesNo": {},
3512
- "details": {}
3513
- },
3514
- "proceedingsToEnforceAPlanningAgreementOrPlanningContribution": {
3515
- "yesNo": {},
3516
- "details": {}
3517
- }
3518
- },
3519
- "communityInfrastructureLevy": {
3520
- "cilChargingSchedule": {
3521
- "yesNo": {}
3522
- },
3523
- "doAnyOfTheFollowingSubsistInRelationToTheProperty": {
3524
- "liabilityNotice": {
3525
- "yesNo": {},
3526
- "details": {}
3527
- },
3528
- "noticeOfChargeableDevelopment": {
3529
- "yesNo": {},
3530
- "details": {}
3531
- },
3532
- "demandNotice": {
3533
- "yesNo": {},
3534
- "details": {}
3535
- },
3536
- "defaultLiabilityNotice": {
3537
- "yesNo": {},
3538
- "details": {}
3539
- },
3540
- "assumptionOfLiabilityNotice": {
3541
- "yesNo": {},
3542
- "details": {}
3543
- },
3544
- "commencementNotice": {
3545
- "yesNo": {},
3546
- "details": {}
3547
- }
3548
- },
3549
- "demandNoticeBeenSuspended": {
3550
- "yesNo": {},
3551
- "details": {}
3552
- },
3553
- "localAuthorityReceivedFullOrPartPaymentOfAnyCilLiability": {
3554
- "yesNo": {},
3555
- "details": {}
3556
- },
3557
- "localAuthorityReceivedAnyAppealAgainstAnyOfTheAbove": {
3558
- "yesNo": {},
3559
- "details": {}
3560
- },
3561
- "decisionBeenTakenToApplyForALiabilityOrder": {
3562
- "yesNo": {},
3563
- "details": {}
3564
- },
3565
- "liabilityOrderBeenGranted": {
3566
- "yesNo": {},
3567
- "details": {}
3568
- },
3569
- "otherEnforcementMeasuresBeenTaken": {
3570
- "yesNo": {},
3571
- "details": {}
3572
- }
3573
- },
3574
- "conservationArea": {
3575
- "makingOfTheAreaAConservationAreaBefore31August1974": {
3576
- "yesNo": {},
3577
- "details": {}
3578
- },
3579
- "unimplementedResolutionToDesignateTheAreaAConservationArea": {
3580
- "yesNo": {},
3581
- "details": {}
3582
- }
3583
- },
3584
- "compulsoryPurchase": {
3585
- "yesNo": {},
3586
- "details": {}
3587
- },
3588
- "contaminatedLand": {
3589
- "contaminatedLandNotice": {
3590
- "yesNo": {},
3591
- "details": {}
3592
- },
3593
- "inRelationToARegisterMaintainedUnderSection_78R": {
3594
- "yesNo": {},
3595
- "details": {}
3596
- },
3597
- "decisionToMakeAnEntry": {
3598
- "yesNo": {},
3599
- "details": {}
3600
- },
3601
- "entry": {
3602
- "yesNo": {},
3603
- "details": {}
3604
- }
3605
- },
3606
- "radonGas": {
3607
- "yesNo": {},
3608
- "details": {}
3609
- },
3610
- "assetsOfCommunityValue": {
3611
- "propertyBeenNominatedAsAnAssetOfCommunityValue": {
3612
- "listedAsAnAssetOfCommunityValue": {
3613
- "yesNo": {},
3614
- "details": {}
3615
- },
3616
- "excludedAndPlacedOnTheNominatedButNotListedList": {
3617
- "yesNo": {},
3618
- "details": {}
3619
- },
3620
- "listingExpired": {
3621
- "yesNo": {},
3622
- "details": {}
3623
- },
3624
- "localAuthorityReviewingOrProposingToReviewTheListing": {
3625
- "yesNo": {},
3626
- "details": {}
3627
- },
3628
- "subsistingAppealsAgainstTheListing": {
3629
- "yesNo": {},
3630
- "details": {}
3631
- }
3694
+ "HomeRights": {
3695
+ "HomeRightsEntry": {
3696
+ "ChangeOfAddressIndicator": {},
3697
+ "HomeRightsEntryDetails": {
3698
+ "EntryNumber": {},
3699
+ "EntryText": {},
3700
+ "RegistrationDate": {},
3701
+ "SubRegisterCode": {},
3702
+ "ScheduleCode": {},
3703
+ "Infills": {}
3632
3704
  },
3633
- "propertyIsListed": {
3634
- "localAuthorityDecidedToApplyToTheLandRegistry": {
3635
- "yesNo": {},
3636
- "details": {}
3637
- },
3638
- "lheLocalAuthorityReceivedANoticeOfDisposal": {
3639
- "yesNo": {},
3640
- "details": {}
3641
- },
3642
- "communityInterestGroupRequestedToBeTreatedAsABidder": {
3643
- "yesNo": {},
3644
- "details": {}
3645
- }
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": {}
3646
3772
  }
3647
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
+ }
3648
3844
  }
3649
3845
  },
3650
- "drainageAndWater": {
3651
- "maps": {
3652
- "publicSewerMapAttached": {},
3653
- "waterworksMapAttached": {}
3654
- },
3655
- "drainage": {
3656
- "publicFoulDrainage": {
3657
- "yesNo": {},
3658
- "details": {}
3659
- },
3660
- "publicSurfaceDrainage": {
3661
- "yesNo": {},
3662
- "details": {}
3663
- },
3664
- "surfaceDrainageCharge": {
3665
- "yesNo": {},
3666
- "details": {}
3667
- },
3668
- "publicDrainWithinBoundaries": {
3669
- "yesNo": {},
3670
- "details": {}
3671
- },
3672
- "publicPumpingStationWithinBoundaries": {
3673
- "yesNo": {},
3674
- "details": {}
3675
- },
3676
- "publicSewerWithin100ft": {
3677
- "yesNo": {},
3678
- "details": {}
3679
- },
3680
- "publicPumpingStationWithin50mOfBuildings": {
3681
- "yesNo": {},
3682
- "details": {}
3683
- },
3684
- "sewersSubjectOfAdoptionAgreement": {
3685
- "yesNo": {},
3686
- "details": {}
3687
- },
3688
- "sewerageUndertakerApproval": {
3689
- "yesNo": {},
3690
- "details": {}
3846
+ "OCRegisterData": {
3847
+ "PropertyRegister": {
3848
+ "DistrictDetails": {
3849
+ "EntryText": {}
3691
3850
  },
3692
- "riskOfInternalFlooding": {
3693
- "yesNo": {},
3694
- "details": {}
3851
+ "RegisterEntry": {
3852
+ "EntryNumber": {},
3853
+ "EntryDate": {},
3854
+ "EntryType": {},
3855
+ "EntryText": {}
3695
3856
  },
3696
- "distanceToNearestSewerageTreatment": {}
3857
+ "Schedule": {
3858
+ "ScheduleType": {},
3859
+ "ScheduleEntry": {
3860
+ "EntryNumber": {},
3861
+ "EntryDate": {},
3862
+ "EntryType": {},
3863
+ "EntryText": {}
3864
+ }
3865
+ }
3697
3866
  },
3698
- "water": {
3699
- "mainsWaterConnected": {
3700
- "yesNo": {},
3701
- "details": {}
3867
+ "ProprietorshipRegister": {
3868
+ "DistrictDetails": {
3869
+ "EntryText": {}
3702
3870
  },
3703
- "waterMainsWithinBoundaries": {
3704
- "yesNo": {},
3705
- "details": {}
3871
+ "RegisterEntry": {
3872
+ "EntryNumber": {},
3873
+ "EntryDate": {},
3874
+ "EntryType": {},
3875
+ "EntryText": {}
3706
3876
  },
3707
- "waterMainsSubjectOfAdoptionAgreement": {
3708
- "yesNo": {},
3709
- "details": {}
3877
+ "Schedule": {
3878
+ "ScheduleType": {},
3879
+ "ScheduleEntry": {
3880
+ "EntryNumber": {},
3881
+ "EntryDate": {},
3882
+ "EntryType": {},
3883
+ "EntryText": {}
3884
+ }
3885
+ }
3886
+ },
3887
+ "ChargesRegister": {
3888
+ "DistrictDetails": {
3889
+ "EntryText": {}
3710
3890
  },
3711
- "lowWaterPressureRisk": {
3712
- "yesNo": {},
3713
- "details": {}
3891
+ "RegisterEntry": {
3892
+ "EntryNumber": {},
3893
+ "EntryDate": {},
3894
+ "EntryType": {},
3895
+ "EntryText": {}
3714
3896
  },
3715
- "supplyClassification": {},
3716
- "waterMeterLocation": {}
3717
- },
3718
- "charging": {
3719
- "sewerageProvider": {},
3720
- "waterProvider": {},
3721
- "sewerageBills": {},
3722
- "waterBills": {},
3723
- "currentChargingBasis": {},
3724
- "consequentialChargingBasis": {}
3897
+ "Schedule": {
3898
+ "ScheduleType": {},
3899
+ "ScheduleEntry": {
3900
+ "EntryNumber": {},
3901
+ "EntryDate": {},
3902
+ "EntryType": {},
3903
+ "EntryText": {}
3904
+ }
3905
+ }
3725
3906
  }
3726
- },
3727
- "riskResults": {}
3907
+ }
3728
3908
  }
3729
3909
  },
3910
+ "searches": {
3911
+ "displayName": {},
3912
+ "productCode": {},
3913
+ "providerName": {},
3914
+ "providerReference": {},
3915
+ "status": {},
3916
+ "orderDate": {},
3917
+ "expectedDeliveryDate": {},
3918
+ "searchContentTypes": {},
3919
+ "reportDate": {}
3920
+ },
3730
3921
  "documents": {
3731
3922
  "displayName": {},
3732
3923
  "fileName": {},