Callability Class Reference

instrument callability More...

#include <ql/instruments/callabilityschedule.hpp>

Inheritance diagram for Callability:

List of all members.

Classes

class  Price
 amount to be paid upon callability More...

Public Types

enum  Type { Call, Put }
 type of the callability

Public Member Functions

 Callability (const Price &price, Type type, const Date &date)
const Priceprice () const
Type type () const
Event interface
Date date () const
 returns the date at which the event occurs
Visitability
virtual void accept (AcyclicVisitor &)


Detailed Description

instrument callability
Examples:

CallableBonds.cpp, and ConvertibleBonds.cpp.