mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
35 lines
1.4 KiB
Python
35 lines
1.4 KiB
Python
# These are the registration numbers for companies we've heard a reponse from, and cannot sell
|
|
OWNERS_WHO_CANT_SELL = [
|
|
# Al Rayan - they're the senior lender, not able to sell
|
|
"4483430",
|
|
# Ultrabarn - they're unwilling to sell and will sort any retrofits themselves
|
|
"2794851",
|
|
# Mountview - Anna spoke with someone from Mounview - they acquire tenancies and sell them as soon as they become
|
|
# vacant. They have no immediate opportunities but we may come back and remove this
|
|
"328090",
|
|
]
|
|
|
|
EXCLUDED_UPRNS = [
|
|
# This property no longer exists
|
|
200003827624,
|
|
# This property doesn't seem to exist
|
|
90070698,
|
|
# Can't really find a solid record on Zoopla/Rightmove
|
|
10090437990,
|
|
# This property doesn't seem to exist
|
|
100070902790,
|
|
# This property doesn't seem to exist
|
|
100070902791,
|
|
# This property doesn't seem to exist
|
|
100031997775,
|
|
# Can't find reliable information to this property on zoopla/rightmove
|
|
200001372608,
|
|
# Can't find reliable information to this property on zoopla/rightmove
|
|
100031592801,
|
|
# Can't find reliable information to this property on zoopla/rightmove
|
|
100031579087,
|
|
# Can't find reliable information to this property on zoopla/rightmove
|
|
200000877273,
|
|
# Can't find reliable information to this property on zoopla/rightmove - seems like a post office!
|
|
100071391639
|
|
]
|