AbstractCalculatorcalculateApproximateYield Method
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
protected static double calculateApproximateYield(
double price,
double redemptionValue,
double interestRate,
int interestFrequency,
int remainingPeriods
)
Protected Shared Function calculateApproximateYield (
price As Double,
redemptionValue As Double,
interestRate As Double,
interestFrequency As Integer,
remainingPeriods As Integer
) As Double
- price Double
-
- redemptionValue Double
-
- interestRate Double
-
- interestFrequency Int32
-
- remainingPeriods Int32
-
Double