Public
Documentation Settings

MY Risk API

INTRODUCTION

These APIs provide risk assessment for properties in Malaysia based on location data, including: property information, estimated market value (ProxyPrice), property risk, and personal risk.

  • Property Info: retrieves detailed information about the matched property
  • Estimated Market Value: provides an up-to-date estimation of the matching property's market value.
  • Property Risk: provides flood risk, nearest fire station, and other factors that may impact the property, such as historical weather.
  • Personal Risk: provides details of the nearest points of interest, such as police stations and hospitals.

Description of Property Info Response

AttributesDescriptions
prop_info.prop_sectorRESIDENTIAL,COMMERCIAL, LAND, AGRICULTURE, INDUSTRIAL
prop_info.prop_type_groupLANDED,NON-LANDED, OTHERS
prop_info.prop_type_nameFLAT,SHOP UNIT,TERRACE HOUSE, SHOPLOT, APARTMENT, CONDOMINIUM ,DETACHED PLOT, SEMI-D,BUNGALOW, "SERVICE RESIDENCE", OFFICE , TERRACE FACTORY, DEVELOPMENT LAND, TOWN HOUSE, VACANT LAND , CLUSTER HOUSE, TERRACE PLOT, SEMI-D FACTORY , RETAIL UNIT, SEMI-D PLOT , DETACHED FACTORY, MULTI-STOREY FACTORY, INDUSTRIAL COMPLEX , WAREHOUSE,STALL , OTHERS.
full_addressFull address of the matched property
es_prop_radiusThe radius in which the matched property was found [100m, 300m, 1000m, >1000m]
prop_chubb_st_distanceStraight line distance between the lat/long of the subject property and the lat/long of the matched property, in meters
transaction_matchHow accurate the match between the subject property and matched property is. Examples:

* No Match: the subject property could not be matched
* LatLong: the properties are close to each other, but the project, city, and unit do not match
* LatLong+Project: the properties are in the same project
transaction_scoreScore given to the accuracy of the property match. Examples:

* LatLong: 10
* LatLong+Project: 30
project_name_foundIndicates the input field in which the project name of the property was found. Examples: [City, County, District, Project]
latlong_used_risk_attributes* “Input”: the input lat/long matches (rooftop-level) the location of the input address, so it was used to find a matching property.
* “Google”: the input lat/long is not an exact match to the location of the input address. Therefore, the location of the input address was used to find a matching property.
address_latLatitude coordinate of the matched property (up to 6 decimal points)
address_longLongitude coordinate of the matched property (up to 6 decimal points)
h3_indexEncoded lat/long in the form of h3_index (15 digits), a geospatial system to index spatial data.
Loading