|
|
@@ -1075,9 +1075,7 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
- consolidado_proyeccion.total_cuota | number: "1.2-4"
|
|
|
- }}
|
|
|
+ $USD {{ consolidado_proyeccion.total_cuota | number: "1.2-4" }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="amortizacion_porcentaje">
|
|
|
@@ -1092,8 +1090,9 @@
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
{{
|
|
|
- consolidado_proyeccion.total_amortizacion_porcentaje | number: "1.2-4"
|
|
|
- }}
|
|
|
+ consolidado_proyeccion.total_amortizacion_porcentaje
|
|
|
+ | number: "1.2-4"
|
|
|
+ }}%
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="amortizacion_capital">
|
|
|
@@ -1107,8 +1106,10 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
+ $USD
|
|
|
{{
|
|
|
- consolidado_proyeccion.total_amortizacion_capital | number: "1.2-4"
|
|
|
+ consolidado_proyeccion.total_amortizacion_capital
|
|
|
+ | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
@@ -1122,6 +1123,7 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
+ $USD
|
|
|
{{
|
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -1137,9 +1139,8 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
- consolidado_proyeccion.total_impuesto | number: "1.2-4"
|
|
|
- }}
|
|
|
+ $USD
|
|
|
+ {{ consolidado_proyeccion.total_impuesto | number: "1.2-4" }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="ingreso_neto">
|
|
|
@@ -1152,6 +1153,7 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
+ $USD
|
|
|
{{
|
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
|
@@ -1168,14 +1170,12 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
- consolidado_proyeccion.total_saldo | number: "1.2-4"
|
|
|
- }}
|
|
|
+ $USD {{ consolidado_proyeccion.total_saldo | number: "1.2-4" }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
|
|
|
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
|
|
|
- <tr mat-row *matRowDef="let row; columns: displayedColumns"></tr>
|
|
|
+ <tr mat-row *matRowDef="let row; columns: displayedColumns"></tr>
|
|
|
<tr mat-footer-row *matFooterRowDef="displayedColumns"></tr>
|
|
|
</table>
|
|
|
|
|
|
@@ -1699,9 +1699,7 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
- consolidado_proyeccion.total_cuota | number: "1.2-4"
|
|
|
- }}
|
|
|
+ $USD {{ consolidado_proyeccion.total_cuota | number: "1.2-4" }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="amortizacion_porcentaje">
|
|
|
@@ -1716,8 +1714,9 @@
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
{{
|
|
|
- consolidado_proyeccion.total_amortizacion_porcentaje | number: "1.2-4"
|
|
|
- }}
|
|
|
+ consolidado_proyeccion.total_amortizacion_porcentaje
|
|
|
+ | number: "1.2-4"
|
|
|
+ }}%
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="amortizacion_capital">
|
|
|
@@ -1731,8 +1730,9 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
- consolidado_proyeccion.total_amortizacion_capital | number: "1.2-4"
|
|
|
+ $USD{{
|
|
|
+ consolidado_proyeccion.total_amortizacion_capital
|
|
|
+ | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
@@ -1746,7 +1746,7 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
+ $USD{{
|
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
@@ -1761,7 +1761,7 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
+ $USD{{
|
|
|
consolidado_proyeccion.total_impuesto | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
@@ -1776,7 +1776,7 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
+ $USD{{
|
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
|
</td>
|
|
|
@@ -1792,14 +1792,12 @@
|
|
|
}}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
- consolidado_proyeccion.total_saldo | number: "1.2-4"
|
|
|
- }}
|
|
|
+ $USD{{ consolidado_proyeccion.total_saldo | number: "1.2-4" }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
|
|
|
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
|
|
|
- <tr mat-row *matRowDef="let row; columns: displayedColumns"></tr>
|
|
|
+ <tr mat-row *matRowDef="let row; columns: displayedColumns"></tr>
|
|
|
<tr mat-footer-row *matFooterRowDef="displayedColumns"></tr>
|
|
|
</table>
|
|
|
</div>
|