IndexLinkedInterestRateSchedule(FISADate, Redemption, Double, Int32, Boolean, FISADate, PriceIndexFactory) 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
)

Parameters

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

Remarks

The inflation rate will be calculated based on the current RPI, and the RPI 12 months prior.

See Also