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

Open in your IDE?
  1. {% extends 'base_en.html.twig' %}
  2.   {% block title %}
  3.       BSCM, COVERAGE AND ARBITRATION
  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> COVERAGE AND ARBITRATION </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.                             <p>
  27.                                 Nowadays, there is a strong correlation between the futures market and the physical market,
  28.                                 trend that increases over time. <br>
  29.                                 The financialization of products on futures markets allows players <br>
  30.                                 (Producers, Industrialists, Traders...) <strong>
  31.                                 secure or even optimise their sales and/or purchase prices </strong>
  32.                                 through two operations: <br>
  33.                             </p>
  34.                             <h4>- The Cover</h4>
  35.                             <h4>- The Options</h4>
  36.                             <p>At your request, we develop hedging and/or arbitration strategies,
  37.                                 to optimize your selling or buying prices.
  38.                             </p>
  39.                         </div>
  40.                     </div>
  41.                 </div>
  42.             </div>
  43.         </div>
  44.     </section><!-- #about -->
  45. {% endblock %}