Financiamiento pesos
{{ 342477850 * (financiamiento / 100) | number:0 }}
Financiamiento uf
{{ 9500 * (financiamiento / 100) | number:2 }}
Pie pesos
{{ 342477850 - (342477850 * (financiamiento / 100)) | number:0 }}
Pie uf
{{ 9500 - (9500 * (financiamiento / 100)) | number:2 }}
{{ years * 12}} Cuotas pesos
{{ 342477850 * (financiamiento / 100) * (((1 + ((tasa / 100) / 12)) | mathPow: (years * 12)) * ((tasa / 100) / 12)) / (((1 + ((tasa / 100) / 12)) | mathPow: (years * 12)) - 1) | number:0 }}
{{ years * 12}} Cuotas uf
{{ 9500 * (financiamiento / 100) * (((1 + ((tasa / 100) / 12)) | mathPow: (years * 12)) * ((tasa / 100) / 12)) / (((1 + ((tasa / 100) / 12)) | mathPow: (years * 12)) - 1) | number:2 }}