conversion-of-a-private-limited-company-into.js
13.1 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
import PageBanner from "@/components/reuseables/PageBanner";
import Image from "next/image";
import Link from "next/link";
import React from "react";
const banners = [
{
imageSrc: "/images/banner/blog.webp",
pageTitle: "Conversion of a Private Limited Company into LLP",
homePageUrl: "/blog",
homePageText: "Blog",
activePageText: "Conversion of a Private Limited Company into LLP",
},
];
const Conversionblog = () => {
return (
<>
<PageBanner banners={banners} />
<div className="blog-details-area ptb-100">
<div className="container">
<div className="row">
<div className="col-lg-12 col-md-12">
<div className="blog-details-desc">
<div className="article-image">
<Image
src="/images/blog/blog4/3.jpeg"
layout="fill"
alt="image"
className="image-fluid image"
/>
</div>
<div className="article-content">
<div className="entry-meta">
<ul>
<li>
<i className="ri-shield-user-line"></i>
<p> By Advith Consulting</p>
</li>
<li>
<i className="ri-calendar-2-line"></i>
<p>July 23, 2024</p>
</li>
</ul>
</div>
<h3>1. Introduction</h3>
<p>
The Limited Liability Partnership (LLP) structure has gained
immense popularity in the corporate sector in recent times.
Since the enactment of the Limited Liability Partnership
Act, 2008 by the Parliament of India, various business
entities in the country, especially the small and
medium-scale business enterprises, have opted for conversion
of their Private Limited companies into LLPs so that they
can have access to the various benefits that can be availed
under this structure. Pre-dominantly the benefits revolve
around limited liabilities for the Partners, reduced
compliances and ease of movement of capital & profits.
<br /> <br />
But this whole process of transition involves a lot of
complex procedures. Therefore, it's crucial for the entities
to understand various steps involved in the process and the
benefits, challenges and other impacts of the intended
conversion before venturing into the intricacies of it. Let
us try to have a fair understanding of the concept of an LLP
and the whole process involved while converting a private
limited company into an LLP, along with its possible
implications and the key points to be taken into
consideration during the entire transition process.
</p>
<h6 className="blog-pointer">What is an LLP?</h6>
<p>
A Limited Liability Partnership (LLP), as defined under the
provisions of the Limited Liability Partnership Act, 2008,
is a composite structure for businesses that combines the
advantages of a company and the flexibility of a
partnership. The LLP structure is altogether a separate
legal entity that provides limited liability protection to
its partners, ensuring that they are responsible only for
their agreed contribution in the LLP while the LLP itself
bears full liability for its assets and obligations. As a
separate legal entity, an LLP can enter into contracts and
may own properties in its own name, and its existence
remains unaffected by any changes in the partnership. Most
importantly, the partners in an LLP are protected from any
joint liability that may arise due to an unauthorised or
wrongful action of another partner in the concerned LLP. The
mutual rights and duties within an LLP are dictated by an
agreement among the partners of the LLP or between the LLP
and its partners, thus clubbing the features of both
corporate structures and partnership firm structures.
</p>
<h6 className="blog-pointer">
Key Considerations for a Company before initiating the
process of converting it into an LLP
</h6>
<p>
There are several criteria for a company that need to be met
by an entity before initiating the process of its transition
into an LLP. A Private Limited Company can be converted into
an LLP in compliance with the provisions specified in the
Section 56, 58 and the Third schedule of Limited Liability
Partnership Act, 2008.
</p>
<h6 className="blog-pointer">
Pre-Requisites for a Private Limited Company for Conversion
into an LLP:
</h6>
<Image
src="/images/blog/blog4/5.jpeg"
alt="reporting"
fill
className="img-fluid image mb-3 mt-2"
/>
<h6 className="blog-pointer">
The Required Steps for Conversion of a Company into an LLP
</h6>
<p>
Let us go through the steps for the process of converting of
a company into an LLP in detail.
</p>
<h6 className="blog-pointer">
Board and Shareholder Resolution
</h6>
<p>
The first step that a company has to initiate in the process
of transition is to call for a board meeting and take
approval of the board on the following things:
</p>
<ul>
<li>Conversion of the Company into LLP</li>
<li>Authorise the Directors for Filing</li>
<li>
Convene an Extraordinary General Meeting to take approval
of the shareholders.
</li>
</ul>
<p>
Once the board resolution is passed, an Extraordinary
General Meeting is to be organised and consent from all the
shareholders for the intended conversion of it into an LLP
must be obtained.
</p>
<h6 className="blog-pointer">
Application for Name Approval
</h6>
<p>
File Form LLP-RUN (Reserve Unique Name) to get approval for
the LLP name with the following details and attachments:
</p>
<Image
src="/images/blog/blog4/2.jpeg"
alt="reporting"
fill
className="img-fluid image mb-3 mt-2"
/>
<h6 className="blog-pointer">
Filing of application for conversion
</h6>
<p>
Company must file the Form 18 along with Form FiLLiP and
following attachment:
</p>
<Image
src="/images/blog/blog4/4.jpeg"
alt="reporting"
fill
className="img-fluid image mb-3 mt-2"
/>
<h6 className="blog-pointer">
Issuance of Certificate of Registration
</h6>
<p>
Once the conversion form is approved by authority, a
Certificate of Registration will be issued, confirming the
conversion of the company into an LLP.
</p>
<h6 className="blog-pointer">
Effect of Conversion of a Private Limited Company into an
LLP
</h6>
<p>
On and from the date of conversion of the erstwhile company
into an LLP as specified in the COI, an LLP comes into
existence and all the tangible (movable or immovable) and
intangible property vested with the Company, all the assets,
interest, rights, privileges, liabilities and obligations
relating to the Company and the whole of the undertaking of
the Company shall be transferred to and shall vest in the
LLP without further assurance, act, or deed, and the Company
shall be deemed to be dissolved and removed from the records
of the registrar of the Companies.
</p>
<h6 className="blog-pointer">
Notice of Conversion into LLP
</h6>
<p>
The LLP should intimate and update about the conversion of
the company into an LLP in various departments like IT, GST,
PF, ESIC, etc. The LLP shall include the following (for a
period of 12 months) in its every correspondence, i.e.,
bills, letterheads, emails and all other communications: a.
a statement that it was, as from the date of registration,
converted from a company into an LLP; and b. the name and
registration number of the company from which it was
converted.
</p>
<h6 className="blog-pointer">
Advantages of Converting a Company into an LLP
</h6>
<Image
src="/images/blog/blog4/1.jpeg"
alt="reporting"
fill
className="img-fluid image mb-3 mt-2"
/>
<h6 className="blog-pointer">
Challenges and Limitations of an LLP
</h6>
<p>
Like every other business structure, Limited Liability
Partnership too has its own pros and cons. As we already
have listed the benefits that can be availed under the LLP
structure, let us now delve into the challenges and the
disadvantages that the system has got.
</p>
<Image
src="/images/blog/blog4/5.jpeg"
alt="reporting"
fill
className="img-fluid image mb-3 mt-2"
/>
<h6 className="blog-pointer">Conclusion</h6>
<p>
As is evident from the discussions above, the decision to
convert a private limited company into an LLP should be made
after considering all the pros and cons and considering the
long-term business strategy of the organisation. Since
benefits such as reduced compliance and tax advantages are
also accompanied by limitations like constraints in
fundraising and adverse investor perceptions in certain
cases; it is crucial to consider all these factors before
reaching the decision to go through the process of
transition. It is essential for the businesses to consult
their legal and financial advisors to ensure a smooth
transition process, which would enable the businesses to
achieve their aimed objective of fostering growth,
flexibility and strategic advantages in the increasingly
competitive business landscape.
</p>
<br />
<div className="article-footer">
<div className="article-tags">
<Link href="/blog">Consulting</Link>
<Link href="/blog">Business</Link>
<Link href="/blog">Market</Link>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</>
);
};
export default Conversionblog;