WebCab Bonds for COM v2.01

FixedInterestBonds.GrossInterestYield Method 

Calculates the gross interest yield before expenses.

public double GrossInterestYield(
   double coupon,
   double cleanPrice
);

Parameters

coupon
The annual coupon.
cleanPrice
The clean price (i.e. without accrued interest).

Remarks

The interest yield is also known as the current yield, running yield or flat yield. The interest yield in a measure of the annual interest in relation to the amount invested.

See Also

FixedInterestBonds Class | WebCab.COM.Finance.Bonds Namespace