@@ -354,12 +354,6 @@
$USD {{ interes_acumulado | number: "1.2-4" }}
</div>
- <div class="col-sm-6">
- <h4>Plazo:</h4>
- <div class="field">
- {{ plazo }}
- </div>
<div class="col-sm-6">
<h4>Valor transado:</h4>
<div class="field">$USD {{ valor_transado | number: "1.2-4" }}</div>
@@ -200,22 +200,6 @@ export class PBUR implements InstrumentComponent {
},
Validators.required
],
- fecha_vencimiento: [
- this.instrument_null
- ? ""
- : {
- isRange: false,
- singleDate: {
- jsDate: parse(
- this.instrument_work.fecha_vencimiento,
- "dd/MM/yyyy",
- new Date()
- ),
- formatted: this.instrument_work.fecha_vencimiento
- }
- },
- Validators.required
- ],
fecha_operacion: [
this.instrument_null
? ""
@@ -362,7 +362,7 @@
<h4>Interes acumulado:</h4>
<div class="field">
- {{ interes_acumulado | number: "1.2-4" }}
+ $USD {{ interes_acumulado | number: "1.2-4" }}