WebCab Bonds for COM v2.01

FixedInterestBonds.NetInterestYield Method 

Calculates the net interest yield before expenses.

public double NetInterestYield(
   double coupon,
   double cleanPrice,
   double taxOnIncome
);

Parameters

coupon
The coupon.
cleanPrice
The clean price (i.e. without accrued interest).
taxOnIncome
The investor's rate of tax on income.

Remarks

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

See Also

FixedInterestBonds Class | WebCab.COM.Finance.Bonds Namespace