@pdtf/schemas 2.0.0-9 → 2.0.0

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.
@@ -65,13 +65,16 @@
65
65
  "title": "Landlord",
66
66
  "description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents",
67
67
  "required": [
68
- "nameOrOrganisation",
69
- "address",
70
- "telephone",
71
- "emailAddress"
68
+ "contact"
72
69
  ],
73
70
  "properties": {
74
71
  "contact": {
72
+ "required": [
73
+ "nameOrOrganisation",
74
+ "address",
75
+ "telephone",
76
+ "emailAddress"
77
+ ],
75
78
  "properties": {
76
79
  "address": {
77
80
  "required": [
@@ -84,6 +87,11 @@
84
87
  }
85
88
  },
86
89
  "rentchargeOwner": {
90
+ "lpe1Ref": "1.1",
91
+ "title": "Rentcharge Owner",
92
+ "required": [
93
+ "contact"
94
+ ],
87
95
  "properties": {
88
96
  "contact": {
89
97
  "required": [
@@ -337,6 +345,9 @@
337
345
  }
338
346
  },
339
347
  "noticeOfTransferAndCharge": {
348
+ "lpe1Ref": "1.5",
349
+ "title": "Who accepts service of the Notice of Transfer & Charge?",
350
+ "description": "Tick the box beside each party and state the total fee including VAT for notice of transfer and charge. Tick 'Notice via email' column to confirm whether you will accept notice via email.",
340
351
  "properties": {
341
352
  "rentchargeOwner": {
342
353
  "required": [
@@ -428,16 +439,32 @@
428
439
  ]
429
440
  },
430
441
  "otherDetailsRequired": {
431
- "required": [
432
- "areOtherDetailsRequired"
433
- ],
442
+ "lpe1Ref": "1.5.1",
443
+ "title": "Are details other than the incoming owner's name, address and lender name required?",
444
+ "discriminator": {
445
+ "propertyName": "areOtherDetailsRequired"
446
+ },
434
447
  "oneOf": [
435
- null,
436
448
  {
449
+ "properties": {
450
+ "areOtherDetailsRequired": {
451
+ "const": "No"
452
+ }
453
+ }
454
+ },
455
+ {
456
+ "properties": {
457
+ "areOtherDetailsRequired": {
458
+ "const": "Yes"
459
+ }
460
+ },
437
461
  "required": [
438
462
  "details"
439
463
  ]
440
464
  }
465
+ ],
466
+ "required": [
467
+ "areOtherDetailsRequired"
441
468
  ]
442
469
  }
443
470
  }
@@ -449,7 +476,7 @@
449
476
  "Landlord",
450
477
  "Management Company",
451
478
  "Managing Agent",
452
- "N/A"
479
+ "Not applicable"
453
480
  ]
454
481
  },
455
482
  "collectsServiceCharges": {
@@ -460,7 +487,7 @@
460
487
  "Landlord",
461
488
  "Management Company",
462
489
  "Managing Agent",
463
- "N/A"
490
+ "Not applicable"
464
491
  ]
465
492
  },
466
493
  "collectsbuildingInsurancePremiums": {
@@ -470,7 +497,7 @@
470
497
  "Landlord",
471
498
  "Management Company",
472
499
  "Managing Agent",
473
- "N/A"
500
+ "Not applicable"
474
501
  ]
475
502
  },
476
503
  "dealsWithDayToDayMaintenanceOfManagedArea": {
@@ -482,7 +509,7 @@
482
509
  "Management Company",
483
510
  "Managing Agent",
484
511
  "the Lessees",
485
- "N/A"
512
+ "Not applicable"
486
513
  ]
487
514
  },
488
515
  "organisesBuildingInsurance": {
@@ -494,7 +521,7 @@
494
521
  "Management Company",
495
522
  "Managing Agent",
496
523
  "the Lessees",
497
- "N/A"
524
+ "Not applicable"
498
525
  ]
499
526
  },
500
527
  "dealsWithDayToDayMaintenanceOfBuilding": {
@@ -664,7 +691,7 @@
664
691
  "yesNoNotApplicable": {
665
692
  "enum": [
666
693
  "No",
667
- "N/A"
694
+ "Not applicable"
668
695
  ]
669
696
  }
670
697
  }
@@ -717,7 +744,7 @@
717
744
  },
718
745
  "annualGroundRent": {
719
746
  "lpe1Ref": "3.1",
720
- "title": "What is the annual ground rent payable?"
747
+ "title": "What is the annual ground rent payable? (£)"
721
748
  },
