Ingrese el valor de venta para calcular los gastos notariales, impuestos y comisión
| Concepto | Porcentaje | Comprador | Vendedor |
|---|---|---|---|
| Gastos Notariales | 0.3% | <% gastosNotarialesComprador | currency : "$ " : 0 %> | <% gastosNotarialesVendedor | currency : "$ " : 0 %> |
| Beneficencia | 1.0% | <% beneficenciaComprador | currency : "$ " : 0 %> | - |
| Registro | 0.5% | <% registroComprador | currency : "$ " : 0 %> | - |
| Retefuente | 1% | - | <% retencionVendedor | currency : "$ " : 0 %> |
| Comisión Venta | 1% | - | <% comisionVendedor | currency : "$ " : 0 %> |
| IVA Comisión Venta | 19% | - | <% ivaComisionVendedor | currency : "$ " : 0 %> |
| TOTAL | <% totalComprador | currency : "$ " : 0 %> | <% totalVendedor | currency : "$ " : 0 %> |