MaturingSecuritycreateCalculator(FISADate, HolidaySchedule) Method
 Create a new 
Calculator
 for this Security and provided settlementDate.  The maturity
 
Redemption will be used with
 this settlementDate to create a new
 
Calculator.
 
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public override Calculator createCalculator(
	FISADate settlementDate,
	HolidaySchedule holidaySchedule
)
Public Overrides Function createCalculator ( 
	settlementDate As FISADate,
	holidaySchedule As HolidaySchedule
) As Calculator
- settlementDate  FISADate
 - 
 The binding settlementDate for which all calculations will be run.
 
 - holidaySchedule  HolidaySchedule
 - 
 A HolidaySchedule to be used for calculating True Yield.
 If null, only weekend days will be used for cash flow date adjustments.
 
 
Calculator
 A 
Calculator for this Security
 and provided settlement date to maturity
 
Redemption period.
 
SecuritycreateCalculator(FISADate, HolidaySchedule)