-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprice_paid_england_wales.json
93 lines (93 loc) · 2.98 KB
/
price_paid_england_wales.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[
{
"name": "transaction_unique_identifier",
"description": "Generated automatically recording each published sale. Changes each time a sale is recorded.",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "price",
"description": "Sale price stated on the transfer deed.",
"type": "INTEGER",
"mode": "REQUIRED"
},
{
"name": "date_of_transfer",
"description": "Date when the sale was completed, as stated on the transfer deed.",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "postcode",
"description": "Postcode used at the time of the original transaction. Note that postcodes can be reallocated and these changes are not reflected in the Price Paid Dataset.",
"type": "STRING",
"mode": "NULLABLE"
},
{
"name": "property_type",
"description": "D = Detached, S = Semi-Detached, T = Terraced, F = Flats/Maisonettes, O = Other",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "old_new",
"description": "Y = a newly built property, N = an established residential building",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "duration",
"description": "Relates to the tenure: F = Freehold, L= Leasehold etc.",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "primary_addressable_object_name",
"description": "Typically the house number or name.",
"type": "STRING",
"mode": "NULLABLE"
},
{
"name": "secondary_addressable_object_name",
"description": "Where a property has been divided into separate units (for example, flats), the PAON will identify the building and a SAON will be specified that identifies the separate unit/flat.",
"type": "STRING",
"mode": "NULLABLE"
},
{
"name": "street",
"type": "STRING",
"mode": "NULLABLE"
},
{
"name": "locality",
"type": "STRING",
"mode": "NULLABLE"
},
{
"name": "town_city",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "district",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "county",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "ppd_category_type",
"description": "A = Standard Price Paid entry, includes single residential property sold for value. B = Additional Price Paid entry including transfers under a power of sale/repossessions, buy-to-lets (where they can be identified by a Mortgage), transfers to non-private individuals and sales where the property type is classed as ‘Other’.",
"type": "STRING",
"mode": "REQUIRED"
},
{
"name": "record_status",
"description": "A = Addition, C = Change, D = Delete. Applicable to monthly files.",
"type": "STRING",
"mode": "REQUIRED"
}
]