Auto Loan Interest Rate Comparison Tool

Enter the overall loan amount and the terms for two different loan offers.

$

Offer 1


Offer 2

Loan Comparison Results

Error: Results table not found.

'} `; // Margin for the PDF const margins = { top: 40, bottom: 40, left: 40, right: 40 }; pdf.html(contentToPrint, { callback: function(doc) { doc.save('AutoLoanComparison.pdf'); }, x: margins.left, y: margins.top, width: 595 - margins.left - margins.right, // A4 width in points windowWidth: originalTable ? originalTable.scrollWidth : 600 // Width of the content to render }); } // Initialize first tab alc_openTab(null, 'alc-inputTab');
Scroll to Top