PerpetualPreferredCalculatorcalculatePeriodicYield Method

Calculate a periodic discounted cash flow yield for use with convexity/duration methods.

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 calculatePeriodicYield(
	double price
)

Parameters

price  Double
the price.

Return Value

Double
Periodic discounted cash flow yield.

Implements

CalculatorcalculatePeriodicYield(Double)

See Also