IndexLinkedInterestRateSchedule(FISADate, Redemption, Double, Int32, Boolean, FISADate, PriceIndexFactory, Double) Constructor

Create an IndexLinkedInterestRateSchedule.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public IndexLinkedInterestRateSchedule(
	FISADate settlementDate,
	Redemption redemption,
	double interestRate,
	int interestFrequency,
	bool eomAdjust,
	FISADate datedDate,
	PriceIndexFactory priceIndices,
	double inflationRate
)

Parameters

settlementDate  FISADate
 
redemption  Redemption
 
interestRate  Double
 
interestFrequency  Int32
 
eomAdjust  Boolean
 
datedDate  FISADate
 
priceIndices  PriceIndexFactory
 
inflationRate  Double
 

See Also