Examlex

Solved

A Zero-Coupon Bond Has a Beta of 0

question 36

Multiple Choice

A zero-coupon bond has a beta of 0.15 and promises to pay $5,000 next year with a probability of 96%, $1,000 with a probability of 2%, and there is a 2% probability of total default. One-year Treasury securities are yielding 4%, and the expected return on the market is 10%.
-Refer to the information above. What is the risk premium for this bond investment?


Definitions:

Unchecked Exceptions

In programming, especially Java, these are the exceptions that are not checked at compile-time but at runtime.

Catch Or Declare Rule

The catch or declare rule in programming mandates that a method must either catch an exception with a try-catch block or declare it in its throws clause.

Try Block

A block of code that is tested for errors while it is being executed.

Catch Blocks

Sections of code in many programming languages that are used to handle exceptions or errors during program execution.

Related Questions