Start learning 50% faster. Sign in now
The corpus of Credit Guarantee Fund Trust for Micro & Small Enterprises (CGTMSE) has been infused with a sum of Rs. 8,000 crore on 30.03.2023. CGTMSE has issued guidelines regarding reduction of annual guarantee fee for loans upto Rs. 1 crore from a peak rate of 2% per annum to as low as 0.37% per annum. This will reduce the overall cost of credit to the Micro & Small Enterprises to a great extent. The limit on ceiling for guarantees has been enhanced from Rs. 2 crore to Rs. 5 crore. For settlement of claims in respect of guarantees for loan outstanding upto Rs. 10 lakh, initiation of legal proceedings will no longer be required.
Which is best fit for blank space 17?
Which involve two factor authentication
A software developer is designing a banking application where each bank account object should restrict direct access to its balance variable to prevent ...
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]
What is the primary goal of code optimization in software development?
Which of the following data structures is most suitable for implementing a priority queue with efficient insertion and deletion operations based on prio...
In the Software Development Lifecycle, which phase is primarily responsible for identifying and documenting the needs of the stakeholders to create a bl...
What is an effective method to enhance security compliance in data handling practices?
What is the primary purpose of using private class members in object-oriented programming?
What is the purpose of the CASE statement in SQL?