Comparison Rate Schedules
A comparison rate schedule details the various rates
that apply to a lender’s products at various loan
amounts and various loan terms. Below are the current
schedules provided by the lenders on our panel.
[-
@file_data = `ls ./comparison-rates/*.pdf`;
-]
[$ foreach $line (@file_data) $]
[-
$path = $line;
$line =~ s/.\/comparison-rates\///i;
$line =~ s/^"//;
$line =~ s/"$//;
-]
- [+$line+]
[$ endforeach $]
|