Question
Under the Basel III guidelines, it is advised to create
a countercyclical capital buffer of 0-2.5%. Which of the following is not true about this buffer?Solution
Losses incurred in the banking sector can be extremely large when a downturn is preceded by a period of excess credit growth. The countercyclical buffer (CCyB) is intended to protect the banking sector against losses that could be caused by cyclical systemic risks. CCyB will be deployed by national regulators when excess aggregate credit growth is judged to be associated with a build-up of system-wide risk to ensure the banking system has a buffer of capital to protect it against future potential losses. This focus on excess aggregate credit growth means that regulators are likely to only need to deploy the buffer on an infrequent basis. Banks will be subject to a countercyclical buffer that varies between zero and 2.5% to total risk-weighted assets. The buffer that will apply to each bank will reflect the geographic composition of its portfolio of credit exposures’ on the other hand CCB is a separate buffer that is mandatory to be maintained by the banks at 2.5% of risk-weighted assets over and above their Min Tier I and Min CAR requirements.
1.   Predict the output of the code
public class Animal {
  public static void main(String args[])
           ...
Appending value to list in python
Which of the following is NOT considered a core characteristic of cloud computing?Â
Abstract Class in Java
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
- Which of the following protocols is used for resolving IP addresses to MAC addresses in a network?
Which type of software is designed to help users perform specific tasks, such as creating documents, spreadsheets, or presentations?
What is the purpose of the with statement when working with files?
Which component in a V-shaped software development model corresponds to the testing phase?
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()