zillow4r 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. data/Gemfile +18 -0
  2. data/Gemfile.lock +23 -0
  3. data/README.md +69 -0
  4. data/Rakefile +53 -0
  5. data/VERSION +1 -0
  6. data/lib/zillow4r.rb +49 -0
  7. data/lib/zillow4r/api.rb +25 -0
  8. data/lib/zillow4r/api/base.rb +5 -0
  9. data/lib/zillow4r/api/chart.rb +12 -0
  10. data/lib/zillow4r/api/comps.rb +13 -0
  11. data/lib/zillow4r/api/deep_comps.rb +13 -0
  12. data/lib/zillow4r/api/deep_search_results.rb +12 -0
  13. data/lib/zillow4r/api/demographics.rb +38 -0
  14. data/lib/zillow4r/api/region_chart.rb +12 -0
  15. data/lib/zillow4r/api/region_children.rb +14 -0
  16. data/lib/zillow4r/api/search_results.rb +12 -0
  17. data/lib/zillow4r/api/updated_property_details.rb +52 -0
  18. data/lib/zillow4r/api/zestimate.rb +15 -0
  19. data/lib/zillow4r/models.rb +189 -0
  20. data/test/fixtures/chart.xml +19 -0
  21. data/test/fixtures/comps.xml +189 -0
  22. data/test/fixtures/deep_comps.xml +536 -0
  23. data/test/fixtures/deep_search_results.xml +102 -0
  24. data/test/fixtures/demographics.xml +849 -0
  25. data/test/fixtures/region_chart.xml +18 -0
  26. data/test/fixtures/region_children.xml +868 -0
  27. data/test/fixtures/search_results.xml +91 -0
  28. data/test/fixtures/updated_property_details.xml +75 -0
  29. data/test/fixtures/zestimate.xml +93 -0
  30. data/test/test_helper.rb +26 -0
  31. data/test/unit/chart_test.rb +18 -0
  32. data/test/unit/comps_test.rb +50 -0
  33. data/test/unit/deep_comps_test.rb +50 -0
  34. data/test/unit/deep_search_results_test.rb +28 -0
  35. data/test/unit/demographics_test.rb +39 -0
  36. data/test/unit/region_chart_test.rb +18 -0
  37. data/test/unit/region_children_test.rb +41 -0
  38. data/test/unit/search_results_test.rb +28 -0
  39. data/test/unit/updated_property_details_test.rb +65 -0
  40. data/test/unit/zestimate_test.rb +52 -0
  41. data/zillow4r.gemspec +105 -0
  42. metadata +183 -0
