Question
Financial Instruments such as Call Money, commercial
paper, Bills of exchange, T-Bills, are traded in which of the following market?Solution
Money Market Instruments are simply the instruments or tools which can help one operate in the money market. These instruments serve a dual purpose of not only allowing borrowers meet their short-term requirements but also provide easy liquidity to lenders. Some of the common money market instruments include Treasury Bills (T-bills), Repurchase Agreements (repo transactions), Certificate of Deposits (CoD) and Commercial Papers (CP). Some of the notable characteristics of money market instruments are as follows. ·        Liquidity  – Money market instruments are highly liquid because they are fixed-income securities which carry short maturity periods of a year or less. ·        Safety  – Issuers of money market instruments usually have strong credit ratings, indicating higher safety. Discount Pricing  – Another important characteristic feature of money market instruments is that they are issued at a discount on their face value i.e. they are usually in the nature of zero-coupon instruments.
Which command is used to remove all records from a table without deleting the table structure?
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
The result of a Cartesian product of two relations R and S will have:
What is 'inheritance' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
What is early binding in the context of OOP?
Which of the following prevents inheritance in C++?
Which of the following statements about abstract classes is true?
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...
A primary key in a table: