PerpetualPreferredCalculatorcalculateCurrentYield Method

Calculate current yield for 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 override double calculateCurrentYield(
	double price
)

Parameters

price  Double
a price

Return Value

Double
current yield as calculated for the given price.

Implements

CalculatorcalculateCurrentYield(Double)

Exceptions

CalculationException CalculationException

See Also