Files
freeu-project/resources/views/Frontend/Pages/dummy/pricing.blade.php

99 lines
3.0 KiB
PHP
Raw Normal View History

2024-03-28 14:52:40 +05:30
@extends('Frontend.layouts.master')
@section('content')
<div class="inner-banner-pricing inner-banner">
<div class="overlay"></div>
<div class="container">
<div class="banner-content">
<div>
<h2>Pricing</h2>
<p>Transparency is a fundamental value for us, and in line<br> with this principle, we are committed to
ensuring our<br> clients have complete and clear understanding of all<br> costs related to
Alternative Assets.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="primary-offer mt-5">
<h3>Primary Offerings</h3>
<div class="row">
<div class="col-md-6">
<h4>No fees Charged by Jericho Alternatives</h4>
<p>As a Distributor of Financial Products, Jericho Alternatives is obligated to not charge our clients
any fees for investments made in primary offerings. Instead, we generate our revenue through
commissions received directly from the manufacturers (E.g. Asset Managers).</p>
</div>
<div class="col-md-6">
<h4>Fees Charged by Manufacturers (Asset Managers)</h4>
<p>Consequently, the only fees that an investor might incur would be those levied by the manufacturers.
The types of fees charged can differ across various products, encompassing Management Fees,
Performance/Incentive Fees, Hurdle Rates, among others. We strongly advise investors to familiarize
themselves with the technical terminology of these fees before proceeding with any investments.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="primary-offer mb-5">
<div class="row">
<div class="col-md-6">
<h3>Secondary Offerings</h3>
<p>We will impose a fee ranging between 1% and 2% on the Buyer and Seller of the product, calculated on the sale value of
their investment. This fee varies depending on the nature of the product and the scale of the
investment being mobilized. Our fees are among the lowest in the industry, strategically designed to
minimize the financial leakage experienced in the alternative assets sector during secondary
transactions. This approach not only enhances market liquidity but also supports a more efficient
market environment.</p>
</div>
<div class="col-md-6">
<img class="w-100"
src="{{imagePath('public/assets/media/FrontendImages/prsing-graph.png')}}">
</div>
</div>
</div>
</div>
@endsection