SecuritycreateQuoteAnalytics(Quote, FISADate, HolidaySchedule) Method

Create a QuoteAnalytics object for this Security and provided settlementDate and Quote.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
QuoteAnalytics createQuoteAnalytics(
	Quote quote,
	FISADate settlementDate,
	HolidaySchedule holidaySchedule
)

Parameters

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.

Return Value

QuoteAnalytics
an auto_ptr to a QuoteAnalytics object.

Remarks

This class can be used to calculate from a given Quote to each redemption available in this security.

Exceptions

CalculationException CalculationException

See Also