Examlex

Solved

Three $1,000 Face Value,10-Year,noncallable,bonds Have the Same Amount of Risk,hence

question 74

Multiple Choice

Three $1,000 face value,10-year,noncallable,bonds have the same amount of risk,hence their YTMs are equal.Bond 8 has an 8% annual coupon,Bond 10 has a 10% annual coupon,and Bond 12 has a 12% annual coupon.Bond 10 sells at par.Assuming that interest rates remain constant for the next 10 years,which of the following statements is CORRECT?


Definitions:

Global Arrays

Arrays that are declared outside all functions and are accessible from any point in a program.

Global Arrays

Global arrays are arrays that are declared outside of any function or class and can be accessed and modified from any part of the program.

Static

A keyword in programming that makes a variable or function persistent throughout the life of a program.

Auto Local Arrays

Auto local arrays are automatically allocated arrays within a function, their size is determined at compile time, and they are deallocated when the function returns.

Related Questions