W2 Data Geo-Affordability 007
About the service
Geo-Affordability service checks if the specific person's valid economic status based on their regional location.
Product Code: W2-DATA-GEOAFFORDABILITY-UK-007
Does this service leave a credit search Footprint? No
Request
Properties
The following properties pertain to this service.
| Property Name | Type | Optional/Mandatory | Notes |
|---|---|---|---|
| Postcode | String | Mandatory | Unique code used for identifying UK addresses. |
Response
Example Response:
The following is an example service response:
json
"w2DataGeoAffordabilityUK007Result": {
"Postcode":"CF119PS",
"PublicDerogatorySegment":{
"Rag":"G",
"Binary":"O"
},
"LifeStyleSegment":{
"Rag":"R",
"Binary":"R"
},
"VulnerableSegment":{
"Rag":"A",
"Binary":"O"
},
"GeoIndicator":"ORO",
"GeoIndex":"2"
}Response Breakdown
Each of the properties describes the following:
| Property Name | Type | Notes |
|---|---|---|
| Postcode | String | Unique code used for identifying UK addresses. |
| Public Derogatory Segment | Segment | Public Derogatory Segment. |
| Lifestyle Segment | Segment | Lifestyle Segment. |
| Vulnerable Segment | Segment | Vulnerable Segment. |
| GEO_INDICATOR | String | Geo-Affordability Indicator (3 byte) - Exc ONS. |
| GEO_INDEX | Integer | Geo-Affordability Index Exc ONS - Super-Low (3), Low (2), Medium (1), High (0). |
Segements
Represents the type of Segment.
| Property Name | Type | Notes |
|---|---|---|
| RAG | String | Will always be one of the following: R - Red, A - Amber, G - Green or X - Not Assigned |
| Binary | String | Will always be R - Red or O - Other |
Sandbox
| Postcode | Public Derogatory Segment (RAG) | Public Derogatory Segment (Binary) | Lifestyle Segment (RAG) | Lifestyle Segment (Binary) | Vulnerable Segment (RAG) | Vulnerable Segment (Binary) | GEO_INDICATOR | GEO_INDEX |
|---|---|---|---|---|---|---|---|---|
| G837BB | A | O | A | O | A | O | OOO | 0 |
| CO154AE | G | O | A | O | G | O | OOO | 0 |
| S87TA | A | O | R | R | A | O | ORO | 1 |
| TS260RF | R | R | R | R | R | R | RRR | 3 |
| TQ88BD | A | O | R | R | R | R | ORR | 2 |