DiscountCalculatorcalculateCEY Method

Calculate a coupon equivalent yield (CEY) from the given price.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public virtual double calculateCEY(
	double price
)

Parameters

price  Double
The price as a percentage of par.

Return Value

Double
A Coupon Equivalent yield.

Remarks

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.

See Also