DiscountCalculatorcalculateCEY Method
Calculate a coupon equivalent yield (CEY) 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 calculateCEY(
	double price
)
Public Overridable Function calculateCEY ( 
	price As Double
) As Double
- price  Double
 - The price as a percentage of par.
 
DoubleA Coupon Equivalent yield.
 
If datedDate is present, then the number of days in a year is
counted as a 1 year period forward from the dated date.  Otherwise,
it is a 1 year period backward from the maturity date.