Question
What happens if a bank is called upon to honor its
obligations under a guarantee or L/C on behalf of directors?Solution
If a bank is called upon to honor its obligations under a guarantee or Letter of Credit (L/C) on behalf of directors, it means that the principal debtor has defaulted in discharging their liability, and the bank is required to fulfill its obligations stated in the guarantee or L/C. However, the prescribed circular highlights that if such a situation arises, where the bank is called upon to honor its obligations, it may be deemed to be in violation of Section 20 of the Banking Regulation Act, 1949. Section 20 of the Banking Regulation Act, 1949 imposes restrictions on loans and advances to directors and firms in which they hold substantial interest. By extending guarantees or opening L/Cs on behalf of directors, the bank may potentially expose itself to the risk of becoming a creditor to the principal debtor and deviating from the provisions of Section 20. Therefore, the bank must take appropriate steps to ensure that the liabilities arising from such guarantees or L/Cs do not devolve on the bank, it should be ensured that: (a) adequate and effective arrangements have been made to the satisfaction of the bank that the commitments would be met by the openers of L/Cs, or acceptors, or guarantors out of their own resources, (b) the bank will not be called upon to grant any loan or advance to meet the liability consequent upon the invocation of guarantee, and (c) no liability would devolve on the bank on account of L/Cs/ acceptances. Failing to do so may lead to the bank being considered in violation of the provisions of Section 20.
Which command removes all rows but keeps table structure?
Which SQL function returns the largest value in a column?
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
Which SQL keyword prevents duplicate rows in result?
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
Which join returns rows from the left table even when there is no matching row in the right table, filling with NULLs for the right side?
A transaction in DBMS is said to be atomic if:
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
Materialized views differ from normal views because:
Which clause is used to sort query results in SQL?