|
@@ -451,6 +451,7 @@
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD $USD
|
|
|
{{
|
|
{{
|
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
@@ -466,6 +467,7 @@
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD $USD
|
|
|
{{
|
|
{{
|
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
@@ -477,6 +479,7 @@
|
|
|
{{ row.costo_cedeval | number: "1.2-4" }}
|
|
{{ row.costo_cedeval | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD $USD
|
|
|
{{
|
|
{{
|
|
|
consolidado_proyeccion.total_costo_cedeval | number: "1.2-4"
|
|
consolidado_proyeccion.total_costo_cedeval | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
@@ -488,7 +491,7 @@
|
|
|
{{ row.renta | number: "1.2-4" }}
|
|
{{ row.renta | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{ consolidado_proyeccion.total_renta | number: "1.2-4" }}
|
|
|
|
|
|
|
+ $USD {{ consolidado_proyeccion.total_renta | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
</ng-container>
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="costo_transferencia">
|
|
<ng-container matColumnDef="costo_transferencia">
|
|
@@ -497,6 +500,7 @@
|
|
|
{{ row.costo_transferencia | number: "1.2-4" }}
|
|
{{ row.costo_transferencia | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD $USD
|
|
|
{{
|
|
{{
|
|
|
consolidado_proyeccion.total_costo_transferencia
|
|
consolidado_proyeccion.total_costo_transferencia
|
|
|
| number: "1.2-4"
|
|
| number: "1.2-4"
|
|
@@ -509,6 +513,7 @@
|
|
|
{{ row.costo_banco | number: "1.2-4" }}
|
|
{{ row.costo_banco | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD
|
|
|
{{ consolidado_proyeccion.total_costo_banco | number: "1.2-4" }}
|
|
{{ consolidado_proyeccion.total_costo_banco | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
</ng-container>
|
|
</ng-container>
|
|
@@ -518,6 +523,7 @@
|
|
|
{{ row.otros_costos | number: "1.2-4" }}
|
|
{{ row.otros_costos | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD $USD
|
|
|
{{
|
|
{{
|
|
|
consolidado_proyeccion.total_otros_costos | number: "1.2-4"
|
|
consolidado_proyeccion.total_otros_costos | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
@@ -738,6 +744,7 @@
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD
|
|
|
{{
|
|
{{
|
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
consolidado_proyeccion.total_ingreso_bruto | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
@@ -753,6 +760,7 @@
|
|
|
}}
|
|
}}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD
|
|
|
{{
|
|
{{
|
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
consolidado_proyeccion.total_ingreso_neto | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
@@ -764,6 +772,7 @@
|
|
|
{{ row.costo_cedeval | number: "1.2-4" }}
|
|
{{ row.costo_cedeval | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD
|
|
|
{{
|
|
{{
|
|
|
consolidado_proyeccion.total_costo_cedeval | number: "1.2-4"
|
|
consolidado_proyeccion.total_costo_cedeval | number: "1.2-4"
|
|
|
}}
|
|
}}
|
|
@@ -775,7 +784,7 @@
|
|
|
{{ row.renta | number: "1.2-4" }}
|
|
{{ row.renta | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{ consolidado_proyeccion.total_renta | number: "1.2-4" }}
|
|
|
|
|
|
|
+ $USD {{ consolidado_proyeccion.total_renta | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
</ng-container>
|
|
</ng-container>
|
|
|
<ng-container matColumnDef="costo_transferencia">
|
|
<ng-container matColumnDef="costo_transferencia">
|
|
@@ -784,6 +793,7 @@
|
|
|
{{ row.costo_transferencia | number: "1.2-4" }}
|
|
{{ row.costo_transferencia | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD
|
|
|
{{
|
|
{{
|
|
|
consolidado_proyeccion.total_costo_transferencia
|
|
consolidado_proyeccion.total_costo_transferencia
|
|
|
| number: "1.2-4"
|
|
| number: "1.2-4"
|
|
@@ -796,6 +806,7 @@
|
|
|
{{ row.costo_banco | number: "1.2-4" }}
|
|
{{ row.costo_banco | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD
|
|
|
{{ consolidado_proyeccion.total_costo_banco | number: "1.2-4" }}
|
|
{{ consolidado_proyeccion.total_costo_banco | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
</ng-container>
|
|
</ng-container>
|
|
@@ -805,6 +816,7 @@
|
|
|
{{ row.otros_costos | number: "1.2-4" }}
|
|
{{ row.otros_costos | number: "1.2-4" }}
|
|
|
</td>
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
|
|
+ $USD
|
|
|
{{
|
|
{{
|
|
|
consolidado_proyeccion.total_otros_costos | number: "1.2-4"
|
|
consolidado_proyeccion.total_otros_costos | number: "1.2-4"
|
|
|
}}
|
|
}}
|