722
749
  "rentSubjectToIncrease": {
723
750
  "required": [
@@ -745,7 +772,7 @@
745
772
  "yesNoNotApplicable": {
746
773
  "enum": [
747
774
  "Yes",
748
- "N/A"
775
+ "Not applicable"
749
776
  ]
750
777
  }
751
778
  }
@@ -790,13 +817,6 @@
790
817
  ]
791
818
  },
792
819
  "ownershipAndManagement": {
793
- "required": [
794
- "freeholdOwner",
795
- "hasHeadlease",
796
- "buildingManager",
797
- "hasTenantCompanyDissolved",
798
- "isManagingAgentEmployed"
799
- ],
800
820
  "properties": {
801
821
  "hasHeadlease": {
802
822
  "required": [
@@ -1130,7 +1150,7 @@
1130
1150
  "properties": {
1131
1151
  "yesNo": {
1132
1152
  "enum": [
1133
- "N/A"
1153
+ "Not applicable"
1134
1154
  ]
1135
1155
  }
1136
1156
  }
@@ -1293,7 +1313,7 @@
1293
1313
  ]
1294
1314
  },
1295
1315
  "details": {
1296
- "lpe1Ref": "4.12.1",
1316
+ "lpe1Ref": "4.12.2",
1297
1317
  "title": "Provide details."
1298
1318
  }
1299
1319
  },
@@ -1304,7 +1324,16 @@
1304
1324
  ],
1305
1325
  "required": [
1306
1326
  "yesNo"
1307
- ]
1327
+ ],
1328
+ "properties": {
1329
+ "yesNo": {
1330
+ "lpe1Ref": "4.12.1",
1331
+ "enum": [
1332
+ "Yes",
1333
+ "No"
1334
+ ]
1335
+ }
1336
+ }
1308
1337
  },
1309
1338
  "allPropertiesContribute": {
1310
1339
  "lpe1Ref": "4.13",
@@ -1354,7 +1383,7 @@
1354
1383
  "properties": {
1355
1384
  "yesNoNotApplicable": {
1356
1385
  "enum": [
1357
- "N/A"
1386
+ "Not applicable"
1358
1387
  ]
1359
1388
  }
1360
1389
  }
@@ -1402,7 +1431,7 @@
1402
1431
  "difficultyInCollectingServiceCharge",
1403
1432
  "serviceChargeOwed",
1404
1433
  "propertiesContributingToMaintenanceOfManagedArea",
1405
- "serviceChargePayable",
1434
+ "adHocExpenses",
1406
1435
  "serviceChargePaidUpToDate",
1407
1436
  "excessPaymentAnticipated",
1408
1437
  "lastDemandPeriod",
@@ -2206,7 +2235,7 @@
2206
2235
  "enum": [
2207
2236
  "Enclosed",
2208
2237
  "To follow",
2209
- "N/A"
2238
+ "Not applicable"
2210
2239
  ]
2211
2240
  },
2212
2241
  "buildingsInsurancePolicy": {
@@ -2219,7 +2248,7 @@
2219
2248
  "enum": [
2220
2249
  "Enclosed",
2221
2250
  "To follow",
2222
- "N/A"
2251
+ "Not applicable"
2223
2252
  ]
2224
2253
  },
2225
2254
  "serviceChargeEstimatesCurrent": {
@@ -2228,7 +2257,7 @@
2228
2257
  "enum": [
2229
2258
  "Enclosed",
2230
2259
  "To follow",
2231
- "N/A"
2260
+ "Not applicable"
2232
2261
  ]
2233
2262
  },
2234
2263
  "serviceChargeEstimatesPrevious": {
@@ -2237,7 +2266,7 @@
2237
2266
  "enum": [
2238
2267
  "Enclosed",
2239
2268
  "To follow",
2240
- "N/A"
2269
+ "Not applicable"
2241
2270
  ]
2242
2271
  },
2243
2272
  "proposedWorksNotices": {
@@ -2246,7 +2275,7 @@
2246
2275
  "enum": [
2247
2276
  "Enclosed",
2248
2277
  "To follow",
2249
- "N/A"
2278
+ "Not applicable"
2250
2279
  ]
2251
2280
  },
2252
2281
  "forfeitureDocumentation": {
@@ -2255,7 +2284,7 @@
2255
2284
  "enum": [
2256
2285
  "Enclosed",
2257
2286
  "To follow",
2258
- "N/A"
2287
+ "Not applicable"
2259
2288
  ]
2260
2289
  },
