|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/debtclearplans.co.uk/ | |
|
Path: /home2/outerorb/debtclearplans.co.uk/compare-debt-solutions.php
Size: 3.61 KB
Permissions: 0666
<?php $page_title = "Compare Solutions - DebtClearPlans"; include "includes/header.php"; ?>
<div class="inner-pages-section-area" style="background-image: url(assets/img/all-images/bg/hero-bg1.png); background-position: center; background-repeat: no-repeat; background-size: cover;">
<div class="container">
<div class="row">
<div class="col-lg-12 m-auto">
<div class="inner-header text-center">
<h2>Compare All Solutions</h2>
<div class="space24"></div>
<a href="index.php">Home <i class="fa-solid fa-angle-right"></i> <span>Compare Solutions</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="service4-section-area sp2">
<div class="container">
<div class="heading1 text-center space-margin60">
<h2 class="text-anime-style-3">Side-by-side comparison</h2>
<div class="space16"></div>
<p style="max-width:900px;margin:0 auto;">This page provides decision-support and signposting. A callback helps us match you to the right option.</p>
</div>
<div class="table-responsive">
<table class="table table-bordered" style="background:#fff;">
<thead>
<tr>
<th>Solution</th>
<th>Best for (high level)</th>
<th>Debt written off?</th>
<th>Typical duration</th>
<th>Credit file impact</th>
<th>Costs</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="iva.php">IVA</a></td>
<td>Repayment plan via an insolvency agreement</td>
<td>Partial (terms vary)</td>
<td>Usually 5-6 years</td>
<td>Significant</td>
<td>May include arrangement fees</td>
</tr>
<tr>
<td><a href="debt-management-plan.php">DMP</a></td>
<td>Agreed repayment with creditors</td>
<td>Not guaranteed</td>
<td>Variable (often years)</td>
<td>Usually negative</td>
<td>May be free/low cost via partners</td>
</tr>
<tr>
<td><a href="dro.php">DRO</a></td>
<td>Low income / limited assets</td>
<td>Yes (subject to eligibility)</td>
<td>Usually 12 months</td>
<td>Significant</td>
<td>Typical DRO fee (set by process)</td>
</tr>
<tr>
<td><a href="bankruptcy.php">Bankruptcy</a></td>
<td>Official insolvency route</td>
<td>May be discharged (subject)</td>
<td>Commonly 12 months</td>
<td>Significant</td>
<td>Official fees apply</td>
</tr>
<tr>
<td><a href="trust-deed.php">Trust Deed (Scotland)</a></td>
<td>Scotland-specific insolvency option</td>
<td>Possible write-off</td>
<td>Often around 4 years</td>
<td>Significant</td>
<td>Partner fees may apply</td>
</tr>
<tr>
<td><a href="das.php">DAS (Scotland)</a></td>
<td>Scottish arrangement scheme</td>
<td>May reduce debt</td>
<td>Variable</td>
<td>May be negative</td>
<td>May include DAS fees</td>
</tr>
</tbody>
</table>
</div>
<div class="space24"></div>
<div class="btn-area1 text-center">
<a href="#callback-form-top" class="vl-btn1">Still not sure? Get a free callback</a>
</div>
</div>
</div>
<div id="callback-form-top"></div>
<?php include "includes/footer.php"; ?>