|
American-transaction costs 1.0.0.0
American option pricer under proportional transaction costs
|
ShortRate with continuous compounding. More...
#include <shortratecontinuous.h>
Public Member Functions | |
| coefficient | accumulate (const coefficient t1, const coefficient t2) const |
| coefficient | discount (const coefficient t1, const coefficient t2) const |
| ShortRateContinuous (const ParameterIntegrableBridge &r) | |
ShortRate with continuous compounding.
| ShortRateContinuous::ShortRateContinuous | ( | const ParameterIntegrableBridge & | r | ) | [inline] |
| coefficient ShortRateContinuous::accumulate | ( | const coefficient | t1, |
| const coefficient | t2 | ||
| ) | const [inline, virtual] |
Value at t2 of one unit at time t1.
Implements ShortRate.
| coefficient ShortRateContinuous::discount | ( | const coefficient | t1, |
| const coefficient | t2 | ||
| ) | const [inline, virtual] |
Value at t1 of one unit at time t2.
Implements ShortRate.