2261
2290
  "additionalRegulationsNotInLease": {
@@ -2264,7 +2293,7 @@
2264
2293
  "enum": [
2265
2294
  "Enclosed",
2266
2295
  "To follow",
2267
- "N/A"
2296
+ "Not applicable"
2268
2297
  ]
2269
2298
  },
2270
2299
  "deedsOfVariation": {
@@ -2275,7 +2304,7 @@
2275
2304
  "To follow",
2276
2305
  "Landlord's lawyer provides",
2277
2306
  "Please supply draft",
2278
- "N/A"
2307
+ "Not applicable"
2279
2308
  ]
2280
2309
  },
2281
2310
  "deedOfCovenant": {
@@ -2284,7 +2313,7 @@
2284
2313
  "enum": [
2285
2314
  "Enclosed",
2286
2315
  "To follow",
2287
- "N/A"
2316
+ "Not applicable"
2288
2317
  ]
2289
2318
  },
2290
2319
  "certificateOfCompliance": {
@@ -2293,7 +2322,7 @@
2293
2322
  "enum": [
2294
2323
  "Enclosed",
2295
2324
  "To follow",
2296
- "N/A"
2325
+ "Not applicable"
2297
2326
  ]
2298
2327
  },
2299
2328
  "certificateOfComplianceFee": {
@@ -2308,7 +2337,7 @@
2308
2337
  "To follow",
2309
2338
  "Landlord's lawyer provides",
2310
2339
  "Please supply draft",
2311
- "N/A"
2340
+ "Not applicable"
2312
2341
  ]
2313
2342
  },
2314
2343
  "permissionToAlter": {
@@ -2317,7 +2346,7 @@
2317
2346
  "enum": [
2318
2347
  "Enclosed",
2319
2348
  "To follow",
2320
- "N/A"
2349
+ "Not applicable"
2321
2350
  ]
2322
2351
  },
2323
2352
  "noticesServedOnLessee": {
@@ -2326,7 +2355,7 @@
2326
2355
  "enum": [
2327
2356
  "Enclosed",
2328
2357
  "To follow",
2329
- "N/A"
2358
+ "Not applicable"
2330
2359
  ]
2331
2360
  },
2332
2361
  "asbestosSurvey": {
@@ -2335,7 +2364,7 @@
2335
2364
  "enum": [
2336
2365
  "Enclosed",
2337
2366
  "To follow",
2338
- "N/A"
2367
+ "Not applicable"
2339
2368
  ]
2340
2369
  },
2341
2370
  "managedAreaFireRiskAssessment": {
@@ -2344,7 +2373,7 @@
2344
2373
  "enum": [
2345
2374
  "Enclosed",
2346
2375
  "To follow",
2347
- "N/A"
2376
+ "Not applicable"
2348
2377
  ]
2349
2378
  },
2350
2379
  "memorandumAndArticles": {
@@ -2353,7 +2382,7 @@
2353
2382
  "enum": [
2354
2383
  "Enclosed",
2355
2384
  "To follow",
2356
- "N/A"
2385
+ "Not applicable"
2357
2386
  ]
2358
2387
  },
2359
2388
  "managementCompanyAGMMinutes": {
@@ -2362,7 +2391,7 @@
2362
2391
  "enum": [
2363
2392
  "Enclosed",
2364
2393
  "To follow",
2365
- "N/A"
2394
+ "Not applicable"
2366
2395
  ]
2367
2396
  },
2368
2397
  "deedOfCertificate": {
@@ -2371,7 +2400,7 @@
2371
2400
  "enum": [
2372
2401
  "Enclosed",
2373
2402
  "To follow",
2374
- "N/A"
2403
+ "Not applicable"
2375
2404
  ]
2376
2405
  },
2377
2406
  "landlordsCertificate": {
@@ -2380,7 +2409,7 @@
2380
2409
  "enum": [
2381
2410
  "Enclosed",
2382
2411
  "To follow",
2383
- "N/A"
2412
+ "Not applicable"
2384
2413
  ]
2385
2414
  },
2386
2415
  "enforcementNotices": {
@@ -2389,7 +2418,7 @@
2389
2418
  "enum": [
2390
2419
  "Enclosed",
2391
2420
  "To follow",
2392
- "N/A"
2421
+ "Not applicable"
2393
2422
  ]
2394
2423
  }
2395
2424
  }
@@ -86,7 +86,7 @@
86
86
  "properties": {
87
87
  "annualGroundRent": {
88
88
  "ntsRef": "A1.4",
89
- "title": "What is the annual ground rent payable?"
89
+ "title": "What is the annual ground rent payable? (£)"
90
90
  },
91
91
  "rentSubjectToIncrease": {
92
92
  "ntsRef": "A1.5",