WebCab Bonds for COM v2.01

FixedInterestBonds.GrossRedemptionYieldWithExplicitTime Method 

Calculates the gross redemption yield (in decimal format) of a fixed-interest bond on an interest payment date where there is an integer number of years until the bond matures.

public double GrossRedemptionYieldWithExplicitTime(
   double price,
   double coupon,
   int redemption
);

Parameters

price
The current price of the bond, including accrued interest.
coupon
The coupon per annum convertible half-yearly.
redemption
The integer number of years until redemption (i.e. the maturity of the bond).

Return Value

the gross redemption yield in decimal format (i.e. 1 percent = 0.01)

Remarks

That is, the total (annual) yield of the fixed interest bond from now until maturity where the tax implications of the investor are not taken into account.

Remarks:

Exceptions

Exception TypeCondition
NoSolutionExceptionThrown is a solution cannot be found.

See Also

FixedInterestBonds Class | WebCab.COM.Finance.Bonds Namespace | GrossRedemptionYield