DiscountCalculatorcalculateBEY Method
Calculate a bond equivalent yield (BEY) from the given price.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual double calculateBEY(
	double price
)
Public Overridable Function calculateBEY ( 
	price As Double
) As Double
- price  Double
 - The price as a percentage of par.
 
DoubleA Bond Equivalent yield.
 
If datedDate is present, then the number of days in a year is
counted as the 1 year period forward from the dated date.
Otherwise, it is the 1 year period backward from the maturity date.