@@ -0,0 +1,102 @@
1
+ <SearchResults:searchresults xsi:schemaLocation="http://www.zillow.com/static/xsd/SearchResults.xsd /vstatic/ae1bf8a790b67ef2e902d2bc04046f02/static/xsd/SearchResults.xsd">
2
+ <request>
3
+ <address>2114 Bigelow Ave</address>
4
+ <citystatezip>Seattle, WA</citystatezip>
5
+ </request>
6
+ <message>
7
+ <text>Request successfully processed</text>
8
+ <code>0</code>
9
+ </message>
10
+ <response>
11
+ <results>
12
+ <result>
13
+ <zpid>48749425</zpid>
14
+ <links>
15
+ <homedetails>
16
+ http://www.zillow.com/homedetails/2114-Bigelow-Ave-N-Seattle-WA-98109/48749425_zpid/
17
+ </homedetails>
18
+ <graphsanddata>
19
+ http://www.zillow.com/homedetails/charts/48749425_zpid,1year_chartDuration/?cbt=8224687894635748395%7E7%7EjS-H-hFDCRzaVl6bMy4IjMErWd4OhP23IK8vmp4_m9u_SO1ruBhoCA**
20
+ </graphsanddata>
21
+ <mapthishome>http://www.zillow.com/homes/map/48749425_zpid/</mapthishome>
22
+ <myestimator>
23
+ http://www.zillow.com/myestimator/Edit.htm?zprop=48749425
24
+ </myestimator>
25
+ <myzestimator deprecated="true">
26
+ http://www.zillow.com/myestimator/Edit.htm?zprop=48749425
27
+ </myzestimator>
28
+ <comparables>http://www.zillow.com/homes/comps/48749425_zpid/</comparables>
29
+ </links>
30
+ <address>
31
+ <street>2114 Bigelow Ave N</street>
32
+ <zipcode>98109</zipcode>
33
+ <city>Seattle</city>
34
+ <state>WA</state>
35
+ <latitude>47.63793</latitude>
36
+ <longitude>-122.347936</longitude>
37
+ </address>
38
+ <FIPScounty>33</FIPScounty>
39
+ <useCode>SingleFamily</useCode>
40
+ <taxAssessmentYear>2008</taxAssessmentYear>
41
+ <taxAssessment>1054000.0</taxAssessment>
42
+ <yearBuilt>1924</yearBuilt>
43
+ <lotSizeSqFt>4680</lotSizeSqFt>
44
+ <finishedSqFt>3470</finishedSqFt>
45
+ <bathrooms>3.0</bathrooms>
46
+ <bedrooms>4</bedrooms>
47
+ <lastSoldDate>11/26/2008</lastSoldDate>
48
+ <lastSoldPrice currency="USD">995000</lastSoldPrice>
49
+ <zestimate>
50
+ <amount currency="USD">1219500</amount>
51
+ <last-updated>12/31/1969</last-updated>
52
+ <oneWeekChange deprecated="true"/>
53
+ <valueChange duration="30" currency="USD">-41500</valueChange>
54
+ <valuationRange>
55
+ <low currency="USD">1024380</low>
56
+ <high currency="USD">1378035</high>
57
+ </valuationRange>
58
+ <percentile>0</percentile>
59
+ </zestimate>
60
+ <localRealEstate>
61
+ <region id="271856" type="neighborhood" name="East Queen Anne">
62
+ <zindexValue>525,397</zindexValue>
63
+ <zindexOneYearChange>-0.144</zindexOneYearChange>
64
+ <links>
65
+ <overview>
66
+ http://www.zillow.com/local-info/WA-Seattle/East-Queen-Anne/r_271856/
67
+ </overview>
68
+ <forSaleByOwner>
69
+ http://www.zillow.com/homes/fsbo/East-Queen-Anne-Seattle-WA/
70
+ </forSaleByOwner>
71
+ <forSale>
72
+ http://www.zillow.com/homes/for_sale/East-Queen-Anne-Seattle-WA/
73
+ </forSale>
74
+ </links>
75
+ </region>
76
+ <region id="16037" type="city" name="Seattle">
77
+ <zindexValue>381,764</zindexValue>
78
+ <zindexOneYearChange>-0.074</zindexOneYearChange>
79
+ <links>
80
+ <overview>
81
+ http://www.zillow.com/local-info/WA-Seattle/r_16037/
82
+ </overview>
83
+ <forSaleByOwner>http://www.zillow.com/homes/fsbo/Seattle-WA/</forSaleByOwner>
84
+ <forSale>http://www.zillow.com/homes/for_sale/Seattle-WA/</forSale>
85
+ </links>
86
+ </region>
87
+ <region id="59" type="state" name="Washington">
88
+ <zindexValue>263,278</zindexValue>
89
+ <zindexOneYearChange>-0.066</zindexOneYearChange>
90
+ <links>
91
+ <overview>
92
+ http://www.zillow.com/local-info/WA-home-value/r_59/
93
+ </overview>
94
+ <forSaleByOwner>http://www.zillow.com/homes/fsbo/WA/</forSaleByOwner>
95
+ <forSale>http://www.zillow.com/homes/for_sale/WA/</forSale>
96
+ </links>
97
+ </region>
98
+ </localRealEstate>
99
+ </result>
100
+ </results>
101
+ </response>
102
+ </SearchResults:searchresults>
@@ -0,0 +1,849 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <Demographics:demographics xsi:schemaLocation="http://www.zillow.com/static/xsd/Demographics.xsd /vstatic/67b77c529559c9f5cfbaf08116781d51/static/xsd/Demographics.xsd">
3
+ <request>
4
+ <state>WA</state>
5
+ <city>Seattle</city>
6
+ <neighborhood>Ballard</neighborhood>
7
+ </request>
8
+ <message>
9
+ <text>Request successfully processed</text>
10
+ <code>0</code>
11
+ </message>
12
+ <response>
13
+ <region>
14
+ <id>250017</id>
15
+ <state>Washington</state>
16
+ <city>Seattle</city>
17
+ <neighborhood>Ballard</neighborhood>
18
+ <latitude>47.668304</latitude>
19
+ <longitude>-122.384601</longitude>
20
+ </region>
21
+ <links>
22
+ <main>
23
+ http://www.zillow.com/local-info/WA-Seattle/Ballard/r_250017/
24
+ </main>
25
+ <affordability>
26
+ http://www.zillow.com/local-info/WA-Seattle/Ballard-home-value/r_250017/
27
+ </affordability>
28
+ <homesandrealestate>
29
+ http://www.zillow.com/local-info/WA-Seattle/Ballard-homes/r_250017/
30
+ </homesandrealestate>
31
+ <people>
32
+ http://www.zillow.com/local-info/WA-Seattle/Ballard-people/r_250017/
33
+ </people>
34
+ <forSale>
35
+ http://www.zillow.com/homes/for_sale/Ballard-Seattle-WA/
36
+ </forSale>
37
+ <forSaleByOwner>
38
+ http://www.zillow.com/homes/fsbo/Ballard-Seattle-WA/
39
+ </forSaleByOwner>
40
+ <foreclosures>
41
+ http://www.zillow.com/homes/for_sale/Ballard-Seattle-WA/fore_lt/
42
+ </foreclosures>
43
+ <recentlySold>
44
+ http://www.zillow.com/homes/recently_sold/Ballard-Seattle-WA/
45
+ </recentlySold>
46
+ </links>
47
+ <charts>
48
+ <chart>
49
+ <name>Median Condo Value</name>
50
+ <url>
51
+ http://www.tes300.zillow.local/app?chartType=affordability_avgCondoValue&graphType=barChart&regionId=250017&regionType=8&service=chart
52
+ </url>
53
+ </chart>
54
+ <chart>
55
+ <name>Median Home Value</name>
56
+ <url>
57
+ http://www.tes300.zillow.local/app?chartType=affordability_avgHomeValue&graphType=barChart&regionId=250017&regionType=8&service=chart
58
+ </url>
59
+ </chart>
60
+ <chart>
61
+ <name>Dollars Per Square Feet</name>
62
+ <url>
63
+ http://www.tes300.zillow.local/app?chartType=affordability_pricePerSqft&graphType=barChart&regionId=250017&regionType=8&service=chart
64
+ </url>
65
+ </chart>
66
+ <chart>
67
+ <name deprecated="true">Zillow Home Value Index Distribution</name>
68
+ <url>
69
+ http://www.tes300.zillow.local/app?chartType=affordability_ZindexByDistribution&graphType=barChart&regionId=250017&regionType=8&service=chart
70
+ </url>
71
+ </chart>
72
+ <chart>
73
+ <name>Home Type</name>
74
+ <url>
75
+ http://www.tes300.zillow.local/app?chartType=home_homeType&graphType=barChart&regionId=250017&regionType=8&service=chart
76
+ </url>
77
+ </chart>
78
+ <chart>
79
+ <name deprecated="true">Owners vs. Renters</name>
80
+ <url>
81
+ http://www.tes300.zillow.local/app?chartType=home_ownVsRent&graphType=barChart&regionId=250017&regionType=8&service=chart
82
+ </url>
83
+ </chart>
84
+ <chart>
85
+ <name>Home Size in Square Feet</name>
86
+ <url>
87
+ http://www.tes300.zillow.local/app?chartType=home_homeSize&graphType=barChart&regionId=250017&regionType=8&service=chart
88
+ </url>
89
+ </chart>
90
+ <chart>
91
+ <name>Year Built</name>
92
+ <url>
93
+ http://www.tes300.zillow.local/app?chartType=home_yearBuilt&graphType=barChart&regionId=250017&regionType=8&service=chart
94
+ </url>
95
+ </chart>
96
+ </charts>
97
+ <market deprecated="true"></market>
98
+ <pages>
99
+ <page>
100
+ <name>Affordability</name>
101
+ <tables>
102
+ <table>
103
+ <name>Affordability Data</name>
104
+ <data>
105
+ <attribute>
106
+ <name>Zillow Home Value Index</name>
107
+ <values>
108
+ <neighborhood>
109
+ <value type="USD">330600</value>
110
+ </neighborhood>
111
+ <city>
112
+ <value type="USD">383000</value>
113
+ </city>
114
+ <nation>
115
+ <value type="USD">191200</value>
116
+ </nation>
117
+ </values>
118
+ </attribute>
119
+ <attribute>
120
+ <name>Median Single Family Home Value</name>
121
+ <values>
122
+ <neighborhood>
123
+ <value type="USD">389300</value>
124
+ </neighborhood>
125
+ <city>
126
+ <value type="USD">409600</value>
127
+ </city>
128
+ <nation>
129
+ <value type="USD">192800</value>
130
+ </nation>
131
+ </values>
132
+ </attribute>
133
+ <attribute>
134
+ <name>Median Condo Value</name>
135
+ <values>
136
+ <neighborhood>
137
+ <value type="USD">295200</value>
138
+ </neighborhood>
139
+ <city>
140
+ <value type="USD">305300</value>
141
+ </city>
142
+ <nation>
143
+ <value type="USD">181300</value>
144
+ </nation>
145
+ </values>
146
+ </attribute>
147
+ <attribute>
148
+ <name>Median 2-Bedroom Home Value</name>
149
+ <values>
150
+ <neighborhood>
151
+ <value type="USD">341100</value>
152
+ </neighborhood>
153
+ <city>
154
+ <value type="USD">342000</value>
155
+ </city>
156
+ <nation>
157
+ <value type="USD">149800</value>
158
+ </nation>
159
+ </values>
160
+ </attribute>
161
+ <attribute>
162
+ <name>Median 3-Bedroom Home Value</name>
163
+ <values>
164
+ <neighborhood>
165
+ <value type="USD">378700</value>
166
+ </neighborhood>
167
+ <city>
168
+ <value type="USD">409000</value>
169
+ </city>
170
+ <nation>
171
+ <value type="USD">174300</value>
172
+ </nation>
173
+ </values>
174
+ </attribute>
175
+ <attribute>
176
+ <name>Median 4-Bedroom Home Value</name>
177
+ <values>
178
+ <neighborhood>
179
+ <value type="USD">441500</value>
180
+ </neighborhood>
181
+ <city>
182
+ <value type="USD">479900</value>
183
+ </city>
184
+ <nation>
185
+ <value type="USD">263500</value>
186
+ </nation>
187
+ </values>
188
+ </attribute>
189
+ <attribute>
190
+ <name>Percent Homes Decreasing</name>
191
+ <values>
192
+ <neighborhood>
193
+ <value type="percent">0.859</value>
194
+ </neighborhood>
195
+ <city>
196
+ <value type="percent">0.825</value>
197
+ </city>
198
+ <nation>
199
+ <value type="percent">0.693</value>
200
+ </nation>
201
+ </values>
202
+ </attribute>
203
+ <attribute>
204
+ <name>Percent Listing Price Reduction</name>
205
+ <values>
206
+ <neighborhood>
207
+ <value type="percent">0.21</value>
208
+ </neighborhood>
209
+ <city>
210
+ <value type="percent">0.236</value>
211
+ </city>
212
+ <nation>
213
+ <value type="percent">0.247</value>
214
+ </nation>
215
+ </values>
216
+ </attribute>
217
+ <attribute>
218
+ <name>Median List Price Per Sq Ft</name>
219
+ <values>
220
+ <neighborhood>
221
+ <value type="USD">304</value>
222
+ </neighborhood>
223
+ <city>
224
+ <value type="USD">280</value>
225
+ </city>
226
+ <nation>
227
+ <value type="USD">115</value>
228
+ </nation>
229
+ </values>
230
+ </attribute>
231
+ <attribute>
232
+ <name>Median List Price</name>
233
+ <values>
234
+ <neighborhood>
235
+ <value type="USD">330000</value>
236
+ </neighborhood>
237
+ <city>
238
+ <value type="USD">449000</value>
239
+ </city>
240
+ <nation>
241
+ <value type="USD">215000</value>
242
+ </nation>
243
+ </values>
244
+ </attribute>
245
+ <attribute>
246
+ <name>Median Sale Price</name>
247
+ <values>
248
+ <neighborhood>
249
+ <value type="USD">333800</value>
250
+ </neighborhood>
251
+ <city>
252
+ <value type="USD">380600</value>
253
+ </city>
254
+ <nation>
255
+ <value type="USD">210600</value>
256
+ </nation>
257
+ </values>
258
+ </attribute>
259
+ <attribute>
260
+ <name>Homes For Sale</name>
261
+ <values>
262
+ <neighborhood>
263
+ <value>105</value>
264
+ </neighborhood>
265
+ <city>
266
+ <value>7492</value>
267
+ </city>
268
+ <nation>
269
+ <value>3512252</value>
270
+ </nation>
271
+ </values>
272
+ </attribute>
273
+ <attribute>
274
+ <name>Homes Recently Sold</name>
275
+ <values>
276
+ <neighborhood>
277
+ <value>13</value>
278
+ </neighborhood>
279
+ <city>
280
+ <value>750</value>
281
+ </city>
282
+ <nation>
283
+ <value>272365</value>
284
+ </nation>
285
+ </values>
286
+ </attribute>
287
+ <attribute>
288
+ <name>Property Tax</name>
289
+ <values>
290
+ <neighborhood>
291
+ <value type="USD">2735</value>
292
+ </neighborhood>
293
+ <city>
294
+ <value type="USD">3456</value>
295
+ </city>
296
+ <nation>
297
+ <value type="USD">2192</value>
298
+ </nation>
299
+ </values>
300
+ </attribute>
301
+ <attribute>
302
+ <name>Turnover (Sold Within Last Yr.)</name>
303
+ <values>
304
+ <neighborhood>
305
+ <value type="percent">0.091</value>
306
+ </neighborhood>
307
+ <city>
308
+ <value type="percent">0.039</value>
309
+ </city>
310
+ <nation>
311
+ <value type="percent">0.035</value>
312
+ </nation>
313
+ </values>
314
+ </attribute>
315
+ <attribute>
316
+ <name>Median Value Per Sq Ft</name>
317
+ <values>
318
+ <neighborhood>
319
+ <value type="USD">370</value>
320
+ </neighborhood>
321
+ <city>
322
+ <value type="USD">328</value>
323
+ </city>
324
+ <nation>
325
+ <value type="USD">118</value>
326
+ </nation>
327
+ </values>
328
+ </attribute>
329
+ <attribute>
330
+ <name>1-Yr. Change</name>
331
+ <values>
332
+ <neighborhood>
333
+ <value type="percent">-0.086</value>
334
+ </neighborhood>
335
+ <city>
336
+ <value type="percent">-0.102</value>
337
+ </city>
338
+ <nation>
339
+ <value type="percent">-0.076</value>
340
+ </nation>
341
+ </values>
342
+ </attribute>
343
+ <attribute>
344
+ <name>>Homes For Sale By Owner</name>
345
+ <values>
346
+ <neighborhood>
347
+ <value>5</value>
348
+ </neighborhood>
349
+ <city>
350
+ <value>205</value>
351
+ </city>
352
+ <nation>
353
+ <value>25194</value>
354
+ </nation>
355
+ </values>
356
+ </attribute>
357
+ <attribute>
358
+ <name>>New Construction</name>
359
+ <values>
360
+ <neighborhood>
361
+ <value>0</value>
362
+ </neighborhood>
363
+ <city>
364
+ <value>12</value>
365
+ </city>
366
+ <nation>
367
+ <value>102395</value>
368
+ </nation>
369
+ </values>
370
+ </attribute>
371
+ <attribute>
372
+ <name>>Foreclosures</name>
373
+ <values>
374
+ <neighborhood>
375
+ <value>1</value>
376
+ </neighborhood>
377
+ <city>
378
+ <value>404</value>
379
+ </city>
380
+ <nation>
381
+ <value>664546</value>
382
+ </nation>
383
+ </values>
384
+ </attribute>
385
+ </data>
386
+ </table>
387
+ </tables>
388
+ </page>
389
+ <page>
390
+ <name>Homes & Real Estate</name>
391
+ <tables>
392
+ <table>
393
+ <name>Homes & Real Estate Data</name>
394
+ <data>
395
+ <attribute>
396
+ <name>Owners</name>
397
+ <values>
398
+ <neighborhood>
399
+ <value type="percent">0.35028618</value>
400
+ </neighborhood>
401
+ <city>
402
+ <value type="percent">0.48412441</value>
403
+ </city>
404
+ <nation>
405
+ <value type="percent">0.66268764</value>
406
+ </nation>
407
+ </values>
408
+ </attribute>
409
+ <attribute>
410
+ <name>Renters</name>
411
+ <values>
412
+ <neighborhood>
413
+ <value type="percent">0.64971382</value>
414
+ </neighborhood>
415
+ <city>
416
+ <value type="percent">0.51587559</value>
417
+ </city>
418
+ <nation>
419
+ <value type="percent">0.33731236</value>
420
+ </nation>
421
+ </values>
422
+ </attribute>
423
+ <attribute>
424
+ <name>Median Home Size (Sq. Ft.)</name>
425
+ <values>
426
+ <neighborhood>
427
+ <value>1230</value>
428
+ </neighborhood>
429
+ <city>
430
+ <value>1460</value>
431
+ </city>
432
+ <nation>
433
+ <value>1548</value>
434
+ </nation>
435
+ </values>
436
+ </attribute>
437
+ <attribute>
438
+ <name>Avg. Year Built</name>
439
+ <values>
440
+ <neighborhood>
441
+ <value>1980</value>
442
+ </neighborhood>
443
+ <city>
444
+ <value>1948</value>
445
+ </city>
446
+ <nation>
447
+ <value>1974</value>
448
+ </nation>
449
+ </values>
450
+ </attribute>
451
+ <attribute>
452
+ <name>Single-Family Homes</name>
453
+ <values>
454
+ <neighborhood>
455
+ <value type="percent">0.3128767123287671</value>
456
+ </neighborhood>
457
+ <city>
458
+ <value type="percent">0.7606991687356031</value>
459
+ </city>
460
+ <nation>
461
+ <value type="percent">0.7866848290049298</value>
462
+ </nation>
463
+ </values>
464
+ </attribute>
465
+ <attribute>
466
+ <name>Condos</name>
467
+ <values>
468
+ <neighborhood>
469
+ <value type="percent">0.4263013698630137</value>
470
+ </neighborhood>
471
+ <city>
472
+ <value type="percent">0.17935175082098562</value>
473
+ </city>
474
+ <nation>
475
+ <value type="percent">0.10635880824351963</value>
476
+ </nation>
477
+ </values>
478
+ </attribute>
479
+ </data>
480
+ </table>
481
+ <table>
482
+ <name>BuiltYear</name>
483
+ <data>
484
+ <attribute>
485
+ <name>>2000</name>
486
+ <value type="percent">0.33095890410958906</value>
487
+ </attribute>
488
+ <attribute>
489
+ <name>1900-1919</name>
490
+ <value type="percent">0.24054794520547945</value>
491
+ </attribute>
492
+ <attribute>
493
+ <name>1920-1939</name>
494
+ <value type="percent">0.057534246575342465</value>
495
+ </attribute>
496
+ <attribute>
497
+ <name>1940-1959</name>
498
+ <value type="percent">0.06301369863013699</value>
499
+ </attribute>
500
+ <attribute>
501
+ <name>1960-1979</name>
502
+ <value type="percent">0.12876712328767123</value>
503
+ </attribute>
504
+ <attribute>
505
+ <name>1980-1999</name>
506
+ <value type="percent">0.17917808219178083</value>
507
+ </attribute>
508
+ </data>
509
+ </table>
510
+ <table>
511
+ <name>Census Summary-HomeSize</name>
512
+ <data>
513
+ <attribute>
514
+ <name><1000sqft</name>
515
+ <value type="percent">0.3942470389170897</value>
516
+ </attribute>
517
+ <attribute>
518
+ <name>>3600sqft</name>
519
+ <value type="percent">0.025380710659898477</value>
520
+ </attribute>
521
+ <attribute>
522
+ <name>1000-1400sqft</name>
523
+ <value type="percent">0.24591088550479415</value>
524
+ </attribute>
525
+ <attribute>
526
+ <name>1400-1800sqft</name>
527
+ <value type="percent">0.14438804286520024</value>
528
+ </attribute>
529
+ <attribute>
530
+ <name>1800-2400sqft</name>
531
+ <value type="percent">0.1065989847715736</value>
532
+ </attribute>
533
+ <attribute>
534
+ <name>2400-3600sqft</name>
535
+ <value type="percent">0.08347433728144388</value>
536
+ </attribute>
537
+ </data>
538
+ </table>
539
+ <table>
540
+ <name>Census Summary-HomeType</name>
541
+ <data>
542
+ <attribute>
543
+ <name>Condo</name>
544
+ <value type="percent">0.4263013698630137</value>
545
+ </attribute>
546
+ <attribute>
547
+ <name>Other</name>
548
+ <value type="percent">0.2608219178082192</value>
549
+ </attribute>
550
+ <attribute>
551
+ <name>SingleFamily</name>
552
+ <value type="percent">0.3128767123287671</value>
553
+ </attribute>
554
+ </data>
555
+ </table>
556
+ <table>
557
+ <name>Census Summary-Occupancy</name>
558
+ <data>
559
+ <attribute>
560
+ <name>Own</name>
561
+ <value type="percent">0.35028618</value>
562
+ </attribute>
563
+ <attribute>
564
+ <name>Rent</name>
565
+ <value type="percent">0.64971382</value>
566
+ </attribute>
567
+ </data>
568
+ </table>
569
+ </tables>
570
+ </page>
571
+ <page>
572
+ <name>People</name>
573
+ <tables>
574
+ <table>
575
+ <name>People Data</name>
576
+ <data>
577
+ <attribute>
578
+ <name>Median Household Income</name>
579
+ <values>
580
+ <neighborhood>
581
+ <value currency="USD">41202.9453206937</value>
582
+ </neighborhood>
583
+ <city>
584
+ <value currency="USD">45736</value>
585
+ </city>
586
+ <nation>
587
+ <value currency="USD">44512.0130806292</value>
588
+ </nation>
589
+ </values>
590
+ </attribute>
591
+ <attribute>
592
+ <name>Single Males</name>
593
+ <values>
594
+ <neighborhood>
595
+ <value type="percent">0.218182040689239</value>
596
+ </neighborhood>
597
+ <city>
598
+ <value type="percent">0.230033266826908</value>
599
+ </city>
600
+ <nation>
601
+ <value type="percent">0.146462187349365</value>
602
+ </nation>
603
+ </values>
604
+ </attribute>
605
+ <attribute>
606
+ <name>Single Females</name>
607
+ <values>
608
+ <neighborhood>
609
+ <value type="percent">0.197726979090431</value>
610
+ </neighborhood>
611
+ <city>
612
+ <value type="percent">0.187486853578992</value>
613
+ </city>
614
+ <nation>
615
+ <value type="percent">0.124578258618535</value>
616
+ </nation>
617
+ </values>
618
+ </attribute>
619
+ <attribute>
620
+ <name>Median Age</name>
621
+ <values>
622
+ <neighborhood>
623
+ <value>39</value>
624
+ </neighborhood>
625
+ <city>
626
+ <value>37</value>
627
+ </city>
628
+ <nation>
629
+ <value>36</value>
630
+ </nation>
631
+ </values>
632
+ </attribute>
633
+ <attribute>
634
+ <name>Homes With Kids</name>
635
+ <values>
636
+ <neighborhood>
637
+ <value type="percent">0.149933859172205</value>
638
+ </neighborhood>
639
+ <city>
640
+ <value type="percent">0.181808339938523</value>
641
+ </city>
642
+ <nation>
643
+ <value type="percent">0.313623902816284</value>
644
+ </nation>
645
+ </values>
646
+ </attribute>
647
+ <attribute>
648
+ <name>Average Household Size</name>
649
+ <values>
650
+ <neighborhood>
651
+ <value>1.82278897942217</value>
652
+ </neighborhood>
653
+ <city>
654
+ <value>2.08</value>
655
+ </city>
656
+ <nation>
657
+ <value>2.58883240001203</value>
658
+ </nation>
659
+ </values>
660
+ </attribute>
661
+ <attribute>
662
+ <name>Average Commute Time (Minutes)</name>
663
+ <values>
664
+ <neighborhood>
665
+ <value>26.56776121676753</value>
666
+ </neighborhood>
667
+ <city>
668
+ <value>26.6363786935206</value>
669
+ </city>
670
+ <nation>
671
+ <value>26.375545725891282</value>
672
+ </nation>
673
+ </values>
674
+ </attribute>
675
+ </data>
676
+ </table>
677
+ <table>
678
+ <name>Census Summary-AgeDecade</name>
679
+ <data>
680
+ <attribute>
681
+ <name>>=70s</name>
682
+ <value type="percent">0.114872901061</value>
683
+ </attribute>
684
+ <attribute>
685
+ <name>0s</name>
686
+ <value type="percent">0.0698273234810158</value>
687
+ </attribute>
688
+ <attribute>
689
+ <name>10s</name>
690
+ <value type="percent">0.0614721332267584</value>
691
+ </attribute>
692
+ <attribute>
693
+ <name>20s</name>
694
+ <value type="percent">0.210411237406907</value>
695
+ </attribute>
696
+ <attribute>
697
+ <name>30s</name>
698
+ <value type="percent">0.222130722421361</value>
699
+ </attribute>
700
+ <attribute>
701
+ <name>40s</name>
702
+ <value type="percent">0.159760457231474</value>
703
+ </attribute>
704
+ <attribute>
705
+ <name>50s</name>
706
+ <value type="percent">0.100382039995932</value>
707
+ </attribute>
708
+ <attribute>
709
+ <name>60s</name>
710
+ <value type="percent">0.0611431851755522</value>
711
+ </attribute>
712
+ </data>
713
+ </table>
714
+ <table>
715
+ <name>Census Summary-CommuteTime</name>
716
+ <data>
717
+ <attribute>
718
+ <name><10min</name>
719
+ <value type="percent">0.116523248268039</value>
720
+ </attribute>
721
+ <attribute>
722
+ <name>>=60min</name>
723
+ <value type="percent">0.0482377198229543</value>
724
+ </attribute>
725
+ <attribute>
726
+ <name>10-20min</name>
727
+ <value type="percent">0.266281330068427</value>
728
+ </attribute>
729
+ <attribute>
730
+ <name>20-30min</name>
731
+ <value type="percent">0.255069379257092</value>
732
+ </attribute>
733
+ <attribute>
734
+ <name>30-45min</name>
735
+ <value type="percent">0.189151878627933</value>
736
+ </attribute>
737
+ <attribute>
738
+ <name>45-60min</name>
739
+ <value type="percent">0.124736443955555</value>
740
+ </attribute>
741
+ </data>
742
+ </table>
743
+ <table>
744
+ <name>Census Summary-Household</name>
745
+ <data>
746
+ <attribute>
747
+ <name>NoKids</name>
748
+ <value type="percent">0.850066140827795</value>
749
+ </attribute>
750
+ <attribute>
751
+ <name>WithKids</name>
752
+ <value type="percent">0.149933859172205</value>
753
+ </attribute>
754
+ </data>
755
+ </table>
756
+ <table>
757
+ <name>Census Summary-RelationshipStatus</name>
758
+ <data>
759
+ <attribute>
760
+ <name>Divorced-Female</name>
761
+ <value type="percent">0.0854375513590899</value>
762
+ </attribute>
763
+ <attribute>
764
+ <name>Divorced-Male</name>
765
+ <value type="percent">0.0602982799519792</value>
766
+ </attribute>
767
+ <attribute>
768
+ <name>Married-Female</name>
769
+ <value type="percent">0.178297193386233</value>
770
+ </attribute>
771
+ <attribute>
772
+ <name>Married-Male</name>
773
+ <value type="percent">0.186687382837076</value>
774
+ </attribute>
775
+ <attribute>
776
+ <name>Single-Female</name>
777
+ <value type="percent">0.197726979090431</value>
778
+ </attribute>
779
+ <attribute>
780
+ <name>Single-Male</name>
781
+ <value type="percent">0.218182040689239</value>
782
+ </attribute>
783
+ <attribute>
784
+ <name>Widowed-Female</name>
785
+ <value type="percent">0.0632616593158969</value>
786
+ </attribute>
787
+ <attribute>
788
+ <name>Widowed-Male</name>
789
+ <value type="percent">0.0101089133700551</value>
790
+ </attribute>
791
+ </data>
792
+ </table>
793
+ </tables>
794
+ <segmentation>
795
+ <liveshere>
796
+ <title>Makin' It Singles</title>
797
+ <name>Upper-scale urban singles.</name>
798
+ <description>
799
+ Pre-middle-age to middle-age singles with upper-scale incomes. May or may not own their own home. Most have college educations and are employed in mid-management professions.
800
+ </description>
801
+ </liveshere>
802
+ <liveshere>
803
+ <title>Aspiring Urbanites</title>
804
+ <name>Urban singles with moderate income.</name>
805
+ <description>
806
+ Low- to middle-income singles over a wide age range. Some have a college education. They work in a variety of occupations, including some management-level positions.
807
+ </description>
808
+ </liveshere>
809
+ <liveshere>
810
+ <title>Bright Lights, Big City</title>
811
+ <name>Very mobile singles living in the city.</name>
812
+ <description>
813
+ Singles ranging in age from early 20s to mid-40s who have moved to an urban setting. Most rent their apartment or condo. Some have a college education and work in services and the professional sector.
814
+ </description>
815
+ </liveshere>
816
+ </segmentation>
817
+ <uniqueness>
818
+ <category type="Education">
819
+ <characteristic>Bachelor's degrees</characteristic>
820
+ </category>
821
+ <category type="Employment">
822
+ <characteristic>Females working for non-profits</characteristic>
823
+ <characteristic>Self-employed (unincorporated businesses)</characteristic>
824
+ <characteristic>
825
+ Work in arts, design, entertainment, sports, or media occupations
826
+ </characteristic>
827
+ <characteristic>Work in computer or mathematical occupations</characteristic>
828
+ <characteristic>
829
+ Work in office and administrative support occupations
830
+ </characteristic>
831
+ </category>
832
+ <category type="People & Culture">
833
+ <characteristic>Born in the Midwest</characteristic>
834
+ <characteristic>Born in the Northeast</characteristic>
835
+ <characteristic>Born in the South</characteristic>
836
+ <characteristic>Divorced females</characteristic>
837
+ <characteristic>Single females</characteristic>
838
+ <characteristic>Single males</characteristic>
839
+ <characteristic>Widowed females</characteristic>
840
+ </category>
841
+ <category type="Transportation">
842
+ <characteristic>Get to work by bicycle</characteristic>
843
+ <characteristic>Get to work by bus</characteristic>
844
+ </category>
845
+ </uniqueness>
846
+ </page>
847
+ </pages>
848
+ </response>
849
+ </Demographics:demographics>