Mortgage Calculation Results:
Monthly Payment: £{{ number_format($mortgageResult['monthly_payment'], 2) }}
Total Payment: £{{ number_format($mortgageResult['total_payment'], 2) }}
Total Interest: £{{ number_format($mortgageResult['total_interest'], 2) }}
Cost of Moving Calculation Results:
Estate Agent Fee: £{{ number_format($costOfMovingResult['estate_agent_fee'], 2) }}
Conveyancing Fee: £{{ number_format($costOfMovingResult['conveyancing_fee'], 2) }}
Survey Fee: £{{ number_format($costOfMovingResult['survey_fee'], 2) }}
Removals: £{{ number_format($costOfMovingResult['removals'], 2) }}
Energy Performance Certificate: £{{ number_format($costOfMovingResult['energy_performance_certificate'], 2) }}
Total Cost: £{{ number_format($costOfMovingResult['total_cost'], 2) }}
Stamp Duty Calculation Results:
Stamp Duty: £{{ number_format($stampDutyResult['stamp_duty'], 2) }}
Effective Tax Rate: {{ number_format($stampDutyResult['effective_tax_rate'], 2) }}%