function todo(origen)
{
document.writeln('
');
document.writeln(' |
');
document.writeln(' | | | |
');
document.writeln(' | Valor Mínimo de la Vivienda | $300,000 |
');
document.writeln(' | Crédito Mínimo | $100,000 |
');
document.writeln(' | Financiamiento Máximo | 80% otorgado por GE Money |
');
document.writeln(' | Plazo | 20 años |
');
document.writeln(' |
');
document.writeln('
');
document.writeln(' ');
document.writeln(' |
');
document.writeln(' | | | |
');
document.writeln(' | Tasa de interés inicial | 10.50% |
');
document.writeln(' | Ajuste de tasa anual | 0.25% |
');
document.writeln(' | Tasa máxima | 12.00% |
');
document.writeln(' | Factor de pago inicial por millar | $8.80 |
');
document.writeln(' | Ajuste de pago anual | 2.97% |
');
document.writeln(' |
');
document.writeln('
');
document.writeln(' ');
document.writeln(' |
');
document.writeln(' | CAT* | 14.16% | |
');
document.writeln(' |
');
document.writeln('
');
document.writeln(' ');
document.writeln(' |
');
document.writeln(' | | | |
');
document.writeln(' | Comisión de autorización de otorgamiento de crédito | $299 mensual |
');
document.writeln(' | Comisión por Apertura | 3% |
');
document.writeln(' | Comisión por Prepago | 0% |
');
document.writeln(' | Seguros (vida y daños)** | 0.95% anual |
');
document.writeln(' | Avalúo | $2.50 por millar, mínimo $1,250 máximo $12,500 |
');
document.writeln(' Investigación Socioeconómica (en su caso) | $1,200 por el primer estudio y $500 por el segundo estudio |
');
document.writeln(' |
');
document.writeln('
');
}