openapi: 3.0.1 info: title: (PRH) - Core External Client API v2.0 description: Our PRH 'Core' API offering to all customers who want it. version: v2.0 x-api-evangelist-provenance: provider: Hometrack portal: https://developer.hometrack.com harvested: '2026-07-26' method: Azure API Management developer data-plane, anonymous sources: - url: https://developer.hometrack.com/developer/apis/prd-core-api-v2-0?api-version=2022-04-01-preview&export=true&format=openapi-link status: 200 note: OpenAPI 3.0.1 export (info/servers/securitySchemes verbatim; paths empty in export) - url: https://developer.hometrack.com/developer/apis/prd-core-api-v2-0/operations?api-version=2022-04-01-preview status: 200 note: operation list - url: https://developer.hometrack.com/developer/apis/prd-core-api-v2-0/operations/{operationId}?api-version=2022-04-01-preview status: 200 note: per-operation request/response metadata - url: https://developer.hometrack.com/developer/apis/prd-core-api-v2-0/schemas?api-version=2022-04-01-preview status: 200 note: component schema documents note: paths and components.schemas were reassembled verbatim from Hometrack's own APIM operation and schema metadata; nothing was invented. normalization: Hometrack's APIM schema document for this API is raw draft-4 JSON Schema; single-element 'items' arrays (draft-4 tuple form) were rewritten to the equivalent single 'items' object so the document validates as OpenAPI 3.0. No property, type, description, or example was changed. servers: - url: https://api.hometrack.com/prh - url: https://api.hometrack.local/prh paths: /organisation/{orgId}/case: get: operationId: get-organisation-orgid-case summary: /organisation/{orgId}/case - GET description: Retrieve a list of PRH cases for the organisation, filtered by one or more of the queryParameters as described parameters: - name: orgId in: path required: true schema: type: string - name: lastProviderUpdatedFrom in: query required: false schema: type: string description: Start point to filter the response to cases last updated in a specific date/time range. - name: reportUpdatedFrom in: query required: false schema: type: string description: Start point to filter the response to cases with a report last updated in a specific date/time range. - name: reportUpdatedTo in: query required: false schema: type: string description: End point to filter the response to cases with a report last updated in a specific date/time range. - name: pageResults in: query required: false schema: type: boolean description: Turn paging on or off (on by default). 5000 result limit when off. - name: pageSize in: query required: false schema: type: integer description: The page size returned. - name: caseStatus in: query required: false schema: type: string enum: - Instructed - PropertyVerified - ValuationRetrieved - PropertyRisksRetrieved - PropertyRiskAssessed - PropertyRiskComplete - ValuationRequested - ValuationComplete - ConveyancingStarted - ConveyancingComplete - WaitingForManualReferral - WaitingForAVMPlusReport - WaitingForPRIMReport - WaitingForResolution - NotResolved - PhysicalValuationRequested - PhysicalValuationCompleted - WaitingForManualRepanel - WaitingForUnderwriterAssessment - OnHold - WaitingForUnderwriterVerification - PRAAssessmentStarted - PRAAssessmentCompleted - Cancelled - WaitingForAllocation description: Filter the response to cases at a specific status - name: page in: query required: false schema: type: integer description: The zero-indexed page number to return, if paging is on. - name: lastProviderStatus in: query required: false schema: type: string enum: - Pending - Completed - Failed - Timeout - NotRequired - AppointmentBooked - Cancelled - NotApplicable - TimedOut - PRIMDataReceived - Created - Offer - AppointmentOffered - AppointmentCleared - OnHold description: Filter the response to cases where the last data provider run is at a specific status. - name: lenderRef in: query required: false schema: type: string description: Filter the response by Lender reference. - name: instructionRef in: query required: false schema: type: string description: Filter the response by a complete or partial instruction reference. - name: hasReport in: query required: false schema: type: boolean description: Filter the response to cases that have a valuation report. - name: orderBy in: query required: false schema: type: string description: Specifies how the response should be sorted, as a SQL ORDER BY string - name: lastProviderUpdatedTo in: query required: false schema: type: string description: End point to filter the response to cases last updated in a specific date/time range. - name: reportAcceptable in: query required: false schema: type: boolean description: Filter the response to cases that have a valuation report which is completed and passes any assessment rules. responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet200ApplicationJsonResponse' example: TotalCount: 16529 PageCount: 1653 Page: 1652 PageSize: 10 Cases: - CaseId: 12345 InstructionReference: EE/123/456 CaseReference: LL9879654 CaseStatus: Tentative riskClassification: Low fullAddress: 1 Chapel Hill, Heswall, Bournemouth, Dorset, BH1 1AA reportRevision: 2 - CaseId: 67890 InstructionReference: REF1243 CaseReference: REF1243Property#1 CaseStatus: Open riskClassification: Medium fullAddress: 91 Western Road Hill, Brighton, East Sussex, BN1 2NW reportRevision: null '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}: get: operationId: get-organisation-orgid-case-caseid summary: /organisation/{orgId}/case/{caseId} - GET description: Retrieve a specific case from PRH by specifying the internal caseId. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet200ApplicationJsonResponse' example: value: CaseId: 12345 CaseReference: Test205 InstructionReference: Test205#2 StatusId: 5 StatusText: Property Risk Assessed DataConfigGroupId: 1 DataConfigGroupCode: PURCHASE DataConfigGroupText: Purchase RiskClassificationCode: PASS RiskClassificationText: PASS RiskClassificationDescription: '' RiskClassificationDescriptionInternal: '' InstructionAddressId: 26 VerifiedAddressId: 28 InstructionAddress: AddressId: 26 City: Oxford CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false BuildingName: Rose House BuildingNumber: '17' SubBuilding: Flat B Line1: Gordon Cl Line2: Marston PostalCode: OX3 0RG Province: Oxfordshire UpdatedDate: '2016-02-11T15:26:38.327Z' VerifiedAddress: AddressId: 28 CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false Latitude: 72377.23 Longitude: 198967.79 BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: West Street Line2: Oxford PostalCode: OX2 5ER UpdatedDate: '2017-09-13T08:35:21.05Z' Uprn: '10003997997' InstructionDate: '2019-10-07T00:00:00Z' NumberOfBedrooms: 2 EstimatedValueAmount: 200000 PurchasePriceAmount: 0 LoanAmount: 100000 LoanToValue: 50 TenureId: 1 TenureText: Freehold PrismReference: TST001-12345 IsPortfolio: true ProcessTypeCode: PRH-SPC IsNewBuild: false ProcessStartDate: '2021-06-29T11:46:44.557Z' CreatedDate: '2020-06-04T10:11:55.4Z' UpdatedDate: '2021-07-21T13:11:42.687Z' IsDeleted: false BrandCode: PRH BrandText: Property Risk Hub ExcludeFromBilling: false LatestDataProviderStatusText: Complete LatestDataProviderStatusDate: '2021-06-29T11:46:50.89Z' LatestDataProviderText: Climate Change References: - CaseId: 12345 CaseReferenceId: 50 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample1 - CaseId: 12345 CaseReferenceId: 51 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample2 Contacts: - CaseContactId: 91849 CaseId: 12345 ContactClassId: 1 ContactTypeCode: PRIMARY Title: Mr Forename: Joe Lastname: Bloggs CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false - CaseContactId: 91850 CaseId: 12345 ContactClassId: 1 ContactTypeCode: ACCESS Forename: Mr Smith CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false CustomAttributes: - CaseCustomAttributeId: 577454 CaseId: 12345 Key: Application Sub Type Value: Buy to Let IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577455 CaseId: 12345 Key: VendorLimitedCompany Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577456 CaseId: 12345 Key: PrivateSale Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false CaseConditions: [] CaseOutcomes: - CaseOutcomeId: 8712 CaseId: 12345 ItemKey: '701' ItemValue: AVM Accept DisplayTitle: AVM Accept IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8713 CaseId: 12345 ItemKey: '503' ItemValue: 'Climate change risk identified: Ambiental future flood score exceeds threshold' DisplayTitle: 'Climate change risk identified: Ambiental future flood score exceeds threshold' IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8714 CaseId: 12345 ItemKey: '350' ItemValue: This Property has been identified to have a potential EPC Rating of B DisplayTitle: This Property has been identified to have a potential EPC Rating of B IsDisplayed: true RiskLevelId: 2 CaseResult: CaseId: 12345 IsRiskDecision: false IsFurtherValuationRequired: false AvmReference: '88957659' AvmDataProviderId: 21 AvmDataProviderCode: HOMETRACK ValuationAmount: 316434 ValuationDate: '2021-10-10T13:00:00Z' ValuationConfidence: 6.8 Tenure: Freehold RentalAmount: 865 RentalConfidence: 4.3 ClassOfTitle: AF CreatedDate: '2021-10-10T10:13:00.083Z' UpdatedDate: '2021-10-10T11:45:43.73Z' IsDeleted: false CaseResultItems: - CaseResultItemId: 123415 CaseId: 12345 ItemKey: ClimateChangeRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123416 CaseId: 12345 ItemKey: ConcentrationRiskRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: AVMRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: valuationamount ItemValue: '316434' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: valuationconfidence ItemValue: '6.8' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: marketrentvaluation ItemValue: '865' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: marketrentconfidencelevel ItemValue: '4.3' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123420 CaseId: 12345 ItemKey: avm.propertytypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123421 CaseId: 12345 ItemKey: avm.propertytype ItemValue: House IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123422 CaseId: 12345 ItemKey: avm.propertystyle ItemValue: Mid Terrace IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123423 CaseId: 12345 ItemKey: avm.displayproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123424 CaseId: 12345 ItemKey: avm.displaypropstyleid ItemValue: '4' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123425 CaseId: 12345 ItemKey: avm.htproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123426 CaseId: 12345 ItemKey: avm.bedrooms ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123427 CaseId: 12345 ItemKey: avm.receptions ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123428 CaseId: 12345 ItemKey: avm.addresspointtoid ItemValue: '1000002148190233' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123429 CaseId: 12345 ItemKey: avm.buildingtoid ItemValue: '1000042305602' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123430 CaseId: 12345 ItemKey: avm.floorarea ItemValue: '100' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123431 CaseId: 12345 ItemKey: avm.asofdate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123432 CaseId: 12345 ItemKey: avm.knownvalue ItemValue: '350000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123433 CaseId: 12345 ItemKey: avm.knownvaluedate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123434 CaseId: 12345 ItemKey: avm.constructiontype ItemValue: Standard IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123435 CaseId: 12345 ItemKey: avm.yearbuilt ItemValue: '1860' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123436 CaseId: 12345 ItemKey: avm.x_coord ItemValue: '532676.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123437 CaseId: 12345 ItemKey: avm.y_coord ItemValue: '172298.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123438 CaseId: 12345 ItemKey: avm.acorncategoryvalue ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: RawClimateChangeData ItemValue: '{"GroundRisk":{"Current":[{"HighestScore":null,"MiningScore":30,"MiningNonCoalScore":30,"MiningCoalScore":0,"MiningCheshireBrineScore":0,"DissolutionScore":0,"SinkHoleScore":0,"MiscellaneousScore":0,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"LandslipScore":0,"Shape":"0101000020346C000000000000E0E6154100000000B0EE0541","SubsidenceScore":6}],"Future":[{"Year":2050,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2080,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7}]},"FloodScore":{"Current":[{"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17}],"Future":[{"Year":2093,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2093,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":12,"DefendedADR":0.03246,"DefendedAAL":75,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":12,"UndefendedADR":0.03246,"UndefendedAAL":75,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":12,"UndefendedPluvialMaxDepth30Years":0.01,"UndefendedPluvialMaxDepth75Years":0.02,"UndefendedPluvialMaxDepth100Years":0.03,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.04,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.03246,"UndefendedPluvialAAL":75},{"Year":2093,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2027,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2093,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":1,"DefendedADR":0.00321,"DefendedAAL":7,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":1,"UndefendedADR":0.00321,"UndefendedAAL":7,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":1,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00321,"UndefendedPluvialAAL":7},{"Year":2055,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749}]},"EnergyCertificate":{"RawHashValue":"dc64c5f4-c319-4c02-b83e-b2ba060caa92|02a5bc93bf1177118a9e14865b75c648|f8aaae5df53c6292608fdd83dc7f259d23e620bb39244860ae6e6414f6168e2b","MappingHeatingKey":1,"MappingTenureKey":null,"DataSourceId":282,"UPRN":200001171123,"ConcatenatedAddress":"40, Birchcroft, French Walls","CustRef1":"1235610789262015022609080659348835","CustRef2":3504899278,"PostCode":"B66 3LN","PCD":"B66","HouseName":"40, Birchcroft","StreetName":"French Walls","Locality":null,"Town":"SMETHWICK","County":null,"FullAddress":"40, Birchcroft, French Walls","PropType":"Flat","PropStyle":"End-Terrace","TotalRoomCount":2,"FloorArea":38,"Heating":"electricity (not community)","FloorsInBlock":null,"Outbuildings":0,"InspectionDate":"2015-02-24","ReportDate":"2015-02-26","InstrType1":"ECO assessment","AddressMatchFlag":true,"AddressMatchAttempts":1,"NumberHeatedRooms":2,"RoofDescription":"(another dwelling above)","FloorHeight":null,"CurrentEnergyRating":"D","CurrentEnergyEfficiency":62,"PotentialEnergyRating":"C","PotentialEnergyEfficiency":69,"LocalAuthority":"E08000028","Constituency":"E14001016","EnvironmentImpactCurrent":42,"EnvironmentImpactPotential":49,"EnergyConsumptionCurrent":576,"EnergyConsumptionPotential":490,"CO2EmissionCurrent":3,"CO2CurrentPerFloorArea":97,"CO2EmissionPotential":3,"LightingCostCurrent":45,"LightingCostPotential":30,"HeatingCostCurrent":448,"HeatingCostPotential":344,"HotWaterCostCurrent":115,"HotWaterCostPotential":115,"EnergyTariff":"dual","MainsGasFlag":"N","FloorLevel":"6th","FlatTopStorey":"N","MainHeatingControls":2401,"MultiGlazeProportion":100,"GlazedType":"double glazing, unknown install date","GlazedArea":"Normal","LowEnergyLighting":50,"NumberOpenFireplaces":0,"HotwaterDescription":"Electric immersion, off-peak","HotWaterEnergyEff":"Average","HotWaterEnvEff":"Poor","FloorDescription":"(another dwelling below)","FloorEnergyEff":null,"FloorEnvEff":null,"WindowsDescription":"Fully double glazed","WindowsEnergyEff":"Average","WindowsEnvEff":"Average","WallsDescription":"System built, as built, no insulation (assumed)","WallsEnergyEff":"Very Poor","WallsEnvEff":"Very Poor","SecondheatDescription":"Room heaters, electric","SheatingEnergyEff":null,"SheatingEnvEff":null,"RoofEnergyEff":null,"RoofEnvEff":null,"MainheatDescription":"Electric storage heaters","MainheatEnergyEff":"Average","MainheatEnvEff":"Very Poor","MainheatcontDescription":"Manual charge control","MainheatcEnergyEff":"Poor","MainheatcEnvEff":"Poor","LightingDescription":"Low energy lighting in 50% of fixed outlets","LightingEnergyEff":"Good","LightingEnvEff":"Good","AirTightnessDescription":null,"AirTightnessEnergyEff":null,"AirTightnessEnvEff":null,"WindTurbineCount":0,"HeatLossCorridoor":"unheated corridor","HeatLossCorridoorLength":6,"PhotoSupply":null,"SolarWaterHeatingFlag":"N","MechanicalVentilation":"natural","LocalAuthorityLabel":"Sandwell","ConstituencyLabel":"Warley","ConstructionAgeBand":"England and Wales: 1950-1966","LodgementDate":"2015-02-26T00:00:00.000+0000","Tenure":"rental (social)","FixedLightingOutletsCount":null,"LowEnergyFixedLightCount":null,"TypeOfAssessment":null,"3YearEnergyCostCurrent":null,"3YearEnergySavingPotential":null,"CurrentEnvironmentalRating":null,"PotentialEnvironmentalRating":null,"LzcEnergySources":null,"SpaceHeatingDemand":null,"WaterHeatingDemand":null,"ImpactLoftInsulation":null,"ImpactCavityWallInsulation":null,"ImpactSolidWallInsulation":null,"MainHeatingCategory":null,"AddendumText":null,"DataZone":null,"YearBuilt":null,"IsNewBuild":null,"EffectiveDate":"2015-02-24","HashValue":"4e0c2ef28b26089741ee154fd47f049c7bb212111a95c1ce04ce9a333de4b2e8"}}' IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}/documents: get: operationId: get-organisation-orgid-case-caseid-documents summary: /organisation/{orgId}/case/{caseId}/documents - GET description: Retrieve a list of documents attached to the specified PRH case. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet200ApplicationJsonResponse' example: Documents: - DocumentReference: AAAFADE8-7DC0-4070-BFA7-561533592375 FileName: 479212501.pdf Format: PDF DocumentType: DP - Valuation Report DocumentSize: 123 DataProviderCode: VALPROV RepositoryContainer: docContainer-1 CreatedDate: '2017-09-19T14:28:43.443Z' - DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D FileName: Test Document.txt Format: TEXT DocumentType: DP-Doc DocumentSize: 123 DataProviderCode: TESTDP RepositoryContainer: docContainer-1 CreatedDate: '2017-09-19T14:28:43.443Z' - DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D FileName: OSREGTD_201609300540.ZIP Format: ZIP DocumentType: DP - Register Of Title Details DocumentSize: 123 DataProviderCode: OSREGTD RepositoryContainer: docContainer-1 CreatedDate: '2017-09-19T14:28:43.443Z' '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information post: operationId: post-organisation-orgid-case-caseid-documents summary: /organisation/{orgId}/case/{caseId}/documents - POST description: Attach new documents to the specified PRH case. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/Generated-3' example: - Name: document1.pdf Format: PDF Reference: PICTURES Description: Pictures of the property BinaryObject: VGhpcyBpcyBzb21lIHRlc3QgZGF0YS4= - Name: valuation.pdf Format: PDF Reference: VALUATION Description: Mortgage Valuation Report BinaryObject: VGhpcyBpcyBzb21lIHRlc3QgZGF0YS4= responses: '202': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost202ApplicationJsonResponse' example: Documents: - DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D DocumentVerificationUrl: this.and/that - DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D DocumentVerificationUrl: this.and/that - DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D DocumentVerificationUrl: this.and/that '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsPost504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}/documents/{documentReference}: get: operationId: get-organisation-orgid-case-caseid-documents-documentreference summary: /organisation/{orgId}/case/{caseId}/documents/{documentReference} - GET description: Retrieve a specific document attached to the specified PRH case. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string - name: documentReference in: path required: true schema: type: string responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet200ApplicationJsonRe' example: Document: DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D FileName: Test Document.txt Format: TEXT DocumentType: DP-Doc DataProviderCode: TESTDP BinaryObject: VGhpcyBpcyBzb21lIHRlc3QgZGF0YS4= '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet400ApplicationJsonRe' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet401ApplicationJsonRe' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet403ApplicationJsonRe' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet404ApplicationJsonRe' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet405ApplicationJsonRe' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet406ApplicationJsonRe' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet415ApplicationJsonRe' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet425ApplicationJsonRe' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet429ApplicationJsonRe' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet500ApplicationJsonRe' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet502ApplicationJsonRe' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet504ApplicationJsonRe' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}/documents/{documentReference}/verify: get: operationId: get-organisation-orgid-case-caseid-documents-documentreference-verify summary: /organisation/{orgId}/case/{caseId}/documents/{documentReference}/verify - GET description: Verify that the specified document is available. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string - name: documentReference in: path required: true schema: type: string responses: '202': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet202Application' example: message: Processing reason: The document is not ready yet. '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet200Application' example: message: Success reason: The document is available. '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet400Application' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet401Application' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet403Application' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet404Application' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet405Application' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet406Application' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet415Application' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet425Application' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet429Application' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet500Application' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet502Application' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet504Application' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}/process/{caseProcessId}: get: operationId: get-organisation-orgid-case-caseid-process-caseprocessid summary: /organisation/{orgId}/case/{caseId}/process/{caseProcessId} - GET description: Retrieve the specified PRH case, filtered to a specific case process. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string - name: caseProcessId in: path required: true schema: type: string responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet200ApplicationJsonResponse' example: Case: BrandCode: ORG BrandText: Dummy Organisation CaseId: 12345 CaseReference: TEST123 ConstructionYear: '1964' DataConfigGroupCode: PURCHASE DataConfigGroupId: 5 DataConfigGroupText: Purchase InstructionAddress: AddressId: '524590' CreatedDate: '2025-01-13T11:01:06.767Z' IsDeleted: false Line1: 6 Arlbury Road PostalCode: NN3 8QJ UpdatedDate: '2025-01-13T11:01:06.767Z' InstructionReference: TEST123 InstructionTypeCode: MV LoanAmount: 125000 LoanToValue: 0 NumberOfBedrooms: 3 PrismReference: ORG001-12345 PropertyTypeCode: DETACHEDHOUSE PropertyTypeText: Detached House PurchasePriceAmount: 270000 RiskClassificationCode: REFR RiskClassificationDescription: '' RiskClassificationText: REFR StatusId: 0 StatusText: Complete TenureId: 1 TenureText: Freehold VerifiedAddress: AddressId: '524591' CreatedDate: '2025-01-13T11:01:08.773Z' IsDeleted: false Latitude: '263751' Line1: 6 Arlbury Road Longitude: '480544' PostalCode: NN3 8QJ TitleDeedNumber: NN55420 UpdatedDate: '2025-01-13T11:01:41.52Z' Uprn: '15006338' CaseCondition: [] CaseOutcome: - CaseId: 12345 CaseOutcomeId: 438364 ItemKey: SINGLE_TRACK_RAILWAY ItemValue: Risk not present. The property is not close to a single track railway. RiskLevelId: 1 - CaseId: 12345 CaseOutcomeId: 438365 ItemKey: MULTI_TRACK_RAILWAY ItemValue: Risk not present. The property is not close to a multi track railway. RiskLevelId: 1 CaseProcessId: 220282 CaseResultItem: - CaseId: 12345 CaseResultItemId: 4852358 CreatedDate: '2025-01-13T11:01:08.777Z' ItemKey: valuationamount ItemValue: '243000' UpdatedDate: '2025-01-13T11:01:08.777Z' - CaseId: 12345 CaseResultItemId: 4852359 CreatedDate: '2025-01-13T11:01:08.777Z' ItemKey: valuationconfidence ItemValue: '3.13500000' UpdatedDate: '2025-01-13T11:01:08.777Z' CreatedDate: '2025-01-13T11:01:06.76Z' ProcessStatusText: Completed ProcessTypeCode: ASYNCRISK UpdatedDate: '2025-01-13T11:01:41.52Z' '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}/process/{caseProcessId}/status: get: operationId: get-organisation-orgid-case-caseid-process-caseprocessid-status summary: /organisation/{orgId}/case/{caseId}/process/{caseProcessId}/status - GET description: Retrieve the status of the specified case process on the specified PRH case. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string - name: caseProcessId in: path required: true schema: type: string responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet200ApplicationJsonRe' example: CaseId: 12345 CaseProcessId: 67890 Links: - Href: /case/12345/process/67890/status Method: GET Rel: self - Href: /case/12345/process/67890 Method: GET Rel: get-case-process-results ProcessStatusId: 3 ProcessStatusText: Completed ProcessTypeCode: PROCTYPE UpdatedDate: '2025-01-13T11:01:41.52Z' '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet400ApplicationJsonRe' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet401ApplicationJsonRe' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet403ApplicationJsonRe' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet404ApplicationJsonRe' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet405ApplicationJsonRe' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet406ApplicationJsonRe' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet415ApplicationJsonRe' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet425ApplicationJsonRe' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet429ApplicationJsonRe' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet500ApplicationJsonRe' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet502ApplicationJsonRe' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet504ApplicationJsonRe' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}/report: get: operationId: get-organisation-orgid-case-caseid-report summary: /organisation/{orgId}/case/{caseId}/report - GET description: Retrieve a list of valuation reports attached to the specified PRH case. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet200ApplicationJsonResponse' example: - reportRevision: '2' ReportDate: '2018-11-01' RuleAcceptable: true RuleCode: GREEN - reportRevision: '1' ReportDate: '2018-10-27' RuleAcceptable: false RuleCode: RED '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}/report/{revision}: get: operationId: get-organisation-orgid-case-caseid-report-revision summary: /organisation/{orgId}/case/{caseId}/report/{revision} - GET description: Retrieve a specific valuation report attached to the specified PRH case. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string - name: revision in: path required: true schema: type: string responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet200ApplicationJsonResponse' example: ReportRevision: '12' ReportType: REMO ReportDate: '2018-09-27' InspectionDate: '2018-09-25' PropertyPrice: 300000 ValuationAmount: 300000 AdvanceAmount: 1000 PropertySuitable: true PropertySuitableDetails: Suitability notes AllDeclarationsMet: true Tenure: Leasehold LeaseholdTerm: '99' ApplicantShare: 30 RuleAcceptable: false RuleCode: RED RuleInternalMessage: 'Detailed internal ' RuleExternalMessage: 'One or more issues were identified: Flood risk, multiple occupancy' SecurityAddress: BuildingName: Rose House BuildingNumber: '123' SubBuilding: Flat B Line1: Example Lane Line2: Sample Grove Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX1 1AA FirmAddress: BuildingName: Rose House BuildingNumber: '123' SubBuilding: Flat B Line1: Example Lane Line2: Sample Grove Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX1 1AA CaseReportItems: - ItemKey: FurtherInfoNeeded ItemValue: DRAIN,KNOTWEED RiskLevelId: 3 RiskLevelText: Red - ItemKey: FurtherInfoNeededDetails ItemValue: Valuer specific comments from free text field - ItemKey: FloodRisk ItemValue: 'true' RiskLevelId: 3 RiskLevelText: Red - ItemKey: FloodRiskDetails ItemValue: Valuer specific comments from free text field CaseConditions: - ItemKey: LHT ItemValue: Tenure for this property has been assumed as Leasehold DisplayTitle: Tenure (Leasehold) CaseOutcomes: - ItemKey: VART ItemValue: Valuation Assessment - Report tenure does not match instructed tenure RiskLevelId: 2 DisplayTitle: Tenure mismatch CaseProofsRequired: - ItemKey: LT ItemValue: Leasehold Term for this property is lower than the minimum (0), proof that the lease is being extended is required DisplayTitle: Leasehold Term Extension CaseDocuments: - DocumentFileName: Example.pdf DocumentFormat: PDF DocumentSize: 12 DocumentReference: ba61b28c-a594-4aea-9dc4-ddad4baf9422 DocumentType: SAMPLEDOC '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportRevisionGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}/report/latest: get: operationId: get-organisation-orgid-case-caseid-report-latest summary: /organisation/{orgId}/case/{caseId}/report/latest - GET description: Retrieve the most recent valuation report attached to the specified PRH case. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet200ApplicationJsonResponse' example: ReportRevision: '12' ReportType: REMO ReportDate: '2018-09-27' InspectionDate: '2018-09-25' PropertyPrice: 300000 ValuationAmount: 300000 AdvanceAmount: 1000 PropertySuitable: true PropertySuitableDetails: Suitability notes AllDeclarationsMet: true Tenure: Leasehold LeaseholdTerm: '99' ApplicantShare: 30 RuleAcceptable: false RuleCode: RED RuleInternalMessage: 'Detailed internal ' RuleExternalMessage: 'One or more issues were identified: Flood risk, multiple occupancy' SecurityAddress: BuildingName: Rose House BuildingNumber: '123' SubBuilding: Flat B Line1: Example Lane Line2: Sample Grove Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX1 1AA FirmAddress: BuildingName: Rose House BuildingNumber: '123' SubBuilding: Flat B Line1: Example Lane Line2: Sample Grove Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX1 1AA CaseReportItems: - ItemKey: FurtherInfoNeeded ItemValue: DRAIN,KNOTWEED RiskLevelId: 3 RiskLevelText: Red - ItemKey: FurtherInfoNeededDetails ItemValue: Valuer specific comments from free text field - ItemKey: FloodRisk ItemValue: 'true' RiskLevelId: 3 RiskLevelText: Red - ItemKey: FloodRiskDetails ItemValue: Valuer specific comments from free text field CaseConditions: - ItemKey: LHT ItemValue: Tenure for this property has been assumed as Leasehold DisplayTitle: Tenure (Leasehold) CaseOutcomes: - ItemKey: VART ItemValue: Valuation Assessment - Report tenure does not match instructed tenure RiskLevelId: 2 DisplayTitle: Tenure mismatch CaseProofsRequired: - ItemKey: LT ItemValue: Leasehold Term for this property is lower than the minimum (0), proof that the lease is being extended is required DisplayTitle: Leasehold Term Extension CaseDocuments: - DocumentFileName: Example.pdf DocumentFormat: PDF DocumentSize: 12 DocumentReference: ba61b28c-a594-4aea-9dc4-ddad4baf9422 DocumentType: SAMPLEDOC '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdReportLatestGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}/status: get: operationId: get-organisation-orgid-case-caseid-status summary: /organisation/{orgId}/case/{caseId}/status - GET description: Search for previous data provider status updates made on the specified PRH case. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string - name: dataProviderCode in: query required: false schema: type: string description: Filter the response to a specific data provider, by data provider code. - name: statusCode in: query required: false schema: type: string description: Filter the response to a specific status code. - name: fromStatusDate in: query required: false schema: type: string description: Start point to filter the response to statuses received in a specific date/time range. - name: toStatusDate in: query required: false schema: type: string description: End point to filter the response to statuses received in a specific date/time range. responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet200ApplicationJsonResponse' example: - DataProviderCode: STAFFVAL DataProviderName: Staff Valuer StatusCode: APPOINTMENT StatusDate: '2019-06-13T16:01:00Z' StatusReason: Need an appointment CreatedDate: '2019-06-13T15:06:36Z' CaseStatusItems: - ItemKey: AppointmentDate ItemValue: '2019-06-11 00:00:00.000Z' - ItemKey: AppointmentTime ItemValue: 09:00-12:00 - DataProviderCode: STAFFVAL DataProviderName: Staff Valuer StatusCode: ONHOLD StatusDate: '2019-06-14T16:01:00Z' StatusReason: Put on hold CreatedDate: '2019-06-13T15:06:36Z' CaseStatusItems: - ItemKey: Key123 ItemValue: Value123 - ItemKey: Key456 ItemValue: Value456 '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information post: operationId: post-organisation-orgid-case-caseid-status summary: /organisation/{orgId}/case/{caseId}/status - POST description: Send a data provider status update to the specified PRH case. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/Generated-2' example: InstructionReference: REF1243 Notes: '' StatusCode: APPOINTMENT Contacts: - CompanyName: '' ContactAddress: BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB ContactTypeCode: VALUER Email: valuations@prism.com Fax: '' Forename: Valuation HomePhone: '' Lastname: User MiddleNames: '' MobilePhone: '' Notes: '' Title: Mr WorkPhone: 01234567890 - CompanyName: Houses4U ContactAddress: BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB ContactTypeCode: ESTAGENT Email: '' Fax: '' Forename: '' HomePhone: '' Lastname: '' MiddleNames: '' MobilePhone: '' Notes: '' Title: '' WorkPhone: '' StatusDataItems: - Key: Appointment Date Value: '2016-06-01' - Key: Appointment Time Value: 09:00 - 11:00 - Key: Status Value: InProg StatusDate: '2016-05-28T15:36:52.511Z' StatusMessage: Appointment has been booked for 01 June 2016 at 9:00. StatusReason: '' responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost200ApplicationJsonResponse' example: InstructionReference: REF1243 CaseId: '12345' '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusPost504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/case/{caseId}/status/latest: get: operationId: get-organisation-orgid-case-caseid-status-latest summary: /organisation/{orgId}/case/{caseId}/status/latest - GET description: Retrieves the most recent data provider status update on the specified case. parameters: - name: orgId in: path required: true schema: type: string - name: caseId in: path required: true schema: type: string responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet200ApplicationJsonResponse' example: DataProviderCode: STAFFVAL DataProviderName: Staff Valuer StatusCode: ONHOLD StatusDate: '2019-06-14T16:01:00Z' StatusReason: Put on hold CreatedDate: '2019-06-13T15:06:36Z' CaseStatusItems: - ItemKey: Key123 ItemValue: Value123 - ItemKey: Key456 ItemValue: Value456 '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdCaseCaseIdStatusLatestGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/instruction: post: operationId: post-organisation-orgid-instruction summary: /organisation/{orgId}/instruction - POST description: Create a new instruction on the PRH system. parameters: - name: orgId in: path required: true schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/Generated' example: Brand: Registered Brand Name ProcessCode: DIP IsPortfolio: false InstructionReference: REF1243 AdditionalReferences: - REF2 - REF3 InstructionComment: '' InstructionDate: 01/01/2015 ExcludeFromBilling: false Properties: - CaseReference: REF1243Property#1 AdditionalCaseReferences: - PropertyREF2 - PropertyREF3 Address: Company: '' BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: '' Province: Oxfordshire PostalCode: OX30LB UPRN: '' PropertyNotes: '' ConstructionYear: 1930 PropertyType: House - Detached NoOfBedrooms: 3 EstimatedValueAmount: 0 EstimatedRental: 0 PurchasePriceAmount: 0 LoanAmount: 0 GroundRent: 0 LeaseHoldTerm: 0 Tenure: '' ProductCode: '' InstructionType: MV CaseCustomAttributes: - Key: Case Key 1 Value: SampleValue IsDisplayed: true - Key: CaseDataStatus Value: InProg IsDisplayed: false Contacts: - ContactTypeCode: PRIMARY CompanyName: '' Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' ContactAddress: Company: '' BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB Notes: '' - ContactTypeCode: ESTAGENT CompanyName: Houses4U Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' ContactAddress: BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB Notes: '' - ContactTypeCode: ACCESS CompanyName: Houses4U Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' - ContactTypeCode: ASSIGNED CompanyName: Nationwide Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' - ContactTypeCode: LENDER CompanyName: Lender Company Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' CustomAttributes: - Key: Key 1 Value: SampleValue IsDisplayed: true - Key: Key 2 Value: Value2 IsDisplayed: true - Key: Status Value: InProg IsDisplayed: false - Key: ForwardToSystem Value: VEX IsDisplayed: false responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost200ApplicationJsonResponse' example: value: InstructionReference: Test205#2 CaseId: 12345 CaseReference: Test205 StatusId: 5 StatusText: Property Risk Assessed RiskClassificationCode: REFR RiskClassificationText: REFR RiskClassificationDescription: '' RiskClassificationDescriptionInternal: Further Valuation assessment needed. CaseResult: CaseId: 12345 IsRiskDecision: false IsFurtherValuationRequired: false AvmReference: '88957658' AvmDataProviderId: 21 AvmDataProviderCode: HOMETRACK ValuationAmount: 165000 ValuationDate: '2020-10-29T15:55:00Z' ValuationConfidence: 3.29 Tenure: Freehold RentalAmount: 765 RentalConfidence: 4.3 ClassOfTitle: AF CreatedDate: '2020-06-04T10:13:00.083Z' UpdatedDate: '2021-06-29T11:45:43.73Z' IsDeleted: false Case: CaseId: 12345 CaseReference: Test205 InstructionReference: Test205#2 StatusText: Property Risk Assessed DataConfigGroupId: 18 DataConfigGroupCode: TACTPURCHASE DataConfigGroupText: TMW Security Purchase RiskClassificationCode: REFR RiskClassificationText: REFR RiskClassificationDescription: '' RiskClassificationDescriptionInternal: Further Valuation assessment needed. InstructionAddressId: 26 VerifiedAddressId: 28 InstructionAddress: AddressId: 26 City: Oxford CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false BuildingName: Rose House BuildingNumber: '17' SubBuilding: Flat B Line1: Gordon Cl Line2: Marston PostalCode: OX3 0RG Province: Oxfordshire UpdatedDate: '2016-02-11T15:26:38.327Z' VerifiedAddress: AddressId: 28 CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false Latitude: 72377.23 Longitude: 198967.79 BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: West Street Line2: Oxford PostalCode: OX2 5ER UpdatedDate: '2017-09-13T08:35:21.05Z' Uprn: '10003997997' InstructionDate: '2019-10-07T00:00:00Z' NumberOfBedrooms: 2 EstimatedValueAmount: 130000 PurchasePriceAmount: 0 LoanAmount: 0 LoanToValue: 0 TenureText: Freehold PrismReference: TST001-12345 IsPortfolio: true ProcessTypeCode: PRH-SPC IsNewBuild: false ProcessStartDate: '2021-06-29T11:46:44.557Z' CreatedDate: '2020-06-04T10:11:55.4Z' UpdatedDate: '2021-07-21T13:11:42.687Z' IsDeleted: false BrandCode: PRH BrandText: Property Risk Hub ExcludeFromBilling: false LatestDataProviderStatusText: Pending LatestDataProviderStatusDate: '2021-06-29T11:46:50.89Z' LatestDataProviderText: Batch Underwriter Verification References: - CaseId: 12345 CaseReferenceId: 50 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample1 - CaseId: 12345 CaseReferenceId: 51 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample2 Contacts: - CaseContactId: 91849 CaseId: 12345 ContactClassId: 1 ContactTypeCode: PRIMARY Title: Mr Forename: Joe Lastname: Bloggs CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false - CaseContactId: 91850 CaseId: 12345 ContactClassId: 1 ContactTypeCode: ACCESS Forename: Mr Smith CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false CustomAttributes: - CaseCustomAttributeId: 577454 CaseId: 12345 Key: Application Sub Type Value: Buy to Let IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577455 CaseId: 12345 Key: VendorLimitedCompany Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577456 CaseId: 12345 Key: PrivateSale Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false CaseConditions: [] CaseOutcomes: - CaseOutcomeId: 8609 CaseId: 12345 ItemKey: AVMUNSUITABLE ItemValue: AVM not suitable. Both the AVM Confidence and AVM Rental Confidence do not meet the minimum required level.|Hometrack returned warning(s) for this call:-| Loan Amount is invalid DisplayTitle: Not Suitable for AVM IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8610 CaseId: 12345 ItemKey: CASEASSESS ItemValue: Case Assessment Required DisplayTitle: Case Assessment Required IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8613 CaseId: 12345 ItemKey: '503' ItemValue: 'Climate change risk identified: Ambiental future flood score exceeds threshold' DisplayTitle: 'Climate change risk identified: Ambiental future flood score exceeds threshold' IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8614 CaseId: 12345 ItemKey: '350' ItemValue: This Property has been identified to have a potential EPC Rating of B DisplayTitle: This Property has been identified to have a potential EPC Rating of B IsDisplayed: true RiskLevelId: 2 CaseResultItems: - CaseResultItemId: 123415 CaseId: 12345 ItemKey: ClimateChangeRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123416 CaseId: 12345 ItemKey: ConcentrationRiskRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: AVMRAG ItemValue: Amber IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: valuationamount ItemValue: '165000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: valuationconfidence ItemValue: '3.29' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: marketrentvaluation ItemValue: '765' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: marketrentconfidencelevel ItemValue: '4.3' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123420 CaseId: 12345 ItemKey: avm.propertytypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123421 CaseId: 12345 ItemKey: avm.propertytype ItemValue: House IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123422 CaseId: 12345 ItemKey: avm.propertystyle ItemValue: Mid Terrace IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123423 CaseId: 12345 ItemKey: avm.displayproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123424 CaseId: 12345 ItemKey: avm.displaypropstyleid ItemValue: '4' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123425 CaseId: 12345 ItemKey: avm.htproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123426 CaseId: 12345 ItemKey: avm.bedrooms ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123427 CaseId: 12345 ItemKey: avm.receptions ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123428 CaseId: 12345 ItemKey: avm.addresspointtoid ItemValue: '1000002148190233' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123429 CaseId: 12345 ItemKey: avm.buildingtoid ItemValue: '1000042305602' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123430 CaseId: 12345 ItemKey: avm.floorarea ItemValue: '100' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123431 CaseId: 12345 ItemKey: avm.asofdate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123432 CaseId: 12345 ItemKey: avm.knownvalue ItemValue: '350000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123433 CaseId: 12345 ItemKey: avm.knownvaluedate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123434 CaseId: 12345 ItemKey: avm.constructiontype ItemValue: Standard IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123435 CaseId: 12345 ItemKey: avm.yearbuilt ItemValue: '1860' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123436 CaseId: 12345 ItemKey: avm.x_coord ItemValue: '532676.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123437 CaseId: 12345 ItemKey: avm.y_coord ItemValue: '172298.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123438 CaseId: 12345 ItemKey: avm.acorncategoryvalue ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: RawClimateChangeData ItemValue: '{"GroundRisk":{"Current":[{"HighestScore":null,"MiningScore":30,"MiningNonCoalScore":30,"MiningCoalScore":0,"MiningCheshireBrineScore":0,"DissolutionScore":0,"SinkHoleScore":0,"MiscellaneousScore":0,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"LandslipScore":0,"Shape":"0101000020346C000000000000E0E6154100000000B0EE0541","SubsidenceScore":6}],"Future":[{"Year":2050,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2080,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7}]},"FloodScore":{"Current":[{"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17}],"Future":[{"Year":2093,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2093,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":12,"DefendedADR":0.03246,"DefendedAAL":75,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":12,"UndefendedADR":0.03246,"UndefendedAAL":75,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":12,"UndefendedPluvialMaxDepth30Years":0.01,"UndefendedPluvialMaxDepth75Years":0.02,"UndefendedPluvialMaxDepth100Years":0.03,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.04,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.03246,"UndefendedPluvialAAL":75},{"Year":2093,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2027,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2093,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":1,"DefendedADR":0.00321,"DefendedAAL":7,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":1,"UndefendedADR":0.00321,"UndefendedAAL":7,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":1,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00321,"UndefendedPluvialAAL":7},{"Year":2055,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749}]},"EnergyCertificate":{"RawHashValue":"dc64c5f4-c319-4c02-b83e-b2ba060caa92|02a5bc93bf1177118a9e14865b75c648|f8aaae5df53c6292608fdd83dc7f259d23e620bb39244860ae6e6414f6168e2b","MappingHeatingKey":1,"MappingTenureKey":null,"DataSourceId":282,"UPRN":200001171123,"ConcatenatedAddress":"40, Birchcroft, French Walls","CustRef1":"1235610789262015022609080659348835","CustRef2":3504899278,"PostCode":"B66 3LN","PCD":"B66","HouseName":"40, Birchcroft","StreetName":"French Walls","Locality":null,"Town":"SMETHWICK","County":null,"FullAddress":"40, Birchcroft, French Walls","PropType":"Flat","PropStyle":"End-Terrace","TotalRoomCount":2,"FloorArea":38,"Heating":"electricity (not community)","FloorsInBlock":null,"Outbuildings":0,"InspectionDate":"2015-02-24","ReportDate":"2015-02-26","InstrType1":"ECO assessment","AddressMatchFlag":true,"AddressMatchAttempts":1,"NumberHeatedRooms":2,"RoofDescription":"(another dwelling above)","FloorHeight":null,"CurrentEnergyRating":"D","CurrentEnergyEfficiency":62,"PotentialEnergyRating":"C","PotentialEnergyEfficiency":69,"LocalAuthority":"E08000028","Constituency":"E14001016","EnvironmentImpactCurrent":42,"EnvironmentImpactPotential":49,"EnergyConsumptionCurrent":576,"EnergyConsumptionPotential":490,"CO2EmissionCurrent":3,"CO2CurrentPerFloorArea":97,"CO2EmissionPotential":3,"LightingCostCurrent":45,"LightingCostPotential":30,"HeatingCostCurrent":448,"HeatingCostPotential":344,"HotWaterCostCurrent":115,"HotWaterCostPotential":115,"EnergyTariff":"dual","MainsGasFlag":"N","FloorLevel":"6th","FlatTopStorey":"N","MainHeatingControls":2401,"MultiGlazeProportion":100,"GlazedType":"double glazing, unknown install date","GlazedArea":"Normal","LowEnergyLighting":50,"NumberOpenFireplaces":0,"HotwaterDescription":"Electric immersion, off-peak","HotWaterEnergyEff":"Average","HotWaterEnvEff":"Poor","FloorDescription":"(another dwelling below)","FloorEnergyEff":null,"FloorEnvEff":null,"WindowsDescription":"Fully double glazed","WindowsEnergyEff":"Average","WindowsEnvEff":"Average","WallsDescription":"System built, as built, no insulation (assumed)","WallsEnergyEff":"Very Poor","WallsEnvEff":"Very Poor","SecondheatDescription":"Room heaters, electric","SheatingEnergyEff":null,"SheatingEnvEff":null,"RoofEnergyEff":null,"RoofEnvEff":null,"MainheatDescription":"Electric storage heaters","MainheatEnergyEff":"Average","MainheatEnvEff":"Very Poor","MainheatcontDescription":"Manual charge control","MainheatcEnergyEff":"Poor","MainheatcEnvEff":"Poor","LightingDescription":"Low energy lighting in 50% of fixed outlets","LightingEnergyEff":"Good","LightingEnvEff":"Good","AirTightnessDescription":null,"AirTightnessEnergyEff":null,"AirTightnessEnvEff":null,"WindTurbineCount":0,"HeatLossCorridoor":"unheated corridor","HeatLossCorridoorLength":6,"PhotoSupply":null,"SolarWaterHeatingFlag":"N","MechanicalVentilation":"natural","LocalAuthorityLabel":"Sandwell","ConstituencyLabel":"Warley","ConstructionAgeBand":"England and Wales: 1950-1966","LodgementDate":"2015-02-26T00:00:00.000+0000","Tenure":"rental (social)","FixedLightingOutletsCount":null,"LowEnergyFixedLightCount":null,"TypeOfAssessment":null,"3YearEnergyCostCurrent":null,"3YearEnergySavingPotential":null,"CurrentEnvironmentalRating":null,"PotentialEnvironmentalRating":null,"LzcEnergySources":null,"SpaceHeatingDemand":null,"WaterHeatingDemand":null,"ImpactLoftInsulation":null,"ImpactCavityWallInsulation":null,"ImpactSolidWallInsulation":null,"MainHeatingCategory":null,"AddendumText":null,"DataZone":null,"YearBuilt":null,"IsNewBuild":null,"EffectiveDate":"2015-02-24","HashValue":"4e0c2ef28b26089741ee154fd47f049c7bb212111a95c1ce04ce9a333de4b2e8"}}' IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false IsManualOverride: 'false' Links: - Href: /organisation/ORG001/instruction Method: POST Rel: self - Href: /case/12345/process/12345/status Method: GET Rel: get-case-process-status '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPost504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information put: operationId: put-organisation-orgid-instruction summary: /organisation/{orgId}/instruction - PUT description: Reinstruct or reprocess an existing instruction on the PRH system. parameters: - name: orgId in: path required: true schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/Generated-1' example: CaseId: '12345' Brand: Registered Brand Name ProcessCode: DIP IsPortfolio: false InstructionReference: REF1243 AdditionalReferences: - REF2 - REF3 InstructionComment: '' InstructionDate: 01/01/2015 ExcludeFromBilling: false Properties: - CaseReference: REF1243Property#1 AdditionalCaseReferences: - PropertyREF2 - PropertyREF3 Address: Company: '' BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB PropertyNotes: '' ConstructionYear: 1930 PropertyType: House - Detached NoOfBedrooms: 3 EstimatedValueAmount: 0 EstimatedRental: 0 PurchasePriceAmount: 0 LoanAmount: 0 GroundRent: 0 LeaseHoldTerm: 0 Tenure: '' ProductCode: '' InstructionType: MV CaseCustomAttributes: - Key: Case Key 1 Value: SampleValue IsDisplayed: true - Key: CaseDataStatus Value: InProg IsDisplayed: false IsDeleted: false IsDeleted: false Contacts: - ContactTypeCode: PRIMARY CompanyName: '' Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' ContactAddress: Company: '' BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB Notes: '' IsDeleted: false - ContactTypeCode: ESTAGENT CompanyName: Houses4U Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' ContactAddress: Company: '' BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB Notes: '' - ContactTypeCode: ACCESS CompanyName: Houses4U Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' - ContactTypeCode: ASSIGNED CompanyName: Nationwide Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' - ContactTypeCode: LENDER CompanyName: Lender Company Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' CustomAttributes: - Key: Key 1 Value: SampleValue IsDisplayed: true IsDeleted: false - Key: Key 2 Value: Value2 IsDisplayed: true - Key: Status Value: InProg IsDisplayed: false - Key: ForwardToSystem Value: VEX IsDisplayed: false ProcessDataItems: - Key: Test Key Value: '2016-06-01' - Key: Status Value: InProg responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut200ApplicationJsonResponse' example: value: InstructionReference: Test205#2 CaseId: 12345 CaseReference: Test205 StatusId: 5 StatusText: Property Risk Assessed RiskClassificationCode: REFR RiskClassificationText: REFR RiskClassificationDescription: '' RiskClassificationDescriptionInternal: Further Valuation assessment needed. CaseResult: CaseId: 12345 IsRiskDecision: false IsFurtherValuationRequired: false AvmReference: '88957658' AvmDataProviderId: 21 AvmDataProviderCode: HOMETRACK ValuationAmount: 165000 ValuationDate: '2020-10-29T15:55:00Z' ValuationConfidence: 3.29 Tenure: Freehold RentalAmount: 765 RentalConfidence: 4.3 ClassOfTitle: AF CreatedDate: '2020-06-04T10:13:00.083Z' UpdatedDate: '2021-06-29T11:45:43.73Z' IsDeleted: false Case: CaseId: 12345 CaseReference: Test205 InstructionReference: Test205#2 StatusText: Property Risk Assessed DataConfigGroupId: 18 DataConfigGroupCode: TACTPURCHASE DataConfigGroupText: TMW Security Purchase RiskClassificationCode: REFR RiskClassificationText: REFR RiskClassificationDescription: '' RiskClassificationDescriptionInternal: Further Valuation assessment needed. InstructionAddressId: 26 VerifiedAddressId: 28 InstructionAddress: AddressId: 26 City: Oxford CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false BuildingName: Rose House BuildingNumber: '17' SubBuilding: Flat B Line1: Gordon Cl Line2: Marston PostalCode: OX3 0RG Province: Oxfordshire UpdatedDate: '2016-02-11T15:26:38.327Z' VerifiedAddress: AddressId: 28 CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false Latitude: 72377.23 Longitude: 198967.79 BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: West Street Line2: Oxford PostalCode: OX2 5ER UpdatedDate: '2017-09-13T08:35:21.05Z' Uprn: '10003997997' InstructionDate: '2019-10-07T00:00:00Z' NumberOfBedrooms: 2 EstimatedValueAmount: 130000 PurchasePriceAmount: 0 LoanAmount: 0 LoanToValue: 0 TenureText: Freehold PrismReference: TST001-12345 IsPortfolio: true ProcessTypeCode: PRH-SPC IsNewBuild: false ProcessStartDate: '2021-06-29T11:46:44.557Z' CreatedDate: '2020-06-04T10:11:55.4Z' UpdatedDate: '2021-07-21T13:11:42.687Z' IsDeleted: false BrandCode: PRH BrandText: Property Risk Hub ExcludeFromBilling: false LatestDataProviderStatusText: Pending LatestDataProviderStatusDate: '2021-06-29T11:46:50.89Z' LatestDataProviderText: Batch Underwriter Verification References: - CaseId: 12345 CaseReferenceId: 50 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample1 - CaseId: 12345 CaseReferenceId: 51 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample2 Contacts: - CaseContactId: 91849 CaseId: 12345 ContactClassId: 1 ContactTypeCode: PRIMARY Title: Mr Forename: Joe Lastname: Bloggs CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false - CaseContactId: 91850 CaseId: 12345 ContactClassId: 1 ContactTypeCode: ACCESS Forename: Mr Smith CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false CustomAttributes: - CaseCustomAttributeId: 577454 CaseId: 12345 Key: Application Sub Type Value: Buy to Let IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577455 CaseId: 12345 Key: VendorLimitedCompany Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577456 CaseId: 12345 Key: PrivateSale Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false CaseConditions: [] CaseOutcomes: - CaseOutcomeId: 8609 CaseId: 12345 ItemKey: AVMUNSUITABLE ItemValue: AVM not suitable. Both the AVM Confidence and AVM Rental Confidence do not meet the minimum required level.|Hometrack returned warning(s) for this call:-| Loan Amount is invalid DisplayTitle: Not Suitable for AVM IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8610 CaseId: 12345 ItemKey: CASEASSESS ItemValue: Case Assessment Required DisplayTitle: Case Assessment Required IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8613 CaseId: 12345 ItemKey: '503' ItemValue: 'Climate change risk identified: Ambiental future flood score exceeds threshold' DisplayTitle: 'Climate change risk identified: Ambiental future flood score exceeds threshold' IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8614 CaseId: 12345 ItemKey: '350' ItemValue: This Property has been identified to have a potential EPC Rating of B DisplayTitle: This Property has been identified to have a potential EPC Rating of B IsDisplayed: true RiskLevelId: 2 CaseResultItems: - CaseResultItemId: 123415 CaseId: 12345 ItemKey: ClimateChangeRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123416 CaseId: 12345 ItemKey: ConcentrationRiskRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: AVMRAG ItemValue: Amber IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: valuationamount ItemValue: '165000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: valuationconfidence ItemValue: '3.29' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: marketrentvaluation ItemValue: '765' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: marketrentconfidencelevel ItemValue: '4.3' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123420 CaseId: 12345 ItemKey: avm.propertytypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123421 CaseId: 12345 ItemKey: avm.propertytype ItemValue: House IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123422 CaseId: 12345 ItemKey: avm.propertystyle ItemValue: Mid Terrace IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123423 CaseId: 12345 ItemKey: avm.displayproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123424 CaseId: 12345 ItemKey: avm.displaypropstyleid ItemValue: '4' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123425 CaseId: 12345 ItemKey: avm.htproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123426 CaseId: 12345 ItemKey: avm.bedrooms ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123427 CaseId: 12345 ItemKey: avm.receptions ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123428 CaseId: 12345 ItemKey: avm.addresspointtoid ItemValue: '1000002148190233' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123429 CaseId: 12345 ItemKey: avm.buildingtoid ItemValue: '1000042305602' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123430 CaseId: 12345 ItemKey: avm.floorarea ItemValue: '100' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123431 CaseId: 12345 ItemKey: avm.asofdate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123432 CaseId: 12345 ItemKey: avm.knownvalue ItemValue: '350000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123433 CaseId: 12345 ItemKey: avm.knownvaluedate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123434 CaseId: 12345 ItemKey: avm.constructiontype ItemValue: Standard IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123435 CaseId: 12345 ItemKey: avm.yearbuilt ItemValue: '1860' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123436 CaseId: 12345 ItemKey: avm.x_coord ItemValue: '532676.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123437 CaseId: 12345 ItemKey: avm.y_coord ItemValue: '172298.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123438 CaseId: 12345 ItemKey: avm.acorncategoryvalue ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: RawClimateChangeData ItemValue: '{"GroundRisk":{"Current":[{"HighestScore":null,"MiningScore":30,"MiningNonCoalScore":30,"MiningCoalScore":0,"MiningCheshireBrineScore":0,"DissolutionScore":0,"SinkHoleScore":0,"MiscellaneousScore":0,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"LandslipScore":0,"Shape":"0101000020346C000000000000E0E6154100000000B0EE0541","SubsidenceScore":6}],"Future":[{"Year":2050,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2080,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7}]},"FloodScore":{"Current":[{"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17}],"Future":[{"Year":2093,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2093,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":12,"DefendedADR":0.03246,"DefendedAAL":75,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":12,"UndefendedADR":0.03246,"UndefendedAAL":75,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":12,"UndefendedPluvialMaxDepth30Years":0.01,"UndefendedPluvialMaxDepth75Years":0.02,"UndefendedPluvialMaxDepth100Years":0.03,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.04,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.03246,"UndefendedPluvialAAL":75},{"Year":2093,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2027,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2093,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":1,"DefendedADR":0.00321,"DefendedAAL":7,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":1,"UndefendedADR":0.00321,"UndefendedAAL":7,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":1,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00321,"UndefendedPluvialAAL":7},{"Year":2055,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749}]},"EnergyCertificate":{"RawHashValue":"dc64c5f4-c319-4c02-b83e-b2ba060caa92|02a5bc93bf1177118a9e14865b75c648|f8aaae5df53c6292608fdd83dc7f259d23e620bb39244860ae6e6414f6168e2b","MappingHeatingKey":1,"MappingTenureKey":null,"DataSourceId":282,"UPRN":200001171123,"ConcatenatedAddress":"40, Birchcroft, French Walls","CustRef1":"1235610789262015022609080659348835","CustRef2":3504899278,"PostCode":"B66 3LN","PCD":"B66","HouseName":"40, Birchcroft","StreetName":"French Walls","Locality":null,"Town":"SMETHWICK","County":null,"FullAddress":"40, Birchcroft, French Walls","PropType":"Flat","PropStyle":"End-Terrace","TotalRoomCount":2,"FloorArea":38,"Heating":"electricity (not community)","FloorsInBlock":null,"Outbuildings":0,"InspectionDate":"2015-02-24","ReportDate":"2015-02-26","InstrType1":"ECO assessment","AddressMatchFlag":true,"AddressMatchAttempts":1,"NumberHeatedRooms":2,"RoofDescription":"(another dwelling above)","FloorHeight":null,"CurrentEnergyRating":"D","CurrentEnergyEfficiency":62,"PotentialEnergyRating":"C","PotentialEnergyEfficiency":69,"LocalAuthority":"E08000028","Constituency":"E14001016","EnvironmentImpactCurrent":42,"EnvironmentImpactPotential":49,"EnergyConsumptionCurrent":576,"EnergyConsumptionPotential":490,"CO2EmissionCurrent":3,"CO2CurrentPerFloorArea":97,"CO2EmissionPotential":3,"LightingCostCurrent":45,"LightingCostPotential":30,"HeatingCostCurrent":448,"HeatingCostPotential":344,"HotWaterCostCurrent":115,"HotWaterCostPotential":115,"EnergyTariff":"dual","MainsGasFlag":"N","FloorLevel":"6th","FlatTopStorey":"N","MainHeatingControls":2401,"MultiGlazeProportion":100,"GlazedType":"double glazing, unknown install date","GlazedArea":"Normal","LowEnergyLighting":50,"NumberOpenFireplaces":0,"HotwaterDescription":"Electric immersion, off-peak","HotWaterEnergyEff":"Average","HotWaterEnvEff":"Poor","FloorDescription":"(another dwelling below)","FloorEnergyEff":null,"FloorEnvEff":null,"WindowsDescription":"Fully double glazed","WindowsEnergyEff":"Average","WindowsEnvEff":"Average","WallsDescription":"System built, as built, no insulation (assumed)","WallsEnergyEff":"Very Poor","WallsEnvEff":"Very Poor","SecondheatDescription":"Room heaters, electric","SheatingEnergyEff":null,"SheatingEnvEff":null,"RoofEnergyEff":null,"RoofEnvEff":null,"MainheatDescription":"Electric storage heaters","MainheatEnergyEff":"Average","MainheatEnvEff":"Very Poor","MainheatcontDescription":"Manual charge control","MainheatcEnergyEff":"Poor","MainheatcEnvEff":"Poor","LightingDescription":"Low energy lighting in 50% of fixed outlets","LightingEnergyEff":"Good","LightingEnvEff":"Good","AirTightnessDescription":null,"AirTightnessEnergyEff":null,"AirTightnessEnvEff":null,"WindTurbineCount":0,"HeatLossCorridoor":"unheated corridor","HeatLossCorridoorLength":6,"PhotoSupply":null,"SolarWaterHeatingFlag":"N","MechanicalVentilation":"natural","LocalAuthorityLabel":"Sandwell","ConstituencyLabel":"Warley","ConstructionAgeBand":"England and Wales: 1950-1966","LodgementDate":"2015-02-26T00:00:00.000+0000","Tenure":"rental (social)","FixedLightingOutletsCount":null,"LowEnergyFixedLightCount":null,"TypeOfAssessment":null,"3YearEnergyCostCurrent":null,"3YearEnergySavingPotential":null,"CurrentEnvironmentalRating":null,"PotentialEnvironmentalRating":null,"LzcEnergySources":null,"SpaceHeatingDemand":null,"WaterHeatingDemand":null,"ImpactLoftInsulation":null,"ImpactCavityWallInsulation":null,"ImpactSolidWallInsulation":null,"MainHeatingCategory":null,"AddendumText":null,"DataZone":null,"YearBuilt":null,"IsNewBuild":null,"EffectiveDate":"2015-02-24","HashValue":"4e0c2ef28b26089741ee154fd47f049c7bb212111a95c1ce04ce9a333de4b2e8"}}' IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false IsManualOverride: 'false' Links: - Href: /organisation/ORG001/instruction Method: POST Rel: self - Href: /case/12345/process/12345/status Method: GET Rel: get-case-process-status '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdInstructionPut504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/property/repository: get: operationId: get-organisation-orgid-property-repository summary: /organisation/{orgId}/property/repository - GET description: Retrieve the property value from the property valuation repository. parameters: - name: orgId in: path required: true schema: type: string - name: externalReference in: query required: false schema: type: string description: The External Reference Number linked to the property. - name: instructionReference in: query required: false schema: type: string description: The Instruction Reference Number linked to the property. - name: uprn in: query required: false schema: type: string description: The Unique Property Reference Number (UPRN) for the property. responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet200ApplicationJsonResponse' example: ExternalReference: A0023490874 UPRN: '544598728' ValuationAmount: 150000 ValuationDate: '2016-02-29T09:37:00.511Z' Bedrooms: 3 YearBuilt: 1984 '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/property/repository/{repositoryId}: get: operationId: get-organisation-orgid-property-repository-repositoryid summary: /organisation/{orgId}/property/repository/{repositoryId} - GET description: Retrieve a property value from the property valuation repository. parameters: - name: orgId in: path required: true schema: type: string - name: repositoryId in: path required: true schema: type: string responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet200ApplicationJsonResponse' example: ExternalReference: A0023490874 UPRN: '544598728' ValuationAmount: 150000 ValuationDate: '2016-02-29T09:37:00.511Z' Bedrooms: 3 YearBuilt: 1984 '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyRepositoryRepositoryIdGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information /organisation/{orgId}/property: get: operationId: get-organisation-orgid-property-postalcode-postalcode summary: /organisation/{orgId}/property?postalCode={postalCode} - GET description: Search for properties within the property valuation repository. parameters: - name: orgId in: path required: true schema: type: string - name: postalCode in: query required: true schema: type: string description: The Postal Code of the property. - name: addressLine1 in: query required: false schema: type: string description: The first line of the address of the property. - name: page in: query required: false schema: type: integer description: The zero-indexed page number. - name: pageSize in: query required: false schema: type: integer description: The page size. responses: '200': description: '' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet200ApplicationJsonResponse' example: TotalCount: 3 PageCount: 1 Page: 0 PageSize: 100 Results: - RepositoryId: '24353' Address: 1, St. Andrews Court, Wellington Street, Thame, Oxfordshire, OX9 3WT - RepositoryId: '55353' Address: 2, St. Andrews Court, Wellington Street, Thame, Oxfordshire, OX9 3WT - RepositoryId: '77385' Address: 6a, St. Andrews Court, Wellington Street, Thame, Oxfordshire, OX9 3WT '400': description: 'Status 400 - Bad Request. The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet400ApplicationJsonResponse' example: message: Bad request reason: Further error information '401': description: "Status 401 - Bad or Expired Token. The OAuth token provided is Bad or it has expired.\ \ The server is unable to process the request without a valid OAuth token. \n_This status\ \ will only be used when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet401ApplicationJsonResponse' example: message: Bad Token reason: Further error information '403': description: "Status 403 - Bad OAuth Request or Forbidden. The server has attempted to use the\ \ OAuth token provided to authorise the access to the resource and found that the token is\ \ bad or that access to the resource has been forbidden. \n_This status will only be used\ \ when the API resource has been secured using OAuth 2.0._\n" content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet403ApplicationJsonResponse' example: message: Forbidden reason: Further error information '404': description: 'Status 404 - Resource not found. The requested resource could not be found but may be available again in the future. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet404ApplicationJsonResponse' example: message: Resource not found reason: Further error information '405': description: 'Status 405 - Method Not Allowed. A request was made of a resource using a request method not supported by that resource. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet405ApplicationJsonResponse' example: message: Method not allowed reason: Further error information '406': description: 'Status 406 - Not Acceptable. The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet406ApplicationJsonResponse' example: message: Not acceptable reason: Further error information '415': description: 'Status 415 - Unsupported Media Type. The request entity has a media type which the server or resource does not support. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet415ApplicationJsonResponse' example: message: Unsupported media type reason: Further error information '425': description: 'Status 425 - Too Early. The requested resource is not available yet, but will be soon. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet425ApplicationJsonResponse' example: message: Response is not ready yet. Please retry this operation later. reason: Further error information '429': description: 'Status 429 - Too Many Requests. The request has been submitted too many times within a given time window. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet429ApplicationJsonResponse' example: message: Request limit exceeded. Try again later. reason: Further error information '500': description: 'Status 500 - Internal Server Error. The server encountered an error when processing your request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet500ApplicationJsonResponse' example: message: Internal server error reason: Further error information '502': description: 'Status 502 - Bad Gateway. The server was acting as a gateway or proxy and received an invalid response from the upstream server. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet502ApplicationJsonResponse' example: message: Bad gateway reason: Further error information '504': description: 'Status 504 - Gateway Timeout. The server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. ' content: application/json: schema: $ref: '#/components/schemas/OrganisationOrgIdPropertyGet504ApplicationJsonResponse' example: message: Gateway Timeout reason: Further error information components: securitySchemes: apiKeyHeader: type: apiKey name: Ocp-Apim-Subscription-Key in: header apiKeyQuery: type: apiKey name: subscription-key in: query schemas: Address: description: The address object containing the address of the property. type: object required: - Line1 - PostalCode properties: Company: description: Company name if part of the address. type: string BuildingName: description: The Building Name. type: string BuildingNumber: description: The Building Number. type: string SubBuilding: description: The Sub Building Name. type: string Line1: description: Line 1 of the address. type: string Line2: description: Line 2 of the address. type: string Line3: description: Line 3 of the address. type: string Line4: description: Line 4 of the address. type: string City: description: City of the address. type: string Province: description: Province of the address. type: string PostalCode: description: Postal Code of the address. type: string Uprn: description: Unique Property Reference Number of the address. type: string Latitude: description: Latitude of the address. type: string Longitude: description: Longitude of the address. type: string TitleDeedNumber: description: Title Deed number of the address. type: string CreatedDate: description: Date the address was created in PRH type: string UpdatedDate: description: Date the address was updated in PRH type: string IsDeleted: description: Is the Address deleted in PRH? type: boolean Address_1: description: The address object containing the address of the property. type: object required: - Line1 - PostalCode properties: Company: description: Company name if part of the address. type: string BuildingName: description: The Building Name. type: string BuildingNumber: description: The Building Number. type: string SubBuilding: description: The Sub Building Name. type: string Line1: description: Line 1 of the address. type: string Line2: description: Line 2 of the address. type: string Line3: description: Line 3 of the address. type: string Line4: description: Line 4 of the address. type: string City: description: City of the address. type: string Province: description: Province of the address. type: string PostalCode: description: Postal Code of the address. type: string Uprn: description: Unique Property Reference Number of the address. type: string Latitude: description: Latitude of the address. type: string Longitude: description: Longitude of the address. type: string TitleDeedNumber: description: Title Deed number of the address. type: string CreatedDate: description: Date the address was created in PRH type: string UpdatedDate: description: Date the address was updated in PRH type: string IsDeleted: description: Is the Address deleted in PRH? type: boolean Address_2: description: The address object containing the address of the property. type: object required: - Line1 - PostalCode properties: Company: description: Company name if part of the address. type: string BuildingName: description: The Building Name. type: string BuildingNumber: description: The Building Number. type: string SubBuilding: description: The Sub Building Name. type: string Line1: description: Line 1 of the address. type: string Line2: description: Line 2 of the address. type: string Line3: description: Line 3 of the address. type: string Line4: description: Line 4 of the address. type: string City: description: City of the address. type: string Province: description: Province of the address. type: string PostalCode: description: Postal Code of the address. type: string Uprn: description: Unique Property Reference Number of the address. type: string Latitude: description: Latitude of the address. type: string Longitude: description: Longitude of the address. type: string TitleDeedNumber: description: Title Deed number of the address. type: string CreatedDate: description: Date the address was created in PRH type: string UpdatedDate: description: Date the address was updated in PRH type: string IsDeleted: description: Is the Address deleted in PRH? type: boolean Address_3: description: The address object containing the address of the property. type: object required: - Line1 - PostalCode properties: AddressId: description: PRH Address Id type: string Company: description: Company name if part of the address. type: string BuildingName: description: The Building Name. type: string BuildingNumber: description: The Building Number. type: string SubBuilding: description: The Sub Building Name. type: string Line1: description: Line 1 of the address. type: string Line2: description: Line 2 of the address. type: string Line3: description: Line 3 of the address. type: string Line4: description: Line 4 of the address. type: string City: description: City of the address. type: string Province: description: Province of the address. type: string PostalCode: description: Postal Code of the address. type: string Uprn: description: Unique Property Reference Number of the address. type: string Latitude: description: Latitude of the address. type: string Longitude: description: Longitude of the address. type: string TitleDeedNumber: description: Title Deed number of the address. type: string CreatedDate: description: Date the address was created in PRH type: string UpdatedDate: description: Date the address was updated in PRH type: string IsDeleted: description: Is the Address deleted in PRH? type: string Address_4: description: Address object used for both property and contact addresses. All fields are optional apart from Line1 and PostalCode. type: object required: - Line1 - PostalCode properties: Company: type: string BuildingName: type: string BuildingNumber: type: string SubBuilding: type: string Line1: type: string Line2: type: string Line3: type: string Line4: type: string City: type: string Province: type: string PostalCode: type: string Uprn: description: Will be filled in from the result of the address checking data provider, if used. type: string Latitude: description: Will be filled in from the result of the address checking data provider, if used. type: string Longitude: description: Will be filled in from the result of the address checking data provider, if used. type: string TitleDeedNumber: description: Will be filled in from the result of the title deed checking data provider, if used. type: string CreatedDate: description: Timestamp when the address entry was originally created in PRH. type: string UpdatedDate: description: Timestamp when the address entry was last updated in PRH. type: string IsDeleted: description: Soft-deletion flag. type: boolean Generated: title: PRH - External Client API - Create Instruction - JSON schema description: The purpose of this JSON schema is to define what is required in the JSON to create an instruction on the PRH system. example: Brand: Registered Brand Name ProcessCode: DIP IsPortfolio: false InstructionReference: REF1243 AdditionalReferences: - REF2 - REF3 InstructionComment: '' InstructionDate: 01/01/2015 ExcludeFromBilling: false Properties: - CaseReference: REF1243Property#1 AdditionalCaseReferences: - PropertyREF2 - PropertyREF3 Address: Company: '' BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: '' Province: Oxfordshire PostalCode: OX30LB UPRN: '' PropertyNotes: '' ConstructionYear: 1930 PropertyType: House - Detached NoOfBedrooms: 3 EstimatedValueAmount: 0 EstimatedRental: 0 PurchasePriceAmount: 0 LoanAmount: 0 GroundRent: 0 LeaseHoldTerm: 0 Tenure: '' ProductCode: '' InstructionType: MV CaseCustomAttributes: - Key: Case Key 1 Value: SampleValue IsDisplayed: true - Key: CaseDataStatus Value: InProg IsDisplayed: false Contacts: - ContactTypeCode: PRIMARY CompanyName: '' Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' ContactAddress: Company: '' BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB Notes: '' - ContactTypeCode: ESTAGENT CompanyName: Houses4U Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' ContactAddress: BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB Notes: '' - ContactTypeCode: ACCESS CompanyName: Houses4U Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' - ContactTypeCode: ASSIGNED CompanyName: Nationwide Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' - ContactTypeCode: LENDER CompanyName: Lender Company Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' CustomAttributes: - Key: Key 1 Value: SampleValue IsDisplayed: true - Key: Key 2 Value: Value2 IsDisplayed: true - Key: Status Value: InProg IsDisplayed: false - Key: ForwardToSystem Value: VEX IsDisplayed: false type: object required: - Brand - ProcessCode - InstructionReference - Properties properties: Brand: description: The Lender Brand for this instruction. type: string ProcessCode: description: PRH Process Code identifier - used to control which PRH process is run for this request. type: string IsPortfolio: description: Indicates whether the instruction is a Portfolio (multiple properties). x-amf-union: - type: boolean - type: 'null' InstructionReference: description: Primary instruction reference the Lender provides that could be used to identify this instruction or link cases within this Instruction. type: string AllowDuplicate: description: Whether to still create this case if a duplicate is found. type: boolean UpdateCaseOnly: description: If true, only updates existing case and does not run data providers. type: boolean AdditionalReferences: description: Any additional instruction references the Lender provides that could be used to identify this instruction or link cases within this Instruction. type: array items: type: string InstructionComment: description: Additional Comments or notes regarding this instruction. type: string InstructionDate: description: Date the instruction was received/sent by the MOS. type: string ExcludeFromBilling: description: Option to exclude the case from the billing process. type: boolean Properties: description: The list of properties (cases) that are part of this instruction. type: array items: type: object required: - Address - ProductCode properties: CaseReference: description: Primary case reference the Lender provides that could be used to identify this case. Should be unique for the Lender. type: string AdditionalCaseReferences: description: Any additional case references the Lender provides that could be used to identify this case. type: array items: type: string Address: description: The address object containing the address of the property. type: object required: - Line1 - PostalCode properties: Company: description: Company name if part of the address. type: string BuildingName: description: The Building Name. type: string BuildingNumber: description: The Building Number. type: string SubBuilding: description: The Sub Building Name. type: string Line1: description: Line 1 of the address. type: string Line2: description: Line 2 of the address. type: string Line3: description: Line 3 of the address. type: string Line4: description: Line 4 of the address. type: string City: description: City of the address. type: string Province: description: Province of the address. type: string PostalCode: description: Postal Code of the address. type: string Uprn: description: Universal Property Reference Number of the address. type: string PropertyNotes: description: Lender notes relating to this property. type: string ConstructionYear: description: Year the property was built. type: integer PropertyType: description: The type of property. type: string NoOfBedrooms: description: The number of bedrooms the property has. type: integer EstimatedValueAmount: description: Estimated value of the property. type: number EstimatedRental: description: Estimated rental of the property. type: number PurchasePriceAmount: description: Purchase price of the property. type: number LoanAmount: description: The loan or mortgage amount. type: number LoanToValue: description: The loan to value ratio. type: number GroundRent: description: The ground rent amount paid for the property. If applicable. type: number LeaseHoldTerm: description: The remaining term of the lease on a Leasehold property. type: integer Tenure: description: The current tenure of the property. type: string ProductCode: description: The Lender product chosen for this case. type: string InstructionType: description: The instruction type for valuation purposes. type: string IsNewBuild: description: A flag to determine whether the property is a new build. type: boolean CaseCustomAttributes: description: The custom attributes and information related to this case. type: array items: description: Custom attribute. type: object required: - Key - Value properties: Key: description: The key name for this attribute. type: string Value: description: The value of this attribute. type: string IsDisplayed: description: Flag to determine if this information is shown to users on the PRH system. x-amf-union: - type: boolean - type: 'null' Contacts: description: Section containing all the contacts related to this case. type: array items: description: Contact information. type: object required: - ContactTypeCode properties: ContactTypeCode: description: The contact type code to determine what type of contact this information relates to. type: string CompanyName: description: Contact company name. type: string Title: description: Contact title. type: string Forename: description: Contact forename. type: string MiddleNames: description: Contact middle names. type: string Lastname: description: Contact last name. type: string MobilePhone: description: Contact mobile phone number. type: string HomePhone: description: Contact home phone number. type: string WorkPhone: description: Contact work phone number. type: string Fax: description: Contact fax number. type: string Email: description: Contact email address. type: string ContactAddress: description: The address object containing the address of the contact. type: object required: - Line1 - PostalCode properties: Company: description: Company name if part of the address. type: string BuildingName: description: The Building Name. type: string BuildingNumber: description: The Building Number. type: string SubBuilding: description: The Sub Building Name. type: string Line1: description: Line 1 of the address. type: string Line2: description: Line 2 of the address. type: string Line3: description: Line 3 of the address. type: string Line4: description: Line 4 of the address. type: string City: description: The address City. type: string Province: description: Province of the address. type: string PostalCode: description: Postal Code of the address. type: string Notes: description: Contact notes. type: string CustomAttributes: description: The custom attributes and information related to this instruction. type: array items: description: Custom attribute. type: object required: - Key - Value properties: Key: description: The key name for this attribute. type: string Value: description: The value of this attribute. type: string IsDisplayed: description: Flag to determine if this information is shown to users in the PRH IU. x-amf-union: - type: boolean - type: 'null' OrganisationOrgIdInstructionPost200ApplicationJsonResponse: title: PRH - External Client API - Create Instruction response - JSON schema description: The purpose of this JSON schema is to define what is return in the JSON when responding to the request made to the Create Instruction API on the PRH system. example: value: InstructionReference: Test205#2 CaseId: 12345 CaseReference: Test205 StatusId: 5 StatusText: Property Risk Assessed RiskClassificationCode: REFR RiskClassificationText: REFR RiskClassificationDescription: '' RiskClassificationDescriptionInternal: Further Valuation assessment needed. CaseResult: CaseId: 12345 IsRiskDecision: false IsFurtherValuationRequired: false AvmReference: '88957658' AvmDataProviderId: 21 AvmDataProviderCode: HOMETRACK ValuationAmount: 165000 ValuationDate: '2020-10-29T15:55:00Z' ValuationConfidence: 3.29 Tenure: Freehold RentalAmount: 765 RentalConfidence: 4.3 ClassOfTitle: AF CreatedDate: '2020-06-04T10:13:00.083Z' UpdatedDate: '2021-06-29T11:45:43.73Z' IsDeleted: false Case: CaseId: 12345 CaseReference: Test205 InstructionReference: Test205#2 StatusText: Property Risk Assessed DataConfigGroupId: 18 DataConfigGroupCode: TACTPURCHASE DataConfigGroupText: TMW Security Purchase RiskClassificationCode: REFR RiskClassificationText: REFR RiskClassificationDescription: '' RiskClassificationDescriptionInternal: Further Valuation assessment needed. InstructionAddressId: 26 VerifiedAddressId: 28 InstructionAddress: AddressId: 26 City: Oxford CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false BuildingName: Rose House BuildingNumber: '17' SubBuilding: Flat B Line1: Gordon Cl Line2: Marston PostalCode: OX3 0RG Province: Oxfordshire UpdatedDate: '2016-02-11T15:26:38.327Z' VerifiedAddress: AddressId: 28 CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false Latitude: 72377.23 Longitude: 198967.79 BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: West Street Line2: Oxford PostalCode: OX2 5ER UpdatedDate: '2017-09-13T08:35:21.05Z' Uprn: '10003997997' InstructionDate: '2019-10-07T00:00:00Z' NumberOfBedrooms: 2 EstimatedValueAmount: 130000 PurchasePriceAmount: 0 LoanAmount: 0 LoanToValue: 0 TenureText: Freehold PrismReference: TST001-12345 IsPortfolio: true ProcessTypeCode: PRH-SPC IsNewBuild: false ProcessStartDate: '2021-06-29T11:46:44.557Z' CreatedDate: '2020-06-04T10:11:55.4Z' UpdatedDate: '2021-07-21T13:11:42.687Z' IsDeleted: false BrandCode: PRH BrandText: Property Risk Hub ExcludeFromBilling: false LatestDataProviderStatusText: Pending LatestDataProviderStatusDate: '2021-06-29T11:46:50.89Z' LatestDataProviderText: Batch Underwriter Verification References: - CaseId: 12345 CaseReferenceId: 50 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample1 - CaseId: 12345 CaseReferenceId: 51 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample2 Contacts: - CaseContactId: 91849 CaseId: 12345 ContactClassId: 1 ContactTypeCode: PRIMARY Title: Mr Forename: Joe Lastname: Bloggs CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false - CaseContactId: 91850 CaseId: 12345 ContactClassId: 1 ContactTypeCode: ACCESS Forename: Mr Smith CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false CustomAttributes: - CaseCustomAttributeId: 577454 CaseId: 12345 Key: Application Sub Type Value: Buy to Let IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577455 CaseId: 12345 Key: VendorLimitedCompany Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577456 CaseId: 12345 Key: PrivateSale Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false CaseConditions: [] CaseOutcomes: - CaseOutcomeId: 8609 CaseId: 12345 ItemKey: AVMUNSUITABLE ItemValue: AVM not suitable. Both the AVM Confidence and AVM Rental Confidence do not meet the minimum required level.|Hometrack returned warning(s) for this call:-| Loan Amount is invalid DisplayTitle: Not Suitable for AVM IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8610 CaseId: 12345 ItemKey: CASEASSESS ItemValue: Case Assessment Required DisplayTitle: Case Assessment Required IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8613 CaseId: 12345 ItemKey: '503' ItemValue: 'Climate change risk identified: Ambiental future flood score exceeds threshold' DisplayTitle: 'Climate change risk identified: Ambiental future flood score exceeds threshold' IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8614 CaseId: 12345 ItemKey: '350' ItemValue: This Property has been identified to have a potential EPC Rating of B DisplayTitle: This Property has been identified to have a potential EPC Rating of B IsDisplayed: true RiskLevelId: 2 CaseResultItems: - CaseResultItemId: 123415 CaseId: 12345 ItemKey: ClimateChangeRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123416 CaseId: 12345 ItemKey: ConcentrationRiskRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: AVMRAG ItemValue: Amber IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: valuationamount ItemValue: '165000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: valuationconfidence ItemValue: '3.29' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: marketrentvaluation ItemValue: '765' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: marketrentconfidencelevel ItemValue: '4.3' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123420 CaseId: 12345 ItemKey: avm.propertytypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123421 CaseId: 12345 ItemKey: avm.propertytype ItemValue: House IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123422 CaseId: 12345 ItemKey: avm.propertystyle ItemValue: Mid Terrace IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123423 CaseId: 12345 ItemKey: avm.displayproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123424 CaseId: 12345 ItemKey: avm.displaypropstyleid ItemValue: '4' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123425 CaseId: 12345 ItemKey: avm.htproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123426 CaseId: 12345 ItemKey: avm.bedrooms ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123427 CaseId: 12345 ItemKey: avm.receptions ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123428 CaseId: 12345 ItemKey: avm.addresspointtoid ItemValue: '1000002148190233' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123429 CaseId: 12345 ItemKey: avm.buildingtoid ItemValue: '1000042305602' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123430 CaseId: 12345 ItemKey: avm.floorarea ItemValue: '100' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123431 CaseId: 12345 ItemKey: avm.asofdate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123432 CaseId: 12345 ItemKey: avm.knownvalue ItemValue: '350000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123433 CaseId: 12345 ItemKey: avm.knownvaluedate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123434 CaseId: 12345 ItemKey: avm.constructiontype ItemValue: Standard IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123435 CaseId: 12345 ItemKey: avm.yearbuilt ItemValue: '1860' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123436 CaseId: 12345 ItemKey: avm.x_coord ItemValue: '532676.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123437 CaseId: 12345 ItemKey: avm.y_coord ItemValue: '172298.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123438 CaseId: 12345 ItemKey: avm.acorncategoryvalue ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: RawClimateChangeData ItemValue: '{"GroundRisk":{"Current":[{"HighestScore":null,"MiningScore":30,"MiningNonCoalScore":30,"MiningCoalScore":0,"MiningCheshireBrineScore":0,"DissolutionScore":0,"SinkHoleScore":0,"MiscellaneousScore":0,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"LandslipScore":0,"Shape":"0101000020346C000000000000E0E6154100000000B0EE0541","SubsidenceScore":6}],"Future":[{"Year":2050,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2080,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7}]},"FloodScore":{"Current":[{"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17}],"Future":[{"Year":2093,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2093,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":12,"DefendedADR":0.03246,"DefendedAAL":75,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":12,"UndefendedADR":0.03246,"UndefendedAAL":75,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":12,"UndefendedPluvialMaxDepth30Years":0.01,"UndefendedPluvialMaxDepth75Years":0.02,"UndefendedPluvialMaxDepth100Years":0.03,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.04,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.03246,"UndefendedPluvialAAL":75},{"Year":2093,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2027,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2093,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":1,"DefendedADR":0.00321,"DefendedAAL":7,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":1,"UndefendedADR":0.00321,"UndefendedAAL":7,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":1,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00321,"UndefendedPluvialAAL":7},{"Year":2055,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749}]},"EnergyCertificate":{"RawHashValue":"dc64c5f4-c319-4c02-b83e-b2ba060caa92|02a5bc93bf1177118a9e14865b75c648|f8aaae5df53c6292608fdd83dc7f259d23e620bb39244860ae6e6414f6168e2b","MappingHeatingKey":1,"MappingTenureKey":null,"DataSourceId":282,"UPRN":200001171123,"ConcatenatedAddress":"40, Birchcroft, French Walls","CustRef1":"1235610789262015022609080659348835","CustRef2":3504899278,"PostCode":"B66 3LN","PCD":"B66","HouseName":"40, Birchcroft","StreetName":"French Walls","Locality":null,"Town":"SMETHWICK","County":null,"FullAddress":"40, Birchcroft, French Walls","PropType":"Flat","PropStyle":"End-Terrace","TotalRoomCount":2,"FloorArea":38,"Heating":"electricity (not community)","FloorsInBlock":null,"Outbuildings":0,"InspectionDate":"2015-02-24","ReportDate":"2015-02-26","InstrType1":"ECO assessment","AddressMatchFlag":true,"AddressMatchAttempts":1,"NumberHeatedRooms":2,"RoofDescription":"(another dwelling above)","FloorHeight":null,"CurrentEnergyRating":"D","CurrentEnergyEfficiency":62,"PotentialEnergyRating":"C","PotentialEnergyEfficiency":69,"LocalAuthority":"E08000028","Constituency":"E14001016","EnvironmentImpactCurrent":42,"EnvironmentImpactPotential":49,"EnergyConsumptionCurrent":576,"EnergyConsumptionPotential":490,"CO2EmissionCurrent":3,"CO2CurrentPerFloorArea":97,"CO2EmissionPotential":3,"LightingCostCurrent":45,"LightingCostPotential":30,"HeatingCostCurrent":448,"HeatingCostPotential":344,"HotWaterCostCurrent":115,"HotWaterCostPotential":115,"EnergyTariff":"dual","MainsGasFlag":"N","FloorLevel":"6th","FlatTopStorey":"N","MainHeatingControls":2401,"MultiGlazeProportion":100,"GlazedType":"double glazing, unknown install date","GlazedArea":"Normal","LowEnergyLighting":50,"NumberOpenFireplaces":0,"HotwaterDescription":"Electric immersion, off-peak","HotWaterEnergyEff":"Average","HotWaterEnvEff":"Poor","FloorDescription":"(another dwelling below)","FloorEnergyEff":null,"FloorEnvEff":null,"WindowsDescription":"Fully double glazed","WindowsEnergyEff":"Average","WindowsEnvEff":"Average","WallsDescription":"System built, as built, no insulation (assumed)","WallsEnergyEff":"Very Poor","WallsEnvEff":"Very Poor","SecondheatDescription":"Room heaters, electric","SheatingEnergyEff":null,"SheatingEnvEff":null,"RoofEnergyEff":null,"RoofEnvEff":null,"MainheatDescription":"Electric storage heaters","MainheatEnergyEff":"Average","MainheatEnvEff":"Very Poor","MainheatcontDescription":"Manual charge control","MainheatcEnergyEff":"Poor","MainheatcEnvEff":"Poor","LightingDescription":"Low energy lighting in 50% of fixed outlets","LightingEnergyEff":"Good","LightingEnvEff":"Good","AirTightnessDescription":null,"AirTightnessEnergyEff":null,"AirTightnessEnvEff":null,"WindTurbineCount":0,"HeatLossCorridoor":"unheated corridor","HeatLossCorridoorLength":6,"PhotoSupply":null,"SolarWaterHeatingFlag":"N","MechanicalVentilation":"natural","LocalAuthorityLabel":"Sandwell","ConstituencyLabel":"Warley","ConstructionAgeBand":"England and Wales: 1950-1966","LodgementDate":"2015-02-26T00:00:00.000+0000","Tenure":"rental (social)","FixedLightingOutletsCount":null,"LowEnergyFixedLightCount":null,"TypeOfAssessment":null,"3YearEnergyCostCurrent":null,"3YearEnergySavingPotential":null,"CurrentEnvironmentalRating":null,"PotentialEnvironmentalRating":null,"LzcEnergySources":null,"SpaceHeatingDemand":null,"WaterHeatingDemand":null,"ImpactLoftInsulation":null,"ImpactCavityWallInsulation":null,"ImpactSolidWallInsulation":null,"MainHeatingCategory":null,"AddendumText":null,"DataZone":null,"YearBuilt":null,"IsNewBuild":null,"EffectiveDate":"2015-02-24","HashValue":"4e0c2ef28b26089741ee154fd47f049c7bb212111a95c1ce04ce9a333de4b2e8"}}' IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false IsManualOverride: 'false' Links: - Href: /organisation/ORG001/instruction Method: POST Rel: self - Href: /case/12345/process/12345/status Method: GET Rel: get-case-process-status type: object required: - CaseId properties: InstructionReference: description: The Instruction Reference of the PRH case. type: string CaseId: description: Unique PRH Case ID. type: number CaseReference: description: The Case Reference of the PRH case. type: string StatusText: description: The Current Status of the PRH case. type: string RiskClassificationCode: description: The Current Risk Classification of the PRH case. type: string RiskClassificationText: description: The Current Risk Classification Text of the PRH case. type: string RiskClassificationDescription: description: The Description of the Current Risk Classification of the PRH case. type: string RiskClassificationDescriptionInternal: description: The Internal Description of the Current Risk Classification of the PRH case. type: string CaseResult: type: object properties: IsRiskDecision: description: Is Risk Decision Passed for PRH Case? type: boolean IsFurtherValuationRequired: description: Is a Further Valuation Required? type: boolean IsFloodRisk: description: The Reference of the AVM. type: boolean EnergyPerformanceCertificate: description: Energy Performance Certificate type: string AvmReference: description: The Reference of the AVM. type: string AvmDataProviderCode: description: AVM Provider Code type: string ValuationAmount: description: Valuation Amount of the property type: number ValuationDate: description: Date the Valuation took place type: string ValuationConfidence: description: Confidence score relating to the ValuationAmount (if applicable) type: number Tenure: description: Tenure of the property type: string LeaseholdTerm: description: LeaseholdTerm of the property type: string PropertySuitable: description: Is the Property Suitable Security? type: boolean RentalAmount: description: Rental Amount of the property type: number RentalConfidence: description: Confidence score relating to the RentalAmount (if applicable) type: number ClassOfTitle: description: Class of Title according to HMLR for the property type: string IsTenureVerified: description: Is the Tenure Verified? type: boolean CreatedDate: description: Created date of the CaseResult entry type: string UpdatedDate: description: Updated date of the CaseResult entry type: string IsDeleted: description: Is the CaseResult deleted in PRH? type: boolean Case: type: object properties: CaseId: description: Unique PRH Case ID. type: number CaseReference: description: The Case Reference of the PRH case. type: string InstructionReference: description: The Instruction Reference of the PRH case. type: string StatusText: description: The Current Status Text of the PRH case. type: string DataConfigGroupCode: description: The Current Data Config Group Code of the PRH case. type: string DataConfigGroupText: description: The Current Data Config Group Text of the PRH case. type: string RiskClassificationCode: description: The Current Risk Classification Code of the PRH case type: string RiskClassificationText: description: The Current Risk Classification Text of the PRH case type: string RiskClassificationDescription: description: The Description of the Current Risk Classification of the PRH case type: string RiskClassificationDescriptionInternal: description: The Internal Description of the Current Risk Classification of the PRH case type: string InstructionAddressId: description: PRH Address Id for the Instruction Address type: number VerifiedAddressId: description: PRH Address Id for the Verified Address type: number PropertyNotes: description: Property notes type: string ConstructionYear: description: Construction Year of the property type: string NumberOfBedrooms: description: Number of Bedrooms in the property type: number PropertyTypeCode: description: Property Type Code type: string PropertyTypeText: description: Property Type Text type: string EstimatedValueAmount: description: Estimated Value of the property type: number PurchasePriceAmount: description: Purchase Price of the property type: number LoanAmount: description: Loan Amount for the application type: number LoanToValue: description: Loan to Value percentage type: number GroundRent: description: Ground Rent amount for the property type: number LeaseholdTerm: description: Leasehold Term of the property (if Leasehold) type: integer TenureText: description: Tenure Text of the property type: string PrismReference: description: The PRH Reference of the PRH case. type: string IsPortfolio: description: Is the Application a Portfolio? type: boolean ProcessTypeCode: description: Current PRH Process Type Code type: string CreatedDate: description: Date PRH case was created type: string UpdatedDate: description: Date PRH case was updated type: string IsDeleted: description: Is the Case deleted in PRH? type: boolean ProcessTypeText: description: Current PRH Process Type Text type: string ProcessStartDate: description: Date the process in PRH started type: string BrandCode: description: Brand Code for the application type: string BrandText: description: Brand Text for the application type: string ExcludeFromBilling: description: Exclude this PRH Case from billing? type: boolean LatestDataProviderStatusText: description: Provider Status Text for the Latest Data Provider in PRH type: string LatestDataProviderStatusDate: description: Status Date for the Latest Data Provider in PRH type: string LatestDataProviderText: description: Latest Data Provider in PRH type: string InstructionAddress: $ref: '#/components/schemas/Address' VerfiedAddress: $ref: '#/components/schemas/Address' References: description: Additional References for the PRH Case type: array items: type: object properties: CreatedDate: type: string IsDeleted: type: boolean Reference: type: string Contacts: type: array items: type: object required: - ContactTypeCode properties: ContactTypeCode: enum: - ACCESS - ADDITIONAL - ASSIGNED - BROKER - ESTAGENT - LENDER - PRIMARY - SOLICITOR - SOURCE - VALUER - DIRECTOR - SHAREHOLDER type: string CompanyName: description: CompanyName for the Contact type: string Title: description: Title of the Contact type: string Forename: description: Forename of the Contact type: string MiddleNames: description: Middle names of the Contact type: string Lastname: description: Lastname of the Contact type: string MobilePhone: description: Mobile phone number of the Contact type: string HomePhone: description: Home phone number of the Contact type: string WorkPhone: description: Work phone number of the Contact type: string Fax: description: Fax number of the Contact type: string Email: description: Email address of the Contact type: string ContactAddress: $ref: '#/components/schemas/Address' Notes: description: Contact notes. type: string IsDeleted: description: Is the Contact deleted in PRH? type: boolean CustomAttributes: type: array items: description: Custom attribute. type: object required: - Key - Value properties: Key: description: The key name for this attribute. type: string Value: description: The value of this attribute. type: string IsDisplayed: description: Is this attribute displayed to users within PRH? type: boolean IsDeleted: description: Is the custom attribute deleted in PRH? type: boolean CaseResultItems: description: Case Result Items for the PRH Case Result type: array items: description: Case Result Item for the PRH Case type: object required: - ItemKey properties: ItemKey: description: The item key name for this result item. type: string ItemValue: description: The item value of this result item. type: string DisplayTitle: description: The display title (user readable value) of this result item. type: string IsDisplayed: description: Is this result item displayed to users within PRH? type: boolean CaseConditions: description: Identified Conditions for the PRH Case type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string IsDisplayed: type: boolean CaseOutcomes: description: Identified Outcomes for the PRH Case type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string IsDisplayed: type: boolean CaseProofsRequired: description: Identified Proofs Required for the PRH Case type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string IsDisplayed: type: boolean Links: description: Links for case actions, per the HATEOAS principles. type: array items: type: object required: - Href - Method - Rel properties: Href: type: string Method: type: string Rel: type: string OrganisationOrgIdInstructionPost400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPost504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' Generated-1: title: PRISM - External Client API - Create Instruction - JSON schema description: The purpose of this JSON schema is to define what is required in the JSON to create an instruction on the Prism system. example: CaseId: '12345' Brand: Registered Brand Name ProcessCode: DIP IsPortfolio: false InstructionReference: REF1243 AdditionalReferences: - REF2 - REF3 InstructionComment: '' InstructionDate: 01/01/2015 ExcludeFromBilling: false Properties: - CaseReference: REF1243Property#1 AdditionalCaseReferences: - PropertyREF2 - PropertyREF3 Address: Company: '' BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB PropertyNotes: '' ConstructionYear: 1930 PropertyType: House - Detached NoOfBedrooms: 3 EstimatedValueAmount: 0 EstimatedRental: 0 PurchasePriceAmount: 0 LoanAmount: 0 GroundRent: 0 LeaseHoldTerm: 0 Tenure: '' ProductCode: '' InstructionType: MV CaseCustomAttributes: - Key: Case Key 1 Value: SampleValue IsDisplayed: true - Key: CaseDataStatus Value: InProg IsDisplayed: false IsDeleted: false IsDeleted: false Contacts: - ContactTypeCode: PRIMARY CompanyName: '' Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' ContactAddress: Company: '' BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB Notes: '' IsDeleted: false - ContactTypeCode: ESTAGENT CompanyName: Houses4U Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' ContactAddress: Company: '' BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB Notes: '' - ContactTypeCode: ACCESS CompanyName: Houses4U Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' - ContactTypeCode: ASSIGNED CompanyName: Nationwide Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' - ContactTypeCode: LENDER CompanyName: Lender Company Title: '' Forename: '' MiddleNames: '' Lastname: '' MobilePhone: '' HomePhone: '' WorkPhone: '' Fax: '' Email: '' Notes: '' CustomAttributes: - Key: Key 1 Value: SampleValue IsDisplayed: true IsDeleted: false - Key: Key 2 Value: Value2 IsDisplayed: true - Key: Status Value: InProg IsDisplayed: false - Key: ForwardToSystem Value: VEX IsDisplayed: false ProcessDataItems: - Key: Test Key Value: '2016-06-01' - Key: Status Value: InProg type: object required: - Brand - ProcessCode - InstructionReference - Properties properties: CaseId: description: Case Id of the PRISM Case. type: string Brand: description: The Lender Brand for this instruction. type: string ProcessCode: description: PRISM Process Code identifier - used to control which Prism process is run for this request. type: string IsPortfolio: description: PRISM Portfolio identifier - used to indicate whether a Portfolio Case. x-amf-union: - type: boolean - type: 'null' InstructionReference: description: Primary instruction reference the Lender provides that could be used to identify this instruction or link cases within this Instruction. type: string AllowDuplicate: description: Whether to still create this case if a duplicate is found. type: boolean UpdateCaseOnly: description: If true, only updates existing case and does not run data providers. type: boolean AdditionalReferences: description: Any additional instruction references the Lender provides that could be used to identify this instruction or link cases within this Instruction. type: array items: type: string InstructionComment: description: Additional Comments or notes regarding this instruction. type: string InstructionDate: description: Date the instruction was received/sent by the MOS. type: string ExcludeFromBilling: description: Option to exclude the case from the billing process. type: boolean Properties: description: The list of properties (cases) that are part of this instruction. type: array items: type: object required: - Address - ProductCode properties: CaseReference: description: Primary case reference the Lender provides that could be used to identify this case. Should be unique for the Lender. type: string AdditionalCaseReferences: description: Any additional case references the Lender provides that could be used to identify this case. type: array items: type: string Address: description: The address object containing the address of the property. type: object required: - Line1 - PostalCode properties: Company: description: Company name if part of the address. type: string BuildingName: description: The Building Name. type: string BuildingNumber: description: The Building Number. type: string SubBuilding: description: The Sub Building Name. type: string Line1: description: Line 1 of the address. type: string Line2: description: Line 2 of the address. type: string Line3: description: Line 3 of the address. type: string Line4: description: Line 4 of the address. type: string City: description: City of the address. type: string Province: description: Province of the address. type: string PostalCode: description: Postal Code of the address. type: string Uprn: description: Universal Property Reference Number of the address. type: string PropertyNotes: description: Lender notes relating to this property. type: string ConstructionYear: description: Year the property was built. type: integer PropertyType: description: The type of property. type: string NoOfBedrooms: description: The number of bedrooms the property has. type: integer EstimatedValueAmount: description: Estimated value of the property. type: number EstimatedRental: description: Estimated rental of the property. type: number PurchasePriceAmount: description: Purchase price of the property. type: number LoanAmount: description: The loan or mortgage amount. type: number LoanToValue: description: The loan to value ratio. type: number GroundRent: description: The ground rent amount paid for the property. If applicable. type: number LeaseHoldTerm: description: The remaining term of the lease on a Leasehold property. type: integer Tenure: description: The current tenure of the property. type: string ProductCode: description: The Lender product chosen for this case. type: string InstructionType: description: The instruction type for valuation purposes. type: string IsNewBuild: description: A flag to determine whether the property is a new build. type: boolean CaseCustomAttributes: description: The custom attributes and information related to this case. type: array items: description: Custom attribute. type: object required: - Key - Value properties: Key: description: The key name for this attribute. type: string Value: description: The value of this attribute. type: string IsDisplayed: description: Flag to determine if this information is shown to users on the PRISM system. x-amf-union: - type: boolean - type: 'null' IsDeleted: description: Case Custom Attribute is marked for deletion. x-amf-union: - type: boolean - type: 'null' IsDeleted: description: Property is marked for deletion. x-amf-union: - type: boolean - type: 'null' Contacts: description: Section containing all the contacts related to this case. type: array items: description: Contact information. type: object required: - ContactTypeCode properties: ContactTypeCode: description: The contact type code to determine what type of contact this information relates to. type: string CompanyName: description: Contact company name. type: string Title: description: Contact title. type: string Forename: description: Contact forename. type: string MiddleNames: description: Contact middle names. type: string Lastname: description: Contact last name. type: string MobilePhone: description: Contact mobile phone number. type: string HomePhone: description: Contact home phone number. type: string WorkPhone: description: Contact work phone number. type: string Fax: description: Contact fax number. type: string Email: description: Contact email address. type: string ContactAddress: description: The address object containing the address of the contact. type: object required: - Line1 - PostalCode properties: Company: description: Company name if part of the address. type: string BuildingName: description: The Building Name. type: string BuildingNumber: description: The Building Number. type: string SubBuilding: description: The Sub Building Name. type: string Line1: description: Line 1 of the address. type: string Line2: description: Line 2 of the address. type: string Line3: description: Line 3 of the address. type: string Line4: description: Line 4 of the address. type: string City: description: The address City. type: string Province: description: Province of the address. type: string PostalCode: description: Postal Code of the address. type: string Notes: description: Contact notes. type: string IsDeleted: description: Contact is marked for deletion. x-amf-union: - type: boolean - type: 'null' CustomAttributes: description: The custom attributes and information related to this instruction. type: array items: description: Custom attribute. type: object required: - Key - Value properties: Key: description: The key name for this attribute. type: string Value: description: The value of this attribute. type: string IsDisplayed: description: Flag to determine if this information is shown to users on the PRISM system. x-amf-union: - type: boolean - type: 'null' IsDeleted: description: Custom Attribute is marked for deletion. x-amf-union: - type: boolean - type: 'null' ProcessDataItems: description: The custom process data attributes and information related to this instruction. type: array items: description: Process Data Items type: object required: - Key properties: itemKey: description: The key name for this attribute. type: string itemValue: description: The value of this attribute. type: string Key: {} OrganisationOrgIdInstructionPut200ApplicationJsonResponse: title: PRISM - External Client API - Update Instruction response - JSON schema description: The purpose of this JSON schema is to define what is return in the JSON when responding to the request made to the Update Instruction API on the Prism system. example: value: InstructionReference: Test205#2 CaseId: 12345 CaseReference: Test205 StatusId: 5 StatusText: Property Risk Assessed RiskClassificationCode: REFR RiskClassificationText: REFR RiskClassificationDescription: '' RiskClassificationDescriptionInternal: Further Valuation assessment needed. CaseResult: CaseId: 12345 IsRiskDecision: false IsFurtherValuationRequired: false AvmReference: '88957658' AvmDataProviderId: 21 AvmDataProviderCode: HOMETRACK ValuationAmount: 165000 ValuationDate: '2020-10-29T15:55:00Z' ValuationConfidence: 3.29 Tenure: Freehold RentalAmount: 765 RentalConfidence: 4.3 ClassOfTitle: AF CreatedDate: '2020-06-04T10:13:00.083Z' UpdatedDate: '2021-06-29T11:45:43.73Z' IsDeleted: false Case: CaseId: 12345 CaseReference: Test205 InstructionReference: Test205#2 StatusText: Property Risk Assessed DataConfigGroupId: 18 DataConfigGroupCode: TACTPURCHASE DataConfigGroupText: TMW Security Purchase RiskClassificationCode: REFR RiskClassificationText: REFR RiskClassificationDescription: '' RiskClassificationDescriptionInternal: Further Valuation assessment needed. InstructionAddressId: 26 VerifiedAddressId: 28 InstructionAddress: AddressId: 26 City: Oxford CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false BuildingName: Rose House BuildingNumber: '17' SubBuilding: Flat B Line1: Gordon Cl Line2: Marston PostalCode: OX3 0RG Province: Oxfordshire UpdatedDate: '2016-02-11T15:26:38.327Z' VerifiedAddress: AddressId: 28 CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false Latitude: 72377.23 Longitude: 198967.79 BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: West Street Line2: Oxford PostalCode: OX2 5ER UpdatedDate: '2017-09-13T08:35:21.05Z' Uprn: '10003997997' InstructionDate: '2019-10-07T00:00:00Z' NumberOfBedrooms: 2 EstimatedValueAmount: 130000 PurchasePriceAmount: 0 LoanAmount: 0 LoanToValue: 0 TenureText: Freehold PrismReference: TST001-12345 IsPortfolio: true ProcessTypeCode: PRH-SPC IsNewBuild: false ProcessStartDate: '2021-06-29T11:46:44.557Z' CreatedDate: '2020-06-04T10:11:55.4Z' UpdatedDate: '2021-07-21T13:11:42.687Z' IsDeleted: false BrandCode: PRH BrandText: Property Risk Hub ExcludeFromBilling: false LatestDataProviderStatusText: Pending LatestDataProviderStatusDate: '2021-06-29T11:46:50.89Z' LatestDataProviderText: Batch Underwriter Verification References: - CaseId: 12345 CaseReferenceId: 50 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample1 - CaseId: 12345 CaseReferenceId: 51 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample2 Contacts: - CaseContactId: 91849 CaseId: 12345 ContactClassId: 1 ContactTypeCode: PRIMARY Title: Mr Forename: Joe Lastname: Bloggs CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false - CaseContactId: 91850 CaseId: 12345 ContactClassId: 1 ContactTypeCode: ACCESS Forename: Mr Smith CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false CustomAttributes: - CaseCustomAttributeId: 577454 CaseId: 12345 Key: Application Sub Type Value: Buy to Let IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577455 CaseId: 12345 Key: VendorLimitedCompany Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577456 CaseId: 12345 Key: PrivateSale Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false CaseConditions: [] CaseOutcomes: - CaseOutcomeId: 8609 CaseId: 12345 ItemKey: AVMUNSUITABLE ItemValue: AVM not suitable. Both the AVM Confidence and AVM Rental Confidence do not meet the minimum required level.|Hometrack returned warning(s) for this call:-| Loan Amount is invalid DisplayTitle: Not Suitable for AVM IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8610 CaseId: 12345 ItemKey: CASEASSESS ItemValue: Case Assessment Required DisplayTitle: Case Assessment Required IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8613 CaseId: 12345 ItemKey: '503' ItemValue: 'Climate change risk identified: Ambiental future flood score exceeds threshold' DisplayTitle: 'Climate change risk identified: Ambiental future flood score exceeds threshold' IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8614 CaseId: 12345 ItemKey: '350' ItemValue: This Property has been identified to have a potential EPC Rating of B DisplayTitle: This Property has been identified to have a potential EPC Rating of B IsDisplayed: true RiskLevelId: 2 CaseResultItems: - CaseResultItemId: 123415 CaseId: 12345 ItemKey: ClimateChangeRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123416 CaseId: 12345 ItemKey: ConcentrationRiskRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: AVMRAG ItemValue: Amber IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: valuationamount ItemValue: '165000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: valuationconfidence ItemValue: '3.29' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: marketrentvaluation ItemValue: '765' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: marketrentconfidencelevel ItemValue: '4.3' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123420 CaseId: 12345 ItemKey: avm.propertytypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123421 CaseId: 12345 ItemKey: avm.propertytype ItemValue: House IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123422 CaseId: 12345 ItemKey: avm.propertystyle ItemValue: Mid Terrace IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123423 CaseId: 12345 ItemKey: avm.displayproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123424 CaseId: 12345 ItemKey: avm.displaypropstyleid ItemValue: '4' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123425 CaseId: 12345 ItemKey: avm.htproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123426 CaseId: 12345 ItemKey: avm.bedrooms ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123427 CaseId: 12345 ItemKey: avm.receptions ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123428 CaseId: 12345 ItemKey: avm.addresspointtoid ItemValue: '1000002148190233' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123429 CaseId: 12345 ItemKey: avm.buildingtoid ItemValue: '1000042305602' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123430 CaseId: 12345 ItemKey: avm.floorarea ItemValue: '100' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123431 CaseId: 12345 ItemKey: avm.asofdate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123432 CaseId: 12345 ItemKey: avm.knownvalue ItemValue: '350000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123433 CaseId: 12345 ItemKey: avm.knownvaluedate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123434 CaseId: 12345 ItemKey: avm.constructiontype ItemValue: Standard IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123435 CaseId: 12345 ItemKey: avm.yearbuilt ItemValue: '1860' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123436 CaseId: 12345 ItemKey: avm.x_coord ItemValue: '532676.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123437 CaseId: 12345 ItemKey: avm.y_coord ItemValue: '172298.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123438 CaseId: 12345 ItemKey: avm.acorncategoryvalue ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: RawClimateChangeData ItemValue: '{"GroundRisk":{"Current":[{"HighestScore":null,"MiningScore":30,"MiningNonCoalScore":30,"MiningCoalScore":0,"MiningCheshireBrineScore":0,"DissolutionScore":0,"SinkHoleScore":0,"MiscellaneousScore":0,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"LandslipScore":0,"Shape":"0101000020346C000000000000E0E6154100000000B0EE0541","SubsidenceScore":6}],"Future":[{"Year":2050,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2080,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7}]},"FloodScore":{"Current":[{"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17}],"Future":[{"Year":2093,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2093,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":12,"DefendedADR":0.03246,"DefendedAAL":75,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":12,"UndefendedADR":0.03246,"UndefendedAAL":75,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":12,"UndefendedPluvialMaxDepth30Years":0.01,"UndefendedPluvialMaxDepth75Years":0.02,"UndefendedPluvialMaxDepth100Years":0.03,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.04,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.03246,"UndefendedPluvialAAL":75},{"Year":2093,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2027,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2093,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":1,"DefendedADR":0.00321,"DefendedAAL":7,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":1,"UndefendedADR":0.00321,"UndefendedAAL":7,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":1,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00321,"UndefendedPluvialAAL":7},{"Year":2055,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749}]},"EnergyCertificate":{"RawHashValue":"dc64c5f4-c319-4c02-b83e-b2ba060caa92|02a5bc93bf1177118a9e14865b75c648|f8aaae5df53c6292608fdd83dc7f259d23e620bb39244860ae6e6414f6168e2b","MappingHeatingKey":1,"MappingTenureKey":null,"DataSourceId":282,"UPRN":200001171123,"ConcatenatedAddress":"40, Birchcroft, French Walls","CustRef1":"1235610789262015022609080659348835","CustRef2":3504899278,"PostCode":"B66 3LN","PCD":"B66","HouseName":"40, Birchcroft","StreetName":"French Walls","Locality":null,"Town":"SMETHWICK","County":null,"FullAddress":"40, Birchcroft, French Walls","PropType":"Flat","PropStyle":"End-Terrace","TotalRoomCount":2,"FloorArea":38,"Heating":"electricity (not community)","FloorsInBlock":null,"Outbuildings":0,"InspectionDate":"2015-02-24","ReportDate":"2015-02-26","InstrType1":"ECO assessment","AddressMatchFlag":true,"AddressMatchAttempts":1,"NumberHeatedRooms":2,"RoofDescription":"(another dwelling above)","FloorHeight":null,"CurrentEnergyRating":"D","CurrentEnergyEfficiency":62,"PotentialEnergyRating":"C","PotentialEnergyEfficiency":69,"LocalAuthority":"E08000028","Constituency":"E14001016","EnvironmentImpactCurrent":42,"EnvironmentImpactPotential":49,"EnergyConsumptionCurrent":576,"EnergyConsumptionPotential":490,"CO2EmissionCurrent":3,"CO2CurrentPerFloorArea":97,"CO2EmissionPotential":3,"LightingCostCurrent":45,"LightingCostPotential":30,"HeatingCostCurrent":448,"HeatingCostPotential":344,"HotWaterCostCurrent":115,"HotWaterCostPotential":115,"EnergyTariff":"dual","MainsGasFlag":"N","FloorLevel":"6th","FlatTopStorey":"N","MainHeatingControls":2401,"MultiGlazeProportion":100,"GlazedType":"double glazing, unknown install date","GlazedArea":"Normal","LowEnergyLighting":50,"NumberOpenFireplaces":0,"HotwaterDescription":"Electric immersion, off-peak","HotWaterEnergyEff":"Average","HotWaterEnvEff":"Poor","FloorDescription":"(another dwelling below)","FloorEnergyEff":null,"FloorEnvEff":null,"WindowsDescription":"Fully double glazed","WindowsEnergyEff":"Average","WindowsEnvEff":"Average","WallsDescription":"System built, as built, no insulation (assumed)","WallsEnergyEff":"Very Poor","WallsEnvEff":"Very Poor","SecondheatDescription":"Room heaters, electric","SheatingEnergyEff":null,"SheatingEnvEff":null,"RoofEnergyEff":null,"RoofEnvEff":null,"MainheatDescription":"Electric storage heaters","MainheatEnergyEff":"Average","MainheatEnvEff":"Very Poor","MainheatcontDescription":"Manual charge control","MainheatcEnergyEff":"Poor","MainheatcEnvEff":"Poor","LightingDescription":"Low energy lighting in 50% of fixed outlets","LightingEnergyEff":"Good","LightingEnvEff":"Good","AirTightnessDescription":null,"AirTightnessEnergyEff":null,"AirTightnessEnvEff":null,"WindTurbineCount":0,"HeatLossCorridoor":"unheated corridor","HeatLossCorridoorLength":6,"PhotoSupply":null,"SolarWaterHeatingFlag":"N","MechanicalVentilation":"natural","LocalAuthorityLabel":"Sandwell","ConstituencyLabel":"Warley","ConstructionAgeBand":"England and Wales: 1950-1966","LodgementDate":"2015-02-26T00:00:00.000+0000","Tenure":"rental (social)","FixedLightingOutletsCount":null,"LowEnergyFixedLightCount":null,"TypeOfAssessment":null,"3YearEnergyCostCurrent":null,"3YearEnergySavingPotential":null,"CurrentEnvironmentalRating":null,"PotentialEnvironmentalRating":null,"LzcEnergySources":null,"SpaceHeatingDemand":null,"WaterHeatingDemand":null,"ImpactLoftInsulation":null,"ImpactCavityWallInsulation":null,"ImpactSolidWallInsulation":null,"MainHeatingCategory":null,"AddendumText":null,"DataZone":null,"YearBuilt":null,"IsNewBuild":null,"EffectiveDate":"2015-02-24","HashValue":"4e0c2ef28b26089741ee154fd47f049c7bb212111a95c1ce04ce9a333de4b2e8"}}' IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false IsManualOverride: 'false' Links: - Href: /organisation/ORG001/instruction Method: POST Rel: self - Href: /case/12345/process/12345/status Method: GET Rel: get-case-process-status type: object required: - CaseId properties: InstructionReference: description: The Instruction Reference of the PRH case. type: string CaseId: description: Unique PRH Case ID. type: number CaseReference: description: The Case Reference of the PRH case. type: string StatusText: description: The Current Status of the PRH case. type: string RiskClassificationCode: description: The Current Risk Classification of the PRH case. type: string RiskClassificationText: description: The Current Risk Classification Text of the PRH case. type: string RiskClassificationDescription: description: The Description of the Current Risk Classification of the PRH case. type: string RiskClassificationDescriptionInternal: description: The Internal Description of the Current Risk Classification of the PRH case. type: string CaseResult: type: object properties: IsRiskDecision: description: Is Risk Decision Passed for PRH Case? type: boolean IsFurtherValuationRequired: description: Is a Further Valuation Required? type: boolean IsFloodRisk: description: The Reference of the AVM. type: boolean EnergyPerformanceCertificate: description: Energy Performance Certificate type: string AvmReference: description: The Reference of the AVM. type: string AvmDataProviderCode: description: AVM Provider Code type: string ValuationAmount: description: Valuation Amount of the property type: number ValuationDate: description: Date the Valuation took place type: string ValuationConfidence: description: Confidence score relating to the ValuationAmount (if applicable) type: number Tenure: description: Tenure of the property type: string LeaseholdTerm: description: LeaseholdTerm of the property type: string PropertySuitable: description: Is the Property Suitable Security? type: boolean RentalAmount: description: Rental Amount of the property type: number RentalConfidence: description: Confidence score relating to the RentalAmount (if applicable) type: number ClassOfTitle: description: Class of Title according to HMLR for the property type: string IsTenureVerified: description: Is the Tenure Verified? type: boolean CreatedDate: description: Created date of the CaseResult entry type: string UpdatedDate: description: Updated date of the CaseResult entry type: string IsDeleted: description: Is the CaseResult deleted in PRH? type: boolean Case: type: object properties: CaseId: description: Unique PRH Case ID. type: number CaseReference: description: The Case Reference of the PRH case. type: string InstructionReference: description: The Instruction Reference of the PRH case. type: string StatusText: description: The Current Status Text of the PRH case. type: string DataConfigGroupCode: description: The Current Data Config Group Code of the PRH case. type: string DataConfigGroupText: description: The Current Data Config Group Text of the PRH case. type: string RiskClassificationCode: description: The Current Risk Classification Code of the PRH case type: string RiskClassificationText: description: The Current Risk Classification Text of the PRH case type: string RiskClassificationDescription: description: The Description of the Current Risk Classification of the PRH case type: string RiskClassificationDescriptionInternal: description: The Internal Description of the Current Risk Classification of the PRH case type: string InstructionAddressId: description: PRH Address Id for the Instruction Address type: number VerifiedAddressId: description: PRH Address Id for the Verified Address type: number PropertyNotes: description: Property notes type: string ConstructionYear: description: Construction Year of the property type: string NumberOfBedrooms: description: Number of Bedrooms in the property type: number PropertyTypeCode: description: Property Type Code type: string PropertyTypeText: description: Property Type Text type: string EstimatedValueAmount: description: Estimated Value of the property type: number PurchasePriceAmount: description: Purchase Price of the property type: number LoanAmount: description: Loan Amount for the application type: number LoanToValue: description: Loan to Value percentage type: number GroundRent: description: Ground Rent amount for the property type: number LeaseholdTerm: description: Leasehold Term of the property (if Leasehold) type: integer TenureText: description: Tenure Text of the property type: string PrismReference: description: The PRH Reference of the PRH case. type: string IsPortfolio: description: Is the Application a Portfolio? type: boolean ProcessTypeCode: description: Current PRH Process Type Code type: string CreatedDate: description: Date PRH case was created type: string UpdatedDate: description: Date PRH case was updated type: string IsDeleted: description: Is the Case deleted in PRH? type: boolean ProcessTypeText: description: Current PRH Process Type Text type: string ProcessStartDate: description: Date the process in PRH started type: string BrandCode: description: Brand Code for the application type: string BrandText: description: Brand Text for the application type: string ExcludeFromBilling: description: Exclude this PRH Case from billing? type: boolean LatestDataProviderStatusText: description: Provider Status Text for the Latest Data Provider in PRH type: string LatestDataProviderStatusDate: description: Status Date for the Latest Data Provider in PRH type: string LatestDataProviderText: description: Latest Data Provider in PRH type: string InstructionAddress: $ref: '#/components/schemas/Address_1' VerfiedAddress: $ref: '#/components/schemas/Address_1' References: description: Additional References for the PRH Case type: array items: type: object properties: CreatedDate: type: string IsDeleted: type: boolean Reference: type: string Contacts: type: array items: type: object required: - ContactTypeCode properties: ContactTypeCode: enum: - ACCESS - ADDITIONAL - ASSIGNED - BROKER - ESTAGENT - LENDER - PRIMARY - SOLICITOR - SOURCE - VALUER - DIRECTOR - SHAREHOLDER type: string CompanyName: description: CompanyName for the Contact type: string Title: description: Title of the Contact type: string Forename: description: Forename of the Contact type: string MiddleNames: description: Middle names of the Contact type: string Lastname: description: Lastname of the Contact type: string MobilePhone: description: Mobile phone number of the Contact type: string HomePhone: description: Home phone number of the Contact type: string WorkPhone: description: Work phone number of the Contact type: string Fax: description: Fax number of the Contact type: string Email: description: Email address of the Contact type: string ContactAddress: $ref: '#/components/schemas/Address_1' Notes: description: Contact notes. type: string IsDeleted: description: Is the Contact deleted in PRH? type: boolean CustomAttributes: type: array items: description: Custom attribute. type: object required: - Key - Value properties: Key: description: The key name for this attribute. type: string Value: description: The value of this attribute. type: string IsDisplayed: description: Is this attribute displayed to users within PRH? type: boolean IsDeleted: description: Is the custom attribute deleted in PRH? type: boolean CaseResultItems: description: Case Result Items for the PRH Case Result type: array items: description: Case Result Item for the PRH Case type: object required: - ItemKey properties: ItemKey: description: The item key name for this result item. type: string ItemValue: description: The item value of this result item. type: string DisplayTitle: description: The display title (user readable value) of this result item. type: string IsDisplayed: description: Is this result item displayed to users within PRH? type: boolean CaseConditions: description: Identified Conditions for the PRH Case type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string IsDisplayed: type: boolean CaseOutcomes: description: Identified Outcomes for the PRH Case type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string IsDisplayed: type: boolean CaseProofsRequired: description: Identified Proofs Required for the PRH Case type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string IsDisplayed: type: boolean Links: description: Links for case actions, per the HATEOAS principles. type: array items: type: object required: - Href - Method - Rel properties: Href: type: string Method: type: string Rel: type: string OrganisationOrgIdInstructionPut400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdInstructionPut504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet200ApplicationJsonResponse: title: PRISM - External Client API - Retrieve Cases response - JSON schema description: The purpose of this JSON schema is to define what is provided when retrieving a list of cases from the Prism system. example: TotalCount: 16529 PageCount: 1653 Page: 1652 PageSize: 10 Cases: - CaseId: 12345 InstructionReference: EE/123/456 CaseReference: LL9879654 CaseStatus: Tentative riskClassification: Low fullAddress: 1 Chapel Hill, Heswall, Bournemouth, Dorset, BH1 1AA reportRevision: 2 - CaseId: 67890 InstructionReference: REF1243 CaseReference: REF1243Property#1 CaseStatus: Open riskClassification: Medium fullAddress: 91 Western Road Hill, Brighton, East Sussex, BN1 2NW reportRevision: null type: object properties: TotalCount: description: Total number of results found by the search. type: integer PageCount: description: Number of result pages as a result of the TotalCount split into pages of size PageSize. type: integer Page: description: Current Page Number of the results in the response. Page numbers start from zero. type: integer PageSize: description: 'Amount of results per page. This number will match the amount of results returned within the response, on all but the last page. The last page will have the remaining results, which can be calculated with: ''TotalCount modulo PageSize''.' type: integer Cases: description: A list of the all the cases that match the criteria provided in the API call. type: array items: type: object required: - CaseId - fullAddress properties: CaseId: description: Case ID of the PRISM case. type: integer InstructionReference: description: The Instruction Reference of the PRISM case. type: string CaseReference: description: The Case Reference of the PRISM case. type: string CaseStatus: description: The Current Status of the PRISM case. type: string riskClassification: description: The Current Risk Classification of the PRISM case. type: string fullAddress: description: The Full Address of the PRISM case. type: string reportRevision: x-amf-union: - type: integer - type: 'null' OrganisationOrgIdCaseGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet200ApplicationJsonResponse: title: PRISM - External Client API - Retrieve Case response - JSON schema description: The purpose of this JSON schema is to define what is provided when retrieving a case from the Prism system. example: value: CaseId: 12345 CaseReference: Test205 InstructionReference: Test205#2 StatusId: 5 StatusText: Property Risk Assessed DataConfigGroupId: 1 DataConfigGroupCode: PURCHASE DataConfigGroupText: Purchase RiskClassificationCode: PASS RiskClassificationText: PASS RiskClassificationDescription: '' RiskClassificationDescriptionInternal: '' InstructionAddressId: 26 VerifiedAddressId: 28 InstructionAddress: AddressId: 26 City: Oxford CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false BuildingName: Rose House BuildingNumber: '17' SubBuilding: Flat B Line1: Gordon Cl Line2: Marston PostalCode: OX3 0RG Province: Oxfordshire UpdatedDate: '2016-02-11T15:26:38.327Z' VerifiedAddress: AddressId: 28 CreatedDate: '2016-02-11T15:26:38.327Z' IsDeleted: false Latitude: 72377.23 Longitude: 198967.79 BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: West Street Line2: Oxford PostalCode: OX2 5ER UpdatedDate: '2017-09-13T08:35:21.05Z' Uprn: '10003997997' InstructionDate: '2019-10-07T00:00:00Z' NumberOfBedrooms: 2 EstimatedValueAmount: 200000 PurchasePriceAmount: 0 LoanAmount: 100000 LoanToValue: 50 TenureId: 1 TenureText: Freehold PrismReference: TST001-12345 IsPortfolio: true ProcessTypeCode: PRH-SPC IsNewBuild: false ProcessStartDate: '2021-06-29T11:46:44.557Z' CreatedDate: '2020-06-04T10:11:55.4Z' UpdatedDate: '2021-07-21T13:11:42.687Z' IsDeleted: false BrandCode: PRH BrandText: Property Risk Hub ExcludeFromBilling: false LatestDataProviderStatusText: Complete LatestDataProviderStatusDate: '2021-06-29T11:46:50.89Z' LatestDataProviderText: Climate Change References: - CaseId: 12345 CaseReferenceId: 50 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample1 - CaseId: 12345 CaseReferenceId: 51 CreatedDate: '2017-06-21T14:39:42.443Z' IsDeleted: false Reference: CaseReferenceExample2 Contacts: - CaseContactId: 91849 CaseId: 12345 ContactClassId: 1 ContactTypeCode: PRIMARY Title: Mr Forename: Joe Lastname: Bloggs CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false - CaseContactId: 91850 CaseId: 12345 ContactClassId: 1 ContactTypeCode: ACCESS Forename: Mr Smith CreatedDate: '2020-06-04T10:11:55.37Z' UpdatedDate: '2021-07-21T13:11:42.403Z' IsDeleted: false CustomAttributes: - CaseCustomAttributeId: 577454 CaseId: 12345 Key: Application Sub Type Value: Buy to Let IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577455 CaseId: 12345 Key: VendorLimitedCompany Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false - CaseCustomAttributeId: 577456 CaseId: 12345 Key: PrivateSale Value: N IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false CaseConditions: [] CaseOutcomes: - CaseOutcomeId: 8712 CaseId: 12345 ItemKey: '701' ItemValue: AVM Accept DisplayTitle: AVM Accept IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8713 CaseId: 12345 ItemKey: '503' ItemValue: 'Climate change risk identified: Ambiental future flood score exceeds threshold' DisplayTitle: 'Climate change risk identified: Ambiental future flood score exceeds threshold' IsDisplayed: true RiskLevelId: 2 - CaseOutcomeId: 8714 CaseId: 12345 ItemKey: '350' ItemValue: This Property has been identified to have a potential EPC Rating of B DisplayTitle: This Property has been identified to have a potential EPC Rating of B IsDisplayed: true RiskLevelId: 2 CaseResult: CaseId: 12345 IsRiskDecision: false IsFurtherValuationRequired: false AvmReference: '88957659' AvmDataProviderId: 21 AvmDataProviderCode: HOMETRACK ValuationAmount: 316434 ValuationDate: '2021-10-10T13:00:00Z' ValuationConfidence: 6.8 Tenure: Freehold RentalAmount: 865 RentalConfidence: 4.3 ClassOfTitle: AF CreatedDate: '2021-10-10T10:13:00.083Z' UpdatedDate: '2021-10-10T11:45:43.73Z' IsDeleted: false CaseResultItems: - CaseResultItemId: 123415 CaseId: 12345 ItemKey: ClimateChangeRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123416 CaseId: 12345 ItemKey: ConcentrationRiskRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: AVMRAG ItemValue: Green IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: valuationamount ItemValue: '316434' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: valuationconfidence ItemValue: '6.8' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123418 CaseId: 12345 ItemKey: marketrentvaluation ItemValue: '865' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123419 CaseId: 12345 ItemKey: marketrentconfidencelevel ItemValue: '4.3' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123420 CaseId: 12345 ItemKey: avm.propertytypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123421 CaseId: 12345 ItemKey: avm.propertytype ItemValue: House IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123422 CaseId: 12345 ItemKey: avm.propertystyle ItemValue: Mid Terrace IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123423 CaseId: 12345 ItemKey: avm.displayproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123424 CaseId: 12345 ItemKey: avm.displaypropstyleid ItemValue: '4' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123425 CaseId: 12345 ItemKey: avm.htproptypeid ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123426 CaseId: 12345 ItemKey: avm.bedrooms ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123427 CaseId: 12345 ItemKey: avm.receptions ItemValue: '1' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123428 CaseId: 12345 ItemKey: avm.addresspointtoid ItemValue: '1000002148190233' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123429 CaseId: 12345 ItemKey: avm.buildingtoid ItemValue: '1000042305602' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123430 CaseId: 12345 ItemKey: avm.floorarea ItemValue: '100' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123431 CaseId: 12345 ItemKey: avm.asofdate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123432 CaseId: 12345 ItemKey: avm.knownvalue ItemValue: '350000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123433 CaseId: 12345 ItemKey: avm.knownvaluedate ItemValue: '2021-09-15T12:00:00Z' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123434 CaseId: 12345 ItemKey: avm.constructiontype ItemValue: Standard IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123435 CaseId: 12345 ItemKey: avm.yearbuilt ItemValue: '1860' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123436 CaseId: 12345 ItemKey: avm.x_coord ItemValue: '532676.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123437 CaseId: 12345 ItemKey: avm.y_coord ItemValue: '172298.000' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123438 CaseId: 12345 ItemKey: avm.acorncategoryvalue ItemValue: '2' IsDisplayed: true CreatedDate: '2021-09-15T12:00:00Z' IsDeleted: false - CaseResultItemId: 123417 CaseId: 12345 ItemKey: RawClimateChangeData ItemValue: '{"GroundRisk":{"Current":[{"HighestScore":null,"MiningScore":30,"MiningNonCoalScore":30,"MiningCoalScore":0,"MiningCheshireBrineScore":0,"DissolutionScore":0,"SinkHoleScore":0,"MiscellaneousScore":0,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"LandslipScore":0,"Shape":"0101000020346C000000000000E0E6154100000000B0EE0541","SubsidenceScore":6}],"Future":[{"Year":2050,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2080,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7},{"Year":2050,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2020,"Scenario":8.5,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":20,"CoastalErosionScore":0,"SubsidenceScore":6},{"Year":2080,"Scenario":2.6,"PropertyKey":8163,"UPRN":220,"HighestScore":30,"SoilSubsidenceScore":30,"CoastalErosionScore":0,"SubsidenceScore":7}]},"FloodScore":{"Current":[{"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17}],"Future":[{"Year":2093,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2093,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":12,"DefendedADR":0.03246,"DefendedAAL":75,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":12,"UndefendedADR":0.03246,"UndefendedAAL":75,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":12,"UndefendedPluvialMaxDepth30Years":0.01,"UndefendedPluvialMaxDepth75Years":0.02,"UndefendedPluvialMaxDepth100Years":0.03,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.04,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.03246,"UndefendedPluvialAAL":75},{"Year":2093,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":7,"DefendedADR":0.01819,"DefendedAAL":42,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":7,"UndefendedADR":0.01819,"UndefendedAAL":42,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":7,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0.01,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.03,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.04,"UndefendedPluvialADR":0.01819,"UndefendedPluvialAAL":42},{"Year":2027,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2093,"Scenario":4.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0.01,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":8.5,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2055,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749,"UndefendedPluvialAAL":17},{"Year":2027,"Scenario":2.6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":1,"DefendedADR":0.00321,"DefendedAAL":7,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":1,"UndefendedADR":0.00321,"UndefendedAAL":7,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":1,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.01,"UndefendedPluvialMaxDepth500Years":0.02,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00321,"UndefendedPluvialAAL":7},{"Year":2055,"Scenario":6,"FloodDefenceLevel":0,"DefendedScore":1,"DefendedRiskRatio":3,"DefendedADR":0.00749,"DefendedAAL":17,"DefendedFluvialScore":0,"DefendedFluvialRiskRatio":0,"DefendedFluvialMaxDepth30Years":0,"DefendedFluvialMaxDepth75Years":0,"DefendedFluvialMaxDepth100Years":0,"DefendedFluvialMaxDepth250Years":0,"DefendedFluvialMaxDepth500Years":0,"DefendedFluvialMaxDepth1000Years":0,"DefendedFluvialADR":0,"DefendedFluvialAAL":0,"DefendedTidalScore":0,"DefendedTidalRiskRatio":0,"DefendedTidalMaxDepth30Years":0,"DefendedTidalMaxDepth75Years":0,"DefendedTidalMaxDepth100Years":0,"DefendedTidalMaxDepth250Years":0,"DefendedTidalMaxDepth500Years":0,"DefendedTidalMaxDepth1000Years":0,"DefendedTidalADR":0,"DefendedTidalAAL":0,"UndefendedScore":1,"UndefendedRiskRatio":3,"UndefendedADR":0.00749,"UndefendedAAL":17,"UndefendedFluvialScore":0,"UndefendedFluvialRiskRatio":0,"UndefendedFluvialMaxDepth30Years":0,"UndefendedFluvialMaxDepth75Years":0,"UndefendedFluvialMaxDepth100Years":0,"UndefendedFluvialMaxDepth250Years":0,"UndefendedFluvialMaxDepth500Years":0,"UndefendedFluvialMaxDepth1000Years":0,"UndefendedFluvialADR":0,"UndefendedFluvialAAL":0,"UndefendedTidalScore":0,"UndefendedTidalRiskRatio":0,"UndefendedTidalMaxDepth30Years":0,"UndefendedTidalMaxDepth75Years":0,"UndefendedTidalMaxDepth100Years":0,"UndefendedTidalMaxDepth250Years":0,"UndefendedTidalMaxDepth500Years":0,"UndefendedTidalMaxDepth1000Years":0,"UndefendedTidalADR":0,"UndefendedTidalAAL":0,"UndefendedPluvialScore":1,"UndefendedPluvialRiskRatio":3,"UndefendedPluvialMaxDepth30Years":0,"UndefendedPluvialMaxDepth75Years":0,"UndefendedPluvialMaxDepth100Years":0,"UndefendedPluvialMaxDepth250Years":0.02,"UndefendedPluvialMaxDepth500Years":0.03,"UndefendedPluvialMaxDepth1000Years":0.03,"UndefendedPluvialADR":0.00749}]},"EnergyCertificate":{"RawHashValue":"dc64c5f4-c319-4c02-b83e-b2ba060caa92|02a5bc93bf1177118a9e14865b75c648|f8aaae5df53c6292608fdd83dc7f259d23e620bb39244860ae6e6414f6168e2b","MappingHeatingKey":1,"MappingTenureKey":null,"DataSourceId":282,"UPRN":200001171123,"ConcatenatedAddress":"40, Birchcroft, French Walls","CustRef1":"1235610789262015022609080659348835","CustRef2":3504899278,"PostCode":"B66 3LN","PCD":"B66","HouseName":"40, Birchcroft","StreetName":"French Walls","Locality":null,"Town":"SMETHWICK","County":null,"FullAddress":"40, Birchcroft, French Walls","PropType":"Flat","PropStyle":"End-Terrace","TotalRoomCount":2,"FloorArea":38,"Heating":"electricity (not community)","FloorsInBlock":null,"Outbuildings":0,"InspectionDate":"2015-02-24","ReportDate":"2015-02-26","InstrType1":"ECO assessment","AddressMatchFlag":true,"AddressMatchAttempts":1,"NumberHeatedRooms":2,"RoofDescription":"(another dwelling above)","FloorHeight":null,"CurrentEnergyRating":"D","CurrentEnergyEfficiency":62,"PotentialEnergyRating":"C","PotentialEnergyEfficiency":69,"LocalAuthority":"E08000028","Constituency":"E14001016","EnvironmentImpactCurrent":42,"EnvironmentImpactPotential":49,"EnergyConsumptionCurrent":576,"EnergyConsumptionPotential":490,"CO2EmissionCurrent":3,"CO2CurrentPerFloorArea":97,"CO2EmissionPotential":3,"LightingCostCurrent":45,"LightingCostPotential":30,"HeatingCostCurrent":448,"HeatingCostPotential":344,"HotWaterCostCurrent":115,"HotWaterCostPotential":115,"EnergyTariff":"dual","MainsGasFlag":"N","FloorLevel":"6th","FlatTopStorey":"N","MainHeatingControls":2401,"MultiGlazeProportion":100,"GlazedType":"double glazing, unknown install date","GlazedArea":"Normal","LowEnergyLighting":50,"NumberOpenFireplaces":0,"HotwaterDescription":"Electric immersion, off-peak","HotWaterEnergyEff":"Average","HotWaterEnvEff":"Poor","FloorDescription":"(another dwelling below)","FloorEnergyEff":null,"FloorEnvEff":null,"WindowsDescription":"Fully double glazed","WindowsEnergyEff":"Average","WindowsEnvEff":"Average","WallsDescription":"System built, as built, no insulation (assumed)","WallsEnergyEff":"Very Poor","WallsEnvEff":"Very Poor","SecondheatDescription":"Room heaters, electric","SheatingEnergyEff":null,"SheatingEnvEff":null,"RoofEnergyEff":null,"RoofEnvEff":null,"MainheatDescription":"Electric storage heaters","MainheatEnergyEff":"Average","MainheatEnvEff":"Very Poor","MainheatcontDescription":"Manual charge control","MainheatcEnergyEff":"Poor","MainheatcEnvEff":"Poor","LightingDescription":"Low energy lighting in 50% of fixed outlets","LightingEnergyEff":"Good","LightingEnvEff":"Good","AirTightnessDescription":null,"AirTightnessEnergyEff":null,"AirTightnessEnvEff":null,"WindTurbineCount":0,"HeatLossCorridoor":"unheated corridor","HeatLossCorridoorLength":6,"PhotoSupply":null,"SolarWaterHeatingFlag":"N","MechanicalVentilation":"natural","LocalAuthorityLabel":"Sandwell","ConstituencyLabel":"Warley","ConstructionAgeBand":"England and Wales: 1950-1966","LodgementDate":"2015-02-26T00:00:00.000+0000","Tenure":"rental (social)","FixedLightingOutletsCount":null,"LowEnergyFixedLightCount":null,"TypeOfAssessment":null,"3YearEnergyCostCurrent":null,"3YearEnergySavingPotential":null,"CurrentEnvironmentalRating":null,"PotentialEnvironmentalRating":null,"LzcEnergySources":null,"SpaceHeatingDemand":null,"WaterHeatingDemand":null,"ImpactLoftInsulation":null,"ImpactCavityWallInsulation":null,"ImpactSolidWallInsulation":null,"MainHeatingCategory":null,"AddendumText":null,"DataZone":null,"YearBuilt":null,"IsNewBuild":null,"EffectiveDate":"2015-02-24","HashValue":"4e0c2ef28b26089741ee154fd47f049c7bb212111a95c1ce04ce9a333de4b2e8"}}' IsDisplayed: true CreatedDate: '2020-06-04T10:11:55.37Z' IsDeleted: false type: object properties: CaseId: description: Unique PRH Case ID. type: number CaseReference: description: The Case Reference of the PRH case. type: string InstructionReference: description: The Instruction Reference of the PRH case. type: string InstructionDate: title: 'The Instructiondate Schema ' type: string InstructionTypeCode: title: 'The Instructiontypecode Schema ' type: string StatusText: description: The Current Status Text of the PRH case. type: string DataConfigGroupCode: description: The Current Data Config Group Code of the PRH case. type: string DataConfigGroupText: description: The Current Data Config Group Text of the PRH case. type: string RiskClassificationCode: description: The Current Risk Classification Code of the PRH case type: string RiskClassificationText: description: The Current Risk Classification Text of the PRH case type: string RiskClassificationDescription: description: The Description of the Current Risk Classification of the PRH case type: string RiskClassificationDescriptionInternal: description: The Internal Description of the Current Risk Classification of the PRH case type: string InstructionAddressId: description: PRH Address Id for the Instruction Address type: number VerifiedAddressId: description: PRH Address Id for the Verified Address type: number PropertyNotes: description: Property notes type: string ConstructionYear: description: Construction Year of the property type: string NumberOfBedrooms: description: Number of Bedrooms in the property type: number PropertyTypeCode: description: Property Type Code type: string PropertyTypeText: description: Property Type Text type: string EstimatedValueAmount: description: Estimated Value of the property type: number PurchasePriceAmount: description: Purchase Price of the property type: number EstimatedRental: title: 'The Estimatedrental Schema ' type: string LoanAmount: description: Loan Amount for the application type: number LoanToValue: description: Loan to Value percentage type: number GroundRent: description: Ground Rent amount for the property type: number LeaseholdTerm: description: Leasehold Term of the property (if Leasehold) type: integer TenureText: description: Tenure Text of the property type: string PrismReference: description: The PRH Reference of the PRH case. type: string IsPortfolio: description: Is the Application a Portfolio? type: boolean ProcessTypeCode: description: Current PRH Process Type Code type: string CreatedDate: description: Date PRH case was created type: string UpdatedDate: description: Date PRH case was updated type: string IsDeleted: description: Is the Case deleted in PRH? type: boolean ProcessTypeText: description: Current PRH Process Type Text type: string ProcessStartDate: description: Date the process in PRH started type: string BrandCode: description: Brand Code for the application type: string BrandText: description: Brand Text for the application type: string ExcludeFromBilling: description: Exclude this PRH Case from billing? type: boolean LatestDataProviderStatusText: description: Provider Status Text for the Latest Data Provider in PRH type: string LatestDataProviderStatusDate: description: Status Date for the Latest Data Provider in PRH type: string LatestDataProviderText: description: Latest Data Provider in PRH type: string InstructionAddress: $ref: '#/components/schemas/Address_2' VerfiedAddress: $ref: '#/components/schemas/Address_2' References: description: Additional References for the PRH Case type: array items: type: object properties: CreatedDate: title: 'The Createddate Schema ' type: string IsDeleted: title: 'The Isdeleted Schema ' type: boolean Reference: title: 'The Reference Schema ' type: string Contacts: type: array items: type: object required: - ContactTypeCode properties: ContactTypeCode: enum: - ACCESS - ADDITIONAL - ASSIGNED - BROKER - ESTAGENT - LENDER - PRIMARY - SOLICITOR - SOURCE - VALUER - DIRECTOR - SHAREHOLDER type: string CompanyName: description: CompanyName for the Contact type: string Title: description: Title of the Contact type: string Forename: description: Forename of the Contact type: string MiddleNames: description: Middle names of the Contact type: string Lastname: description: Lastname of the Contact type: string MobilePhone: description: Mobile phone number of the Contact type: string HomePhone: description: Home phone number of the Contact type: string WorkPhone: description: Work phone number of the Contact type: string Fax: description: Fax number of the Contact type: string Email: description: Email address of the Contact type: string ContactAddress: $ref: '#/components/schemas/Address_2' Notes: description: Contact notes. type: string IsDeleted: description: Is the Contact deleted in PRH? type: boolean CustomAttributes: type: array items: description: Custom attribute. type: object required: - Key - Value properties: Key: description: The key name for this attribute. type: string Value: description: The value of this attribute. type: string IsDisplayed: description: Is this attribute displayed to users within PRH? type: boolean IsDeleted: description: Is the custom attribute deleted in PRH? type: boolean CaseConditions: description: Identified Conditions for the PRH Case type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string IsDisplayed: type: boolean CaseOutcomes: description: Identified Outcomes for the PRH Case type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string IsDisplayed: type: boolean CaseProofsRequired: description: Identified Proofs Required for the PRH Case type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string IsDisplayed: type: boolean CaseResult: type: object properties: IsRiskDecision: description: Is Risk Decision Passed for PRH Case? type: boolean IsFurtherValuationRequired: description: Is a Further Valuation Required? type: boolean IsFloodRisk: description: The Reference of the AVM. type: boolean EnergyPerformanceCertificate: description: Energy Performance Certificate type: string AvmReference: description: The Reference of the AVM. type: string AvmDataProviderCode: description: AVM Provider Code type: string ValuationAmount: description: Valuation Amount of the property type: number ValuationDate: description: Date the Valuation took place type: string ValuationConfidence: description: Confidence score relating to the ValuationAmount (if applicable) type: number Tenure: description: Tenure of the property type: string LeaseholdTerm: description: LeaseholdTerm of the property type: string PropertySuitable: description: Is the Property Suitable Security? type: boolean RentalAmount: description: Rental Amount of the property type: number RentalConfidence: description: Confidence score relating to the RentalAmount (if applicable) type: number ClassOfTitle: description: Class of Title according to HMLR for the property type: string IsTenureVerified: description: Is the Tenure Verified? type: boolean CreatedDate: description: Created date of the CaseResult entry type: string UpdatedDate: description: Updated date of the CaseResult entry type: string IsDeleted: description: Is the CaseResult deleted in PRH? type: boolean CaseResultItems: description: Case Result Items for the PRH Case Result type: array items: description: Case Result Item for the PRH Case type: object required: - ItemKey properties: ItemKey: description: The item key name for this result item. type: string ItemValue: description: The item value of this result item. type: string DisplayTitle: description: The display title (user readable value) of this result item. type: string IsDisplayed: description: Is this result item displayed to users within PRH? type: boolean OrganisationOrgIdCaseCaseIdGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' Generated-2: title: PRISM - Create Status Update Request - JSON schema example: InstructionReference: REF1243 Notes: '' StatusCode: APPOINTMENT Contacts: - CompanyName: '' ContactAddress: BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB ContactTypeCode: VALUER Email: valuations@prism.com Fax: '' Forename: Valuation HomePhone: '' Lastname: User MiddleNames: '' MobilePhone: '' Notes: '' Title: Mr WorkPhone: 01234567890 - CompanyName: Houses4U ContactAddress: BuildingName: Rose House BuildingNumber: '2' SubBuilding: Flat B Line1: Test Street Line2: '' Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX30LB ContactTypeCode: ESTAGENT Email: '' Fax: '' Forename: '' HomePhone: '' Lastname: '' MiddleNames: '' MobilePhone: '' Notes: '' Title: '' WorkPhone: '' StatusDataItems: - Key: Appointment Date Value: '2016-06-01' - Key: Appointment Time Value: 09:00 - 11:00 - Key: Status Value: InProg StatusDate: '2016-05-28T15:36:52.511Z' StatusMessage: Appointment has been booked for 01 June 2016 at 9:00. StatusReason: '' type: object properties: InstructionReference: description: Instruction Reference of the Prism case. type: string StatusCode: description: The Status code for the case. type: string StatusDate: description: Date the status update has been made. type: string format: date-time StatusMessage: description: Status Message for the status update. type: string StatusReason: description: Reason for the status update. type: string Notes: description: Notes relating to the status update. type: string Contacts: description: Section containing all the contacts related to this case. type: array items: description: Contact information. type: object required: - ContactTypeCode properties: ContactTypeCode: description: The contact type code to determine what type of contact this information relates to. enum: - PRIMARY - ADDITIONAL - ESTAGENT - ACCESS - ASSIGNED - LENDER - VALUER - SOLICITOR - SOURCE x-amf-union: - type: string - type: 'null' CompanyName: description: Contact company name. type: string Title: description: Contact title. type: string Forename: description: Contact forename. type: string MiddleNames: description: Contact middle names. type: string Lastname: description: Contact last name. type: string MobilePhone: description: Contact mobile phone number. type: string HomePhone: description: Contact home phone number. type: string WorkPhone: description: Contact work phone number. type: string Fax: description: Contact fax number. type: string Email: description: Contact email address. type: string ContactAddress: description: The address object containing the address of the contact. type: object required: - Line1 - PostalCode properties: Company: description: Company name if part of the address. type: string BuildingName: description: The Building Name. type: string BuildingNumber: description: The Building Number. type: string SubBuilding: description: The Sub Building Name. type: string Line1: description: Line 1 of the address. type: string Line2: description: Line 2 of the address. type: string Line3: description: Line 3 of the address. type: string Line4: description: Line 4 of the address. type: string City: description: The address city. type: string Province: description: Province of the address. type: string PostalCode: description: Postal Code of the address. type: string Notes: description: Contact notes. type: string StatusDataItems: description: The custom status data attributes and information related to this case. type: array items: description: Status Data Items type: object required: - Key properties: Key: description: The key name for this attribute. type: string Value: description: The value of this attribute. type: string OrganisationOrgIdCaseCaseIdStatusPost200ApplicationJsonResponse: title: PRISM - External Data Provider API - Create Status Response - JSON schema example: InstructionReference: REF1243 CaseId: '12345' type: object required: - CaseId properties: CaseId: description: Case Id of the PRISM Case. type: string InstructionReference: description: Instruction Reference of the PRISM Case. type: string OrganisationOrgIdCaseCaseIdStatusPost400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusPost504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet200ApplicationJsonResponse: example: - DataProviderCode: STAFFVAL DataProviderName: Staff Valuer StatusCode: APPOINTMENT StatusDate: '2019-06-13T16:01:00Z' StatusReason: Need an appointment CreatedDate: '2019-06-13T15:06:36Z' CaseStatusItems: - ItemKey: AppointmentDate ItemValue: '2019-06-11 00:00:00.000Z' - ItemKey: AppointmentTime ItemValue: 09:00-12:00 - DataProviderCode: STAFFVAL DataProviderName: Staff Valuer StatusCode: ONHOLD StatusDate: '2019-06-14T16:01:00Z' StatusReason: Put on hold CreatedDate: '2019-06-13T15:06:36Z' CaseStatusItems: - ItemKey: Key123 ItemValue: Value123 - ItemKey: Key456 ItemValue: Value456 type: array items: type: object additionalProperties: false required: - StatusCode - StatusDate properties: DataProviderCode: type: string DataProviderName: type: string StatusCode: type: string StatusDate: type: string format: date-time StatusMessage: type: string StatusReason: type: string CreatedDate: type: string format: date-time CaseStatusItems: type: array items: type: object additionalProperties: false properties: ItemKey: type: string ItemValue: type: string OrganisationOrgIdCaseCaseIdStatusGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet200ApplicationJsonResponse: example: DataProviderCode: STAFFVAL DataProviderName: Staff Valuer StatusCode: ONHOLD StatusDate: '2019-06-14T16:01:00Z' StatusReason: Put on hold CreatedDate: '2019-06-13T15:06:36Z' CaseStatusItems: - ItemKey: Key123 ItemValue: Value123 - ItemKey: Key456 ItemValue: Value456 type: object additionalProperties: false required: - StatusCode - StatusDate properties: DataProviderCode: type: string DataProviderName: type: string StatusCode: type: string StatusDate: type: string format: date-time StatusMessage: type: string StatusReason: type: string CreatedDate: type: string format: date-time CaseStatusItems: type: array items: type: object additionalProperties: false properties: ItemKey: type: string ItemValue: type: string OrganisationOrgIdCaseCaseIdStatusLatestGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdStatusLatestGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet200ApplicationJsonResponse: example: Documents: - DocumentReference: AAAFADE8-7DC0-4070-BFA7-561533592375 FileName: 479212501.pdf Format: PDF DocumentType: DP - Valuation Report DocumentSize: 123 DataProviderCode: VALPROV RepositoryContainer: docContainer-1 CreatedDate: '2017-09-19T14:28:43.443Z' - DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D FileName: Test Document.txt Format: TEXT DocumentType: DP-Doc DocumentSize: 123 DataProviderCode: TESTDP RepositoryContainer: docContainer-1 CreatedDate: '2017-09-19T14:28:43.443Z' - DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D FileName: OSREGTD_201609300540.ZIP Format: ZIP DocumentType: DP - Register Of Title Details DocumentSize: 123 DataProviderCode: OSREGTD RepositoryContainer: docContainer-1 CreatedDate: '2017-09-19T14:28:43.443Z' type: object properties: Documents: type: array items: type: object properties: DocumentReference: title: The unique DocumentReference of the document x-amf-examples: default-example_1: AAAFADE8-7DC0-4070-BFA7-561533592375 type: string FileName: title: The original Filename of the document x-amf-examples: default-example_1: 479212501.pdf type: string Format: title: The document format x-amf-examples: default-example_1: PDF type: string DocumentType: title: The document type or description of the document x-amf-examples: default-example_1: DP - Valuation Report type: string DocumentSize: title: The document size in bytes x-amf-examples: default-example_1: 123 type: number DataProviderCode: title: The Data Provider Code if this document was retrieved from a Data Provider x-amf-examples: default-example_1: VALPROV type: string RepositoryContainer: title: The repository container x-amf-examples: default-example_1: docContainer-1 type: string CreatedDate: title: The created date x-amf-examples: default-example_1: '2017-09-19T14:28:43.443Z' type: string OrganisationOrgIdCaseCaseIdDocumentsGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' Generated-3: example: - Name: document1.pdf Format: PDF Reference: PICTURES Description: Pictures of the property BinaryObject: VGhpcyBpcyBzb21lIHRlc3QgZGF0YS4= - Name: valuation.pdf Format: PDF Reference: VALUATION Description: Mortgage Valuation Report BinaryObject: VGhpcyBpcyBzb21lIHRlc3QgZGF0YS4= type: array items: type: object required: - Name - Format - BinaryObject properties: Name: title: Document Filename type: string Format: title: Document Format. type: string Reference: title: Category of document type: string Description: title: Short Description of document. type: string BinaryObject: title: Base64 encoded string representation of the binary file itself. type: string OrganisationOrgIdCaseCaseIdDocumentsPost202ApplicationJsonResponse: example: Documents: - DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D DocumentVerificationUrl: this.and/that - DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D DocumentVerificationUrl: this.and/that - DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D DocumentVerificationUrl: this.and/that type: object properties: Documents: type: array items: type: object properties: DocumentReference: title: The unique DocumentReference of the document within PRH. x-amf-examples: default-example_1: AAAFADE8-7DC0-4070-BFA7-561533592375 type: string DocumentVerificationUrl: title: URL used to verify document availability. x-amf-examples: default-example_1: host.domain/path type: string OrganisationOrgIdCaseCaseIdDocumentsPost400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsPost504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet200ApplicationJsonRe: example: Document: DocumentReference: 58FEECE9-AB41-47D9-A237-46FC6CED486D FileName: Test Document.txt Format: TEXT DocumentType: DP-Doc DataProviderCode: TESTDP BinaryObject: VGhpcyBpcyBzb21lIHRlc3QgZGF0YS4= type: object properties: Document: type: object properties: DocumentReference: title: The unique DocumentReference of the document x-amf-examples: default-example_1: ffe0b6d6-87f0-449e-b781-a60b3991acb4 type: string FileName: title: The original Filename of the document x-amf-examples: default-example_1: Test Document.txt type: string Format: title: The document format x-amf-examples: default-example_1: TEXT type: string DocumentType: title: The document type or description of the document x-amf-examples: default-example_1: DP-Doc type: string DataProviderCode: title: The Data Provider Code if this document was retrieved from a Data Provider x-amf-examples: default-example_1: TESTDP type: string BinaryObject: title: The Base64 encoded version of the file type: string OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet400ApplicationJsonRe: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet401ApplicationJsonRe: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet403ApplicationJsonRe: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet404ApplicationJsonRe: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet405ApplicationJsonRe: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet406ApplicationJsonRe: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet415ApplicationJsonRe: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet425ApplicationJsonRe: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet429ApplicationJsonRe: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet500ApplicationJsonRe: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet502ApplicationJsonRe: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceGet504ApplicationJsonRe: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet202Application: example: message: Processing reason: The document is not ready yet. type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet200Application: example: message: Success reason: The document is available. type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet400Application: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet401Application: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet403Application: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet404Application: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet405Application: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet406Application: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet415Application: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet425Application: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet429Application: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet500Application: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet502Application: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdDocumentsDocumentReferenceVerifyGet504Application: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet200ApplicationJsonResponse: example: - reportRevision: '2' ReportDate: '2018-11-01' RuleAcceptable: true RuleCode: GREEN - reportRevision: '1' ReportDate: '2018-10-27' RuleAcceptable: false RuleCode: RED type: array items: type: object required: - reportRevision - ReportDate - RuleAcceptable - RuleCode properties: reportRevision: type: string ReportDate: type: string RuleAcceptable: type: boolean RuleCode: type: string OrganisationOrgIdCaseCaseIdReportGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet200ApplicationJsonResponse: title: PRISM - External Client API - Retrieve Case Report response - JSON schema description: The purpose of this JSON schema is to define what is return in the JSON when responding to the request made to the Retrieve Case Report API on the Prism system. example: ReportRevision: '12' ReportType: REMO ReportDate: '2018-09-27' InspectionDate: '2018-09-25' PropertyPrice: 300000 ValuationAmount: 300000 AdvanceAmount: 1000 PropertySuitable: true PropertySuitableDetails: Suitability notes AllDeclarationsMet: true Tenure: Leasehold LeaseholdTerm: '99' ApplicantShare: 30 RuleAcceptable: false RuleCode: RED RuleInternalMessage: 'Detailed internal ' RuleExternalMessage: 'One or more issues were identified: Flood risk, multiple occupancy' SecurityAddress: BuildingName: Rose House BuildingNumber: '123' SubBuilding: Flat B Line1: Example Lane Line2: Sample Grove Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX1 1AA FirmAddress: BuildingName: Rose House BuildingNumber: '123' SubBuilding: Flat B Line1: Example Lane Line2: Sample Grove Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX1 1AA CaseReportItems: - ItemKey: FurtherInfoNeeded ItemValue: DRAIN,KNOTWEED RiskLevelId: 3 RiskLevelText: Red - ItemKey: FurtherInfoNeededDetails ItemValue: Valuer specific comments from free text field - ItemKey: FloodRisk ItemValue: 'true' RiskLevelId: 3 RiskLevelText: Red - ItemKey: FloodRiskDetails ItemValue: Valuer specific comments from free text field CaseConditions: - ItemKey: LHT ItemValue: Tenure for this property has been assumed as Leasehold DisplayTitle: Tenure (Leasehold) CaseOutcomes: - ItemKey: VART ItemValue: Valuation Assessment - Report tenure does not match instructed tenure RiskLevelId: 2 DisplayTitle: Tenure mismatch CaseProofsRequired: - ItemKey: LT ItemValue: Leasehold Term for this property is lower than the minimum (0), proof that the lease is being extended is required DisplayTitle: Leasehold Term Extension CaseDocuments: - DocumentFileName: Example.pdf DocumentFormat: PDF DocumentSize: 12 DocumentReference: ba61b28c-a594-4aea-9dc4-ddad4baf9422 DocumentType: SAMPLEDOC type: object required: - ReportRevision properties: ReportRevision: type: string ReportType: type: string ReportDate: type: string InspectionDate: type: string PropertyPrice: type: integer ValuationAmount: type: integer AdvanceAmount: type: integer PropertySuitable: type: boolean PropertySuitableDetails: type: string AllDeclarationsMet: type: boolean Tenure: type: string LeaseholdTerm: type: string ApplicantShare: type: number RuleAcceptable: type: boolean RuleCode: type: string RuleInternalMessage: type: string RuleExternalMessage: type: string SecurityAddress: $ref: '#/components/schemas/Address_3' FirmAddress: $ref: '#/components/schemas/Address_3' CaseReportItems: type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer RiskLevelText: type: string CaseConditions: type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string CaseOutcomes: type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string CaseProofsRequired: type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string CaseDocuments: type: array items: type: object required: - DocumentFileName properties: DocumentFileName: type: string DocumentFormat: type: string DocumentSize: type: number DocumentReference: type: string DocumentType: type: string OrganisationOrgIdCaseCaseIdReportLatestGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportLatestGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet200ApplicationJsonResponse: title: PRISM - External Client API - Retrieve Case Report response - JSON schema description: The purpose of this JSON schema is to define what is return in the JSON when responding to the request made to the Retrieve Case Report API on the Prism system. example: ReportRevision: '12' ReportType: REMO ReportDate: '2018-09-27' InspectionDate: '2018-09-25' PropertyPrice: 300000 ValuationAmount: 300000 AdvanceAmount: 1000 PropertySuitable: true PropertySuitableDetails: Suitability notes AllDeclarationsMet: true Tenure: Leasehold LeaseholdTerm: '99' ApplicantShare: 30 RuleAcceptable: false RuleCode: RED RuleInternalMessage: 'Detailed internal ' RuleExternalMessage: 'One or more issues were identified: Flood risk, multiple occupancy' SecurityAddress: BuildingName: Rose House BuildingNumber: '123' SubBuilding: Flat B Line1: Example Lane Line2: Sample Grove Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX1 1AA FirmAddress: BuildingName: Rose House BuildingNumber: '123' SubBuilding: Flat B Line1: Example Lane Line2: Sample Grove Line3: '' Line4: '' City: Oxford Province: Oxfordshire PostalCode: OX1 1AA CaseReportItems: - ItemKey: FurtherInfoNeeded ItemValue: DRAIN,KNOTWEED RiskLevelId: 3 RiskLevelText: Red - ItemKey: FurtherInfoNeededDetails ItemValue: Valuer specific comments from free text field - ItemKey: FloodRisk ItemValue: 'true' RiskLevelId: 3 RiskLevelText: Red - ItemKey: FloodRiskDetails ItemValue: Valuer specific comments from free text field CaseConditions: - ItemKey: LHT ItemValue: Tenure for this property has been assumed as Leasehold DisplayTitle: Tenure (Leasehold) CaseOutcomes: - ItemKey: VART ItemValue: Valuation Assessment - Report tenure does not match instructed tenure RiskLevelId: 2 DisplayTitle: Tenure mismatch CaseProofsRequired: - ItemKey: LT ItemValue: Leasehold Term for this property is lower than the minimum (0), proof that the lease is being extended is required DisplayTitle: Leasehold Term Extension CaseDocuments: - DocumentFileName: Example.pdf DocumentFormat: PDF DocumentSize: 12 DocumentReference: ba61b28c-a594-4aea-9dc4-ddad4baf9422 DocumentType: SAMPLEDOC type: object required: - ReportRevision properties: ReportRevision: type: string ReportType: type: string ReportDate: type: string InspectionDate: type: string PropertyPrice: type: integer ValuationAmount: type: integer AdvanceAmount: type: integer PropertySuitable: type: boolean PropertySuitableDetails: type: string AllDeclarationsMet: type: boolean Tenure: type: string LeaseholdTerm: type: string ApplicantShare: type: number RuleAcceptable: type: boolean RuleCode: type: string RuleInternalMessage: type: string RuleExternalMessage: type: string SecurityAddress: $ref: '#/components/schemas/Address_3' FirmAddress: $ref: '#/components/schemas/Address_3' CaseReportItems: type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer RiskLevelText: type: string CaseConditions: type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string CaseOutcomes: type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string CaseProofsRequired: type: array items: type: object required: - ItemKey - ItemValue properties: ItemKey: type: string ItemValue: type: string RiskLevelId: type: integer DisplayTitle: type: string CaseDocuments: type: array items: type: object required: - DocumentFileName properties: DocumentFileName: type: string DocumentFormat: type: string DocumentSize: type: number DocumentReference: type: string DocumentType: type: string OrganisationOrgIdCaseCaseIdReportRevisionGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdReportRevisionGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet200ApplicationJsonResponse: title: PRH - External Client API - Retrieve Case Process - JSON schema description: The purpose of this JSON schema is to define the response when retrieving a case process from PRH. example: Case: BrandCode: ORG BrandText: Dummy Organisation CaseId: 12345 CaseReference: TEST123 ConstructionYear: '1964' DataConfigGroupCode: PURCHASE DataConfigGroupId: 5 DataConfigGroupText: Purchase InstructionAddress: AddressId: '524590' CreatedDate: '2025-01-13T11:01:06.767Z' IsDeleted: false Line1: 6 Arlbury Road PostalCode: NN3 8QJ UpdatedDate: '2025-01-13T11:01:06.767Z' InstructionReference: TEST123 InstructionTypeCode: MV LoanAmount: 125000 LoanToValue: 0 NumberOfBedrooms: 3 PrismReference: ORG001-12345 PropertyTypeCode: DETACHEDHOUSE PropertyTypeText: Detached House PurchasePriceAmount: 270000 RiskClassificationCode: REFR RiskClassificationDescription: '' RiskClassificationText: REFR StatusId: 0 StatusText: Complete TenureId: 1 TenureText: Freehold VerifiedAddress: AddressId: '524591' CreatedDate: '2025-01-13T11:01:08.773Z' IsDeleted: false Latitude: '263751' Line1: 6 Arlbury Road Longitude: '480544' PostalCode: NN3 8QJ TitleDeedNumber: NN55420 UpdatedDate: '2025-01-13T11:01:41.52Z' Uprn: '15006338' CaseCondition: [] CaseOutcome: - CaseId: 12345 CaseOutcomeId: 438364 ItemKey: SINGLE_TRACK_RAILWAY ItemValue: Risk not present. The property is not close to a single track railway. RiskLevelId: 1 - CaseId: 12345 CaseOutcomeId: 438365 ItemKey: MULTI_TRACK_RAILWAY ItemValue: Risk not present. The property is not close to a multi track railway. RiskLevelId: 1 CaseProcessId: 220282 CaseResultItem: - CaseId: 12345 CaseResultItemId: 4852358 CreatedDate: '2025-01-13T11:01:08.777Z' ItemKey: valuationamount ItemValue: '243000' UpdatedDate: '2025-01-13T11:01:08.777Z' - CaseId: 12345 CaseResultItemId: 4852359 CreatedDate: '2025-01-13T11:01:08.777Z' ItemKey: valuationconfidence ItemValue: '3.13500000' UpdatedDate: '2025-01-13T11:01:08.777Z' CreatedDate: '2025-01-13T11:01:06.76Z' ProcessStatusText: Completed ProcessTypeCode: ASYNCRISK UpdatedDate: '2025-01-13T11:01:41.52Z' type: object properties: Case: description: PRH case details. The case is the parent of the requested case process. type: object properties: BrandCode: description: Internal representation of the lender's brand. Lenders can use different brand codes to represent different units within their organisation. type: string BrandText: description: Display representation of the lender's brand. type: string CaseReference: description: PRH case reference. type: string ConstructionYear: type: string DataConfigGroupCode: description: Internal representation of the PRH data config group. This is the PRH mapping of the application type (e.g. Purchase, Remortgage). type: string DataConfigGroupText: description: Display representation of the PRH data config group. type: string InstructionAddress: $ref: '#/components/schemas/Address_4' InstructionReference: description: PRH instruction reference. type: string InstructionTypeCode: description: Lender-specific code for the type of valuation being requested. type: string LoanAmount: type: number LoanToValue: type: number NumberOfBedrooms: type: number PrismReference: description: A unique PRH reference for the case. type: string PropertyTypeCode: description: Internal representation of the property type. type: string PropertyTypeText: description: Display representation of the property type. type: string EstimatedValueAmount: description: Applicant's estimate of the property value. Typically used in non-purchase applications. type: number PurchasePriceAmount: description: Purchase price of the property. Typically used in purchase applications. type: number RiskClassificationCode: description: Internal representation of the outcome of the PRH case (e.g. PASS, REFR, FAIL). type: string RiskClassificationText: description: Display representation of the outcome of the PRH case. type: string RiskClassificationDescription: description: Expanded text description of the outcome of the PRH case. type: string StatusText: description: Status of the PRH case. type: string TenureText: description: Property tenure (e.g. Freehold, Leasehold). type: string VerifiedAddress: $ref: '#/components/schemas/Address_4' CaseCondition: description: Case conditions associated with the case process. type: array items: description: Case conditions - a collection of key/value pairs providing data relating to the outcome of report assessment rules on a PRH Case. type: object required: - ItemKey properties: ItemKey: description: The key name for the case condition. type: string ItemValue: description: The value of the case condition. type: string RiskLevelId: description: The RAG score (1=Green, 2=Amber, 3=Red) is optional, and indicates the outcome of the business rules with respect to this case condition. type: integer CaseOutcome: description: Case outcomes associated with the case process. type: array items: description: Case outcomes - a collection of key/value pairs providing data relating to specific data provider outcomes on a PRH Case. type: object required: - ItemKey properties: ItemKey: description: The key name for the case outcome. type: string ItemValue: description: The value of the case outcome. type: string RiskLevelId: description: The RAG score (1=Green, 2=Amber, 3=Red) is optional, and indicates the outcome of the business rules with respect to this case outcome. type: integer CaseResultItem: description: Case result items associated with the case process. type: array items: description: Case result items - a collection of key/value pairs providing data relating to the overall result of a PRH Case. type: object required: - ItemKey properties: ItemKey: description: The key name for the case result item. type: string ItemValue: description: The value of the case result item. type: string CreatedDate: description: Timestamp when the case process was originally created in PRH. type: string ProcessStatusText: description: Status of the case process. type: string ProcessTypeCode: description: The PRH process type which the case process ran. type: string UpdatedDate: description: Timestamp when the case process was last modified by PRH. type: string OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet200ApplicationJsonRe: title: PRH - External Client API - Retrieve Case Process Status - JSON schema description: The purpose of this JSON schema is to define the response when retrieving a case process status from PRH. example: CaseId: 12345 CaseProcessId: 67890 Links: - Href: /case/12345/process/67890/status Method: GET Rel: self - Href: /case/12345/process/67890 Method: GET Rel: get-case-process-results ProcessStatusId: 3 ProcessStatusText: Completed ProcessTypeCode: PROCTYPE UpdatedDate: '2025-01-13T11:01:41.52Z' type: object properties: CaseId: description: The requested case ID (from the request URI parameter). type: integer CaseProcessId: description: The requested case process ID (from the request URI parameter). type: integer Links: description: Links for case actions, per the HATEOAS principles. type: array items: type: object required: - Href - Method - Rel properties: Href: type: string Method: type: string Rel: type: string ProcessStatusId: description: Internal PRH representation of the case process status (1=Started, 2=Waiting, 3=Complete). type: integer ProcessStatusText: description: Display representation of the case process status (Started, Waiting, Complete). type: string ProcessTypeCode: description: The PRH process type which the case process ran. type: string UpdatedDate: description: Timestamp when the case process was last updated. type: string OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet400ApplicationJsonRe: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet401ApplicationJsonRe: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet403ApplicationJsonRe: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet404ApplicationJsonRe: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet405ApplicationJsonRe: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet406ApplicationJsonRe: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet415ApplicationJsonRe: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet425ApplicationJsonRe: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet429ApplicationJsonRe: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet500ApplicationJsonRe: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet502ApplicationJsonRe: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdCaseCaseIdProcessCaseProcessIdStatusGet504ApplicationJsonRe: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet200ApplicationJsonResponse: title: RiskHub - Core External Client API - Property response - JSON schema description: The purpose of this JSON schema is to define what is provided when attempting to find a list of properties through the RiskHub system. example: TotalCount: 3 PageCount: 1 Page: 0 PageSize: 100 Results: - RepositoryId: '24353' Address: 1, St. Andrews Court, Wellington Street, Thame, Oxfordshire, OX9 3WT - RepositoryId: '55353' Address: 2, St. Andrews Court, Wellington Street, Thame, Oxfordshire, OX9 3WT - RepositoryId: '77385' Address: 6a, St. Andrews Court, Wellington Street, Thame, Oxfordshire, OX9 3WT type: object properties: TotalCount: description: Total number of results found by the search. type: integer PageCount: description: Number of result pages as a result of the TotalCount split into pages of size PageSize. type: integer Page: description: Current Page Number of the results in the response. Page numbers start from zero. type: integer PageSize: description: 'Amount of results per page. This number will match the amount of results returned within the response, on all but the last page. The last page will have the remaining results, which can be calculated with: ''TotalCount modulo PageSize''.' type: integer Results: description: A list of the all the Results that match the criteria provided in the API call. type: array items: type: object required: - RepositoryId - Address properties: RepositoryId: description: The repositoryId needed for the subsequent call to retrieve the property valuation data from the repository. type: string Uprn: description: The Uprn of the Property. type: string InternalReference: description: The External Reference linked to the Property. type: string ExternalReference: description: The External Reference linked to the Property. type: string Address: description: The Full Address of the property. type: string OrganisationOrgIdPropertyGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet200ApplicationJsonResponse: title: RiskHub - Core External Client API - Property Repository response - JSON schema description: The purpose of this JSON schema is to define what is return in the JSON when responding to the request made to the Property Repository resource on the RiskHub system. example: ExternalReference: A0023490874 UPRN: '544598728' ValuationAmount: 150000 ValuationDate: '2016-02-29T09:37:00.511Z' Bedrooms: 3 YearBuilt: 1984 type: object properties: Uprn: description: The Uprn of the Property. type: string InternalReference: description: The External Reference linked to the Property. type: string ExternalReference: description: The External Reference linked to the Property. type: string Address: type: object properties: AddressId: title: 'The Addressid Schema ' type: string City: title: 'The City Schema ' type: string Company: title: 'The Company Schema ' type: string Label: title: 'The Label Schema ' type: string Latitude: title: 'The Latitude Schema ' type: string BuildingName: type: string BuildingNumber: type: string SubBuilding: type: string Line1: title: 'The Line1 Schema ' type: string Line2: title: 'The Line2 Schema ' type: string Line3: title: 'The Line3 Schema ' type: string Line4: title: 'The Line4 Schema ' type: string Longitude: title: 'The Longitude Schema ' type: string PostalCode: title: 'The Postalcode Schema ' type: string Province: title: 'The Province Schema ' type: string Uprn: title: 'The Uprn Schema ' type: string ValuationType: description: The Type of the Valuation. type: string format: date-time ValuationAmount: description: The Property Valuation as per the latest entry in Property Valuation Repository. type: integer ValuationConfidence: description: The Confidence of the Valuation. type: string format: date-time ValuationDate: description: The Date of the Valuation. type: string format: date-time NumberOfBedrooms: description: The number of bedrooms. type: integer YearBuilt: description: The year of property construction. type: integer Message: description: The message returned by the PRISM system. type: string OrganisationOrgIdPropertyRepositoryGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet200ApplicationJsonResponse: title: RiskHub - Core External Client API - Property Repository response - JSON schema description: The purpose of this JSON schema is to define what is return in the JSON when responding to the request made to the Property Repository resource on the RiskHub system. example: ExternalReference: A0023490874 UPRN: '544598728' ValuationAmount: 150000 ValuationDate: '2016-02-29T09:37:00.511Z' Bedrooms: 3 YearBuilt: 1984 type: object properties: Uprn: description: The Uprn of the Property. type: string InternalReference: description: The External Reference linked to the Property. type: string ExternalReference: description: The External Reference linked to the Property. type: string Address: type: object properties: AddressId: title: 'The Addressid Schema ' type: string City: title: 'The City Schema ' type: string Company: title: 'The Company Schema ' type: string Label: title: 'The Label Schema ' type: string Latitude: title: 'The Latitude Schema ' type: string BuildingName: type: string BuildingNumber: type: string SubBuilding: type: string Line1: title: 'The Line1 Schema ' type: string Line2: title: 'The Line2 Schema ' type: string Line3: title: 'The Line3 Schema ' type: string Line4: title: 'The Line4 Schema ' type: string Longitude: title: 'The Longitude Schema ' type: string PostalCode: title: 'The Postalcode Schema ' type: string Province: title: 'The Province Schema ' type: string Uprn: title: 'The Uprn Schema ' type: string ValuationType: description: The Type of the Valuation. type: string format: date-time ValuationAmount: description: The Property Valuation as per the latest entry in Property Valuation Repository. type: integer ValuationConfidence: description: The Confidence of the Valuation. type: string format: date-time ValuationDate: description: The Date of the Valuation. type: string format: date-time NumberOfBedrooms: description: The number of bedrooms. type: integer YearBuilt: description: The year of property construction. type: integer Message: description: The message returned by the PRISM system. type: string OrganisationOrgIdPropertyRepositoryRepositoryIdGet400ApplicationJsonResponse: example: message: Bad request reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet401ApplicationJsonResponse: example: message: Bad Token reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet403ApplicationJsonResponse: example: message: Forbidden reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet404ApplicationJsonResponse: example: message: Resource not found reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet405ApplicationJsonResponse: example: message: Method not allowed reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet406ApplicationJsonResponse: example: message: Not acceptable reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet415ApplicationJsonResponse: example: message: Unsupported media type reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet425ApplicationJsonResponse: example: message: Response is not ready yet. Please retry this operation later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet429ApplicationJsonResponse: example: message: Request limit exceeded. Try again later. reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet500ApplicationJsonResponse: example: message: Internal server error reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet502ApplicationJsonResponse: example: message: Bad gateway reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' OrganisationOrgIdPropertyRepositoryRepositoryIdGet504ApplicationJsonResponse: example: message: Gateway Timeout reason: Further error information type: object required: - message properties: message: x-amf-union: - type: string - type: 'null' reason: x-amf-union: - type: string - type: 'null' security: - {} - apiKeyHeader: [] - apiKeyQuery: []