-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathraw_data_structure.json
More file actions
59 lines (59 loc) · 1.41 KB
/
raw_data_structure.json
File metadata and controls
59 lines (59 loc) · 1.41 KB
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
{
"property_id": "BER-TEM-1",
"address": {
"street": "Tempelhofer Damm",
"postal_code": "10796",
"borough": "Tempelhof"
},
"coordinates": {
"latitude": 52.4714,
"longitude": 13.4026
},
"property_type": "single_family_house",
"size_sqm": 111.5,
"lot_size_sqm": 487.0,
"rooms": {
"bedrooms": 4,
"bathrooms": 2,
"total_rooms": 9
},
"construction_year": 1969,
"renovation_year": null,
"condition": "renovated",
"features": {
"balcony": true,
"elevator": false,
"heating_type": "gas",
"parking": false
},
"energy_rating": "A",
"energy_consumption_kwh_m2": 116.8,
"transaction_history": [
{
"transaction_id": "TX-TEM-1-2020",
"sale_price_eur": 589389,
"transaction_date": "2020-03-28",
"price_per_sqm_eur": 5286,
"market_conditions": {
"interest_rate_percent": 3.3,
"demand_index": 56
}
}
],
"proximity": {
"public_transport_m": 229,
"schools_m": 769,
"parks_m": 106
},
"neighborhood_metrics": {
"median_income_eur": 48184,
"population_density_per_sqm": 3860,
"crime_rate_per_1000": 5.0
},
"market_trends": {
"avg_price_per_sqm_2003_eur": 1500,
"avg_price_per_sqm_2025_eur": 6100,
"cap_rate_percent": 3.2,
"rental_yield_percent": 4.7
}
},