IndexLinkedInterestRateSchedule(FISADate, Redemption, Double, Int32, Boolean, FISADate, PriceIndexFactory, Double) Constructor
Create an IndexLinkedInterestRateSchedule.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public IndexLinkedInterestRateSchedule(
	FISADate settlementDate,
	Redemption redemption,
	double interestRate,
	int interestFrequency,
	bool eomAdjust,
	FISADate datedDate,
	PriceIndexFactory priceIndices,
	double inflationRate
)
Public Sub New ( 
	settlementDate As FISADate,
	redemption As Redemption,
	interestRate As Double,
	interestFrequency As Integer,
	eomAdjust As Boolean,
	datedDate As FISADate,
	priceIndices As PriceIndexFactory,
	inflationRate As Double
)
Parameters
- settlementDate  FISADate
 -  
 - redemption  Redemption
 -  
 - interestRate  Double
 -  
 - interestFrequency  Int32
 -  
 - eomAdjust  Boolean
 -  
 - datedDate  FISADate
 -  
 - priceIndices  PriceIndexFactory
 -  
 - inflationRate  Double
 -