@dynamatix/gb-schemas 2.3.287 → 2.3.288

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 (27) hide show
  1. package/README.md +308 -308
  2. package/dist/applicants/applicant-welcome-call.model.d.ts.map +1 -1
  3. package/dist/applicants/applicant-welcome-call.model.js +13 -102
  4. package/dist/applicants/applicant-welcome-call.type.d.ts +0 -12
  5. package/dist/applicants/applicant-welcome-call.type.d.ts.map +1 -1
  6. package/dist/applications/application-valuation-report.model.d.ts +232 -2914
  7. package/dist/applications/application-valuation-report.model.d.ts.map +1 -1
  8. package/dist/applications/application-valuation-report.model.js +20 -16
  9. package/dist/shared/workflow-trigger.model.d.ts.map +1 -1
  10. package/dist/shared/workflow-trigger.model.js +4 -0
  11. package/dist/shared/workflow-trigger.type.d.ts +1 -0
  12. package/dist/shared/workflow-trigger.type.d.ts.map +1 -1
  13. package/package.json +86 -86
  14. package/dist/applicants/applicant-income-source.model.d.ts +0 -26
  15. package/dist/applicants/applicant-income-source.model.d.ts.map +0 -1
  16. package/dist/applicants/applicant-income.model.d.ts +0 -160
  17. package/dist/applicants/applicant-income.model.d.ts.map +0 -1
  18. package/dist/applicants/applicant-other-income.model.d.ts +0 -85
  19. package/dist/applicants/applicant-other-income.model.d.ts.map +0 -1
  20. package/dist/applications/application-document.model.d.ts +0 -158
  21. package/dist/applications/application-document.model.d.ts.map +0 -1
  22. package/dist/applications/document.model.d.ts +0 -158
  23. package/dist/applications/document.model.d.ts.map +0 -1
  24. package/dist/applications/productfeatures.model.d.ts +0 -368
  25. package/dist/applications/productfeatures.model.d.ts.map +0 -1
  26. package/dist/shared/document-type-model.d.ts +0 -48
  27. package/dist/shared/document-type-model.d.ts.map +0 -1
@@ -33,63 +33,9 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
33
33
  applicationNumber: string;
34
34
  propertyAddress: string;
35
35
  postCode: string;
