CashFlowCalculator(CashFlowSchedule, FISADate, Redemption, Double, Double, DayCountBasis, Int32, Boolean, FISADate) Constructor

Initializes a new instance of the CashFlowCalculator 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 CashFlowCalculator(
	CashFlowSchedule cashFlowSchedule,
	FISADate settlementDate,
	Redemption redemption,
	double parValue,
	double interestRate,
	DayCountBasis dayCountBasis,
	int interestFrequency,
	bool eomAdjust,
	FISADate datedDate
)

Parameters

cashFlowSchedule  CashFlowSchedule
 
settlementDate  FISADate
 
redemption  Redemption
 
parValue  Double
 
interestRate  Double
 
dayCountBasis  DayCountBasis
 
interestFrequency  Int32
 
eomAdjust  Boolean
 
datedDate  FISADate
 

See Also