QuantoTermStructure Class Reference

#include <ql/TermStructures/quantotermstructure.hpp>

Inheritance diagram for QuantoTermStructure:

Inheritance graph
[legend]
List of all members.

Detailed Description

Quanto term structure.

Quanto term structure for modelling quanto effect in option pricing.

Note:
This term structure will remain linked to the original structures, i.e., any changes in the latters will be reflected in this structure as well.


Public Member Functions

 QuantoTermStructure (const Handle< YieldTermStructure > &underlyingDividendTS, const Handle< YieldTermStructure > &riskFreeTS, const Handle< YieldTermStructure > &foreignRiskFreeTS, const Handle< BlackVolTermStructure > &underlyingBlackVolTS, Real strike, const Handle< BlackVolTermStructure > &exchRateBlackVolTS, Real exchRateATMlevel, Real underlyingExchRateCorrelation)
YieldTermStructure interface
DayCounter dayCounter () const
 the day counter used for date/time conversion
Calendar calendar () const
 the calendar used for reference date calculation
const DatetodaysDate () const
 today's date
const DatereferenceDate () const
 the reference date, i.e., the date at which discount = 1
Date maxDate () const
 the latest date for which the curve can return rates

Protected Member Functions

Rate zeroYieldImpl (Time) const
 returns the zero yield as seen from the evaluation date


Member Function Documentation

const Date & todaysDate  )  const [virtual]
 

today's date

Deprecated:
use Settings::instance().evaluationDate().

Reimplemented from BaseTermStructure.


QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen