|
|
@@ -638,6 +638,9 @@ export class BONO implements InstrumentComponent {
|
|
|
this.bonosObject[
|
|
|
"comision_casa_porcentaje_venta"
|
|
|
] = this.investmentProposalForm.value.comision_casa_porcentaje_venta;
|
|
|
+ this.bonosObject[
|
|
|
+ "cupon_porcentaje_venta"
|
|
|
+ ] = this.investmentProposalForm.value.cupon_porcentaje_venta;
|
|
|
this.bonosObject[
|
|
|
"comision_bolsa_porcentaje_venta"
|
|
|
] = this.investmentProposalForm.value.comision_bolsa_porcentaje_venta;
|
|
|
@@ -681,6 +684,9 @@ export class BONO implements InstrumentComponent {
|
|
|
this.bonosObject[
|
|
|
"valor_transado_venta"
|
|
|
] = this.valor_transado_venta;
|
|
|
+ this.bonosObject[
|
|
|
+ "monto_recibir"
|
|
|
+ ] = this.monto_recibir;
|
|
|
}
|
|
|
|
|
|
this.formDataService.setWork(this.bonosObject);
|