DelegatingCalculatorcalculateYieldValue1_32 Method
Calculate the average yield value obtained by varying the price up and
down 1/32.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual double calculateYieldValue1_32(
double pv1b
)
Public Overridable Function calculateYieldValue1_32 (
pv1b As Double
) As Double
- pv1b Double
-
The average price value obtained by varying the yield up
and down one basis point, as returned by the calculatePriceValue1BP
method.
Double
the average yield value obtained by varying the price up and down 1/32.
CalculatorcalculateYieldValue1_32(Double)