Question
Consider the following statements regarding the marginal
cost of funds-based lending rate (MCLR): 1. The Reserve Bank of India introduced the MCLR methodology by replacing the base rate structure. 2. Under the MCLR regime, banks are free to offer all categories of loans on fixed or floating interest rates. 3. Reserve Bank of India introduced the MCLR methodology for fixing interest rates from 1 April 2016. Which of the above statements is/are correct?Solution
The marginal cost of funds-based lending rate (MCLR) is the minimum interest rate that a bank can lend at. MCLR is a tenor linked internal benchmark, which means the rate is determined internally by the bank depending on the period left for the repayment of a loan. MCLR is closely linked to the actual deposit rates and is calculated based on four components: the marginal cost of funds, negative carry on account of cash reserve ratio, operating costs and tenor premium. Reserve Bank of India introduced the MCLR methodology for fixing interest rates from 1 April 2016. It replaced the base rate structure, which had been in place since July 2010.
What is the primary benefit of polymorphism?
Which of the following is NOT a typical step in NLP text preprocessing?
Which of the following statements best describes a "trap door" in the context of computer security?
Which protocol is used to dynamically assign IP addresses to devices on a network?Â
What is the primary goal of the Matrix Chain Multiplication problem in dynamic programming?
Which feature of Big Data refers to the speed of data generation and processing?
What is the significance of the "best case" time complexity of an algorithm?
Which of the following best describes the concept of ‘Concurrency’ in the context of Operating Systems?Â
An algorithm has a time complexity of O(N² ). If the input size N doubles, how does the execution time approximately change?
Consider the following Python code:
  def mystery(a, b):
    if a == 0:
      return b
    e...