{{trans('global.Calcular de nuevo')}}    {{-- Generar PDF --}}
{{trans('global.Datos de la simulación')}}
  • {{trans('global.Capital disponible')}} USD {{number_format($capital,2,'.',',')}}
  • {{trans('global.Tiempo')}} {{$tiempo - 1}} {{trans('global.Año')}}{{(($tiempo - 1) > 1) ? 's' : ''}}
  • {{--
  • Costo de establecimiento {{$cuota_ingreso}}% USD {{number_format($costo_establecimiento,2,'.',',')}}
  • --}}
  • {{trans('global.Disponible para inversión')}} USD {{number_format($disponible_inversion,2,'.',',')}}
  • {{--
  • @if ($tipo_persona == "asesor") AMC (Costo del custodio anual) @else AMC (Costo anual de administración) @endif {{number_format($porcentaje_gestion,2,'.',',')}}%
  • --}}
  • {{trans('global.Ingreso Anual Neto')}} {{number_format($porcentaje_ingreso_neto,2)}}%
{{--

@if ($tipo_persona == "asesor" && $comision_inicial != "comision_anual") * El costo anual del custodio de los activos es con Bank of New York Mellon. @else * incluye el costo anual del custodio de los activos con Bank of New York Mellon, administración de la plataforma de inversión de Capital International Group y gestión de los bonos. @endif

--}}

{{trans('global.Calendario de pago')}}

{{trans('global.Calendario de pago de cupones de interés y retorno de capital cuando vence el bono.')}}

@for ($i = 0; $i < $tiempo; $i++) @php $index = $i; $y = date("Y-m-d", strtotime(date('Y-m-d') . "+ $index year")); $y_button = Carbon\Carbon::parse($y); $endOfYear = $y_button->copy()->endOfYear(); $diferencia_fin = $mes_actual->diffInMonths($endOfYear); if ($diferencia_fin == 0 && $y_button->format('m') != "12") { $y_button->addMonths(1); } @endphp @endfor
@php $used_years = []; $dataset_globales = []; @endphp @foreach ($datos_globales as $key => $info_year) @php $y = date("Y-m-d", strtotime(date('Y-m-d') . "+ $key year")); $year = Carbon\Carbon::parse($y); $used_years[] = $year->format('Y'); $dataset_globales[$year->format('Y')] = $info_year["chart"]; @endphp @endforeach

{{-- --}} {{-- --}} {{--
@php $suma_ingreso_bruto = 0; @endphp @foreach ($empresas as $item) @php $vencimiento = Carbon\Carbon::parse($item->activo->calcular_vencimiento()); $meses_empresa = explode(',', $item->activo->meses); @endphp @if ($numeros_activos["importe_{$item->activo->id}"] > 0) @endif @endforeach @php $total_gestion = $porcentaje_gestion * $disponible_inversion / 100; $valor_ingreso_neto = ($porcentaje_ingreso * $disponible_inversion / 100 - $total_gestion); @endphp
Nombre del Bono Corporativo Cupón de Interés Anual Monto Invertido Asignación Ingreso Bruto Anual (USD) Frecuencia del Pago del Cupón Porcentaje del Cupón Parcial Meses de pago Fecha del Vencimiento del Bono
{{$item->activo->nombre}} {{number_format($item->activo->tasa_interes,2,'.',',')}}% USD {{number_format($numeros_activos["importe_{$item->activo->id}"],2,'.',',')}} {{number_format($numeros_activos["porcentaje_{$item->activo->id}"],2,'.',',')}}% USD {{number_format($numeros_activos["ingreso_{$item->activo->id}"],2,'.',',')}} @php $suma_ingreso_bruto += $numeros_activos["ingreso_{$item->activo->id}"]; @endphp {{$item->frecuencia}} @if ($item->frecuencia == "Semestral") {{number_format($item->tasa_interes / 2,2,'.',',')}}% @elseif ($item->frecuencia == "Trimestral") {{number_format($item->tasa_interes / 4,2,'.',',')}}% @endif @foreach ($meses_empresa as $n_mes) {{$meses[$n_mes - 1]}} @if (!$loop->last) / @endif @endforeach {{$meses[$vencimiento->format('n') - 1]}} {{$vencimiento->format('Y')}}
Monto de la Inversión Total USD {{number_format($disponible_inversion,2,'.',',')}} 100% USD {{number_format($suma_ingreso_bruto,2,'.',',')}}
Ingreso Anual Bruto (USD) USD {{number_format($suma_ingreso_bruto,2,'.',',')}} {{number_format($porcentaje_ingreso,2,'.',',')}}% pa
Ingreso Anual Neto (USD) USD {{number_format($valor_ingreso_neto,2,'.',',')}} @php $porcentaje_ingreso_neto = $valor_ingreso_neto * 100 / $disponible_inversion; @endphp {{number_format($porcentaje_ingreso_neto,2,'.',',')}}% pa
--}}
{{trans('global.Aviso legal')}}
{{trans('global.Este simulador debe ser utilizado específicamente')}}

{{trans('global.Copyright ©️ Todos los derechos reservados.')}}