@extends('layouts.factsheet_pdf') @section('page_title', $fundModel->name) @if(!empty($fundShareSettings['css'])) @section('custom_styles') @endsection @endif @section('content')
{{ __('factsheet.fund_share_class', ['class' => $fundShareModel->class]) }}
{{ Helper::__($generalData->month_name) . ' ' . $generalData->year }}
{{ __('factsheet.fund_type') }}
{{ Helper::__($fundModel->type) }}
{{ __('factsheet.fund_information') }}
{{ trans_choice('factsheet.invest_team_coheads', count($generalData->teamCoHeads)) }}

@foreach($generalData->teamCoHeads as $teamCoHead) @if($loop->index > 0)
@endif {{ $teamCoHead }} @endforeach

{{ __('factsheet.portfolio_managers') }}

{{ $fundModel->manager_1 }}
{{ $fundModel->manager_2 }}

{{ __('factsheet.fund_assets') }}

{{ $fundModel->currency_symbol . ' ' . number_format($fundModel->net_worth, 0, $numberFormats['decimal_separator'], $numberFormats['thousand_separator']) }}

{{ __('factsheet.fund_init_date') }}

{{ $fundModel->inception_date }}

{{ __('factsheet.suscriptions_and_redemptions_currency') }}

{{ Helper::__($fundModel->currency) }}

{{ __('factsheet.redemption_payment_period') }}

{{ Helper::__($fundModel->redemption_period) }}

{{ __('factsheet.fund_custodian') }}

{{ $fundModel->fund_custodian }}

{{ __('factsheet.management_fees') }}

{{ $fundShareModel->management_fee_formatted }}

{{ $fundShareModel->management_fee_text_translated }}

{{ __('factsheet.custodian_fees') }}

{{ $fundModel->custodian_fees }}

{{ __('factsheet.entry_and_exit_load') }}

{{ Helper::__($fundModel->entry_exit_load) }}

{{ __('factsheet.minimum_investment') }}

{{ $fundModel->currency_symbol . ' ' . number_format($fundShareModel->min_inversion, 2, $numberFormats['decimal_separator'], $numberFormats['thousand_separator']) }}

{{ __('factsheet.rating') }}

{{ empty($fundModel->rating) ? Helper::__('N/A') : $fundModel->rating }}

{{ __('factsheet.bloomberg_code') }}

{{ $fundShareModel->bloomberg_code }}

@if(!empty($fundShareModel->isin_code)) {{ __('factsheet.isin_code') }}

{{ $fundShareModel->isin_code }}

@endif @if(!empty($fundShareModel->cvsa_code)) {{ __('factsheet.cvsa_code') }}

{{ $fundShareModel->cvsa_code }}

@endif
{{ __('factsheet.contact_information') }}
@endsection @section('footer') @endsection @section('scripts') @endsection