DelegatingCalculatorcalculatePriceValue1BP Method
 Calculate the average price value obtained by varying the yield up and
 down one basis point.
 
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual double calculatePriceValue1BP(
	double price,
	double yield
)
Public Overridable Function calculatePriceValue1BP ( 
	price As Double,
	yield As Double
) As Double
- price  Double
 -  
 - yield  Double
 -  
 
Double
 the average price value obtained by varying the yield up and down
 one basis point.
 
CalculatorcalculatePriceValue1BP(Double, Double)