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 | 9.9% los primeros 5 años |
');
document.writeln(' | Ajuste de tasa | 11.98% plazo remanente |
');
document.writeln(' | Factor de pago por millar | $10.20 |
');
document.writeln(' |
');
document.writeln('
');
document.writeln(' ');
document.writeln(' |
');
document.writeln(' | CAT* | 14.06% | |
');
document.writeln(' |
');
document.writeln('
');
document.writeln(' ');
document.writeln(' |
');
document.writeln(' | | | |
');
document.writeln(' | Comisión de autorización de otorgamiento de crédito | $499 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('
');
}