templates/views/missions/en/gestion.html.twig line 1

Open in your IDE?
  1. {% extends 'base_en.html.twig' %}
  2.   {% block title %}
  3.       BSCM,CAPITAL MANAGEMENT
  4.   {% endblock %}
  5. {% block body %}
  6.    <!-- <link href="{{ asset('css/history.css') }}" rel="stylesheet">
  7.     <link href="{{ asset('css/css/owl.carousel.min.css') }}" rel="stylesheet">
  8.     <link href="{{ asset('css/css/owl.theme.default.min.css') }}" rel="stylesheet">
  9.     <link href="{{ asset('css/css/et-line.css') }}" rel="stylesheet"> -->
  10.     <!--==========================
  11.      About Us Section
  12.    ============================-->
  13.     <section id="about">
  14.         <div class="container pt-5">
  15.             <div class="col-md-12" id="management">
  16.                 <div class="row pt-5">
  17.                     <div class="col-md-12 pt-5">
  18.                         <div class="text-center first-title">
  19.                             <h1> CAPITAL MANAGEMENT</h1>
  20.                         </div>
  21.                     </div>
  22.                 </div>
  23.                 <div class="row">
  24.                     <div class="col-lg-12 col-md-9">
  25.                         <div class="about-content">
  26.                             <h4>1- Advisor on short, medium and long-term investments and savings.</h4>
  27.                             <p>
  28.                                 After analyzing your wealth, determining your goals and risk aversion, <br>
  29.                                 we will present various investment strategies based on a few legal and
  30.                                 tax holding envelopes:
  31.                             </p>
  32.                            <h4>- life insurance,</h4>
  33.                            <h4>- the capitalisation contract,</h4>
  34.                            <h4>- the ordinary securities account,</h4>
  35.                            <h4>- the share savings plan.</h4>
  36.                             <p>Dans un souci de diversification, nous ferons cohabiter,
  37.                                 à l’intérieur de ces enveloppes, divers Fonds émanant de
  38.                                 sociétés de gestion reconnues.
  39.                                 <br>
  40.                                 In the interest of diversification, we will co-locate, within these envelopes, <br>
  41.                                 Our goal will be to optimize the prospects of gain against a controlled level of risk,
  42.                                 while remaining consistent with your strategy. <br>
  43.                                 There is no such thing as an ideal placement. <br>
  44.                                 The right investment is the one that fits your situation.
  45.                             </p> <br>
  46.                             <h4>2- Investment advice</h4>
  47.                             <p>
  48.                                 We place great value on our investment consulting capabilities. <br><br>
  49.                                 That’s why we offer our clients capital management services through our specialized fund
  50.                                 managers. <br>
  51.                                 This value-added service depends solely on our customers' preferences. <br>
  52.                                 <strong>Services offered:</strong> <br> <br>
  53.                             </p>
  54.                                 <h5><span style="text-decoration: underline">FUND MANAGEMENT</span></h5>
  55.                                 <br>
  56.                             <p>
  57.                                 Our team adapts your investments to your goals, maximizing your returns.
  58.                                 As a client, we will offer you a range of quality investment solutions that combine
  59.                                 first-rate investment expertise and a high level of personalized service
  60.                                 .
  61.                             </p>
  62.                             <br> <br>
  63.                             <h5><span style="text-decoration: underline">PRIVATE WEALTH MANAGEMENT</span></h5>
  64.                             <br>
  65.                             <p>
  66.                                 Our discretionary mandate frees our clients from the burden of making day-to-day
  67.                                 investment decisions, which can best be made by a qualified portfolio manager. <br>
  68.                                 Delegate the investment process to a competent manager and take the time to focus
  69.                                 on other tasks that interest you.
  70.                             </p>
  71.                         </div>
  72.                     </div>
  73.                 </div>
  74.             </div>
  75.         </div>
  76.     </section><!-- #about -->
  77. {% endblock %}