InflationIndexedCalculator Constructor

Initializes a new instance of the InflationIndexedCalculator class

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public InflationIndexedCalculator(
	Calculator delegateCalculator,
	FISADate settlementDate,
	FISADate datedDate,
	PriceIndexFactory priceIndexFactory
)

Parameters

delegateCalculator  Calculator
 
settlementDate  FISADate
 
datedDate  FISADate
 
priceIndexFactory  PriceIndexFactory
 

See Also