Question
Which of the following represents the second method of
calculating Maximum Permissible Bank Finance (MPBF) as recommended by the Tandon Committee?Solution
The Tandon Committee (1975) prescribed three methods for assessing Maximum Permissible Bank Finance (MPBF): 1. First Method: MPBF = 75% of Working Capital Gap (i.e., Current Assets β Current Liabilities other than bank borrowings). β Borrower to bring in 25% of Working Capital Gap. 2. Second Method (more stringent): MPBF = (Current Assets β Current Liabilities other than bank borrowings) β 25% of Current Assets. β Borrower must finance at least 25% of Current Assets from long-term funds. 3. Third Method: MPBF = (Current Assets β Current Liabilities other than bank borrowings) β 25% of (Current Assets β Core Current Assets). β Even higher margin expected from borrower. Thus, the second method requires banks to ensure that borrowers finance 25% of Current Assets through long-term sources, and only the balance working capital is financed by banks.
Which classic dynamic programming problem involves finding the shortest path in a weighted, directed graph?
What is the primary purpose of RAID (Redundant Array of Independent Disks) technology?
What is the primary purpose of HTML5?
In an XML document, a tag is a markup construct that starts with ___ and ends with ____.
The java.sql and javax.sql are the primary packages for JDBC 4.0.
What does ACID stand for in the context of database transactions?
Which of the following is a characteristic of a public blockchain?
What is the purpose of the "JOIN" clause in an SQL query?
Which data analytics technique is best suited for identifying hidden patterns or relationships in large datasets?
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);