Files
freeu-project/resources/views/Frontend/Pages/long-only-equity-fund/index.blade.php
2024-04-04 19:47:22 +05:30

270 lines
8.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('Frontend.layouts.master')
@section('content')
<div>
<div class="Long-Equity-Funds-banner">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="banner-text-contain">
<h2>Long-Only Equity Funds</h2>
<button>Category III AIF</button>
<h4>Embracing Traditional Growth Through Equity Investments</h4>
<p>Long-Only Equity Funds represent a classic investment <br> strategy, focusing exclusively on
buying and holding stocks.<br> These funds offer investors the opportunity to benefit
from<br> the growth potential of equities in a straightforward and<br> transparent manner,
making them a fundamental<br> component of many investment portfolios.</p>
<div class="banner-btn mt-4">
<a href="#open_investments">View Investments</a>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-center">
<div class="banner-profile">
<h5>Ideal Investment Profile:</h5>
<div class="profile d-flex">
<img src="{{ asset('public/assets/media/FrontendImages/profile-banner.svg') }}">
<div>
<p>Expected IRR(p.a.): More than 12%</p>
<p>Suggested Horizon: More than 3 Years</p>
<p>Minimum Investment: 1,00,00,000</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="your-investment">
<div class="container">
<div class="row">
<div class="col-md-6 col-ms-12">
<h2 class="invest-fund">KYI: Know Your Investment</h2>
<div>
<h3 class="mb-3">What do Long-Only Equity Funds do?</h3>
<p>Long-Only Equity Funds are investment vehicles that <br> invest in stocks with the expectation of
price appreciation.<br> Unlike hedge funds, they do not engage in short-selling or<br> use
complex financial derivatives. These funds aim to<br> generate returns through careful stock
selection based on<br> fundamental analysis, market trends, and economic<br> forecasts.</p>
</div>
<div>
<h3 class="mb-3">Why Invest in Long-Only Equity Funds?</h3>
<p>Investing in Long-Only Equity Funds is ideal for those seeking<br> exposure to stock markets with
a traditional investment<br> approach. These funds benefit from the markets long-term
<br>growth trends, providing potential for substantial returns<br> over time. They are suitable
for investors with a longer-term<br> investment horizon and a tolerance for stock market
volatility.
</p>
</div>
</div>
<div class="col-md-6 col-ms-12">
<div>
<img class="w-100" src="{{ asset('public/assets/media/FrontendImages/Sell-Wor.svg') }}">
<p class="disclaimer"><strong>“Nothing goes in one direction forever... Just about everything is
cyclical, Howard Marks</strong></p>
</div>
<div>
<img class="w-100" src="{{ asset('public/assets/media/FrontendImages/GDP-Growth.svg') }}">
<p class="disclaimer"><strong>Indias GDP set to sustain 6% plus growth, and outpace most leading
economies. Source: RBI and ICRA</strong></p>
</div>
</div>
</div>
</div>
<div class="container mt-5 mb-5">
<div class="annual">
<div class="row">
<div class="col-md-7">
<h6 class="mb-2">India's benchmark gauge - BSE's market capitalisation or m-cap grew from Rs 3.2
lakh crore to Rs 343.5 lakh crore in 2023 (see chart). If we concise it to five years, BSE's
m-cap has more than doubled from Rs 154.6 lakh crore, according to data from Geojit Insights.
</h6>
<img src="{{ asset('public/assets/media/FrontendImages/BSE-Market.svg') }}">
</div>
<div class="col-md-5">
<img src="{{ asset('public/assets/media/FrontendImages/IndiaEconomy.svg') }}">
</div>
</div>
</div>
</div>
<div class="banifit-tabs mt-4">
<div class="container">
<nav>
<div class="nav nav-tabs justify-content-center" id="nav-tab" role="tablist">
<button class="nav-link benefits active" id="nav-home-tab" data-bs-toggle="tab"
data-bs-target="#nav-home" type="button" role="tab" aria-controls="nav-home"
aria-selected="true">Benefits</button>
<button class="nav-link risks" id="nav-profile-tab" data-bs-toggle="tab"
data-bs-target="#nav-profile" type="button" role="tab" aria-controls="nav-profile"
aria-selected="false">Risks</button>
</div>
</nav>
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane benefits fade active show" id="nav-home" role="tabpanel"
aria-labelledby="nav-home-tab">
<ul>
<li><strong>Capital Appreciation Potential: </strong> Strong potential for long-term growth in
line with equity market performance.</li>
<li><strong>Simplicity and Transparency: </strong> Straightforward investment approach with
easy-to-understand strategies.</li>
<li><strong>Diversification: </strong> Offers diversification across various sectors and
geographies within the equity market.</li>
<li><strong>Accessibility: </strong> Wide range of funds available, catering to different risk
profiles and investment goals.</li>
<li><strong>Dividend Income:</strong> Potential for income through dividends, in addition to
capital appreciation.</li>
</ul>
</div>
<div class="tab-pane risks fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
<ul>
<li><strong>Market Volatility:</strong> Direct exposure to stock market fluctuations and
economic cycles.</li>
<li><strong>Concentration Risk:</strong> Risk of loss due to concentration in specific sectors
or stocks.</li>
<li><strong>Underperformance Risk:</strong> Possibility of underperforming the market or
relevant benchmarks.</li>
<li><strong>Long-Term Commitment:</strong> Requires a longer investment horizon to realize
potential gains.</li>
<li><strong>Managerial Risk: </strong> Dependent on the fund managers ability to select and
manage the right stocks.</li>
</ul>
</div>
</div>
</div>
</div>
<x-learn-more :learnMore="$learnMore" />
<x-long-only-equity-funds :hfData="$openHF" id="open_investments" :type="$type = 'Primary Offerings'" />
<x-long-only-equity-funds :hfData="$resaleHF" id="resale" :type="$type = 'Secondary Offerings'" />
<div id="open_investments"></div>
</div>
@endsection