DiscountCalculatorcalculateBEY Method

Calculate a bond equivalent yield (BEY) 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 calculateBEY(
	double price
)

Parameters

price  Double
The price as a percentage of par.

Return Value

Double
A Bond Equivalent yield.

Remarks

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.

See Also