Navigating Essential Corporate Law Sources
<div class="xblock xblock-public_view xblock-public_view-vertical" data-course-id="course-v1:EBC-Learning+corporate-law-method-acl-3+2024" data-init="VerticalStudentView" data-runtime-class="LmsRuntime" data-runtime-version="1" data-block-type="vertical" data-usage-id="block-v1:EBC-Learning+corporate-law-method-acl-3+2024+type@vertical+block@2c1bd2440d46466ab6cc59c698e7f16f" data-request-token="7cb54254563511f097080242ac120008" data-graded="False" data-has-score="False">
<div class="vert-mod">
<div class="vert vert-0" data-id="block-v1:EBC-Learning+corporate-law-method-acl-3+2024+type@bcp_xblock+block@a51a7097e6f54f35aa9ba310ab730730">
<div class="xblock xblock-public_view xblock-public_view-bcp_xblock" data-course-id="course-v1:EBC-Learning+corporate-law-method-acl-3+2024" data-init="BCPlayerBlock" data-runtime-class="LmsRuntime" data-runtime-version="1" data-block-type="bcp_xblock" data-usage-id="block-v1:EBC-Learning+corporate-law-method-acl-3+2024+type@bcp_xblock+block@a51a7097e6f54f35aa9ba310ab730730" data-request-token="7cb54254563511f097080242ac120008" data-graded="False" data-has-score="False">
<div class="brightcove-xblock">
<h1 style="display: none;">Video on 3.7 Banking Regulation Act, 1949 and Reserve Bank of India Act, 1934</h1>
<h3 class="hd hd-2">3.7 Banking Regulation Act, 1949 and Reserve Bank of India Act, 1934</h3>
</div>
<div id="playerContainer" class="outer" data-account="6415696987001" data-player="DCwqy09Ry" data-video-id="6343048577112" data-location="658d06112849125e6e875616"></div>
<input type="hidden" name="current_view" value="public" id="current_view_type">
<script type="text/javascript">
$(document).ready(function() {
var $h1 = $('#course-h1-title');
var $h2 = $('<h2></h2>')
.attr('class', $h1.attr('class'))
.attr('id', $h1.attr('id'))
.html($h1.html());
$h1.replaceWith($h2);
});
</script>
</div>
</div>
<div class="vert vert-1" data-id="block-v1:EBC-Learning+corporate-law-method-acl-3+2024+type@html+block@0802040c4c414c6396dac92a780747db">
<div class="xblock xblock-public_view xblock-public_view-html xmodule_display xmodule_HtmlBlock" data-course-id="course-v1:EBC-Learning+corporate-law-method-acl-3+2024" data-init="XBlockToXModuleShim" data-runtime-class="LmsRuntime" data-runtime-version="1" data-block-type="html" data-usage-id="block-v1:EBC-Learning+corporate-law-method-acl-3+2024+type@html+block@0802040c4c414c6396dac92a780747db" data-request-token="7cb54254563511f097080242ac120008" data-graded="False" data-has-score="False">
<script type="json/xblock-args" class="xblock-json-init-args">
{"xmodule-type": "HTMLModule"}
</script>
<body> <button class="collapsible"><h4>Notes</h4></button><div class="myContent">
<h4><em>Text</em></h4>
<ol>
<li aria-level="1"><a href="https://www.ebcreader.com/share/1003045_1_3" target="_blank" rel="noopener">Companies Act, 2013 along with all Companies Rules, 11th Edition, EBC.</a></li>
</ol>
<h4><em>Materials</em></h4>
<ol>
<li aria-level="1"><a href="https://www.mca.gov.in/content/mca/global/en/acts-rules/ebooks.html" target="_blank" rel="noopener">Ministry of Corporate Affairs (MCA) website link to all legislative material</a>.</li>
<li aria-level="1">LLP Act > <a href="https://www.mca.gov.in/content/mca/global/en/acts-rules/llp-act-2008.html" target="_blank" rel="noopener">link to MCA website</a>.</li>
<li aria-level="1"><a href="https://www.sebi.gov.in/legal.html" target="_blank" rel="noopener">Securities and Exchange Board of India (SEBI) Legal</a>.</li>
<li aria-level="1"><a href="https://www.cci.gov.in/" target="_blank" rel="noopener">Competition Commission of India (CCI)</a> > go to legislation tab.</li>
<li aria-level="1"><a href="https://www.ibbi.gov.in/legal-framework/" target="_blank" rel="noopener">Insolvency and Bankruptcy Board of India (IBBI) Legal Framework</a>.</li>
<li>FEMA> <a href="https://enforcementdirectorate.gov.in/fema?page=0#midsec" target="_blank" rel="noopener">link to all the FEMA laws, rules, and regulation</a>.</li>
</ol>
</div>
<button class="collapsible"><h4>Transcript</h4></button><div class="myContent">
<p>The Banking Regulation Act, 1949 regulates all the banks of India, co-operative and commercial banks that are established in India. The Act regulates the operation and management of banks in India, such as opening and changing of branches by the bank, requirement to maintain the minimum capital reserve, and the development of banking operations in India. It also confers certain powers to the RBI to regulate certain activities of the banks.</p>
<p>The RBI which is the central bank of India was established under the RBI Act, 1934. The main function of RBI is to regulate the issue of bank notes, maintain the reserves of India with a view to securing monetary stability in India and also to generally operate the currency and credit system of the country to its advantage.</p>
<p>The RBI affairs are governed by a central board of directors, which is helmed by the Governor.</p>
<p>The Indian banking system is governed by three legislations — Banking Regulation Act, 1949, the RBI Act, 1934 and of course the Companies Act, 2013.</p>
</div><script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } });}</script></body><head><style>.collapsible { background-color: #777; color: white; cursor: pointer; padding: 10px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px;}.active, .collapsible:hover { /*background-color: #555;*/ font-size: 115%;}.myContent {border: 1px solid darkgray;background: white;padding: 10px 18px;/*font: 24px/36px sans-serif;*//*width: 200px;*/display: none;height: 400px;overflow: scroll;} /* Scrollbar styles */::-webkit-scrollbar {width: 8px;height: 0px;}::-webkit-scrollbar-track {<!-- border: 1px solid darkgray; -->}::-webkit-scrollbar-thumb {background:darkgray; }::-webkit-scrollbar-thumb:hover {background: red; }</style></head>
</div>
</div>
</div>
<script type="text/javascript">
(function (require) {
require(['/static/js/dateutil_factory.a28baef97506.js?raw'], function () {
require(['js/dateutil_factory'], function (DateUtilFactory) {
DateUtilFactory.transform('.localized-datetime');
});
});
}).call(this, require || RequireJS.require);
</script>
<script>
function emit_event(message) {
parent.postMessage(message, '*');
}
</script>
</div>