dcc
2024-05-17 b8f6f514b675fa6a006dfafbc99303b3c5c8ba85
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<template>
  <div class="container">
    <van-nav-bar
      :title="($t('公司简介'))"
      left-arrow
      fixed
      @click-left="$router.go(-1)"
    />
    <div style="width: 100%;margin-top: 64px;font-size: .5rem">Golden Finger AllianceStock Code:(BRAC) Corporate Name: BROAD CAPITAL ACQUISITION CORP Golden Finger Alliance is a limited liability partnership registered in England, numbered OC381003, headquartered in New York, USA. It is a global investment bank, a SEC registered securities firm, and has offices in major financial centers worldwide, engaged in the business of buying and selling securities - stocks, bonds, mutual funds, and certain other investments Golden Finger Alliance is authorized and regulated by the Financial Conduct Authority (FRN 593758). Certificate No: 290775 Latest Filing: 03/30/2023 U.S. Securities and Exchange Commission Number: 801-112127 Organizational Form: Limited Liability Company Address: California Registration: The Securities and Exchange CommissionSEC Securities and Exchange Commission: https://www.sec.gov/Archives /edgar/data/1865120/ 000149315221020721/forms-1.htm</div>
    <img src="./img/img.png" alt="" style="width: 100%;margin-top: 5px;margin-bottom: 5px;">
    <div style="width: 100%;font-size: .5rem">We are partners of capital market professionals with a unique combination of product skills and customer relationships Our goal is to help clients generate trading ideas, search for assets, and achieve better execution in illiquid or complex securities. We expect to leverage the advantages of new technologies in our target industries, such as artificial intelligence, machine learning, electric and hybrid propulsion, advanced materials and manufacturing technologies, control systems, advanced telecommunications, autonomous flight operations, networked satellite systems, and other continuously evolving technologies. Our team is composed of experienced industry leaders and experienced capital investors, with a strong network in the target industry and extensive experience in strategic investment procurement, due diligence, acquisition, and execution. In addition, our team has a global track record in executing investments and managing the subsequent growth of target industries, with transaction sizes ranging from hundreds of millions to billions. We plan to collaborate with the management and owners of one or more high-quality companies to seek alternative solutions to traditional initial public offerings (IPOs). We will leverage our management team's extensive experience in venture capital and private equity in procurement transactions and due diligence to determine and negotiate a merger with a sustainable enterprise. The traditional initial public offering process requires a lot of preparation work, investment time and resources, and there is a great deal of uncertainty. Therefore, management and owners are seeking feasible alternatives to the public market. We believe that the combined experience of our management and board members represents a convincing choice and has the potential to create long-term value. In their careers, our management team and board have established extensive networks of connections and corporate relationships, and we believe these networks will become useful sources of opportunities. This network has developed through extensive investment and operational experience in various fields, including diversified business services, technology, telecommunications, media and entertainment, pharmaceuticals and consumer healthcare, financial services and financial technology, consumer goods, energy and electricity, real estate including real estate services and related businesses, environmental services, liquidity and electrification in the transportation industry, and insurance and insurance related services. We anticipate that these networks will provide us with a plethora of potential business consolidation opportunities.</div>
  </div>
</template>
<script>
export default {
  name: "index"
}
</script>
 
<style scoped lang="less">
.container {
  width: 100%;
}
 
/deep/ .van-nav-bar {
  height: 64px !important;
  background: linear-gradient(to bottom, #45acff, #287df5);
 
  .van-nav-bar__content {
    height: 64px !important;
  }
 
  .van-nav-bar__title, .van-nav-bar__text {
    color: #FFFFFF;
    font-size: 24px;
  }
 
  .van-icon {
    color: #FFFFFF;
    font-size: 24px;
  }
}
</style>