36
- propertyType: mongoose.Types.DocumentArray<{
37
- isDetachedHouse: boolean;
38
- isSemiDetachedHouse: boolean;
39
- isTerracedHouse: boolean;
40
- isBungalow: boolean;
41
- isFlat: boolean;
42
- isMaisonette: boolean;
43
- flatMaisonetteFloor: number;
44
- numberOfFloorsInBlock: number;
45
- isBuiltOrOwnedByLocalAuthority: boolean;
46
- ownerOccupationPercentage: number;
47
- isFlatMaisonetteConverted: boolean;
48
- conversionYear: number;
49
- isPurposeBuilt: boolean;
50
- numberOfUnitsInBlock: number;
51
- isAboveCommercial: boolean;
52
- residentialNatureImpact: string;
53
- tenure: string;
54
- isFlyingFreehold: boolean;
55
- flyingFreeholdPercentage: number;
56
- maintenanceCharge: number;
57
- roadCharges: number;
58
- groundRent: number;
59
- remainingLeaseTermYears: number;
60
- isPartCommercialUse: boolean;
61
- commercialUsePercentage: number;
62
- isPurchasedUnderSharedOwnership: boolean;
63
- yearBuilt: number;
64
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
65
- isDetachedHouse: boolean;
66
- isSemiDetachedHouse: boolean;
67
- isTerracedHouse: boolean;
68
- isBungalow: boolean;
69
- isFlat: boolean;
70
- isMaisonette: boolean;
71
- flatMaisonetteFloor: number;
72
- numberOfFloorsInBlock: number;
73
- isBuiltOrOwnedByLocalAuthority: boolean;
74
- ownerOccupationPercentage: number;
75
- isFlatMaisonetteConverted: boolean;
76
- conversionYear: number;
77
- isPurposeBuilt: boolean;
78
- numberOfUnitsInBlock: number;
79
- isAboveCommercial: boolean;
80
- residentialNatureImpact: string;
81
- tenure: string;
82
- isFlyingFreehold: boolean;
83
- flyingFreeholdPercentage: number;
84
- maintenanceCharge: number;
85
- roadCharges: number;
86
- groundRent: number;
87
- remainingLeaseTermYears: number;
88
- isPartCommercialUse: boolean;
89
- commercialUsePercentage: number;
90
- isPurchasedUnderSharedOwnership: boolean;
91
- yearBuilt: number;
92
- }> & {
36
+ generalRemarks: string;
37
+ extractedText: string;
38
+ propertyType?: {
93
39
  isDetachedHouse: boolean;
94
40
  isSemiDetachedHouse: boolean;
95
41
  isTerracedHouse: boolean;
@@ -117,44 +63,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
117
63
  commercialUsePercentage: number;
118
64
  isPurchasedUnderSharedOwnership: boolean;
119
65
  yearBuilt: number;
120
- }>;
121
- accommodation: mongoose.Types.DocumentArray<{
122
- hall: number;
123
- livingRooms: number;
124
- kitchen: number;
125
- isLiftPresent: boolean;
126
- utility: number;
127
- bedrooms: number;
128
- bathrooms: number;
129
- separateWc: number;
130
- basement: number;
131
- garage: number;
132
- parking: number;
133
- gardens: boolean;
134
- isPrivate: boolean;
135
- isCommunal: boolean;
136
- numberOfOutbuildings: number;
137
- outbuildingDetails: string;
138
- grossFloorAreaOfDwelling: number;
139
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
140
- hall: number;
141
- livingRooms: number;
142
- kitchen: number;
143
- isLiftPresent: boolean;
144
- utility: number;
145
- bedrooms: number;
146
- bathrooms: number;
147
- separateWc: number;
148
- basement: number;
149
- garage: number;
150
- parking: number;
151
- gardens: boolean;
152
- isPrivate: boolean;
153
- isCommunal: boolean;
154
- numberOfOutbuildings: number;
155
- outbuildingDetails: string;
156
- grossFloorAreaOfDwelling: number;
157
- }> & {
66
+ } | null | undefined;
67
+ accommodation?: {
158
68
  hall: number;
159
69
  livingRooms: number;
160
70
  kitchen: number;
@@ -172,59 +82,15 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
172
82
  numberOfOutbuildings: number;
173
83
  outbuildingDetails: string;
174
84
  grossFloorAreaOfDwelling: number;
175
- }>;
176
- currentOccupency: mongoose.Types.DocumentArray<{
177
- isEverOccupied: boolean;
178
- numberOfAdultsInProperty: number;
179
- isHmoOrMultiUnitFreeholdBlock: boolean;
180
- isCurrentlyTenanted: boolean;
181
- hmoOrMultiUnitDetails: string;
182
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
183
- isEverOccupied: boolean;
184
- numberOfAdultsInProperty: number;
185
- isHmoOrMultiUnitFreeholdBlock: boolean;
186
- isCurrentlyTenanted: boolean;
187
- hmoOrMultiUnitDetails: string;
188
- }> & {
85
+ } | null | undefined;
86
+ currentOccupency?: {
189
87
  isEverOccupied: boolean;
190
88
  numberOfAdultsInProperty: number;
191
89
  isHmoOrMultiUnitFreeholdBlock: boolean;
192
90
  isCurrentlyTenanted: boolean;
193
91
  hmoOrMultiUnitDetails: string;
194
- }>;
195
- newBuild: mongoose.Types.DocumentArray<{
196
- isNewBuildOrRecentlyConverted: boolean;
197
- isCompleted: boolean;
198
- isUnderConstruction: boolean;
199
- isFinalInspectionRequired: boolean;
200
- isNhbcCert: boolean;
201
- isBuildZone: boolean;
202
- isPremier: boolean;
203
- isProfessionalConsultant: boolean;
204
- isOtherCert: boolean;
205
- otherCertDetails: string;
206
- isSelfBuildProject: boolean;
207
- isInvolvesPartExchange: boolean;
208
- isDisclosureOfIncentivesSeen: boolean;
209
- incentivesDetails: string;
210
- newBuildDeveloperName: string;
211
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
212
- isNewBuildOrRecentlyConverted: boolean;
213
- isCompleted: boolean;
214
- isUnderConstruction: boolean;
215
- isFinalInspectionRequired: boolean;
216
- isNhbcCert: boolean;
217
- isBuildZone: boolean;
218
- isPremier: boolean;
219
- isProfessionalConsultant: boolean;
220
- isOtherCert: boolean;
221
- otherCertDetails: string;
222
- isSelfBuildProject: boolean;
223
- isInvolvesPartExchange: boolean;
224
- isDisclosureOfIncentivesSeen: boolean;
225
- incentivesDetails: string;
226
- newBuildDeveloperName: string;
227
- }> & {
92
+ } | null | undefined;
93
+ newBuild?: {
228
94
  isNewBuildOrRecentlyConverted: boolean;
229
95
  isCompleted: boolean;
230
96
  isUnderConstruction: boolean;
@@ -240,28 +106,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
240
106
  isDisclosureOfIncentivesSeen: boolean;
241
107
  incentivesDetails: string;
242
108
  newBuildDeveloperName: string;
243
- }>;
244
- construction: mongoose.Types.DocumentArray<{
245
- isStandardConstruction: boolean;
246
- nonStandardConstructionType: string;
247
- mainWalls: string;
248
- mainRoof: string;
249
- garageConstruction: string;
250
- outbuildingsConstruction: string;
251
- isHasAlterationsOrExtensions: boolean;
252
- isAlterationsRequireConsents: boolean;
253
- alterationsAge: number;
254
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
255
- isStandardConstruction: boolean;
256
- nonStandardConstructionType: string;
257
- mainWalls: string;
258
- mainRoof: string;
259
- garageConstruction: string;
260
- outbuildingsConstruction: string;
261
- isHasAlterationsOrExtensions: boolean;
262
- isAlterationsRequireConsents: boolean;
263
- alterationsAge: number;
264
- }> & {
109
+ } | null | undefined;
110
+ construction?: {
265
111
  isStandardConstruction: boolean;
266
112
  nonStandardConstructionType: string;
267
113
  mainWalls: string;
@@ -271,56 +117,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
271
117
  isHasAlterationsOrExtensions: boolean;
272
118
  isAlterationsRequireConsents: boolean;
273
119
  alterationsAge: number;
274
- }>;
275
- localityAndDemand: mongoose.Types.DocumentArray<{
276
- isUrban: boolean;
277
- isSuburban: boolean;
278
- isRural: boolean;
279
- isGoodMarketAppeal: boolean;
280
- isAverageMarketAppeal: boolean;
281
- isPoorMarketAppeal: boolean;
282
- isSimilarProperties: boolean;
283
- isBetterProperties: boolean;
284
- isWorseProperties: boolean;
285
- isPricesRising: boolean;
286
- isPricesStatic: boolean;
287
- isPricesFalling: boolean;
288
- isDemandRising: boolean;
289
- isDemandStatic: boolean;
290
- isDemandFalling: boolean;
291
- isAffectedByCompulsoryPurchase: boolean;
292
- compulsoryPurchaseDetails: string;
293
- isVacantOrBoardedPropertiesNearby: boolean;
294
- vacantOrBoardedDetails: string;
295
- isOccupancyRestrictionPossible: boolean;
296
- occupancyRestrictionDetails: string;
297
- isCloseToHighVoltageEquipment: boolean;
298
- highVoltageEquipmentDetails: string;
299
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
300
- isUrban: boolean;
301
- isSuburban: boolean;
302
- isRural: boolean;
303
- isGoodMarketAppeal: boolean;
304
- isAverageMarketAppeal: boolean;
305
- isPoorMarketAppeal: boolean;
306
- isSimilarProperties: boolean;
307
- isBetterProperties: boolean;
308
- isWorseProperties: boolean;
309
- isPricesRising: boolean;
310
- isPricesStatic: boolean;
311
- isPricesFalling: boolean;
312
- isDemandRising: boolean;
313
- isDemandStatic: boolean;
314
- isDemandFalling: boolean;
315
- isAffectedByCompulsoryPurchase: boolean;
316
- compulsoryPurchaseDetails: string;
317
- isVacantOrBoardedPropertiesNearby: boolean;
318
- vacantOrBoardedDetails: string;
319
- isOccupancyRestrictionPossible: boolean;
320
- occupancyRestrictionDetails: string;
321
- isCloseToHighVoltageEquipment: boolean;
322
- highVoltageEquipmentDetails: string;
323
- }> & {
120
+ } | null | undefined;
121
+ localityAndDemand?: {
324
122
  isUrban: boolean;
325
123
  isSuburban: boolean;
326
124
  isRural: boolean;
@@ -344,42 +142,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
344
142
  occupancyRestrictionDetails: string;
345
143
  isCloseToHighVoltageEquipment: boolean;
346
144
  highVoltageEquipmentDetails: string;
347
- }>;
348
- services: mongoose.Types.DocumentArray<{
349
- isMainsWater: boolean;
350
- isPrivateWater: boolean;
351
- isUnknownWater: boolean;
352
- isGasSupply: boolean;
353
- isElectricitySupply: boolean;
354
- isCentralHeating: boolean;
355
- centralHeatingType: string;
356
- isMainDrainage: boolean;
357
- isSepticTankPlant: boolean;
358
- isSolarPanels: boolean;
359
- isSharedAccess: boolean;
360
- isRoadAdopted: boolean;
361
- isHasEasementsOrRightsOfWay: boolean;
362
- easementsOrRightsDetails: string;
363
- servicesSeparateForFlats: string;
364
- servicesSeparateDetails: string;
365
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
366
- isMainsWater: boolean;
367
- isPrivateWater: boolean;
368
- isUnknownWater: boolean;
369
- isGasSupply: boolean;
370
- isElectricitySupply: boolean;
371
- isCentralHeating: boolean;
372
- centralHeatingType: string;
373
- isMainDrainage: boolean;
374
- isSepticTankPlant: boolean;
375
- isSolarPanels: boolean;
376
- isSharedAccess: boolean;
377
- isRoadAdopted: boolean;
378
- isHasEasementsOrRightsOfWay: boolean;
379
- easementsOrRightsDetails: string;
380
- servicesSeparateForFlats: string;
381
- servicesSeparateDetails: string;
382
- }> & {
145
+ } | null | undefined;
146
+ services?: {
383
147
  isMainsWater: boolean;
384
148
  isPrivateWater: boolean;
385
149
  isUnknownWater: boolean;
@@ -389,6 +153,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
389
153
  centralHeatingType: string;
390
154
  isMainDrainage: boolean;
391
155
  isSepticTankPlant: boolean;
156
+ isUnknownDrainage: boolean;
392
157
  isSolarPanels: boolean;
393
158
  isSharedAccess: boolean;
394
159
  isRoadAdopted: boolean;
@@ -396,102 +161,28 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
396
161
  easementsOrRightsDetails: string;
397
162
  servicesSeparateForFlats: string;
398
163
  servicesSeparateDetails: string;
399
- }>;
400
- conditionsOfProperty: mongoose.Types.DocumentArray<{
164
+ } | null | undefined;
165
+ conditionsOfProperty?: {
401
166
  isStructuralMovement: boolean;
402
167
  isStructuralMovementHistoricOrNonProgressive: boolean;
403
168
  structuralMovementDetails: string;
404
169
  isStructuralModifications: boolean;
405
170
  structuralModificationsDetails: string;
406
171
  communalAreasMaintained: string;
407
- propertyProneTo: mongoose.Types.DocumentArray<{
408
- flooding: boolean;
409
- subsidence: boolean;
410
- heave: boolean;
411
- landslip: boolean;
412
- details: string;
413
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
414
- flooding: boolean;
415
- subsidence: boolean;
416
- heave: boolean;
417
- landslip: boolean;
418
- details: string;
419
- }> & {
420
- flooding: boolean;
421
- subsidence: boolean;
422
- heave: boolean;
423
- landslip: boolean;
424
- details: string;
425
- }>;
426
172
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
427
173
  isTreesWithinInfluencingDistance: boolean;
428
174
  treesInfluenceDetails: string;
429
175
  isBuiltOnSteepSlope: boolean;
430
176
  steepSlopeDetails: string;
431
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
432
- isStructuralMovement: boolean;
433
- isStructuralMovementHistoricOrNonProgressive: boolean;
434
- structuralMovementDetails: string;
435
- isStructuralModifications: boolean;
436
- structuralModificationsDetails: string;
437
- communalAreasMaintained: string;
438
- propertyProneTo: mongoose.Types.DocumentArray<{
439
- flooding: boolean;
440
- subsidence: boolean;
441
- heave: boolean;
442
- landslip: boolean;
443
- details: string;
444
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
177
+ propertyProneTo?: {
445
178
  flooding: boolean;
446
179
  subsidence: boolean;
447
180
  heave: boolean;
448
181
  landslip: boolean;
449
182
  details: string;
450
- }> & {
451
- flooding: boolean;
452
- subsidence: boolean;
453
- heave: boolean;
454
- landslip: boolean;
455
- details: string;
456
- }>;
457
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
458
- isTreesWithinInfluencingDistance: boolean;
459
- treesInfluenceDetails: string;
460
- isBuiltOnSteepSlope: boolean;
461
- steepSlopeDetails: string;
462
- }> & {
463
- isStructuralMovement: boolean;
464
- isStructuralMovementHistoricOrNonProgressive: boolean;
465
- structuralMovementDetails: string;
466
- isStructuralModifications: boolean;
467
- structuralModificationsDetails: string;
468
- communalAreasMaintained: string;
469
- propertyProneTo: mongoose.Types.DocumentArray<{
470
- flooding: boolean;
471
- subsidence: boolean;
472
- heave: boolean;
473
- landslip: boolean;
474
- details: string;
475
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
476
- flooding: boolean;
477
- subsidence: boolean;
478
- heave: boolean;
479
- landslip: boolean;
480
- details: string;
481
- }> & {
482
- flooding: boolean;
483
- subsidence: boolean;
484
- heave: boolean;
485
- landslip: boolean;
486
- details: string;
487
- }>;
488
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
489
- isTreesWithinInfluencingDistance: boolean;
490
- treesInfluenceDetails: string;
491
- isBuiltOnSteepSlope: boolean;
492
- steepSlopeDetails: string;
493
- }>;
494
- reports: mongoose.Types.DocumentArray<{
183
+ } | null | undefined;
184
+ } | null | undefined;
185
+ reports?: {
495
186
  isTimberDamp: boolean;
496
187
  isMining: boolean;
497
188
  isElectrical: boolean;
@@ -505,77 +196,17 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
505
196
  isSulfateRedAsh: boolean;
506
197
  isOtherReport: boolean;
507
198
  otherReportDetails: string;
508
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
509
- isTimberDamp: boolean;
510
- isMining: boolean;
511
- isElectrical: boolean;
512
- isDrains: boolean;
513
- isStructuralEngineers: boolean;
514
- isArboricultural: boolean;
515
- isMundic: boolean;
516
- isWallTies: boolean;
517
- isRoof: boolean;
518
- isMetalliferous: boolean;
519
- isSulfateRedAsh: boolean;
520
- isOtherReport: boolean;
521
- otherReportDetails: string;
522
- }> & {
523
- isTimberDamp: boolean;
524
- isMining: boolean;
525
- isElectrical: boolean;
526
- isDrains: boolean;
527
- isStructuralEngineers: boolean;
528
- isArboricultural: boolean;
529
- isMundic: boolean;
530
- isWallTies: boolean;
531
- isRoof: boolean;
532
- isMetalliferous: boolean;
533
- isSulfateRedAsh: boolean;
534
- isOtherReport: boolean;
535
- otherReportDetails: string;
536
- }>;
537
- energyEfficiency: mongoose.Types.DocumentArray<{
538
- epcRating: string;
539
- epcScore: number;
540
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
199
+ } | null | undefined;
200
+ energyEfficiency?: {
541
201
  epcRating: string;
542
202
  epcScore: number;
543
- }> & {
544
- epcRating: string;
545
- epcScore: number;
546
- }>;
547
- essentialRepairs: mongoose.Types.DocumentArray<{
548
- isEssentialRepairsRequired: boolean;
549
- essentialRepairsDetails: string;
550
- isReinspectionRequired: boolean;
551
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
552
- isEssentialRepairsRequired: boolean;
553
- essentialRepairsDetails: string;
554
- isReinspectionRequired: boolean;
555
- }> & {
203
+ } | null | undefined;
204
+ essentialRepairs?: {
556
205
  isEssentialRepairsRequired: boolean;
557
206
  essentialRepairsDetails: string;
558
207
  isReinspectionRequired: boolean;
559
- }>;
560
- rentalInformation: mongoose.Types.DocumentArray<{
561
- isRentalDemandInLocality: boolean;
562
- rentalDemandDetails: string;
563
- monthlyMarketRentPresentCondition: number;
564
- monthlyMarketRentImprovedCondition: number;
565
- isOtherLettingDemandFactors: boolean;
566
- otherLettingDemandDetails: string;
567
- investorOnlyDemand: boolean;
568
- investorOnlyDemandDetails: string;
569
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
570
- isRentalDemandInLocality: boolean;
571
- rentalDemandDetails: string;
572
- monthlyMarketRentPresentCondition: number;
573
- monthlyMarketRentImprovedCondition: number;
574
- isOtherLettingDemandFactors: boolean;
575
- otherLettingDemandDetails: string;
576
- investorOnlyDemand: boolean;
577
- investorOnlyDemandDetails: string;
578
- }> & {
208
+ } | null | undefined;
209
+ rentalInformation?: {
579
210
  isRentalDemandInLocality: boolean;
580
211
  rentalDemandDetails: string;
581
212
  monthlyMarketRentPresentCondition: number;
@@ -584,28 +215,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
584
215
  otherLettingDemandDetails: string;
585
216
  investorOnlyDemand: boolean;
586
217
  investorOnlyDemandDetails: string;
587
- }>;
588
- valuationForFinancePurpose: mongoose.Types.DocumentArray<{
589
- valuationComparativeOnly: string;
590
- isSuitableForFinance: boolean;
591
- financeSuitabilityDetails: string;
592
- marketValuePresentCondition: number;
593
- marketValueAfterRepairs: number;
594
- purchasePriceOrBorrowerEstimate: number;
595
- buildingInsuranceReinstatementCost: number;
596
- isInsurancePremiumLoadingRisk: boolean;
597
- insurancePremiumLoadingDetails: string;
598
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
599
- valuationComparativeOnly: string;
600
- isSuitableForFinance: boolean;
601
- financeSuitabilityDetails: string;
602
- marketValuePresentCondition: number;
603
- marketValueAfterRepairs: number;
604
- purchasePriceOrBorrowerEstimate: number;
605
- buildingInsuranceReinstatementCost: number;
606
- isInsurancePremiumLoadingRisk: boolean;
607
- insurancePremiumLoadingDetails: string;
608
- }> & {
218
+ } | null | undefined;
219
+ valuationForFinancePurpose?: {
609
220
  valuationComparativeOnly: string;
610
221
  isSuitableForFinance: boolean;
611
222
  financeSuitabilityDetails: string;
@@ -615,145 +226,33 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
615
226
  buildingInsuranceReinstatementCost: number;
616
227
  isInsurancePremiumLoadingRisk: boolean;
617
228
  insurancePremiumLoadingDetails: string;
618
- }>;
619
- generalRemarks: string;
620
- valuersDeclaration: mongoose.Types.DocumentArray<{
621
- valuerSignature: number;
622
- valuerName: string;
623
- onBehalfOf: string;
624
- telephone: number;
625
- fax: number;
626
- email: string;
627
- valuerQualifications: mongoose.Types.DocumentArray<{
628
- mrics: boolean;
629
- frics: boolean;
630
- assocRics: boolean;
631
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
632
- mrics: boolean;
633
- frics: boolean;
634
- assocRics: boolean;
635
- }> & {
636
- mrics: boolean;
637
- frics: boolean;
638
- assocRics: boolean;
639
- }>;
640
- ricsNumber: number;
641
- valuerAddress: string;
642
- valuerPostcode: string;
643
- reportDate: number;
644
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
229
+ } | null | undefined;
230
+ valuersDeclaration?: {
645
231
  valuerSignature: number;
646
232
  valuerName: string;
647
233
  onBehalfOf: string;
648
234
  telephone: number;
649
235
  fax: number;
650
236
  email: string;
651
- valuerQualifications: mongoose.Types.DocumentArray<{
652
- mrics: boolean;
653
- frics: boolean;
654
- assocRics: boolean;
655
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
656
- mrics: boolean;
657
- frics: boolean;
658
- assocRics: boolean;
659
- }> & {
660
- mrics: boolean;
661
- frics: boolean;
662
- assocRics: boolean;
663
- }>;
664
237
  ricsNumber: number;
665
238
  valuerAddress: string;
666
239
  valuerPostcode: string;
667
240
  reportDate: number;
668
- }> & {
669
- valuerSignature: number;
670
- valuerName: string;
671
- onBehalfOf: string;
672
- telephone: number;
673
- fax: number;
674
- email: string;
675
- valuerQualifications: mongoose.Types.DocumentArray<{
676
- mrics: boolean;
677
- frics: boolean;
678
- assocRics: boolean;
679
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
241
+ valuerQualifications?: {
680
242
  mrics: boolean;
681
243
  frics: boolean;
682
244
  assocRics: boolean;
683
- }> & {
684
- mrics: boolean;
685
- frics: boolean;
686
- assocRics: boolean;
687
- }>;
688
- ricsNumber: number;
689
- valuerAddress: string;
690
- valuerPostcode: string;
691
- reportDate: number;
692
- }>;
693
- extractedText: string;
245
+ } | null | undefined;
246
+ } | null | undefined;
694
247
  }, {}, {}, {}, mongoose.Document<unknown, {}, {
695
248
  applicationId: mongoose.Types.ObjectId;
696
249
  applicantName: string;
697
250
  applicationNumber: string;
698
251
  propertyAddress: string;
699
252
  postCode: string;
700
- propertyType: mongoose.Types.DocumentArray<{
701
- isDetachedHouse: boolean;
702
- isSemiDetachedHouse: boolean;
703
- isTerracedHouse: boolean;
704
- isBungalow: boolean;
705
- isFlat: boolean;
706
- isMaisonette: boolean;
707
- flatMaisonetteFloor: number;
708
- numberOfFloorsInBlock: number;
709
- isBuiltOrOwnedByLocalAuthority: boolean;
710
- ownerOccupationPercentage: number;
711
- isFlatMaisonetteConverted: boolean;
712
- conversionYear: number;
713
- isPurposeBuilt: boolean;
714
- numberOfUnitsInBlock: number;
715
- isAboveCommercial: boolean;
716
- residentialNatureImpact: string;
717
- tenure: string;
718
- isFlyingFreehold: boolean;
719
- flyingFreeholdPercentage: number;
720
- maintenanceCharge: number;
721
- roadCharges: number;
722
- groundRent: number;
723
- remainingLeaseTermYears: number;
724
- isPartCommercialUse: boolean;
725
- commercialUsePercentage: number;
726
- isPurchasedUnderSharedOwnership: boolean;
727
- yearBuilt: number;
728
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
729
- isDetachedHouse: boolean;
730
- isSemiDetachedHouse: boolean;
731
- isTerracedHouse: boolean;
732
- isBungalow: boolean;
733
- isFlat: boolean;
734
- isMaisonette: boolean;
735
- flatMaisonetteFloor: number;
736
- numberOfFloorsInBlock: number;
737
- isBuiltOrOwnedByLocalAuthority: boolean;
738
- ownerOccupationPercentage: number;
739
- isFlatMaisonetteConverted: boolean;
740
- conversionYear: number;
741
- isPurposeBuilt: boolean;
742
- numberOfUnitsInBlock: number;
743
- isAboveCommercial: boolean;
744
- residentialNatureImpact: string;
745
- tenure: string;
746
- isFlyingFreehold: boolean;
747
- flyingFreeholdPercentage: number;
748
- maintenanceCharge: number;
749
- roadCharges: number;
750
- groundRent: number;
751
- remainingLeaseTermYears: number;
752
- isPartCommercialUse: boolean;
753
- commercialUsePercentage: number;
754
- isPurchasedUnderSharedOwnership: boolean;
755
- yearBuilt: number;
756
- }> & {
253
+ generalRemarks: string;
254
+ extractedText: string;
255
+ propertyType?: {
757
256
  isDetachedHouse: boolean;
758
257
  isSemiDetachedHouse: boolean;
759
258
  isTerracedHouse: boolean;
@@ -781,44 +280,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
781
280
  commercialUsePercentage: number;
782
281
  isPurchasedUnderSharedOwnership: boolean;
783
282
  yearBuilt: number;
784
- }>;
785
- accommodation: mongoose.Types.DocumentArray<{
786
- hall: number;
787
- livingRooms: number;
788
- kitchen: number;
789
- isLiftPresent: boolean;
790
- utility: number;
791
- bedrooms: number;
792
- bathrooms: number;
793
- separateWc: number;
794
- basement: number;
795
- garage: number;
796
- parking: number;
797
- gardens: boolean;
798
- isPrivate: boolean;
799
- isCommunal: boolean;
800
- numberOfOutbuildings: number;
801
- outbuildingDetails: string;
802
- grossFloorAreaOfDwelling: number;
803
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
804
- hall: number;
805
- livingRooms: number;
806
- kitchen: number;
807
- isLiftPresent: boolean;
808
- utility: number;
809
- bedrooms: number;
810
- bathrooms: number;
811
- separateWc: number;
812
- basement: number;
813
- garage: number;
814
- parking: number;
815
- gardens: boolean;
816
- isPrivate: boolean;
817
- isCommunal: boolean;
818
- numberOfOutbuildings: number;
819
- outbuildingDetails: string;
820
- grossFloorAreaOfDwelling: number;
821
- }> & {
283
+ } | null | undefined;
284
+ accommodation?: {
822
285
  hall: number;
823
286
  livingRooms: number;
824
287
  kitchen: number;
@@ -836,27 +299,15 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
836
299
  numberOfOutbuildings: number;
837
300
  outbuildingDetails: string;
838
301
  grossFloorAreaOfDwelling: number;
839
- }>;
840
- currentOccupency: mongoose.Types.DocumentArray<{
841
- isEverOccupied: boolean;
842
- numberOfAdultsInProperty: number;
843
- isHmoOrMultiUnitFreeholdBlock: boolean;
844
- isCurrentlyTenanted: boolean;
845
- hmoOrMultiUnitDetails: string;
846
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
847
- isEverOccupied: boolean;
848
- numberOfAdultsInProperty: number;
849
- isHmoOrMultiUnitFreeholdBlock: boolean;
850
- isCurrentlyTenanted: boolean;
851
- hmoOrMultiUnitDetails: string;
852
- }> & {
302
+ } | null | undefined;
303
+ currentOccupency?: {
853
304
  isEverOccupied: boolean;
854
305
  numberOfAdultsInProperty: number;
855
306
  isHmoOrMultiUnitFreeholdBlock: boolean;
856
307
  isCurrentlyTenanted: boolean;
857
308
  hmoOrMultiUnitDetails: string;
858
- }>;
859
- newBuild: mongoose.Types.DocumentArray<{
309
+ } | null | undefined;
310
+ newBuild?: {
860
311
  isNewBuildOrRecentlyConverted: boolean;
861
312
  isCompleted: boolean;
862
313
  isUnderConstruction: boolean;
@@ -872,60 +323,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
872
323
  isDisclosureOfIncentivesSeen: boolean;
873
324
  incentivesDetails: string;
874
325
  newBuildDeveloperName: string;
875
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
876
- isNewBuildOrRecentlyConverted: boolean;
877
- isCompleted: boolean;
878
- isUnderConstruction: boolean;
879
- isFinalInspectionRequired: boolean;
880
- isNhbcCert: boolean;
881
- isBuildZone: boolean;
882
- isPremier: boolean;
883
- isProfessionalConsultant: boolean;
884
- isOtherCert: boolean;
885
- otherCertDetails: string;
886
- isSelfBuildProject: boolean;
887
- isInvolvesPartExchange: boolean;
888
- isDisclosureOfIncentivesSeen: boolean;
889
- incentivesDetails: string;
890
- newBuildDeveloperName: string;
891
- }> & {
892
- isNewBuildOrRecentlyConverted: boolean;
893
- isCompleted: boolean;
894
- isUnderConstruction: boolean;
895
- isFinalInspectionRequired: boolean;
896
- isNhbcCert: boolean;
897
- isBuildZone: boolean;
898
- isPremier: boolean;
899
- isProfessionalConsultant: boolean;
900
- isOtherCert: boolean;
901
- otherCertDetails: string;
902
- isSelfBuildProject: boolean;
903
- isInvolvesPartExchange: boolean;
904
- isDisclosureOfIncentivesSeen: boolean;
905
- incentivesDetails: string;
906
- newBuildDeveloperName: string;
907
- }>;
908
- construction: mongoose.Types.DocumentArray<{
909
- isStandardConstruction: boolean;
910
- nonStandardConstructionType: string;
911
- mainWalls: string;
912
- mainRoof: string;
913
- garageConstruction: string;
914
- outbuildingsConstruction: string;
915
- isHasAlterationsOrExtensions: boolean;
916
- isAlterationsRequireConsents: boolean;
917
- alterationsAge: number;
918
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
919
- isStandardConstruction: boolean;
920
- nonStandardConstructionType: string;
921
- mainWalls: string;
922
- mainRoof: string;
923
- garageConstruction: string;
924
- outbuildingsConstruction: string;
925
- isHasAlterationsOrExtensions: boolean;
926
- isAlterationsRequireConsents: boolean;
927
- alterationsAge: number;
928
- }> & {
326
+ } | null | undefined;
327
+ construction?: {
929
328
  isStandardConstruction: boolean;
930
329
  nonStandardConstructionType: string;
931
330
  mainWalls: string;
@@ -935,56 +334,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
935
334
  isHasAlterationsOrExtensions: boolean;
936
335
  isAlterationsRequireConsents: boolean;
937
336
  alterationsAge: number;
938
- }>;
939
- localityAndDemand: mongoose.Types.DocumentArray<{
940
- isUrban: boolean;
941
- isSuburban: boolean;
942
- isRural: boolean;
943
- isGoodMarketAppeal: boolean;
944
- isAverageMarketAppeal: boolean;
945
- isPoorMarketAppeal: boolean;
946
- isSimilarProperties: boolean;
947
- isBetterProperties: boolean;
948
- isWorseProperties: boolean;
949
- isPricesRising: boolean;
950
- isPricesStatic: boolean;
951
- isPricesFalling: boolean;
952
- isDemandRising: boolean;
953
- isDemandStatic: boolean;
954
- isDemandFalling: boolean;
955
- isAffectedByCompulsoryPurchase: boolean;
956
- compulsoryPurchaseDetails: string;
957
- isVacantOrBoardedPropertiesNearby: boolean;
958
- vacantOrBoardedDetails: string;
959
- isOccupancyRestrictionPossible: boolean;
960
- occupancyRestrictionDetails: string;
961
- isCloseToHighVoltageEquipment: boolean;
962
- highVoltageEquipmentDetails: string;
963
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
964
- isUrban: boolean;
965
- isSuburban: boolean;
966
- isRural: boolean;
967
- isGoodMarketAppeal: boolean;
968
- isAverageMarketAppeal: boolean;
969
- isPoorMarketAppeal: boolean;
970
- isSimilarProperties: boolean;
971
- isBetterProperties: boolean;
972
- isWorseProperties: boolean;
973
- isPricesRising: boolean;
974
- isPricesStatic: boolean;
975
- isPricesFalling: boolean;
976
- isDemandRising: boolean;
977
- isDemandStatic: boolean;
978
- isDemandFalling: boolean;
979
- isAffectedByCompulsoryPurchase: boolean;
980
- compulsoryPurchaseDetails: string;
981
- isVacantOrBoardedPropertiesNearby: boolean;
982
- vacantOrBoardedDetails: string;
983
- isOccupancyRestrictionPossible: boolean;
984
- occupancyRestrictionDetails: string;
985
- isCloseToHighVoltageEquipment: boolean;
986
- highVoltageEquipmentDetails: string;
987
- }> & {
337
+ } | null | undefined;
338
+ localityAndDemand?: {
988
339
  isUrban: boolean;
989
340
  isSuburban: boolean;
990
341
  isRural: boolean;
@@ -1008,42 +359,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1008
359
  occupancyRestrictionDetails: string;
1009
360
  isCloseToHighVoltageEquipment: boolean;
1010
361
  highVoltageEquipmentDetails: string;
1011
- }>;
1012
- services: mongoose.Types.DocumentArray<{
1013
- isMainsWater: boolean;
1014
- isPrivateWater: boolean;
1015
- isUnknownWater: boolean;
1016
- isGasSupply: boolean;
1017
- isElectricitySupply: boolean;
1018
- isCentralHeating: boolean;
1019
- centralHeatingType: string;
1020
- isMainDrainage: boolean;
1021
- isSepticTankPlant: boolean;
1022
- isSolarPanels: boolean;
1023
- isSharedAccess: boolean;
1024
- isRoadAdopted: boolean;
1025
- isHasEasementsOrRightsOfWay: boolean;
1026
- easementsOrRightsDetails: string;
1027
- servicesSeparateForFlats: string;
1028
- servicesSeparateDetails: string;
1029
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1030
- isMainsWater: boolean;
1031
- isPrivateWater: boolean;
1032
- isUnknownWater: boolean;
1033
- isGasSupply: boolean;
1034
- isElectricitySupply: boolean;
1035
- isCentralHeating: boolean;
1036
- centralHeatingType: string;
1037
- isMainDrainage: boolean;
1038
- isSepticTankPlant: boolean;
1039
- isSolarPanels: boolean;
1040
- isSharedAccess: boolean;
1041
- isRoadAdopted: boolean;
1042
- isHasEasementsOrRightsOfWay: boolean;
1043
- easementsOrRightsDetails: string;
1044
- servicesSeparateForFlats: string;
1045
- servicesSeparateDetails: string;
1046
- }> & {
362
+ } | null | undefined;
363
+ services?: {
1047
364
  isMainsWater: boolean;
1048
365
  isPrivateWater: boolean;
1049
366
  isUnknownWater: boolean;
@@ -1053,6 +370,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1053
370
  centralHeatingType: string;
1054
371
  isMainDrainage: boolean;
1055
372
  isSepticTankPlant: boolean;
373
+ isUnknownDrainage: boolean;
1056
374
  isSolarPanels: boolean;
1057
375
  isSharedAccess: boolean;
1058
376
  isRoadAdopted: boolean;
@@ -1060,130 +378,28 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1060
378
  easementsOrRightsDetails: string;
1061
379
  servicesSeparateForFlats: string;
1062
380
  servicesSeparateDetails: string;
1063
- }>;
1064
- conditionsOfProperty: mongoose.Types.DocumentArray<{
1065
- isStructuralMovement: boolean;
1066
- isStructuralMovementHistoricOrNonProgressive: boolean;
1067
- structuralMovementDetails: string;
1068
- isStructuralModifications: boolean;
1069
- structuralModificationsDetails: string;
1070
- communalAreasMaintained: string;
1071
- propertyProneTo: mongoose.Types.DocumentArray<{
1072
- flooding: boolean;
1073
- subsidence: boolean;
1074
- heave: boolean;
1075
- landslip: boolean;
1076
- details: string;
1077
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1078
- flooding: boolean;
1079
- subsidence: boolean;
1080
- heave: boolean;
1081
- landslip: boolean;
1082
- details: string;
1083
- }> & {
1084
- flooding: boolean;
1085
- subsidence: boolean;
1086
- heave: boolean;
1087
- landslip: boolean;
1088
- details: string;
1089
- }>;
1090
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
1091
- isTreesWithinInfluencingDistance: boolean;
1092
- treesInfluenceDetails: string;
1093
- isBuiltOnSteepSlope: boolean;
1094
- steepSlopeDetails: string;
1095
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
381
+ } | null | undefined;
382
+ conditionsOfProperty?: {
1096
383
  isStructuralMovement: boolean;
1097
384
  isStructuralMovementHistoricOrNonProgressive: boolean;
1098
385
  structuralMovementDetails: string;
1099
386
  isStructuralModifications: boolean;
1100
387
  structuralModificationsDetails: string;
1101
388
  communalAreasMaintained: string;
1102
- propertyProneTo: mongoose.Types.DocumentArray<{
1103
- flooding: boolean;
1104
- subsidence: boolean;
1105
- heave: boolean;
1106
- landslip: boolean;
1107
- details: string;
1108
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1109
- flooding: boolean;
1110
- subsidence: boolean;
1111
- heave: boolean;
1112
- landslip: boolean;
1113
- details: string;
1114
- }> & {
1115
- flooding: boolean;
1116
- subsidence: boolean;
1117
- heave: boolean;
1118
- landslip: boolean;
1119
- details: string;
1120
- }>;
1121
389
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
1122
390
  isTreesWithinInfluencingDistance: boolean;
1123
391
  treesInfluenceDetails: string;
1124
392
  isBuiltOnSteepSlope: boolean;
1125
393
  steepSlopeDetails: string;
1126
- }> & {
1127
- isStructuralMovement: boolean;
1128
- isStructuralMovementHistoricOrNonProgressive: boolean;
1129
- structuralMovementDetails: string;
1130
- isStructuralModifications: boolean;
1131
- structuralModificationsDetails: string;
1132
- communalAreasMaintained: string;
1133
- propertyProneTo: mongoose.Types.DocumentArray<{
1134
- flooding: boolean;
1135
- subsidence: boolean;
1136
- heave: boolean;
1137
- landslip: boolean;
1138
- details: string;
1139
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1140
- flooding: boolean;
1141
- subsidence: boolean;
1142
- heave: boolean;
1143
- landslip: boolean;
1144
- details: string;
1145
- }> & {
394
+ propertyProneTo?: {
1146
395
  flooding: boolean;
1147
396
  subsidence: boolean;
1148
397
  heave: boolean;
1149
398
  landslip: boolean;
1150
399
  details: string;
1151
- }>;
1152
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
1153
- isTreesWithinInfluencingDistance: boolean;
1154
- treesInfluenceDetails: string;
1155
- isBuiltOnSteepSlope: boolean;
1156
- steepSlopeDetails: string;
1157
- }>;
1158
- reports: mongoose.Types.DocumentArray<{
1159
- isTimberDamp: boolean;
1160
- isMining: boolean;
1161
- isElectrical: boolean;
1162
- isDrains: boolean;
1163
- isStructuralEngineers: boolean;
1164
- isArboricultural: boolean;
1165
- isMundic: boolean;
1166
- isWallTies: boolean;
1167
- isRoof: boolean;
1168
- isMetalliferous: boolean;
1169
- isSulfateRedAsh: boolean;
1170
- isOtherReport: boolean;
1171
- otherReportDetails: string;
1172
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1173
- isTimberDamp: boolean;
1174
- isMining: boolean;
1175
- isElectrical: boolean;
1176
- isDrains: boolean;
1177
- isStructuralEngineers: boolean;
1178
- isArboricultural: boolean;
1179
- isMundic: boolean;
1180
- isWallTies: boolean;
1181
- isRoof: boolean;
1182
- isMetalliferous: boolean;
1183
- isSulfateRedAsh: boolean;
1184
- isOtherReport: boolean;
1185
- otherReportDetails: string;
1186
- }> & {
400
+ } | null | undefined;
401
+ } | null | undefined;
402
+ reports?: {
1187
403
  isTimberDamp: boolean;
1188
404
  isMining: boolean;
1189
405
  isElectrical: boolean;
@@ -1197,40 +413,17 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1197
413
  isSulfateRedAsh: boolean;
1198
414
  isOtherReport: boolean;
1199
415
  otherReportDetails: string;
1200
- }>;
1201
- energyEfficiency: mongoose.Types.DocumentArray<{
1202
- epcRating: string;
1203
- epcScore: number;
1204
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
416
+ } | null | undefined;
417
+ energyEfficiency?: {
1205
418
  epcRating: string;
1206
419
  epcScore: number;
1207
- }> & {
1208
- epcRating: string;
1209
- epcScore: number;
1210
- }>;
1211
- essentialRepairs: mongoose.Types.DocumentArray<{
1212
- isEssentialRepairsRequired: boolean;
1213
- essentialRepairsDetails: string;
1214
- isReinspectionRequired: boolean;
1215
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1216
- isEssentialRepairsRequired: boolean;
1217
- essentialRepairsDetails: string;
1218
- isReinspectionRequired: boolean;
1219
- }> & {
420
+ } | null | undefined;
421
+ essentialRepairs?: {
1220
422
  isEssentialRepairsRequired: boolean;
1221
423
  essentialRepairsDetails: string;
1222
424
  isReinspectionRequired: boolean;
1223
- }>;
1224
- rentalInformation: mongoose.Types.DocumentArray<{
1225
- isRentalDemandInLocality: boolean;
1226
- rentalDemandDetails: string;
1227
- monthlyMarketRentPresentCondition: number;
1228
- monthlyMarketRentImprovedCondition: number;
1229
- isOtherLettingDemandFactors: boolean;
1230
- otherLettingDemandDetails: string;
1231
- investorOnlyDemand: boolean;
1232
- investorOnlyDemandDetails: string;
1233
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
425
+ } | null | undefined;
426
+ rentalInformation?: {
1234
427
  isRentalDemandInLocality: boolean;
1235
428
  rentalDemandDetails: string;
1236
429
  monthlyMarketRentPresentCondition: number;
@@ -1239,37 +432,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1239
432
  otherLettingDemandDetails: string;
1240
433
  investorOnlyDemand: boolean;
1241
434
  investorOnlyDemandDetails: string;
1242
- }> & {
1243
- isRentalDemandInLocality: boolean;
1244
- rentalDemandDetails: string;
1245
- monthlyMarketRentPresentCondition: number;
1246
- monthlyMarketRentImprovedCondition: number;
1247
- isOtherLettingDemandFactors: boolean;
1248
- otherLettingDemandDetails: string;
1249
- investorOnlyDemand: boolean;
1250
- investorOnlyDemandDetails: string;
1251
- }>;
1252
- valuationForFinancePurpose: mongoose.Types.DocumentArray<{
1253
- valuationComparativeOnly: string;
1254
- isSuitableForFinance: boolean;
1255
- financeSuitabilityDetails: string;
1256
- marketValuePresentCondition: number;
1257
- marketValueAfterRepairs: number;
1258
- purchasePriceOrBorrowerEstimate: number;
1259
- buildingInsuranceReinstatementCost: number;
1260
- isInsurancePremiumLoadingRisk: boolean;
1261
- insurancePremiumLoadingDetails: string;
1262
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1263
- valuationComparativeOnly: string;
1264
- isSuitableForFinance: boolean;
1265
- financeSuitabilityDetails: string;
1266
- marketValuePresentCondition: number;
1267
- marketValueAfterRepairs: number;
1268
- purchasePriceOrBorrowerEstimate: number;
1269
- buildingInsuranceReinstatementCost: number;
1270
- isInsurancePremiumLoadingRisk: boolean;
1271
- insurancePremiumLoadingDetails: string;
1272
- }> & {
435
+ } | null | undefined;
436
+ valuationForFinancePurpose?: {
1273
437
  valuationComparativeOnly: string;
1274
438
  isSuitableForFinance: boolean;
1275
439
  financeSuitabilityDetails: string;
@@ -1279,145 +443,33 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1279
443
  buildingInsuranceReinstatementCost: number;
1280
444
  isInsurancePremiumLoadingRisk: boolean;
1281
445
  insurancePremiumLoadingDetails: string;
1282
- }>;
1283
- generalRemarks: string;
1284
- valuersDeclaration: mongoose.Types.DocumentArray<{
446
+ } | null | undefined;
447
+ valuersDeclaration?: {
1285
448
  valuerSignature: number;
1286
449
  valuerName: string;
1287
450
  onBehalfOf: string;
1288
451
  telephone: number;
1289
452
  fax: number;
1290
453
  email: string;
1291
- valuerQualifications: mongoose.Types.DocumentArray<{
454
+ ricsNumber: number;
455
+ valuerAddress: string;
456
+ valuerPostcode: string;
457
+ reportDate: number;
458
+ valuerQualifications?: {
1292
459
  mrics: boolean;
1293
460
  frics: boolean;
1294
461
  assocRics: boolean;
1295
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1296
- mrics: boolean;
1297
- frics: boolean;
1298
- assocRics: boolean;
1299
- }> & {
1300
- mrics: boolean;
1301
- frics: boolean;
1302
- assocRics: boolean;
1303
- }>;
1304
- ricsNumber: number;
1305
- valuerAddress: string;
1306
- valuerPostcode: string;
1307
- reportDate: number;
1308
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1309
- valuerSignature: number;
1310
- valuerName: string;
1311
- onBehalfOf: string;
1312
- telephone: number;
1313
- fax: number;
1314
- email: string;
1315
- valuerQualifications: mongoose.Types.DocumentArray<{
1316
- mrics: boolean;
1317
- frics: boolean;
1318
- assocRics: boolean;
1319
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1320
- mrics: boolean;
1321
- frics: boolean;
1322
- assocRics: boolean;
1323
- }> & {
1324
- mrics: boolean;
1325
- frics: boolean;
1326
- assocRics: boolean;
1327
- }>;
1328
- ricsNumber: number;
1329
- valuerAddress: string;
1330
- valuerPostcode: string;
1331
- reportDate: number;
1332
- }> & {
1333
- valuerSignature: number;
1334
- valuerName: string;
1335
- onBehalfOf: string;
1336
- telephone: number;
1337
- fax: number;
1338
- email: string;
1339
- valuerQualifications: mongoose.Types.DocumentArray<{
1340
- mrics: boolean;
1341
- frics: boolean;
1342
- assocRics: boolean;
1343
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1344
- mrics: boolean;
1345
- frics: boolean;
1346
- assocRics: boolean;
1347
- }> & {
1348
- mrics: boolean;
1349
- frics: boolean;
1350
- assocRics: boolean;
1351
- }>;
1352
- ricsNumber: number;
1353
- valuerAddress: string;
1354
- valuerPostcode: string;
1355
- reportDate: number;
1356
- }>;
1357
- extractedText: string;
462
+ } | null | undefined;
463
+ } | null | undefined;
1358
464
  }, {}> & {
1359
465
  applicationId: mongoose.Types.ObjectId;
1360
466
  applicantName: string;
1361
467
  applicationNumber: string;
1362
468
  propertyAddress: string;
1363
469
  postCode: string;
1364
- propertyType: mongoose.Types.DocumentArray<{
1365
- isDetachedHouse: boolean;
1366
- isSemiDetachedHouse: boolean;
1367
- isTerracedHouse: boolean;
1368
- isBungalow: boolean;
1369
- isFlat: boolean;
1370
- isMaisonette: boolean;
1371
- flatMaisonetteFloor: number;
1372
- numberOfFloorsInBlock: number;
1373
- isBuiltOrOwnedByLocalAuthority: boolean;
1374
- ownerOccupationPercentage: number;
1375
- isFlatMaisonetteConverted: boolean;
1376
- conversionYear: number;
1377
- isPurposeBuilt: boolean;
1378
- numberOfUnitsInBlock: number;
1379
- isAboveCommercial: boolean;
1380
- residentialNatureImpact: string;
1381
- tenure: string;
1382
- isFlyingFreehold: boolean;
1383
- flyingFreeholdPercentage: number;
1384
- maintenanceCharge: number;
1385
- roadCharges: number;
1386
- groundRent: number;
1387
- remainingLeaseTermYears: number;
1388
- isPartCommercialUse: boolean;
1389
- commercialUsePercentage: number;
1390
- isPurchasedUnderSharedOwnership: boolean;
1391
- yearBuilt: number;
1392
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1393
- isDetachedHouse: boolean;
1394
- isSemiDetachedHouse: boolean;
1395
- isTerracedHouse: boolean;
1396
- isBungalow: boolean;
1397
- isFlat: boolean;
1398
- isMaisonette: boolean;
1399
- flatMaisonetteFloor: number;
1400
- numberOfFloorsInBlock: number;
1401
- isBuiltOrOwnedByLocalAuthority: boolean;
1402
- ownerOccupationPercentage: number;
1403
- isFlatMaisonetteConverted: boolean;
1404
- conversionYear: number;
1405
- isPurposeBuilt: boolean;
1406
- numberOfUnitsInBlock: number;
1407
- isAboveCommercial: boolean;
1408
- residentialNatureImpact: string;
1409
- tenure: string;
1410
- isFlyingFreehold: boolean;
1411
- flyingFreeholdPercentage: number;
1412
- maintenanceCharge: number;
1413
- roadCharges: number;
1414
- groundRent: number;
1415
- remainingLeaseTermYears: number;
1416
- isPartCommercialUse: boolean;
1417
- commercialUsePercentage: number;
1418
- isPurchasedUnderSharedOwnership: boolean;
1419
- yearBuilt: number;
1420
- }> & {
470
+ generalRemarks: string;
471
+ extractedText: string;
472
+ propertyType?: {
1421
473
  isDetachedHouse: boolean;
1422
474
  isSemiDetachedHouse: boolean;
1423
475
  isTerracedHouse: boolean;
@@ -1445,44 +497,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1445
497
  commercialUsePercentage: number;
1446
498
  isPurchasedUnderSharedOwnership: boolean;
1447
499
  yearBuilt: number;
1448
- }>;
1449
- accommodation: mongoose.Types.DocumentArray<{
1450
- hall: number;
1451
- livingRooms: number;
1452
- kitchen: number;
1453
- isLiftPresent: boolean;
1454
- utility: number;
1455
- bedrooms: number;
1456
- bathrooms: number;
1457
- separateWc: number;
1458
- basement: number;
1459
- garage: number;
1460
- parking: number;
1461
- gardens: boolean;
1462
- isPrivate: boolean;
1463
- isCommunal: boolean;
1464
- numberOfOutbuildings: number;
1465
- outbuildingDetails: string;
1466
- grossFloorAreaOfDwelling: number;
1467
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1468
- hall: number;
1469
- livingRooms: number;
1470
- kitchen: number;
1471
- isLiftPresent: boolean;
1472
- utility: number;
1473
- bedrooms: number;
1474
- bathrooms: number;
1475
- separateWc: number;
1476
- basement: number;
1477
- garage: number;
1478
- parking: number;
1479
- gardens: boolean;
1480
- isPrivate: boolean;
1481
- isCommunal: boolean;
1482
- numberOfOutbuildings: number;
1483
- outbuildingDetails: string;
1484
- grossFloorAreaOfDwelling: number;
1485
- }> & {
500
+ } | null | undefined;
501
+ accommodation?: {
1486
502
  hall: number;
1487
503
  livingRooms: number;
1488
504
  kitchen: number;
@@ -1500,59 +516,15 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1500
516
  numberOfOutbuildings: number;
1501
517
  outbuildingDetails: string;
1502
518
  grossFloorAreaOfDwelling: number;
1503
- }>;
1504
- currentOccupency: mongoose.Types.DocumentArray<{
1505
- isEverOccupied: boolean;
1506
- numberOfAdultsInProperty: number;
1507
- isHmoOrMultiUnitFreeholdBlock: boolean;
1508
- isCurrentlyTenanted: boolean;
1509
- hmoOrMultiUnitDetails: string;
1510
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1511
- isEverOccupied: boolean;
1512
- numberOfAdultsInProperty: number;
1513
- isHmoOrMultiUnitFreeholdBlock: boolean;
1514
- isCurrentlyTenanted: boolean;
1515
- hmoOrMultiUnitDetails: string;
1516
- }> & {
519
+ } | null | undefined;
520
+ currentOccupency?: {
1517
521
  isEverOccupied: boolean;
1518
522
  numberOfAdultsInProperty: number;
1519
523
  isHmoOrMultiUnitFreeholdBlock: boolean;
1520
524
  isCurrentlyTenanted: boolean;
1521
525
  hmoOrMultiUnitDetails: string;
1522
- }>;
1523
- newBuild: mongoose.Types.DocumentArray<{
1524
- isNewBuildOrRecentlyConverted: boolean;
1525
- isCompleted: boolean;
1526
- isUnderConstruction: boolean;
1527
- isFinalInspectionRequired: boolean;
1528
- isNhbcCert: boolean;
1529
- isBuildZone: boolean;
1530
- isPremier: boolean;
1531
- isProfessionalConsultant: boolean;
1532
- isOtherCert: boolean;
1533
- otherCertDetails: string;
1534
- isSelfBuildProject: boolean;
1535
- isInvolvesPartExchange: boolean;
1536
- isDisclosureOfIncentivesSeen: boolean;
1537
- incentivesDetails: string;
1538
- newBuildDeveloperName: string;
1539
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1540
- isNewBuildOrRecentlyConverted: boolean;
1541
- isCompleted: boolean;
1542
- isUnderConstruction: boolean;
1543
- isFinalInspectionRequired: boolean;
1544
- isNhbcCert: boolean;
1545
- isBuildZone: boolean;
1546
- isPremier: boolean;
1547
- isProfessionalConsultant: boolean;
1548
- isOtherCert: boolean;
1549
- otherCertDetails: string;
1550
- isSelfBuildProject: boolean;
1551
- isInvolvesPartExchange: boolean;
1552
- isDisclosureOfIncentivesSeen: boolean;
1553
- incentivesDetails: string;
1554
- newBuildDeveloperName: string;
1555
- }> & {
526
+ } | null | undefined;
527
+ newBuild?: {
1556
528
  isNewBuildOrRecentlyConverted: boolean;
1557
529
  isCompleted: boolean;
1558
530
  isUnderConstruction: boolean;
@@ -1568,28 +540,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1568
540
  isDisclosureOfIncentivesSeen: boolean;
1569
541
  incentivesDetails: string;
1570
542
  newBuildDeveloperName: string;
1571
- }>;
1572
- construction: mongoose.Types.DocumentArray<{
1573
- isStandardConstruction: boolean;
1574
- nonStandardConstructionType: string;
1575
- mainWalls: string;
1576
- mainRoof: string;
1577
- garageConstruction: string;
1578
- outbuildingsConstruction: string;
1579
- isHasAlterationsOrExtensions: boolean;
1580
- isAlterationsRequireConsents: boolean;
1581
- alterationsAge: number;
1582
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1583
- isStandardConstruction: boolean;
1584
- nonStandardConstructionType: string;
1585
- mainWalls: string;
1586
- mainRoof: string;
1587
- garageConstruction: string;
1588
- outbuildingsConstruction: string;
1589
- isHasAlterationsOrExtensions: boolean;
1590
- isAlterationsRequireConsents: boolean;
1591
- alterationsAge: number;
1592
- }> & {
543
+ } | null | undefined;
544
+ construction?: {
1593
545
  isStandardConstruction: boolean;
1594
546
  nonStandardConstructionType: string;
1595
547
  mainWalls: string;
@@ -1599,56 +551,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1599
551
  isHasAlterationsOrExtensions: boolean;
1600
552
  isAlterationsRequireConsents: boolean;
1601
553
  alterationsAge: number;
1602
- }>;
1603
- localityAndDemand: mongoose.Types.DocumentArray<{
1604
- isUrban: boolean;
1605
- isSuburban: boolean;
1606
- isRural: boolean;
1607
- isGoodMarketAppeal: boolean;
1608
- isAverageMarketAppeal: boolean;
1609
- isPoorMarketAppeal: boolean;
1610
- isSimilarProperties: boolean;
1611
- isBetterProperties: boolean;
1612
- isWorseProperties: boolean;
1613
- isPricesRising: boolean;
1614
- isPricesStatic: boolean;
1615
- isPricesFalling: boolean;
1616
- isDemandRising: boolean;
1617
- isDemandStatic: boolean;
1618
- isDemandFalling: boolean;
1619
- isAffectedByCompulsoryPurchase: boolean;
1620
- compulsoryPurchaseDetails: string;
1621
- isVacantOrBoardedPropertiesNearby: boolean;
1622
- vacantOrBoardedDetails: string;
1623
- isOccupancyRestrictionPossible: boolean;
1624
- occupancyRestrictionDetails: string;
1625
- isCloseToHighVoltageEquipment: boolean;
1626
- highVoltageEquipmentDetails: string;
1627
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1628
- isUrban: boolean;
1629
- isSuburban: boolean;
1630
- isRural: boolean;
1631
- isGoodMarketAppeal: boolean;
1632
- isAverageMarketAppeal: boolean;
1633
- isPoorMarketAppeal: boolean;
1634
- isSimilarProperties: boolean;
1635
- isBetterProperties: boolean;
1636
- isWorseProperties: boolean;
1637
- isPricesRising: boolean;
1638
- isPricesStatic: boolean;
1639
- isPricesFalling: boolean;
1640
- isDemandRising: boolean;
1641
- isDemandStatic: boolean;
1642
- isDemandFalling: boolean;
1643
- isAffectedByCompulsoryPurchase: boolean;
1644
- compulsoryPurchaseDetails: string;
1645
- isVacantOrBoardedPropertiesNearby: boolean;
1646
- vacantOrBoardedDetails: string;
1647
- isOccupancyRestrictionPossible: boolean;
1648
- occupancyRestrictionDetails: string;
1649
- isCloseToHighVoltageEquipment: boolean;
1650
- highVoltageEquipmentDetails: string;
1651
- }> & {
554
+ } | null | undefined;
555
+ localityAndDemand?: {
1652
556
  isUrban: boolean;
1653
557
  isSuburban: boolean;
1654
558
  isRural: boolean;
@@ -1672,8 +576,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1672
576
  occupancyRestrictionDetails: string;
1673
577
  isCloseToHighVoltageEquipment: boolean;
1674
578
  highVoltageEquipmentDetails: string;
1675
- }>;
1676
- services: mongoose.Types.DocumentArray<{
579
+ } | null | undefined;
580
+ services?: {
1677
581
  isMainsWater: boolean;
1678
582
  isPrivateWater: boolean;
1679
583
  isUnknownWater: boolean;
@@ -1683,6 +587,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1683
587
  centralHeatingType: string;
1684
588
  isMainDrainage: boolean;
1685
589
  isSepticTankPlant: boolean;
590
+ isUnknownDrainage: boolean;
1686
591
  isSolarPanels: boolean;
1687
592
  isSharedAccess: boolean;
1688
593
  isRoadAdopted: boolean;
@@ -1690,164 +595,28 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1690
595
  easementsOrRightsDetails: string;
1691
596
  servicesSeparateForFlats: string;
1692
597
  servicesSeparateDetails: string;
1693
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1694
- isMainsWater: boolean;
1695
- isPrivateWater: boolean;
1696
- isUnknownWater: boolean;
1697
- isGasSupply: boolean;
1698
- isElectricitySupply: boolean;
1699
- isCentralHeating: boolean;
1700
- centralHeatingType: string;
1701
- isMainDrainage: boolean;
1702
- isSepticTankPlant: boolean;
1703
- isSolarPanels: boolean;
1704
- isSharedAccess: boolean;
1705
- isRoadAdopted: boolean;
1706
- isHasEasementsOrRightsOfWay: boolean;
1707
- easementsOrRightsDetails: string;
1708
- servicesSeparateForFlats: string;
1709
- servicesSeparateDetails: string;
1710
- }> & {
1711
- isMainsWater: boolean;
1712
- isPrivateWater: boolean;
1713
- isUnknownWater: boolean;
1714
- isGasSupply: boolean;
1715
- isElectricitySupply: boolean;
1716
- isCentralHeating: boolean;
1717
- centralHeatingType: string;
1718
- isMainDrainage: boolean;
1719
- isSepticTankPlant: boolean;
1720
- isSolarPanels: boolean;
1721
- isSharedAccess: boolean;
1722
- isRoadAdopted: boolean;
1723
- isHasEasementsOrRightsOfWay: boolean;
1724
- easementsOrRightsDetails: string;
1725
- servicesSeparateForFlats: string;
1726
- servicesSeparateDetails: string;
1727
- }>;
1728
- conditionsOfProperty: mongoose.Types.DocumentArray<{
1729
- isStructuralMovement: boolean;
1730
- isStructuralMovementHistoricOrNonProgressive: boolean;
1731
- structuralMovementDetails: string;
1732
- isStructuralModifications: boolean;
1733
- structuralModificationsDetails: string;
1734
- communalAreasMaintained: string;
1735
- propertyProneTo: mongoose.Types.DocumentArray<{
1736
- flooding: boolean;
1737
- subsidence: boolean;
1738
- heave: boolean;
1739
- landslip: boolean;
1740
- details: string;
1741
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1742
- flooding: boolean;
1743
- subsidence: boolean;
1744
- heave: boolean;
1745
- landslip: boolean;
1746
- details: string;
1747
- }> & {
1748
- flooding: boolean;
1749
- subsidence: boolean;
1750
- heave: boolean;
1751
- landslip: boolean;
1752
- details: string;
1753
- }>;
1754
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
1755
- isTreesWithinInfluencingDistance: boolean;
1756
- treesInfluenceDetails: string;
1757
- isBuiltOnSteepSlope: boolean;
1758
- steepSlopeDetails: string;
1759
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
598
+ } | null | undefined;
599
+ conditionsOfProperty?: {
1760
600
  isStructuralMovement: boolean;
1761
601
  isStructuralMovementHistoricOrNonProgressive: boolean;
1762
602
  structuralMovementDetails: string;
1763
603
  isStructuralModifications: boolean;
1764
604
  structuralModificationsDetails: string;
1765
605
  communalAreasMaintained: string;
1766
- propertyProneTo: mongoose.Types.DocumentArray<{
1767
- flooding: boolean;
1768
- subsidence: boolean;
1769
- heave: boolean;
1770
- landslip: boolean;
1771
- details: string;
1772
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1773
- flooding: boolean;
1774
- subsidence: boolean;
1775
- heave: boolean;
1776
- landslip: boolean;
1777
- details: string;
1778
- }> & {
1779
- flooding: boolean;
1780
- subsidence: boolean;
1781
- heave: boolean;
1782
- landslip: boolean;
1783
- details: string;
1784
- }>;
1785
606
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
1786
607
  isTreesWithinInfluencingDistance: boolean;
1787
608
  treesInfluenceDetails: string;
1788
609
  isBuiltOnSteepSlope: boolean;
1789
610
  steepSlopeDetails: string;
1790
- }> & {
1791
- isStructuralMovement: boolean;
1792
- isStructuralMovementHistoricOrNonProgressive: boolean;
1793
- structuralMovementDetails: string;
1794
- isStructuralModifications: boolean;
1795
- structuralModificationsDetails: string;
1796
- communalAreasMaintained: string;
1797
- propertyProneTo: mongoose.Types.DocumentArray<{
1798
- flooding: boolean;
1799
- subsidence: boolean;
1800
- heave: boolean;
1801
- landslip: boolean;
1802
- details: string;
1803
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1804
- flooding: boolean;
1805
- subsidence: boolean;
1806
- heave: boolean;
1807
- landslip: boolean;
1808
- details: string;
1809
- }> & {
611
+ propertyProneTo?: {
1810
612
  flooding: boolean;
1811
613
  subsidence: boolean;
1812
614
  heave: boolean;
1813
615
  landslip: boolean;
1814
616
  details: string;
1815
- }>;
1816
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
1817
- isTreesWithinInfluencingDistance: boolean;
1818
- treesInfluenceDetails: string;
1819
- isBuiltOnSteepSlope: boolean;
1820
- steepSlopeDetails: string;
1821
- }>;
1822
- reports: mongoose.Types.DocumentArray<{
1823
- isTimberDamp: boolean;
1824
- isMining: boolean;
1825
- isElectrical: boolean;
1826
- isDrains: boolean;
1827
- isStructuralEngineers: boolean;
1828
- isArboricultural: boolean;
1829
- isMundic: boolean;
1830
- isWallTies: boolean;
1831
- isRoof: boolean;
1832
- isMetalliferous: boolean;
1833
- isSulfateRedAsh: boolean;
1834
- isOtherReport: boolean;
1835
- otherReportDetails: string;
1836
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1837
- isTimberDamp: boolean;
1838
- isMining: boolean;
1839
- isElectrical: boolean;
1840
- isDrains: boolean;
1841
- isStructuralEngineers: boolean;
1842
- isArboricultural: boolean;
1843
- isMundic: boolean;
1844
- isWallTies: boolean;
1845
- isRoof: boolean;
1846
- isMetalliferous: boolean;
1847
- isSulfateRedAsh: boolean;
1848
- isOtherReport: boolean;
1849
- otherReportDetails: string;
1850
- }> & {
617
+ } | null | undefined;
618
+ } | null | undefined;
619
+ reports?: {
1851
620
  isTimberDamp: boolean;
1852
621
  isMining: boolean;
1853
622
  isElectrical: boolean;
@@ -1861,49 +630,17 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1861
630
  isSulfateRedAsh: boolean;
1862
631
  isOtherReport: boolean;
1863
632
  otherReportDetails: string;
1864
- }>;
1865
- energyEfficiency: mongoose.Types.DocumentArray<{
1866
- epcRating: string;
1867
- epcScore: number;
1868
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
633
+ } | null | undefined;
634
+ energyEfficiency?: {
1869
635
  epcRating: string;
1870
636
  epcScore: number;
1871
- }> & {
1872
- epcRating: string;
1873
- epcScore: number;
1874
- }>;
1875
- essentialRepairs: mongoose.Types.DocumentArray<{
1876
- isEssentialRepairsRequired: boolean;
1877
- essentialRepairsDetails: string;
1878
- isReinspectionRequired: boolean;
1879
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1880
- isEssentialRepairsRequired: boolean;
1881
- essentialRepairsDetails: string;
1882
- isReinspectionRequired: boolean;
1883
- }> & {
637
+ } | null | undefined;
638
+ essentialRepairs?: {
1884
639
  isEssentialRepairsRequired: boolean;
1885
640
  essentialRepairsDetails: string;
1886
641
  isReinspectionRequired: boolean;
1887
- }>;
1888
- rentalInformation: mongoose.Types.DocumentArray<{
1889
- isRentalDemandInLocality: boolean;
1890
- rentalDemandDetails: string;
1891
- monthlyMarketRentPresentCondition: number;
1892
- monthlyMarketRentImprovedCondition: number;
1893
- isOtherLettingDemandFactors: boolean;
1894
- otherLettingDemandDetails: string;
1895
- investorOnlyDemand: boolean;
1896
- investorOnlyDemandDetails: string;
1897
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1898
- isRentalDemandInLocality: boolean;
1899
- rentalDemandDetails: string;
1900
- monthlyMarketRentPresentCondition: number;
1901
- monthlyMarketRentImprovedCondition: number;
1902
- isOtherLettingDemandFactors: boolean;
1903
- otherLettingDemandDetails: string;
1904
- investorOnlyDemand: boolean;
1905
- investorOnlyDemandDetails: string;
1906
- }> & {
642
+ } | null | undefined;
643
+ rentalInformation?: {
1907
644
  isRentalDemandInLocality: boolean;
1908
645
  rentalDemandDetails: string;
1909
646
  monthlyMarketRentPresentCondition: number;
@@ -1912,28 +649,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1912
649
  otherLettingDemandDetails: string;
1913
650
  investorOnlyDemand: boolean;
1914
651
  investorOnlyDemandDetails: string;
1915
- }>;
1916
- valuationForFinancePurpose: mongoose.Types.DocumentArray<{
1917
- valuationComparativeOnly: string;
1918
- isSuitableForFinance: boolean;
1919
- financeSuitabilityDetails: string;
1920
- marketValuePresentCondition: number;
1921
- marketValueAfterRepairs: number;
1922
- purchasePriceOrBorrowerEstimate: number;
1923
- buildingInsuranceReinstatementCost: number;
1924
- isInsurancePremiumLoadingRisk: boolean;
1925
- insurancePremiumLoadingDetails: string;
1926
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1927
- valuationComparativeOnly: string;
1928
- isSuitableForFinance: boolean;
1929
- financeSuitabilityDetails: string;
1930
- marketValuePresentCondition: number;
1931
- marketValueAfterRepairs: number;
1932
- purchasePriceOrBorrowerEstimate: number;
1933
- buildingInsuranceReinstatementCost: number;
1934
- isInsurancePremiumLoadingRisk: boolean;
1935
- insurancePremiumLoadingDetails: string;
1936
- }> & {
652
+ } | null | undefined;
653
+ valuationForFinancePurpose?: {
1937
654
  valuationComparativeOnly: string;
1938
655
  isSuitableForFinance: boolean;
1939
656
  financeSuitabilityDetails: string;
@@ -1943,82 +660,24 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1943
660
  buildingInsuranceReinstatementCost: number;
1944
661
  isInsurancePremiumLoadingRisk: boolean;
1945
662
  insurancePremiumLoadingDetails: string;
1946
- }>;
1947
- generalRemarks: string;
1948
- valuersDeclaration: mongoose.Types.DocumentArray<{
1949
- valuerSignature: number;
1950
- valuerName: string;
1951
- onBehalfOf: string;
1952
- telephone: number;
1953
- fax: number;
1954
- email: string;
1955
- valuerQualifications: mongoose.Types.DocumentArray<{
1956
- mrics: boolean;
1957
- frics: boolean;
1958
- assocRics: boolean;
1959
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1960
- mrics: boolean;
1961
- frics: boolean;
1962
- assocRics: boolean;
1963
- }> & {
1964
- mrics: boolean;
1965
- frics: boolean;
1966
- assocRics: boolean;
1967
- }>;
1968
- ricsNumber: number;
1969
- valuerAddress: string;
1970
- valuerPostcode: string;
1971
- reportDate: number;
1972
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
663
+ } | null | undefined;
664
+ valuersDeclaration?: {
1973
665
  valuerSignature: number;
1974
666
  valuerName: string;
1975
667
  onBehalfOf: string;
1976
668
  telephone: number;
1977
669
  fax: number;
1978
670
  email: string;
1979
- valuerQualifications: mongoose.Types.DocumentArray<{
1980
- mrics: boolean;
1981
- frics: boolean;
1982
- assocRics: boolean;
1983
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1984
- mrics: boolean;
1985
- frics: boolean;
1986
- assocRics: boolean;
1987
- }> & {
1988
- mrics: boolean;
1989
- frics: boolean;
1990
- assocRics: boolean;
1991
- }>;
1992
671
  ricsNumber: number;
1993
672
  valuerAddress: string;
1994
673
  valuerPostcode: string;
1995
674
  reportDate: number;
1996
- }> & {
1997
- valuerSignature: number;
1998
- valuerName: string;
1999
- onBehalfOf: string;
2000
- telephone: number;
2001
- fax: number;
2002
- email: string;
2003
- valuerQualifications: mongoose.Types.DocumentArray<{
2004
- mrics: boolean;
2005
- frics: boolean;
2006
- assocRics: boolean;
2007
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
675
+ valuerQualifications?: {
2008
676
  mrics: boolean;
2009
677
  frics: boolean;
2010
678
  assocRics: boolean;
2011
- }> & {
2012
- mrics: boolean;
2013
- frics: boolean;
2014
- assocRics: boolean;
2015
- }>;
2016
- ricsNumber: number;
2017
- valuerAddress: string;
2018
- valuerPostcode: string;
2019
- reportDate: number;
2020
- }>;
2021
- extractedText: string;
679
+ } | null | undefined;
680
+ } | null | undefined;
2022
681
  } & {
2023
682
  _id: mongoose.Types.ObjectId;
2024
683
  } & {
@@ -2029,63 +688,9 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2029
688
  applicationNumber: string;
2030
689
  propertyAddress: string;
2031
690
  postCode: string;
2032
- propertyType: mongoose.Types.DocumentArray<{
2033
- isDetachedHouse: boolean;
2034
- isSemiDetachedHouse: boolean;
2035
- isTerracedHouse: boolean;
2036
- isBungalow: boolean;
2037
- isFlat: boolean;
2038
- isMaisonette: boolean;
2039
- flatMaisonetteFloor: number;
2040
- numberOfFloorsInBlock: number;
2041
- isBuiltOrOwnedByLocalAuthority: boolean;
2042
- ownerOccupationPercentage: number;
2043
- isFlatMaisonetteConverted: boolean;
2044
- conversionYear: number;
2045
- isPurposeBuilt: boolean;
2046
- numberOfUnitsInBlock: number;
2047
- isAboveCommercial: boolean;
2048
- residentialNatureImpact: string;
2049
- tenure: string;
2050
- isFlyingFreehold: boolean;
2051
- flyingFreeholdPercentage: number;
2052
- maintenanceCharge: number;
2053
- roadCharges: number;
2054
- groundRent: number;
2055
- remainingLeaseTermYears: number;
2056
- isPartCommercialUse: boolean;
2057
- commercialUsePercentage: number;
2058
- isPurchasedUnderSharedOwnership: boolean;
2059
- yearBuilt: number;
2060
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2061
- isDetachedHouse: boolean;
2062
- isSemiDetachedHouse: boolean;
2063
- isTerracedHouse: boolean;
2064
- isBungalow: boolean;
2065
- isFlat: boolean;
2066
- isMaisonette: boolean;
2067
- flatMaisonetteFloor: number;
2068
- numberOfFloorsInBlock: number;
2069
- isBuiltOrOwnedByLocalAuthority: boolean;
2070
- ownerOccupationPercentage: number;
2071
- isFlatMaisonetteConverted: boolean;
2072
- conversionYear: number;
2073
- isPurposeBuilt: boolean;
2074
- numberOfUnitsInBlock: number;
2075
- isAboveCommercial: boolean;
2076
- residentialNatureImpact: string;
2077
- tenure: string;
2078
- isFlyingFreehold: boolean;
2079
- flyingFreeholdPercentage: number;
2080
- maintenanceCharge: number;
2081
- roadCharges: number;
2082
- groundRent: number;
2083
- remainingLeaseTermYears: number;
2084
- isPartCommercialUse: boolean;
2085
- commercialUsePercentage: number;
2086
- isPurchasedUnderSharedOwnership: boolean;
2087
- yearBuilt: number;
2088
- }> & {
691
+ generalRemarks: string;
692
+ extractedText: string;
693
+ propertyType?: {
2089
694
  isDetachedHouse: boolean;
2090
695
  isSemiDetachedHouse: boolean;
2091
696
  isTerracedHouse: boolean;
@@ -2113,8 +718,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2113
718
  commercialUsePercentage: number;
2114
719
  isPurchasedUnderSharedOwnership: boolean;
2115
720
  yearBuilt: number;
2116
- }>;
2117
- accommodation: mongoose.Types.DocumentArray<{
721
+ } | null | undefined;
722
+ accommodation?: {
2118
723
  hall: number;
2119
724
  livingRooms: number;
2120
725
  kitchen: number;
@@ -2132,95 +737,15 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2132
737
  numberOfOutbuildings: number;
2133
738
  outbuildingDetails: string;
2134
739
  grossFloorAreaOfDwelling: number;
2135
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2136
- hall: number;
2137
- livingRooms: number;
2138
- kitchen: number;
2139
- isLiftPresent: boolean;
2140
- utility: number;
2141
- bedrooms: number;
2142
- bathrooms: number;
2143
- separateWc: number;
2144
- basement: number;
2145
- garage: number;
2146
- parking: number;
2147
- gardens: boolean;
2148
- isPrivate: boolean;
2149
- isCommunal: boolean;
2150
- numberOfOutbuildings: number;
2151
- outbuildingDetails: string;
2152
- grossFloorAreaOfDwelling: number;
2153
- }> & {
2154
- hall: number;
2155
- livingRooms: number;
2156
- kitchen: number;
2157
- isLiftPresent: boolean;
2158
- utility: number;
2159
- bedrooms: number;
2160
- bathrooms: number;
2161
- separateWc: number;
2162
- basement: number;
2163
- garage: number;
2164
- parking: number;
2165
- gardens: boolean;
2166
- isPrivate: boolean;
2167
- isCommunal: boolean;
2168
- numberOfOutbuildings: number;
2169
- outbuildingDetails: string;
2170
- grossFloorAreaOfDwelling: number;
2171
- }>;
2172
- currentOccupency: mongoose.Types.DocumentArray<{
2173
- isEverOccupied: boolean;
2174
- numberOfAdultsInProperty: number;
2175
- isHmoOrMultiUnitFreeholdBlock: boolean;
2176
- isCurrentlyTenanted: boolean;
2177
- hmoOrMultiUnitDetails: string;
2178
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2179
- isEverOccupied: boolean;
2180
- numberOfAdultsInProperty: number;
2181
- isHmoOrMultiUnitFreeholdBlock: boolean;
2182
- isCurrentlyTenanted: boolean;
2183
- hmoOrMultiUnitDetails: string;
2184
- }> & {
740
+ } | null | undefined;
741
+ currentOccupency?: {
2185
742
  isEverOccupied: boolean;
2186
743
  numberOfAdultsInProperty: number;
2187
744
  isHmoOrMultiUnitFreeholdBlock: boolean;
2188
745
  isCurrentlyTenanted: boolean;
2189
746
  hmoOrMultiUnitDetails: string;
2190
- }>;
2191
- newBuild: mongoose.Types.DocumentArray<{
2192
- isNewBuildOrRecentlyConverted: boolean;
2193
- isCompleted: boolean;
2194
- isUnderConstruction: boolean;
2195
- isFinalInspectionRequired: boolean;
2196
- isNhbcCert: boolean;
2197
- isBuildZone: boolean;
2198
- isPremier: boolean;
2199
- isProfessionalConsultant: boolean;
2200
- isOtherCert: boolean;
2201
- otherCertDetails: string;
2202
- isSelfBuildProject: boolean;
2203
- isInvolvesPartExchange: boolean;
2204
- isDisclosureOfIncentivesSeen: boolean;
2205
- incentivesDetails: string;
2206
- newBuildDeveloperName: string;
2207
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2208
- isNewBuildOrRecentlyConverted: boolean;
2209
- isCompleted: boolean;
2210
- isUnderConstruction: boolean;
2211
- isFinalInspectionRequired: boolean;
2212
- isNhbcCert: boolean;
2213
- isBuildZone: boolean;
2214
- isPremier: boolean;
2215
- isProfessionalConsultant: boolean;
2216
- isOtherCert: boolean;
2217
- otherCertDetails: string;
2218
- isSelfBuildProject: boolean;
2219
- isInvolvesPartExchange: boolean;
2220
- isDisclosureOfIncentivesSeen: boolean;
2221
- incentivesDetails: string;
2222
- newBuildDeveloperName: string;
2223
- }> & {
747
+ } | null | undefined;
748
+ newBuild?: {
2224
749
  isNewBuildOrRecentlyConverted: boolean;
2225
750
  isCompleted: boolean;
2226
751
  isUnderConstruction: boolean;
@@ -2236,28 +761,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2236
761
  isDisclosureOfIncentivesSeen: boolean;
2237
762
  incentivesDetails: string;
2238
763
  newBuildDeveloperName: string;
2239
- }>;
2240
- construction: mongoose.Types.DocumentArray<{
2241
- isStandardConstruction: boolean;
2242
- nonStandardConstructionType: string;
2243
- mainWalls: string;
2244
- mainRoof: string;
2245
- garageConstruction: string;
2246
- outbuildingsConstruction: string;
2247
- isHasAlterationsOrExtensions: boolean;
2248
- isAlterationsRequireConsents: boolean;
2249
- alterationsAge: number;
2250
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2251
- isStandardConstruction: boolean;
2252
- nonStandardConstructionType: string;
2253
- mainWalls: string;
2254
- mainRoof: string;
2255
- garageConstruction: string;
2256
- outbuildingsConstruction: string;
2257
- isHasAlterationsOrExtensions: boolean;
2258
- isAlterationsRequireConsents: boolean;
2259
- alterationsAge: number;
2260
- }> & {
764
+ } | null | undefined;
765
+ construction?: {
2261
766
  isStandardConstruction: boolean;
2262
767
  nonStandardConstructionType: string;
2263
768
  mainWalls: string;
@@ -2267,56 +772,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2267
772
  isHasAlterationsOrExtensions: boolean;
2268
773
  isAlterationsRequireConsents: boolean;
2269
774
  alterationsAge: number;
2270
- }>;
2271
- localityAndDemand: mongoose.Types.DocumentArray<{
2272
- isUrban: boolean;
2273
- isSuburban: boolean;
2274
- isRural: boolean;
2275
- isGoodMarketAppeal: boolean;
2276
- isAverageMarketAppeal: boolean;
2277
- isPoorMarketAppeal: boolean;
2278
- isSimilarProperties: boolean;
2279
- isBetterProperties: boolean;
2280
- isWorseProperties: boolean;
2281
- isPricesRising: boolean;
2282
- isPricesStatic: boolean;
2283
- isPricesFalling: boolean;
2284
- isDemandRising: boolean;
2285
- isDemandStatic: boolean;
2286
- isDemandFalling: boolean;
2287
- isAffectedByCompulsoryPurchase: boolean;
2288
- compulsoryPurchaseDetails: string;
2289
- isVacantOrBoardedPropertiesNearby: boolean;
2290
- vacantOrBoardedDetails: string;
2291
- isOccupancyRestrictionPossible: boolean;
2292
- occupancyRestrictionDetails: string;
2293
- isCloseToHighVoltageEquipment: boolean;
2294
- highVoltageEquipmentDetails: string;
2295
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2296
- isUrban: boolean;
2297
- isSuburban: boolean;
2298
- isRural: boolean;
2299
- isGoodMarketAppeal: boolean;
2300
- isAverageMarketAppeal: boolean;
2301
- isPoorMarketAppeal: boolean;
2302
- isSimilarProperties: boolean;
2303
- isBetterProperties: boolean;
2304
- isWorseProperties: boolean;
2305
- isPricesRising: boolean;
2306
- isPricesStatic: boolean;
2307
- isPricesFalling: boolean;
2308
- isDemandRising: boolean;
2309
- isDemandStatic: boolean;
2310
- isDemandFalling: boolean;
2311
- isAffectedByCompulsoryPurchase: boolean;
2312
- compulsoryPurchaseDetails: string;
2313
- isVacantOrBoardedPropertiesNearby: boolean;
2314
- vacantOrBoardedDetails: string;
2315
- isOccupancyRestrictionPossible: boolean;
2316
- occupancyRestrictionDetails: string;
2317
- isCloseToHighVoltageEquipment: boolean;
2318
- highVoltageEquipmentDetails: string;
2319
- }> & {
775
+ } | null | undefined;
776
+ localityAndDemand?: {
2320
777
  isUrban: boolean;
2321
778
  isSuburban: boolean;
2322
779
  isRural: boolean;
@@ -2340,42 +797,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2340
797
  occupancyRestrictionDetails: string;
2341
798
  isCloseToHighVoltageEquipment: boolean;
2342
799
  highVoltageEquipmentDetails: string;
2343
- }>;
2344
- services: mongoose.Types.DocumentArray<{
2345
- isMainsWater: boolean;
2346
- isPrivateWater: boolean;
2347
- isUnknownWater: boolean;
2348
- isGasSupply: boolean;
2349
- isElectricitySupply: boolean;
2350
- isCentralHeating: boolean;
2351
- centralHeatingType: string;
2352
- isMainDrainage: boolean;
2353
- isSepticTankPlant: boolean;
2354
- isSolarPanels: boolean;
2355
- isSharedAccess: boolean;
2356
- isRoadAdopted: boolean;
2357
- isHasEasementsOrRightsOfWay: boolean;
2358
- easementsOrRightsDetails: string;
2359
- servicesSeparateForFlats: string;
2360
- servicesSeparateDetails: string;
2361
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2362
- isMainsWater: boolean;
2363
- isPrivateWater: boolean;
2364
- isUnknownWater: boolean;
2365
- isGasSupply: boolean;
2366
- isElectricitySupply: boolean;
2367
- isCentralHeating: boolean;
2368
- centralHeatingType: string;
2369
- isMainDrainage: boolean;
2370
- isSepticTankPlant: boolean;
2371
- isSolarPanels: boolean;
2372
- isSharedAccess: boolean;
2373
- isRoadAdopted: boolean;
2374
- isHasEasementsOrRightsOfWay: boolean;
2375
- easementsOrRightsDetails: string;
2376
- servicesSeparateForFlats: string;
2377
- servicesSeparateDetails: string;
2378
- }> & {
800
+ } | null | undefined;
801
+ services?: {
2379
802
  isMainsWater: boolean;
2380
803
  isPrivateWater: boolean;
2381
804
  isUnknownWater: boolean;
@@ -2385,6 +808,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2385
808
  centralHeatingType: string;
2386
809
  isMainDrainage: boolean;
2387
810
  isSepticTankPlant: boolean;
811
+ isUnknownDrainage: boolean;
2388
812
  isSolarPanels: boolean;
2389
813
  isSharedAccess: boolean;
2390
814
  isRoadAdopted: boolean;
@@ -2392,130 +816,28 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2392
816
  easementsOrRightsDetails: string;
2393
817
  servicesSeparateForFlats: string;
2394
818
  servicesSeparateDetails: string;
2395
- }>;
2396
- conditionsOfProperty: mongoose.Types.DocumentArray<{
2397
- isStructuralMovement: boolean;
2398
- isStructuralMovementHistoricOrNonProgressive: boolean;
2399
- structuralMovementDetails: string;
2400
- isStructuralModifications: boolean;
2401
- structuralModificationsDetails: string;
2402
- communalAreasMaintained: string;
2403
- propertyProneTo: mongoose.Types.DocumentArray<{
2404
- flooding: boolean;
2405
- subsidence: boolean;
2406
- heave: boolean;
2407
- landslip: boolean;
2408
- details: string;
2409
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2410
- flooding: boolean;
2411
- subsidence: boolean;
2412
- heave: boolean;
2413
- landslip: boolean;
2414
- details: string;
2415
- }> & {
2416
- flooding: boolean;
2417
- subsidence: boolean;
2418
- heave: boolean;
2419
- landslip: boolean;
2420
- details: string;
2421
- }>;
2422
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
2423
- isTreesWithinInfluencingDistance: boolean;
2424
- treesInfluenceDetails: string;
2425
- isBuiltOnSteepSlope: boolean;
2426
- steepSlopeDetails: string;
2427
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
819
+ } | null | undefined;
820
+ conditionsOfProperty?: {
2428
821
  isStructuralMovement: boolean;
2429
822
  isStructuralMovementHistoricOrNonProgressive: boolean;
2430
823
  structuralMovementDetails: string;
2431
824
  isStructuralModifications: boolean;
2432
825
  structuralModificationsDetails: string;
2433
826
  communalAreasMaintained: string;
2434
- propertyProneTo: mongoose.Types.DocumentArray<{
2435
- flooding: boolean;
2436
- subsidence: boolean;
2437
- heave: boolean;
2438
- landslip: boolean;
2439
- details: string;
2440
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2441
- flooding: boolean;
2442
- subsidence: boolean;
2443
- heave: boolean;
2444
- landslip: boolean;
2445
- details: string;
2446
- }> & {
2447
- flooding: boolean;
2448
- subsidence: boolean;
2449
- heave: boolean;
2450
- landslip: boolean;
2451
- details: string;
2452
- }>;
2453
827
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
2454
828
  isTreesWithinInfluencingDistance: boolean;
2455
829
  treesInfluenceDetails: string;
2456
830
  isBuiltOnSteepSlope: boolean;
2457
831
  steepSlopeDetails: string;
2458
- }> & {
2459
- isStructuralMovement: boolean;
2460
- isStructuralMovementHistoricOrNonProgressive: boolean;
2461
- structuralMovementDetails: string;
2462
- isStructuralModifications: boolean;
2463
- structuralModificationsDetails: string;
2464
- communalAreasMaintained: string;
2465
- propertyProneTo: mongoose.Types.DocumentArray<{
2466
- flooding: boolean;
2467
- subsidence: boolean;
2468
- heave: boolean;
2469
- landslip: boolean;
2470
- details: string;
2471
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2472
- flooding: boolean;
2473
- subsidence: boolean;
2474
- heave: boolean;
2475
- landslip: boolean;
2476
- details: string;
2477
- }> & {
832
+ propertyProneTo?: {
2478
833
  flooding: boolean;
2479
834
  subsidence: boolean;
2480
835
  heave: boolean;
2481
836
  landslip: boolean;
2482
837
  details: string;
2483
- }>;
2484
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
2485
- isTreesWithinInfluencingDistance: boolean;
2486
- treesInfluenceDetails: string;
2487
- isBuiltOnSteepSlope: boolean;
2488
- steepSlopeDetails: string;
2489
- }>;
2490
- reports: mongoose.Types.DocumentArray<{
2491
- isTimberDamp: boolean;
2492
- isMining: boolean;
2493
- isElectrical: boolean;
2494
- isDrains: boolean;
2495
- isStructuralEngineers: boolean;
2496
- isArboricultural: boolean;
2497
- isMundic: boolean;
2498
- isWallTies: boolean;
2499
- isRoof: boolean;
2500
- isMetalliferous: boolean;
2501
- isSulfateRedAsh: boolean;
2502
- isOtherReport: boolean;
2503
- otherReportDetails: string;
2504
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2505
- isTimberDamp: boolean;
2506
- isMining: boolean;
2507
- isElectrical: boolean;
2508
- isDrains: boolean;
2509
- isStructuralEngineers: boolean;
2510
- isArboricultural: boolean;
2511
- isMundic: boolean;
2512
- isWallTies: boolean;
2513
- isRoof: boolean;
2514
- isMetalliferous: boolean;
2515
- isSulfateRedAsh: boolean;
2516
- isOtherReport: boolean;
2517
- otherReportDetails: string;
2518
- }> & {
838
+ } | null | undefined;
839
+ } | null | undefined;
840
+ reports?: {
2519
841
  isTimberDamp: boolean;
2520
842
  isMining: boolean;
2521
843
  isElectrical: boolean;
@@ -2529,31 +851,17 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2529
851
  isSulfateRedAsh: boolean;
2530
852
  isOtherReport: boolean;
2531
853
  otherReportDetails: string;
2532
- }>;
2533
- energyEfficiency: mongoose.Types.DocumentArray<{
2534
- epcRating: string;
2535
- epcScore: number;
2536
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
854
+ } | null | undefined;
855
+ energyEfficiency?: {
2537
856
  epcRating: string;
2538
857
  epcScore: number;
2539
- }> & {
2540
- epcRating: string;
2541
- epcScore: number;
2542
- }>;
2543
- essentialRepairs: mongoose.Types.DocumentArray<{
2544
- isEssentialRepairsRequired: boolean;
2545
- essentialRepairsDetails: string;
2546
- isReinspectionRequired: boolean;
2547
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2548
- isEssentialRepairsRequired: boolean;
2549
- essentialRepairsDetails: string;
2550
- isReinspectionRequired: boolean;
2551
- }> & {
858
+ } | null | undefined;
859
+ essentialRepairs?: {
2552
860
  isEssentialRepairsRequired: boolean;
2553
861
  essentialRepairsDetails: string;
2554
862
  isReinspectionRequired: boolean;
2555
- }>;
2556
- rentalInformation: mongoose.Types.DocumentArray<{
863
+ } | null | undefined;
864
+ rentalInformation?: {
2557
865
  isRentalDemandInLocality: boolean;
2558
866
  rentalDemandDetails: string;
2559
867
  monthlyMarketRentPresentCondition: number;
@@ -2562,26 +870,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2562
870
  otherLettingDemandDetails: string;
2563
871
  investorOnlyDemand: boolean;
2564
872
  investorOnlyDemandDetails: string;
2565
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2566
- isRentalDemandInLocality: boolean;
2567
- rentalDemandDetails: string;
2568
- monthlyMarketRentPresentCondition: number;
2569
- monthlyMarketRentImprovedCondition: number;
2570
- isOtherLettingDemandFactors: boolean;
2571
- otherLettingDemandDetails: string;
2572
- investorOnlyDemand: boolean;
2573
- investorOnlyDemandDetails: string;
2574
- }> & {
2575
- isRentalDemandInLocality: boolean;
2576
- rentalDemandDetails: string;
2577
- monthlyMarketRentPresentCondition: number;
2578
- monthlyMarketRentImprovedCondition: number;
2579
- isOtherLettingDemandFactors: boolean;
2580
- otherLettingDemandDetails: string;
2581
- investorOnlyDemand: boolean;
2582
- investorOnlyDemandDetails: string;
2583
- }>;
2584
- valuationForFinancePurpose: mongoose.Types.DocumentArray<{
873
+ } | null | undefined;
874
+ valuationForFinancePurpose?: {
2585
875
  valuationComparativeOnly: string;
2586
876
  isSuitableForFinance: boolean;
2587
877
  financeSuitabilityDetails: string;
@@ -2591,165 +881,33 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2591
881
  buildingInsuranceReinstatementCost: number;
2592
882
  isInsurancePremiumLoadingRisk: boolean;
2593
883
  insurancePremiumLoadingDetails: string;
2594
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2595
- valuationComparativeOnly: string;
2596
- isSuitableForFinance: boolean;
2597
- financeSuitabilityDetails: string;
2598
- marketValuePresentCondition: number;
2599
- marketValueAfterRepairs: number;
2600
- purchasePriceOrBorrowerEstimate: number;
2601
- buildingInsuranceReinstatementCost: number;
2602
- isInsurancePremiumLoadingRisk: boolean;
2603
- insurancePremiumLoadingDetails: string;
2604
- }> & {
2605
- valuationComparativeOnly: string;
2606
- isSuitableForFinance: boolean;
2607
- financeSuitabilityDetails: string;
2608
- marketValuePresentCondition: number;
2609
- marketValueAfterRepairs: number;
2610
- purchasePriceOrBorrowerEstimate: number;
2611
- buildingInsuranceReinstatementCost: number;
2612
- isInsurancePremiumLoadingRisk: boolean;
2613
- insurancePremiumLoadingDetails: string;
2614
- }>;
2615
- generalRemarks: string;
2616
- valuersDeclaration: mongoose.Types.DocumentArray<{
884
+ } | null | undefined;
885
+ valuersDeclaration?: {
2617
886
  valuerSignature: number;
2618
887
  valuerName: string;
2619
888
  onBehalfOf: string;
2620
889
  telephone: number;
2621
890
  fax: number;
2622
891
  email: string;
2623
- valuerQualifications: mongoose.Types.DocumentArray<{
2624
- mrics: boolean;
2625
- frics: boolean;
2626
- assocRics: boolean;
2627
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2628
- mrics: boolean;
2629
- frics: boolean;
2630
- assocRics: boolean;
2631
- }> & {
2632
- mrics: boolean;
2633
- frics: boolean;
2634
- assocRics: boolean;
2635
- }>;
2636
892
  ricsNumber: number;
2637
893
  valuerAddress: string;
2638
894
  valuerPostcode: string;
2639
895
  reportDate: number;
2640
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2641
- valuerSignature: number;
2642
- valuerName: string;
2643
- onBehalfOf: string;
2644
- telephone: number;
2645
- fax: number;
2646
- email: string;
2647
- valuerQualifications: mongoose.Types.DocumentArray<{
2648
- mrics: boolean;
2649
- frics: boolean;
2650
- assocRics: boolean;
2651
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2652
- mrics: boolean;
2653
- frics: boolean;
2654
- assocRics: boolean;
2655
- }> & {
2656
- mrics: boolean;
2657
- frics: boolean;
2658
- assocRics: boolean;
2659
- }>;
2660
- ricsNumber: number;
2661
- valuerAddress: string;
2662
- valuerPostcode: string;
2663
- reportDate: number;
2664
- }> & {
2665
- valuerSignature: number;
2666
- valuerName: string;
2667
- onBehalfOf: string;
2668
- telephone: number;
2669
- fax: number;
2670
- email: string;
2671
- valuerQualifications: mongoose.Types.DocumentArray<{
2672
- mrics: boolean;
2673
- frics: boolean;
2674
- assocRics: boolean;
2675
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2676
- mrics: boolean;
2677
- frics: boolean;
2678
- assocRics: boolean;
2679
- }> & {
896
+ valuerQualifications?: {
2680
897
  mrics: boolean;
2681
898
  frics: boolean;
2682
899
  assocRics: boolean;
2683
- }>;
2684
- ricsNumber: number;
2685
- valuerAddress: string;
2686
- valuerPostcode: string;
2687
- reportDate: number;
2688
- }>;
2689
- extractedText: string;
900
+ } | null | undefined;
901
+ } | null | undefined;
2690
902
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
2691
903
  applicationId: mongoose.Types.ObjectId;
2692
904
  applicantName: string;
2693
905
  applicationNumber: string;
2694
906
  propertyAddress: string;
2695
907
  postCode: string;
2696
- propertyType: mongoose.Types.DocumentArray<{
2697
- isDetachedHouse: boolean;
2698
- isSemiDetachedHouse: boolean;
2699
- isTerracedHouse: boolean;
2700
- isBungalow: boolean;
2701
- isFlat: boolean;
2702
- isMaisonette: boolean;
2703
- flatMaisonetteFloor: number;
2704
- numberOfFloorsInBlock: number;
2705
- isBuiltOrOwnedByLocalAuthority: boolean;
2706
- ownerOccupationPercentage: number;
2707
- isFlatMaisonetteConverted: boolean;
2708
- conversionYear: number;
2709
- isPurposeBuilt: boolean;
2710
- numberOfUnitsInBlock: number;
2711
- isAboveCommercial: boolean;
2712
- residentialNatureImpact: string;
2713
- tenure: string;
2714
- isFlyingFreehold: boolean;
2715
- flyingFreeholdPercentage: number;
2716
- maintenanceCharge: number;
2717
- roadCharges: number;
2718
- groundRent: number;
2719
- remainingLeaseTermYears: number;
2720
- isPartCommercialUse: boolean;
2721
- commercialUsePercentage: number;
2722
- isPurchasedUnderSharedOwnership: boolean;
2723
- yearBuilt: number;
2724
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2725
- isDetachedHouse: boolean;
2726
- isSemiDetachedHouse: boolean;
2727
- isTerracedHouse: boolean;
2728
- isBungalow: boolean;
2729
- isFlat: boolean;
2730
- isMaisonette: boolean;
2731
- flatMaisonetteFloor: number;
2732
- numberOfFloorsInBlock: number;
2733
- isBuiltOrOwnedByLocalAuthority: boolean;
2734
- ownerOccupationPercentage: number;
2735
- isFlatMaisonetteConverted: boolean;
2736
- conversionYear: number;
2737
- isPurposeBuilt: boolean;
2738
- numberOfUnitsInBlock: number;
2739
- isAboveCommercial: boolean;
2740
- residentialNatureImpact: string;
2741
- tenure: string;
2742
- isFlyingFreehold: boolean;
2743
- flyingFreeholdPercentage: number;
2744
- maintenanceCharge: number;
2745
- roadCharges: number;
2746
- groundRent: number;
2747
- remainingLeaseTermYears: number;
2748
- isPartCommercialUse: boolean;
2749
- commercialUsePercentage: number;
2750
- isPurchasedUnderSharedOwnership: boolean;
2751
- yearBuilt: number;
2752
- }> & {
908
+ generalRemarks: string;
909
+ extractedText: string;
910
+ propertyType?: {
2753
911
  isDetachedHouse: boolean;
2754
912
  isSemiDetachedHouse: boolean;
2755
913
  isTerracedHouse: boolean;
@@ -2777,8 +935,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2777
935
  commercialUsePercentage: number;
2778
936
  isPurchasedUnderSharedOwnership: boolean;
2779
937
  yearBuilt: number;
2780
- }>;
2781
- accommodation: mongoose.Types.DocumentArray<{
938
+ } | null | undefined;
939
+ accommodation?: {
2782
940
  hall: number;
2783
941
  livingRooms: number;
2784
942
  kitchen: number;
@@ -2796,95 +954,15 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2796
954
  numberOfOutbuildings: number;
2797
955
  outbuildingDetails: string;
2798
956
  grossFloorAreaOfDwelling: number;
2799
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2800
- hall: number;
2801
- livingRooms: number;
2802
- kitchen: number;
2803
- isLiftPresent: boolean;
2804
- utility: number;
2805
- bedrooms: number;
2806
- bathrooms: number;
2807
- separateWc: number;
2808
- basement: number;
2809
- garage: number;
2810
- parking: number;
2811
- gardens: boolean;
2812
- isPrivate: boolean;
2813
- isCommunal: boolean;
2814
- numberOfOutbuildings: number;
2815
- outbuildingDetails: string;
2816
- grossFloorAreaOfDwelling: number;
2817
- }> & {
2818
- hall: number;
2819
- livingRooms: number;
2820
- kitchen: number;
2821
- isLiftPresent: boolean;
2822
- utility: number;
2823
- bedrooms: number;
2824
- bathrooms: number;
2825
- separateWc: number;
2826
- basement: number;
2827
- garage: number;
2828
- parking: number;
2829
- gardens: boolean;
2830
- isPrivate: boolean;
2831
- isCommunal: boolean;
2832
- numberOfOutbuildings: number;
2833
- outbuildingDetails: string;
2834
- grossFloorAreaOfDwelling: number;
2835
- }>;
2836
- currentOccupency: mongoose.Types.DocumentArray<{
2837
- isEverOccupied: boolean;
2838
- numberOfAdultsInProperty: number;
2839
- isHmoOrMultiUnitFreeholdBlock: boolean;
2840
- isCurrentlyTenanted: boolean;
2841
- hmoOrMultiUnitDetails: string;
2842
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2843
- isEverOccupied: boolean;
2844
- numberOfAdultsInProperty: number;
2845
- isHmoOrMultiUnitFreeholdBlock: boolean;
2846
- isCurrentlyTenanted: boolean;
2847
- hmoOrMultiUnitDetails: string;
2848
- }> & {
957
+ } | null | undefined;
958
+ currentOccupency?: {
2849
959
  isEverOccupied: boolean;
2850
960
  numberOfAdultsInProperty: number;
2851
961
  isHmoOrMultiUnitFreeholdBlock: boolean;
2852
962
  isCurrentlyTenanted: boolean;
2853
963
  hmoOrMultiUnitDetails: string;
2854
- }>;
2855
- newBuild: mongoose.Types.DocumentArray<{
2856
- isNewBuildOrRecentlyConverted: boolean;
2857
- isCompleted: boolean;
2858
- isUnderConstruction: boolean;
2859
- isFinalInspectionRequired: boolean;
2860
- isNhbcCert: boolean;
2861
- isBuildZone: boolean;
2862
- isPremier: boolean;
2863
- isProfessionalConsultant: boolean;
2864
- isOtherCert: boolean;
2865
- otherCertDetails: string;
2866
- isSelfBuildProject: boolean;
2867
- isInvolvesPartExchange: boolean;
2868
- isDisclosureOfIncentivesSeen: boolean;
2869
- incentivesDetails: string;
2870
- newBuildDeveloperName: string;
2871
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2872
- isNewBuildOrRecentlyConverted: boolean;
2873
- isCompleted: boolean;
2874
- isUnderConstruction: boolean;
2875
- isFinalInspectionRequired: boolean;
2876
- isNhbcCert: boolean;
2877
- isBuildZone: boolean;
2878
- isPremier: boolean;
2879
- isProfessionalConsultant: boolean;
2880
- isOtherCert: boolean;
2881
- otherCertDetails: string;
2882
- isSelfBuildProject: boolean;
2883
- isInvolvesPartExchange: boolean;
2884
- isDisclosureOfIncentivesSeen: boolean;
2885
- incentivesDetails: string;
2886
- newBuildDeveloperName: string;
2887
- }> & {
964
+ } | null | undefined;
965
+ newBuild?: {
2888
966
  isNewBuildOrRecentlyConverted: boolean;
2889
967
  isCompleted: boolean;
2890
968
  isUnderConstruction: boolean;
@@ -2900,8 +978,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2900
978
  isDisclosureOfIncentivesSeen: boolean;
2901
979
  incentivesDetails: string;
2902
980
  newBuildDeveloperName: string;
2903
- }>;
2904
- construction: mongoose.Types.DocumentArray<{
981
+ } | null | undefined;
982
+ construction?: {
2905
983
  isStandardConstruction: boolean;
2906
984
  nonStandardConstructionType: string;
2907
985
  mainWalls: string;
@@ -2911,28 +989,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2911
989
  isHasAlterationsOrExtensions: boolean;
2912
990
  isAlterationsRequireConsents: boolean;
2913
991
  alterationsAge: number;
2914
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2915
- isStandardConstruction: boolean;
2916
- nonStandardConstructionType: string;
2917
- mainWalls: string;
2918
- mainRoof: string;
2919
- garageConstruction: string;
2920
- outbuildingsConstruction: string;
2921
- isHasAlterationsOrExtensions: boolean;
2922
- isAlterationsRequireConsents: boolean;
2923
- alterationsAge: number;
2924
- }> & {
2925
- isStandardConstruction: boolean;
2926
- nonStandardConstructionType: string;
2927
- mainWalls: string;
2928
- mainRoof: string;
2929
- garageConstruction: string;
2930
- outbuildingsConstruction: string;
2931
- isHasAlterationsOrExtensions: boolean;
2932
- isAlterationsRequireConsents: boolean;
2933
- alterationsAge: number;
2934
- }>;
2935
- localityAndDemand: mongoose.Types.DocumentArray<{
992
+ } | null | undefined;
993
+ localityAndDemand?: {
2936
994
  isUrban: boolean;
2937
995
  isSuburban: boolean;
2938
996
  isRural: boolean;
@@ -2956,90 +1014,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
2956
1014
  occupancyRestrictionDetails: string;
2957
1015
  isCloseToHighVoltageEquipment: boolean;
2958
1016
  highVoltageEquipmentDetails: string;
2959
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
2960
- isUrban: boolean;
2961
- isSuburban: boolean;
2962
- isRural: boolean;
2963
- isGoodMarketAppeal: boolean;
2964
- isAverageMarketAppeal: boolean;
2965
- isPoorMarketAppeal: boolean;
2966
- isSimilarProperties: boolean;
2967
- isBetterProperties: boolean;
2968
- isWorseProperties: boolean;
2969
- isPricesRising: boolean;
2970
- isPricesStatic: boolean;
2971
- isPricesFalling: boolean;
2972
- isDemandRising: boolean;
2973
- isDemandStatic: boolean;
2974
- isDemandFalling: boolean;
2975
- isAffectedByCompulsoryPurchase: boolean;
2976
- compulsoryPurchaseDetails: string;
2977
- isVacantOrBoardedPropertiesNearby: boolean;
2978
- vacantOrBoardedDetails: string;
2979
- isOccupancyRestrictionPossible: boolean;
2980
- occupancyRestrictionDetails: string;
2981
- isCloseToHighVoltageEquipment: boolean;
2982
- highVoltageEquipmentDetails: string;
2983
- }> & {
2984
- isUrban: boolean;
2985
- isSuburban: boolean;
2986
- isRural: boolean;
2987
- isGoodMarketAppeal: boolean;
2988
- isAverageMarketAppeal: boolean;
2989
- isPoorMarketAppeal: boolean;
2990
- isSimilarProperties: boolean;
2991
- isBetterProperties: boolean;
2992
- isWorseProperties: boolean;
2993
- isPricesRising: boolean;
2994
- isPricesStatic: boolean;
2995
- isPricesFalling: boolean;
2996
- isDemandRising: boolean;
2997
- isDemandStatic: boolean;
2998
- isDemandFalling: boolean;
2999
- isAffectedByCompulsoryPurchase: boolean;
3000
- compulsoryPurchaseDetails: string;
3001
- isVacantOrBoardedPropertiesNearby: boolean;
3002
- vacantOrBoardedDetails: string;
3003
- isOccupancyRestrictionPossible: boolean;
3004
- occupancyRestrictionDetails: string;
3005
- isCloseToHighVoltageEquipment: boolean;
3006
- highVoltageEquipmentDetails: string;
3007
- }>;
3008
- services: mongoose.Types.DocumentArray<{
3009
- isMainsWater: boolean;
3010
- isPrivateWater: boolean;
3011
- isUnknownWater: boolean;
3012
- isGasSupply: boolean;
3013
- isElectricitySupply: boolean;
3014
- isCentralHeating: boolean;
3015
- centralHeatingType: string;
3016
- isMainDrainage: boolean;
3017
- isSepticTankPlant: boolean;
3018
- isSolarPanels: boolean;
3019
- isSharedAccess: boolean;
3020
- isRoadAdopted: boolean;
3021
- isHasEasementsOrRightsOfWay: boolean;
3022
- easementsOrRightsDetails: string;
3023
- servicesSeparateForFlats: string;
3024
- servicesSeparateDetails: string;
3025
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3026
- isMainsWater: boolean;
3027
- isPrivateWater: boolean;
3028
- isUnknownWater: boolean;
3029
- isGasSupply: boolean;
3030
- isElectricitySupply: boolean;
3031
- isCentralHeating: boolean;
3032
- centralHeatingType: string;
3033
- isMainDrainage: boolean;
3034
- isSepticTankPlant: boolean;
3035
- isSolarPanels: boolean;
3036
- isSharedAccess: boolean;
3037
- isRoadAdopted: boolean;
3038
- isHasEasementsOrRightsOfWay: boolean;
3039
- easementsOrRightsDetails: string;
3040
- servicesSeparateForFlats: string;
3041
- servicesSeparateDetails: string;
3042
- }> & {
1017
+ } | null | undefined;
1018
+ services?: {
3043
1019
  isMainsWater: boolean;
3044
1020
  isPrivateWater: boolean;
3045
1021
  isUnknownWater: boolean;
@@ -3049,137 +1025,36 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3049
1025
  centralHeatingType: string;
3050
1026
  isMainDrainage: boolean;
3051
1027
  isSepticTankPlant: boolean;
1028
+ isUnknownDrainage: boolean;
3052
1029
  isSolarPanels: boolean;
3053
1030
  isSharedAccess: boolean;
3054
1031
  isRoadAdopted: boolean;
3055
1032
  isHasEasementsOrRightsOfWay: boolean;
3056
1033
  easementsOrRightsDetails: string;
3057
- servicesSeparateForFlats: string;
3058
- servicesSeparateDetails: string;
3059
- }>;
3060
- conditionsOfProperty: mongoose.Types.DocumentArray<{
3061
- isStructuralMovement: boolean;
3062
- isStructuralMovementHistoricOrNonProgressive: boolean;
3063
- structuralMovementDetails: string;
3064
- isStructuralModifications: boolean;
3065
- structuralModificationsDetails: string;
3066
- communalAreasMaintained: string;
3067
- propertyProneTo: mongoose.Types.DocumentArray<{
3068
- flooding: boolean;
3069
- subsidence: boolean;
3070
- heave: boolean;
3071
- landslip: boolean;
3072
- details: string;
3073
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3074
- flooding: boolean;
3075
- subsidence: boolean;
3076
- heave: boolean;
3077
- landslip: boolean;
3078
- details: string;
3079
- }> & {
3080
- flooding: boolean;
3081
- subsidence: boolean;
3082
- heave: boolean;
3083
- landslip: boolean;
3084
- details: string;
3085
- }>;
3086
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
3087
- isTreesWithinInfluencingDistance: boolean;
3088
- treesInfluenceDetails: string;
3089
- isBuiltOnSteepSlope: boolean;
3090
- steepSlopeDetails: string;
3091
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3092
- isStructuralMovement: boolean;
3093
- isStructuralMovementHistoricOrNonProgressive: boolean;
3094
- structuralMovementDetails: string;
3095
- isStructuralModifications: boolean;
3096
- structuralModificationsDetails: string;
3097
- communalAreasMaintained: string;
3098
- propertyProneTo: mongoose.Types.DocumentArray<{
3099
- flooding: boolean;
3100
- subsidence: boolean;
3101
- heave: boolean;
3102
- landslip: boolean;
3103
- details: string;
3104
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3105
- flooding: boolean;
3106
- subsidence: boolean;
3107
- heave: boolean;
3108
- landslip: boolean;
3109
- details: string;
3110
- }> & {
3111
- flooding: boolean;
3112
- subsidence: boolean;
3113
- heave: boolean;
3114
- landslip: boolean;
3115
- details: string;
3116
- }>;
3117
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
3118
- isTreesWithinInfluencingDistance: boolean;
3119
- treesInfluenceDetails: string;
3120
- isBuiltOnSteepSlope: boolean;
3121
- steepSlopeDetails: string;
3122
- }> & {
3123
- isStructuralMovement: boolean;
3124
- isStructuralMovementHistoricOrNonProgressive: boolean;
3125
- structuralMovementDetails: string;
3126
- isStructuralModifications: boolean;
3127
- structuralModificationsDetails: string;
3128
- communalAreasMaintained: string;
3129
- propertyProneTo: mongoose.Types.DocumentArray<{
3130
- flooding: boolean;
3131
- subsidence: boolean;
3132
- heave: boolean;
3133
- landslip: boolean;
3134
- details: string;
3135
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3136
- flooding: boolean;
3137
- subsidence: boolean;
3138
- heave: boolean;
3139
- landslip: boolean;
3140
- details: string;
3141
- }> & {
3142
- flooding: boolean;
3143
- subsidence: boolean;
3144
- heave: boolean;
3145
- landslip: boolean;
3146
- details: string;
3147
- }>;
3148
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
3149
- isTreesWithinInfluencingDistance: boolean;
3150
- treesInfluenceDetails: string;
3151
- isBuiltOnSteepSlope: boolean;
3152
- steepSlopeDetails: string;
3153
- }>;
3154
- reports: mongoose.Types.DocumentArray<{
3155
- isTimberDamp: boolean;
3156
- isMining: boolean;
3157
- isElectrical: boolean;
3158
- isDrains: boolean;
3159
- isStructuralEngineers: boolean;
3160
- isArboricultural: boolean;
3161
- isMundic: boolean;
3162
- isWallTies: boolean;
3163
- isRoof: boolean;
3164
- isMetalliferous: boolean;
3165
- isSulfateRedAsh: boolean;
3166
- isOtherReport: boolean;
3167
- otherReportDetails: string;
3168
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3169
- isTimberDamp: boolean;
3170
- isMining: boolean;
3171
- isElectrical: boolean;
3172
- isDrains: boolean;
3173
- isStructuralEngineers: boolean;
3174
- isArboricultural: boolean;
3175
- isMundic: boolean;
3176
- isWallTies: boolean;
3177
- isRoof: boolean;
3178
- isMetalliferous: boolean;
3179
- isSulfateRedAsh: boolean;
3180
- isOtherReport: boolean;
3181
- otherReportDetails: string;
3182
- }> & {
1034
+ servicesSeparateForFlats: string;
1035
+ servicesSeparateDetails: string;
1036
+ } | null | undefined;
1037
+ conditionsOfProperty?: {
1038
+ isStructuralMovement: boolean;
1039
+ isStructuralMovementHistoricOrNonProgressive: boolean;
1040
+ structuralMovementDetails: string;
1041
+ isStructuralModifications: boolean;
1042
+ structuralModificationsDetails: string;
1043
+ communalAreasMaintained: string;
1044
+ isPlotBoundariesDefinedUnderPointFourHectares: boolean;
1045
+ isTreesWithinInfluencingDistance: boolean;
1046
+ treesInfluenceDetails: string;
1047
+ isBuiltOnSteepSlope: boolean;
1048
+ steepSlopeDetails: string;
1049
+ propertyProneTo?: {
1050
+ flooding: boolean;
1051
+ subsidence: boolean;
1052
+ heave: boolean;
1053
+ landslip: boolean;
1054
+ details: string;
1055
+ } | null | undefined;
1056
+ } | null | undefined;
1057
+ reports?: {
3183
1058
  isTimberDamp: boolean;
3184
1059
  isMining: boolean;
3185
1060
  isElectrical: boolean;
@@ -3193,49 +1068,17 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3193
1068
  isSulfateRedAsh: boolean;
3194
1069
  isOtherReport: boolean;
3195
1070
  otherReportDetails: string;
3196
- }>;
3197
- energyEfficiency: mongoose.Types.DocumentArray<{
3198
- epcRating: string;
3199
- epcScore: number;
3200
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1071
+ } | null | undefined;
1072
+ energyEfficiency?: {
3201
1073
  epcRating: string;
3202
1074
  epcScore: number;
3203
- }> & {
3204
- epcRating: string;
3205
- epcScore: number;
3206
- }>;
3207
- essentialRepairs: mongoose.Types.DocumentArray<{
3208
- isEssentialRepairsRequired: boolean;
3209
- essentialRepairsDetails: string;
3210
- isReinspectionRequired: boolean;
3211
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3212
- isEssentialRepairsRequired: boolean;
3213
- essentialRepairsDetails: string;
3214
- isReinspectionRequired: boolean;
3215
- }> & {
1075
+ } | null | undefined;
1076
+ essentialRepairs?: {
3216
1077
  isEssentialRepairsRequired: boolean;
3217
1078
  essentialRepairsDetails: string;
3218
1079
  isReinspectionRequired: boolean;
3219
- }>;
3220
- rentalInformation: mongoose.Types.DocumentArray<{
3221
- isRentalDemandInLocality: boolean;
3222
- rentalDemandDetails: string;
3223
- monthlyMarketRentPresentCondition: number;
3224
- monthlyMarketRentImprovedCondition: number;
3225
- isOtherLettingDemandFactors: boolean;
3226
- otherLettingDemandDetails: string;
3227
- investorOnlyDemand: boolean;
3228
- investorOnlyDemandDetails: string;
3229
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3230
- isRentalDemandInLocality: boolean;
3231
- rentalDemandDetails: string;
3232
- monthlyMarketRentPresentCondition: number;
3233
- monthlyMarketRentImprovedCondition: number;
3234
- isOtherLettingDemandFactors: boolean;
3235
- otherLettingDemandDetails: string;
3236
- investorOnlyDemand: boolean;
3237
- investorOnlyDemandDetails: string;
3238
- }> & {
1080
+ } | null | undefined;
1081
+ rentalInformation?: {
3239
1082
  isRentalDemandInLocality: boolean;
3240
1083
  rentalDemandDetails: string;
3241
1084
  monthlyMarketRentPresentCondition: number;
@@ -3244,28 +1087,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3244
1087
  otherLettingDemandDetails: string;
3245
1088
  investorOnlyDemand: boolean;
3246
1089
  investorOnlyDemandDetails: string;
3247
- }>;
3248
- valuationForFinancePurpose: mongoose.Types.DocumentArray<{
3249
- valuationComparativeOnly: string;
3250
- isSuitableForFinance: boolean;
3251
- financeSuitabilityDetails: string;
3252
- marketValuePresentCondition: number;
3253
- marketValueAfterRepairs: number;
3254
- purchasePriceOrBorrowerEstimate: number;
3255
- buildingInsuranceReinstatementCost: number;
3256
- isInsurancePremiumLoadingRisk: boolean;
3257
- insurancePremiumLoadingDetails: string;
3258
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3259
- valuationComparativeOnly: string;
3260
- isSuitableForFinance: boolean;
3261
- financeSuitabilityDetails: string;
3262
- marketValuePresentCondition: number;
3263
- marketValueAfterRepairs: number;
3264
- purchasePriceOrBorrowerEstimate: number;
3265
- buildingInsuranceReinstatementCost: number;
3266
- isInsurancePremiumLoadingRisk: boolean;
3267
- insurancePremiumLoadingDetails: string;
3268
- }> & {
1090
+ } | null | undefined;
1091
+ valuationForFinancePurpose?: {
3269
1092
  valuationComparativeOnly: string;
3270
1093
  isSuitableForFinance: boolean;
3271
1094
  financeSuitabilityDetails: string;
@@ -3275,145 +1098,33 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3275
1098
  buildingInsuranceReinstatementCost: number;
3276
1099
  isInsurancePremiumLoadingRisk: boolean;
3277
1100
  insurancePremiumLoadingDetails: string;
3278
- }>;
3279
- generalRemarks: string;
3280
- valuersDeclaration: mongoose.Types.DocumentArray<{
3281
- valuerSignature: number;
3282
- valuerName: string;
3283
- onBehalfOf: string;
3284
- telephone: number;
3285
- fax: number;
3286
- email: string;
3287
- valuerQualifications: mongoose.Types.DocumentArray<{
3288
- mrics: boolean;
3289
- frics: boolean;
3290
- assocRics: boolean;
3291
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3292
- mrics: boolean;
3293
- frics: boolean;
3294
- assocRics: boolean;
3295
- }> & {
3296
- mrics: boolean;
3297
- frics: boolean;
3298
- assocRics: boolean;
3299
- }>;
3300
- ricsNumber: number;
3301
- valuerAddress: string;
3302
- valuerPostcode: string;
3303
- reportDate: number;
3304
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1101
+ } | null | undefined;
1102
+ valuersDeclaration?: {
3305
1103
  valuerSignature: number;
3306
1104
  valuerName: string;
3307
1105
  onBehalfOf: string;
3308
1106
  telephone: number;
3309
1107
  fax: number;
3310
1108
  email: string;
3311
- valuerQualifications: mongoose.Types.DocumentArray<{
3312
- mrics: boolean;
3313
- frics: boolean;
3314
- assocRics: boolean;
3315
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3316
- mrics: boolean;
3317
- frics: boolean;
3318
- assocRics: boolean;
3319
- }> & {
3320
- mrics: boolean;
3321
- frics: boolean;
3322
- assocRics: boolean;
3323
- }>;
3324
1109
  ricsNumber: number;
3325
1110
  valuerAddress: string;
3326
1111
  valuerPostcode: string;
3327
1112
  reportDate: number;
3328
- }> & {
3329
- valuerSignature: number;
3330
- valuerName: string;
3331
- onBehalfOf: string;
3332
- telephone: number;
3333
- fax: number;
3334
- email: string;
3335
- valuerQualifications: mongoose.Types.DocumentArray<{
3336
- mrics: boolean;
3337
- frics: boolean;
3338
- assocRics: boolean;
3339
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1113
+ valuerQualifications?: {
3340
1114
  mrics: boolean;
3341
1115
  frics: boolean;
3342
1116
  assocRics: boolean;
3343
- }> & {
3344
- mrics: boolean;
3345
- frics: boolean;
3346
- assocRics: boolean;
3347
- }>;
3348
- ricsNumber: number;
3349
- valuerAddress: string;
3350
- valuerPostcode: string;
3351
- reportDate: number;
3352
- }>;
3353
- extractedText: string;
1117
+ } | null | undefined;
1118
+ } | null | undefined;
3354
1119
  }>, {}> & mongoose.FlatRecord<{
3355
1120
  applicationId: mongoose.Types.ObjectId;
3356
1121
  applicantName: string;
3357
1122
  applicationNumber: string;
3358
1123
  propertyAddress: string;
3359
1124
  postCode: string;
3360
- propertyType: mongoose.Types.DocumentArray<{
3361
- isDetachedHouse: boolean;
3362
- isSemiDetachedHouse: boolean;
3363
- isTerracedHouse: boolean;
3364
- isBungalow: boolean;
3365
- isFlat: boolean;
3366
- isMaisonette: boolean;
3367
- flatMaisonetteFloor: number;
3368
- numberOfFloorsInBlock: number;
3369
- isBuiltOrOwnedByLocalAuthority: boolean;
3370
- ownerOccupationPercentage: number;
3371
- isFlatMaisonetteConverted: boolean;
3372
- conversionYear: number;
3373
- isPurposeBuilt: boolean;
3374
- numberOfUnitsInBlock: number;
3375
- isAboveCommercial: boolean;
3376
- residentialNatureImpact: string;
3377
- tenure: string;
3378
- isFlyingFreehold: boolean;
3379
- flyingFreeholdPercentage: number;
3380
- maintenanceCharge: number;
3381
- roadCharges: number;
3382
- groundRent: number;
3383
- remainingLeaseTermYears: number;
3384
- isPartCommercialUse: boolean;
3385
- commercialUsePercentage: number;
3386
- isPurchasedUnderSharedOwnership: boolean;
3387
- yearBuilt: number;
3388
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3389
- isDetachedHouse: boolean;
3390
- isSemiDetachedHouse: boolean;
3391
- isTerracedHouse: boolean;
3392
- isBungalow: boolean;
3393
- isFlat: boolean;
3394
- isMaisonette: boolean;
3395
- flatMaisonetteFloor: number;
3396
- numberOfFloorsInBlock: number;
3397
- isBuiltOrOwnedByLocalAuthority: boolean;
3398
- ownerOccupationPercentage: number;
3399
- isFlatMaisonetteConverted: boolean;
3400
- conversionYear: number;
3401
- isPurposeBuilt: boolean;
3402
- numberOfUnitsInBlock: number;
3403
- isAboveCommercial: boolean;
3404
- residentialNatureImpact: string;
3405
- tenure: string;
3406
- isFlyingFreehold: boolean;
3407
- flyingFreeholdPercentage: number;
3408
- maintenanceCharge: number;
3409
- roadCharges: number;
3410
- groundRent: number;
3411
- remainingLeaseTermYears: number;
3412
- isPartCommercialUse: boolean;
3413
- commercialUsePercentage: number;
3414
- isPurchasedUnderSharedOwnership: boolean;
3415
- yearBuilt: number;
3416
- }> & {
1125
+ generalRemarks: string;
1126
+ extractedText: string;
1127
+ propertyType?: {
3417
1128
  isDetachedHouse: boolean;
3418
1129
  isSemiDetachedHouse: boolean;
3419
1130
  isTerracedHouse: boolean;
@@ -3441,44 +1152,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3441
1152
  commercialUsePercentage: number;
3442
1153
  isPurchasedUnderSharedOwnership: boolean;
3443
1154
  yearBuilt: number;
3444
- }>;
3445
- accommodation: mongoose.Types.DocumentArray<{
3446
- hall: number;
3447
- livingRooms: number;
3448
- kitchen: number;
3449
- isLiftPresent: boolean;
3450
- utility: number;
3451
- bedrooms: number;
3452
- bathrooms: number;
3453
- separateWc: number;
3454
- basement: number;
3455
- garage: number;
3456
- parking: number;
3457
- gardens: boolean;
3458
- isPrivate: boolean;
3459
- isCommunal: boolean;
3460
- numberOfOutbuildings: number;
3461
- outbuildingDetails: string;
3462
- grossFloorAreaOfDwelling: number;
3463
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3464
- hall: number;
3465
- livingRooms: number;
3466
- kitchen: number;
3467
- isLiftPresent: boolean;
3468
- utility: number;
3469
- bedrooms: number;
3470
- bathrooms: number;
3471
- separateWc: number;
3472
- basement: number;
3473
- garage: number;
3474
- parking: number;
3475
- gardens: boolean;
3476
- isPrivate: boolean;
3477
- isCommunal: boolean;
3478
- numberOfOutbuildings: number;
3479
- outbuildingDetails: string;
3480
- grossFloorAreaOfDwelling: number;
3481
- }> & {
1155
+ } | null | undefined;
1156
+ accommodation?: {
3482
1157
  hall: number;
3483
1158
  livingRooms: number;
3484
1159
  kitchen: number;
@@ -3496,59 +1171,15 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3496
1171
  numberOfOutbuildings: number;
3497
1172
  outbuildingDetails: string;
3498
1173
  grossFloorAreaOfDwelling: number;
3499
- }>;
3500
- currentOccupency: mongoose.Types.DocumentArray<{
3501
- isEverOccupied: boolean;
3502
- numberOfAdultsInProperty: number;
3503
- isHmoOrMultiUnitFreeholdBlock: boolean;
3504
- isCurrentlyTenanted: boolean;
3505
- hmoOrMultiUnitDetails: string;
3506
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3507
- isEverOccupied: boolean;
3508
- numberOfAdultsInProperty: number;
3509
- isHmoOrMultiUnitFreeholdBlock: boolean;
3510
- isCurrentlyTenanted: boolean;
3511
- hmoOrMultiUnitDetails: string;
3512
- }> & {
1174
+ } | null | undefined;
1175
+ currentOccupency?: {
3513
1176
  isEverOccupied: boolean;
3514
1177
  numberOfAdultsInProperty: number;
3515
1178
  isHmoOrMultiUnitFreeholdBlock: boolean;
3516
1179
  isCurrentlyTenanted: boolean;
3517
1180
  hmoOrMultiUnitDetails: string;
3518
- }>;
3519
- newBuild: mongoose.Types.DocumentArray<{
3520
- isNewBuildOrRecentlyConverted: boolean;
3521
- isCompleted: boolean;
3522
- isUnderConstruction: boolean;
3523
- isFinalInspectionRequired: boolean;
3524
- isNhbcCert: boolean;
3525
- isBuildZone: boolean;
3526
- isPremier: boolean;
3527
- isProfessionalConsultant: boolean;
3528
- isOtherCert: boolean;
3529
- otherCertDetails: string;
3530
- isSelfBuildProject: boolean;
3531
- isInvolvesPartExchange: boolean;
3532
- isDisclosureOfIncentivesSeen: boolean;
3533
- incentivesDetails: string;
3534
- newBuildDeveloperName: string;
3535
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3536
- isNewBuildOrRecentlyConverted: boolean;
3537
- isCompleted: boolean;
3538
- isUnderConstruction: boolean;
3539
- isFinalInspectionRequired: boolean;
3540
- isNhbcCert: boolean;
3541
- isBuildZone: boolean;
3542
- isPremier: boolean;
3543
- isProfessionalConsultant: boolean;
3544
- isOtherCert: boolean;
3545
- otherCertDetails: string;
3546
- isSelfBuildProject: boolean;
3547
- isInvolvesPartExchange: boolean;
3548
- isDisclosureOfIncentivesSeen: boolean;
3549
- incentivesDetails: string;
3550
- newBuildDeveloperName: string;
3551
- }> & {
1181
+ } | null | undefined;
1182
+ newBuild?: {
3552
1183
  isNewBuildOrRecentlyConverted: boolean;
3553
1184
  isCompleted: boolean;
3554
1185
  isUnderConstruction: boolean;
@@ -3564,28 +1195,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3564
1195
  isDisclosureOfIncentivesSeen: boolean;
3565
1196
  incentivesDetails: string;
3566
1197
  newBuildDeveloperName: string;
3567
- }>;
3568
- construction: mongoose.Types.DocumentArray<{
3569
- isStandardConstruction: boolean;
3570
- nonStandardConstructionType: string;
3571
- mainWalls: string;
3572
- mainRoof: string;
3573
- garageConstruction: string;
3574
- outbuildingsConstruction: string;
3575
- isHasAlterationsOrExtensions: boolean;
3576
- isAlterationsRequireConsents: boolean;
3577
- alterationsAge: number;
3578
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3579
- isStandardConstruction: boolean;
3580
- nonStandardConstructionType: string;
3581
- mainWalls: string;
3582
- mainRoof: string;
3583
- garageConstruction: string;
3584
- outbuildingsConstruction: string;
3585
- isHasAlterationsOrExtensions: boolean;
3586
- isAlterationsRequireConsents: boolean;
3587
- alterationsAge: number;
3588
- }> & {
1198
+ } | null | undefined;
1199
+ construction?: {
3589
1200
  isStandardConstruction: boolean;
3590
1201
  nonStandardConstructionType: string;
3591
1202
  mainWalls: string;
@@ -3595,8 +1206,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3595
1206
  isHasAlterationsOrExtensions: boolean;
3596
1207
  isAlterationsRequireConsents: boolean;
3597
1208
  alterationsAge: number;
3598
- }>;
3599
- localityAndDemand: mongoose.Types.DocumentArray<{
1209
+ } | null | undefined;
1210
+ localityAndDemand?: {
3600
1211
  isUrban: boolean;
3601
1212
  isSuburban: boolean;
3602
1213
  isRural: boolean;
@@ -3620,90 +1231,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3620
1231
  occupancyRestrictionDetails: string;
3621
1232
  isCloseToHighVoltageEquipment: boolean;
3622
1233
  highVoltageEquipmentDetails: string;
3623
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3624
- isUrban: boolean;
3625
- isSuburban: boolean;
3626
- isRural: boolean;
3627
- isGoodMarketAppeal: boolean;
3628
- isAverageMarketAppeal: boolean;
3629
- isPoorMarketAppeal: boolean;
3630
- isSimilarProperties: boolean;
3631
- isBetterProperties: boolean;
3632
- isWorseProperties: boolean;
3633
- isPricesRising: boolean;
3634
- isPricesStatic: boolean;
3635
- isPricesFalling: boolean;
3636
- isDemandRising: boolean;
3637
- isDemandStatic: boolean;
3638
- isDemandFalling: boolean;
3639
- isAffectedByCompulsoryPurchase: boolean;
3640
- compulsoryPurchaseDetails: string;
3641
- isVacantOrBoardedPropertiesNearby: boolean;
3642
- vacantOrBoardedDetails: string;
3643
- isOccupancyRestrictionPossible: boolean;
3644
- occupancyRestrictionDetails: string;
3645
- isCloseToHighVoltageEquipment: boolean;
3646
- highVoltageEquipmentDetails: string;
3647
- }> & {
3648
- isUrban: boolean;
3649
- isSuburban: boolean;
3650
- isRural: boolean;
3651
- isGoodMarketAppeal: boolean;
3652
- isAverageMarketAppeal: boolean;
3653
- isPoorMarketAppeal: boolean;
3654
- isSimilarProperties: boolean;
3655
- isBetterProperties: boolean;
3656
- isWorseProperties: boolean;
3657
- isPricesRising: boolean;
3658
- isPricesStatic: boolean;
3659
- isPricesFalling: boolean;
3660
- isDemandRising: boolean;
3661
- isDemandStatic: boolean;
3662
- isDemandFalling: boolean;
3663
- isAffectedByCompulsoryPurchase: boolean;
3664
- compulsoryPurchaseDetails: string;
3665
- isVacantOrBoardedPropertiesNearby: boolean;
3666
- vacantOrBoardedDetails: string;
3667
- isOccupancyRestrictionPossible: boolean;
3668
- occupancyRestrictionDetails: string;
3669
- isCloseToHighVoltageEquipment: boolean;
3670
- highVoltageEquipmentDetails: string;
3671
- }>;
3672
- services: mongoose.Types.DocumentArray<{
3673
- isMainsWater: boolean;
3674
- isPrivateWater: boolean;
3675
- isUnknownWater: boolean;
3676
- isGasSupply: boolean;
3677
- isElectricitySupply: boolean;
3678
- isCentralHeating: boolean;
3679
- centralHeatingType: string;
3680
- isMainDrainage: boolean;
3681
- isSepticTankPlant: boolean;
3682
- isSolarPanels: boolean;
3683
- isSharedAccess: boolean;
3684
- isRoadAdopted: boolean;
3685
- isHasEasementsOrRightsOfWay: boolean;
3686
- easementsOrRightsDetails: string;
3687
- servicesSeparateForFlats: string;
3688
- servicesSeparateDetails: string;
3689
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3690
- isMainsWater: boolean;
3691
- isPrivateWater: boolean;
3692
- isUnknownWater: boolean;
3693
- isGasSupply: boolean;
3694
- isElectricitySupply: boolean;
3695
- isCentralHeating: boolean;
3696
- centralHeatingType: string;
3697
- isMainDrainage: boolean;
3698
- isSepticTankPlant: boolean;
3699
- isSolarPanels: boolean;
3700
- isSharedAccess: boolean;
3701
- isRoadAdopted: boolean;
3702
- isHasEasementsOrRightsOfWay: boolean;
3703
- easementsOrRightsDetails: string;
3704
- servicesSeparateForFlats: string;
3705
- servicesSeparateDetails: string;
3706
- }> & {
1234
+ } | null | undefined;
1235
+ services?: {
3707
1236
  isMainsWater: boolean;
3708
1237
  isPrivateWater: boolean;
3709
1238
  isUnknownWater: boolean;
@@ -3713,6 +1242,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3713
1242
  centralHeatingType: string;
3714
1243
  isMainDrainage: boolean;
3715
1244
  isSepticTankPlant: boolean;
1245
+ isUnknownDrainage: boolean;
3716
1246
  isSolarPanels: boolean;
3717
1247
  isSharedAccess: boolean;
3718
1248
  isRoadAdopted: boolean;
@@ -3720,130 +1250,28 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3720
1250
  easementsOrRightsDetails: string;
3721
1251
  servicesSeparateForFlats: string;
3722
1252
  servicesSeparateDetails: string;
3723
- }>;
3724
- conditionsOfProperty: mongoose.Types.DocumentArray<{
3725
- isStructuralMovement: boolean;
3726
- isStructuralMovementHistoricOrNonProgressive: boolean;
3727
- structuralMovementDetails: string;
3728
- isStructuralModifications: boolean;
3729
- structuralModificationsDetails: string;
3730
- communalAreasMaintained: string;
3731
- propertyProneTo: mongoose.Types.DocumentArray<{
3732
- flooding: boolean;
3733
- subsidence: boolean;
3734
- heave: boolean;
3735
- landslip: boolean;
3736
- details: string;
3737
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3738
- flooding: boolean;
3739
- subsidence: boolean;
3740
- heave: boolean;
3741
- landslip: boolean;
3742
- details: string;
3743
- }> & {
3744
- flooding: boolean;
3745
- subsidence: boolean;
3746
- heave: boolean;
3747
- landslip: boolean;
3748
- details: string;
3749
- }>;
3750
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
3751
- isTreesWithinInfluencingDistance: boolean;
3752
- treesInfluenceDetails: string;
3753
- isBuiltOnSteepSlope: boolean;
3754
- steepSlopeDetails: string;
3755
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1253
+ } | null | undefined;
1254
+ conditionsOfProperty?: {
3756
1255
  isStructuralMovement: boolean;
3757
1256
  isStructuralMovementHistoricOrNonProgressive: boolean;
3758
1257
  structuralMovementDetails: string;
3759
1258
  isStructuralModifications: boolean;
3760
1259
  structuralModificationsDetails: string;
3761
1260
  communalAreasMaintained: string;
3762
- propertyProneTo: mongoose.Types.DocumentArray<{
3763
- flooding: boolean;
3764
- subsidence: boolean;
3765
- heave: boolean;
3766
- landslip: boolean;
3767
- details: string;
3768
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3769
- flooding: boolean;
3770
- subsidence: boolean;
3771
- heave: boolean;
3772
- landslip: boolean;
3773
- details: string;
3774
- }> & {
3775
- flooding: boolean;
3776
- subsidence: boolean;
3777
- heave: boolean;
3778
- landslip: boolean;
3779
- details: string;
3780
- }>;
3781
1261
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
3782
1262
  isTreesWithinInfluencingDistance: boolean;
3783
1263
  treesInfluenceDetails: string;
3784
1264
  isBuiltOnSteepSlope: boolean;
3785
1265
  steepSlopeDetails: string;
3786
- }> & {
3787
- isStructuralMovement: boolean;
3788
- isStructuralMovementHistoricOrNonProgressive: boolean;
3789
- structuralMovementDetails: string;
3790
- isStructuralModifications: boolean;
3791
- structuralModificationsDetails: string;
3792
- communalAreasMaintained: string;
3793
- propertyProneTo: mongoose.Types.DocumentArray<{
3794
- flooding: boolean;
3795
- subsidence: boolean;
3796
- heave: boolean;
3797
- landslip: boolean;
3798
- details: string;
3799
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3800
- flooding: boolean;
3801
- subsidence: boolean;
3802
- heave: boolean;
3803
- landslip: boolean;
3804
- details: string;
3805
- }> & {
1266
+ propertyProneTo?: {
3806
1267
  flooding: boolean;
3807
1268
  subsidence: boolean;
3808
1269
  heave: boolean;
3809
1270
  landslip: boolean;
3810
1271
  details: string;
3811
- }>;
3812
- isPlotBoundariesDefinedUnderPointFourHectares: boolean;
3813
- isTreesWithinInfluencingDistance: boolean;
3814
- treesInfluenceDetails: string;
3815
- isBuiltOnSteepSlope: boolean;
3816
- steepSlopeDetails: string;
3817
- }>;
3818
- reports: mongoose.Types.DocumentArray<{
3819
- isTimberDamp: boolean;
3820
- isMining: boolean;
3821
- isElectrical: boolean;
3822
- isDrains: boolean;
3823
- isStructuralEngineers: boolean;
3824
- isArboricultural: boolean;
3825
- isMundic: boolean;
3826
- isWallTies: boolean;
3827
- isRoof: boolean;
3828
- isMetalliferous: boolean;
3829
- isSulfateRedAsh: boolean;
3830
- isOtherReport: boolean;
3831
- otherReportDetails: string;
3832
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3833
- isTimberDamp: boolean;
3834
- isMining: boolean;
3835
- isElectrical: boolean;
3836
- isDrains: boolean;
3837
- isStructuralEngineers: boolean;
3838
- isArboricultural: boolean;
3839
- isMundic: boolean;
3840
- isWallTies: boolean;
3841
- isRoof: boolean;
3842
- isMetalliferous: boolean;
3843
- isSulfateRedAsh: boolean;
3844
- isOtherReport: boolean;
3845
- otherReportDetails: string;
3846
- }> & {
1272
+ } | null | undefined;
1273
+ } | null | undefined;
1274
+ reports?: {
3847
1275
  isTimberDamp: boolean;
3848
1276
  isMining: boolean;
3849
1277
  isElectrical: boolean;
@@ -3857,49 +1285,17 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3857
1285
  isSulfateRedAsh: boolean;
3858
1286
  isOtherReport: boolean;
3859
1287
  otherReportDetails: string;
3860
- }>;
3861
- energyEfficiency: mongoose.Types.DocumentArray<{
3862
- epcRating: string;
3863
- epcScore: number;
3864
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1288
+ } | null | undefined;
1289
+ energyEfficiency?: {
3865
1290
  epcRating: string;
3866
1291
  epcScore: number;
3867
- }> & {
3868
- epcRating: string;
3869
- epcScore: number;
3870
- }>;
3871
- essentialRepairs: mongoose.Types.DocumentArray<{
3872
- isEssentialRepairsRequired: boolean;
3873
- essentialRepairsDetails: string;
3874
- isReinspectionRequired: boolean;
3875
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3876
- isEssentialRepairsRequired: boolean;
3877
- essentialRepairsDetails: string;
3878
- isReinspectionRequired: boolean;
3879
- }> & {
1292
+ } | null | undefined;
1293
+ essentialRepairs?: {
3880
1294
  isEssentialRepairsRequired: boolean;
3881
1295
  essentialRepairsDetails: string;
3882
1296
  isReinspectionRequired: boolean;
3883
- }>;
3884
- rentalInformation: mongoose.Types.DocumentArray<{
3885
- isRentalDemandInLocality: boolean;
3886
- rentalDemandDetails: string;
3887
- monthlyMarketRentPresentCondition: number;
3888
- monthlyMarketRentImprovedCondition: number;
3889
- isOtherLettingDemandFactors: boolean;
3890
- otherLettingDemandDetails: string;
3891
- investorOnlyDemand: boolean;
3892
- investorOnlyDemandDetails: string;
3893
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3894
- isRentalDemandInLocality: boolean;
3895
- rentalDemandDetails: string;
3896
- monthlyMarketRentPresentCondition: number;
3897
- monthlyMarketRentImprovedCondition: number;
3898
- isOtherLettingDemandFactors: boolean;
3899
- otherLettingDemandDetails: string;
3900
- investorOnlyDemand: boolean;
3901
- investorOnlyDemandDetails: string;
3902
- }> & {
1297
+ } | null | undefined;
1298
+ rentalInformation?: {
3903
1299
  isRentalDemandInLocality: boolean;
3904
1300
  rentalDemandDetails: string;
3905
1301
  monthlyMarketRentPresentCondition: number;
@@ -3908,8 +1304,8 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3908
1304
  otherLettingDemandDetails: string;
3909
1305
  investorOnlyDemand: boolean;
3910
1306
  investorOnlyDemandDetails: string;
3911
- }>;
3912
- valuationForFinancePurpose: mongoose.Types.DocumentArray<{
1307
+ } | null | undefined;
1308
+ valuationForFinancePurpose?: {
3913
1309
  valuationComparativeOnly: string;
3914
1310
  isSuitableForFinance: boolean;
3915
1311
  financeSuitabilityDetails: string;
@@ -3919,102 +1315,24 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
3919
1315
  buildingInsuranceReinstatementCost: number;
3920
1316
  isInsurancePremiumLoadingRisk: boolean;
3921
1317
  insurancePremiumLoadingDetails: string;
3922
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3923
- valuationComparativeOnly: string;
3924
- isSuitableForFinance: boolean;
3925
- financeSuitabilityDetails: string;
3926
- marketValuePresentCondition: number;
3927
- marketValueAfterRepairs: number;
3928
- purchasePriceOrBorrowerEstimate: number;
3929
- buildingInsuranceReinstatementCost: number;
3930
- isInsurancePremiumLoadingRisk: boolean;
3931
- insurancePremiumLoadingDetails: string;
3932
- }> & {
3933
- valuationComparativeOnly: string;
3934
- isSuitableForFinance: boolean;
3935
- financeSuitabilityDetails: string;
3936
- marketValuePresentCondition: number;
3937
- marketValueAfterRepairs: number;
3938
- purchasePriceOrBorrowerEstimate: number;
3939
- buildingInsuranceReinstatementCost: number;
3940
- isInsurancePremiumLoadingRisk: boolean;
3941
- insurancePremiumLoadingDetails: string;
3942
- }>;
3943
- generalRemarks: string;
3944
- valuersDeclaration: mongoose.Types.DocumentArray<{
3945
- valuerSignature: number;
3946
- valuerName: string;
3947
- onBehalfOf: string;
3948
- telephone: number;
3949
- fax: number;
3950
- email: string;
3951
- valuerQualifications: mongoose.Types.DocumentArray<{
3952
- mrics: boolean;
3953
- frics: boolean;
3954
- assocRics: boolean;
3955
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3956
- mrics: boolean;
3957
- frics: boolean;
3958
- assocRics: boolean;
3959
- }> & {
3960
- mrics: boolean;
3961
- frics: boolean;
3962
- assocRics: boolean;
3963
- }>;
3964
- ricsNumber: number;
3965
- valuerAddress: string;
3966
- valuerPostcode: string;
3967
- reportDate: number;
3968
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1318
+ } | null | undefined;
1319
+ valuersDeclaration?: {
3969
1320
  valuerSignature: number;
3970
1321
  valuerName: string;
3971
1322
  onBehalfOf: string;
3972
1323
  telephone: number;
3973
1324
  fax: number;
3974
1325
  email: string;
3975
- valuerQualifications: mongoose.Types.DocumentArray<{
3976
- mrics: boolean;
3977
- frics: boolean;
3978
- assocRics: boolean;
3979
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
3980
- mrics: boolean;
3981
- frics: boolean;
3982
- assocRics: boolean;
3983
- }> & {
3984
- mrics: boolean;
3985
- frics: boolean;
3986
- assocRics: boolean;
3987
- }>;
3988
1326
  ricsNumber: number;
3989
1327
  valuerAddress: string;
3990
1328
  valuerPostcode: string;
3991
1329
  reportDate: number;
3992
- }> & {
3993
- valuerSignature: number;
3994
- valuerName: string;
3995
- onBehalfOf: string;
3996
- telephone: number;
3997
- fax: number;
3998
- email: string;
3999
- valuerQualifications: mongoose.Types.DocumentArray<{
4000
- mrics: boolean;
4001
- frics: boolean;
4002
- assocRics: boolean;
4003
- }, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
1330
+ valuerQualifications?: {
4004
1331
  mrics: boolean;
4005
1332
  frics: boolean;
4006
1333
  assocRics: boolean;
4007
- }> & {
4008
- mrics: boolean;
4009
- frics: boolean;
4010
- assocRics: boolean;
4011
- }>;
4012
- ricsNumber: number;
4013
- valuerAddress: string;
4014
- valuerPostcode: string;
4015
- reportDate: number;
4016
- }>;
4017
- extractedText: string;
1334
+ } | null | undefined;
1335
+ } | null | undefined;
4018
1336
  }> & {
4019
1337
  _id: mongoose.Types.ObjectId;
4020
1338
  } & {