AbstractCalculatorcalculateApproximateYield Method

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
protected static double calculateApproximateYield(
	double price,
	double redemptionValue,
	double interestRate,
	int interestFrequency,
	int remainingPeriods
)

Parameters

price  Double
 
redemptionValue  Double
 
interestRate  Double
 
interestFrequency  Int32
 
remainingPeriods  Int32
 

Return Value

Double

See Also