Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SoftCallability Class Reference

callability leaving to the holder the possibility to convert More...

#include <qle/instruments/convertiblebond.hpp>

+ Inheritance diagram for SoftCallability:
+ Collaboration diagram for SoftCallability:

Public Member Functions

 SoftCallability (const Bond::Price &price, const Date &date, Real trigger)
 
Real trigger () const
 

Private Attributes

Real trigger_
 

Detailed Description

callability leaving to the holder the possibility to convert

Definition at line 45 of file convertiblebond.hpp.

Constructor & Destructor Documentation

◆ SoftCallability()

SoftCallability ( const Bond::Price &  price,
const Date &  date,
Real  trigger 
)

Definition at line 47 of file convertiblebond.hpp.

48 : Callability(price, Callability::Call, date), trigger_(trigger) {}

Member Function Documentation

◆ trigger()

Real trigger ( ) const

Definition at line 49 of file convertiblebond.hpp.

49{ return trigger_; }

Member Data Documentation

◆ trigger_

Real trigger_
private

Definition at line 52 of file convertiblebond.hpp.