Property Intelligence Report

{% if report.query_address %}{{ report.query_address }}, {% endif %}{{ report.query_postcode }}
Report ID: {{ report.report_id }} | Generated: {{ report.generated_at.strftime('%d %B %Y at %H:%M') }}
{% if report.key_insights %}

Key Insights

{% endif %} {% if report.estimated_value_low and report.estimated_value_high %}

Estimated Value Range

£{{ "{:,}".format(report.estimated_value_low) }} - £{{ "{:,}".format(report.estimated_value_high) }}
Based on area median and comparable sales
{% endif %} {% if report.market_analysis %}

Market Analysis ({{ report.market_analysis.period_months }} months)

£{{ "{:,}".format(report.market_analysis.median_price or 0) }}
Median Price
{{ report.market_analysis.transaction_count }}
Transactions
£{{ "{:,}".format(report.market_analysis.min_price or 0) }}
Min Price
£{{ "{:,}".format(report.market_analysis.max_price or 0) }}
Max Price

Postcode sector: {{ report.market_analysis.postcode_sector }} {% if report.market_analysis.thin_market %} | Thin market warning{% endif %}

{% endif %} {% if report.sale_history and report.sale_history.transactions %}

Sale History

{{ report.sale_history.address }}

{% for sale in report.sale_history.transactions %} {% endfor %}
Date Price Type
{{ sale.date }} £{{ "{:,}".format(sale.price) }} {{ sale.property_type or 'N/A' }}
{% endif %} {% if report.energy_performance %}

Energy Performance

{{ report.energy_performance.rating }}
Current Rating: {{ report.energy_performance.rating }} ({{ report.energy_performance.score }})
{% if report.energy_performance.potential_rating %}
Potential: {{ report.energy_performance.potential_rating }} ({{ report.energy_performance.potential_score }})
{% endif %}
{% if report.energy_performance.floor_area_sqm %}
{{ report.energy_performance.floor_area_sqm|int }}
Floor Area (m²)
{% endif %} {% if report.energy_performance.total_annual_cost %}
£{{ "{:,}".format(report.energy_performance.total_annual_cost) }}
Annual Energy Cost
{% endif %} {% if report.energy_performance.potential_savings %}
£{{ "{:,}".format(report.energy_performance.potential_savings) }}
Potential Savings
{% endif %}
{% if report.energy_performance.property_type or report.energy_performance.construction_age %}

{{ report.energy_performance.property_type or '' }} {% if report.energy_performance.construction_age %}({{ report.energy_performance.construction_age }}){% endif %}

{% endif %}
{% endif %} {% if report.rental_analysis %}

Rental Market

{{ report.rental_analysis.rental_listings_count }}
Listings Found
{% if report.rental_analysis.median_rent_monthly %}
£{{ "{:,}".format(report.rental_analysis.median_rent_monthly) }}
Median Rent (pcm)
{% endif %} {% if report.rental_analysis.gross_yield_pct %}
{{ "%.1f"|format(report.rental_analysis.gross_yield_pct) }}%
Gross Yield
{% endif %}
{% if report.rental_analysis.yield_assessment %}

Yield assessment: {{ report.rental_analysis.yield_assessment }}

{% endif %} {% if report.rental_analysis.rent_range_low and report.rental_analysis.rent_range_high %}

Rent range: £{{ "{:,}".format(report.rental_analysis.rent_range_low) }} - £{{ "{:,}".format(report.rental_analysis.rent_range_high) }} pcm (within {{ report.rental_analysis.search_radius_miles }} miles)

{% endif %}
{% endif %} {% if report.current_market %}

Current Sales Market

{{ report.current_market.for_sale_count }}
For Sale
{% if report.current_market.median_asking_price %}
£{{ "{:,}".format(report.current_market.median_asking_price) }}
Median Asking
{% endif %} {% if report.current_market.asking_range_low %}
£{{ "{:,}".format(report.current_market.asking_range_low) }}
From
{% endif %} {% if report.current_market.asking_range_high %}
£{{ "{:,}".format(report.current_market.asking_range_high) }}
Up to
{% endif %}
{% endif %}

Data Sources

{% for src in report.sources %}
{% if src.available and not src.error %} {% elif src.error %} {% else %} {% endif %} {{ src.name }} ({{ src.records_found }})
{% endfor %}
{{ report.disclaimer }}