SecuritycreateQuoteAnalytics(Quote, FISADate, HolidaySchedule) Method
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
QuoteAnalytics createQuoteAnalytics(
	Quote quote,
	FISADate settlementDate,
	HolidaySchedule holidaySchedule
)
Function createQuoteAnalytics ( 
	quote As Quote,
	settlementDate As FISADate,
	holidaySchedule As HolidaySchedule
) As QuoteAnalytics
- quote  Quote
 - 
 a Quote for which all
 calculations will be run.
 
 - settlementDate  FISADate
 - 
 the settlementDate for which all calculations will be run.
 
 - holidaySchedule  HolidaySchedule
 - 
 A pointer to a HolidaySchedule to be used for calculating True Yield.
 If 0, only weekend days will be used for cash flow date adjustments.
 
 
QuoteAnalytics
 an auto_ptr to a 
QuoteAnalytics
 object.
 
 
 This class can be used to calculate from a given Quote to each redemption
 available in this security.