|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <conundrumpricer.hpp>
Collaboration diagram for GFunctionFactory:Classes | |
| class | GFunctionExactYield |
| class | GFunctionStandard |
| class | GFunctionWithShifts |
Public Types | |
| enum | YieldCurveModel { Standard , ExactYield , ParallelShifts , NonParallelShifts } |
Public Member Functions | |
| GFunctionFactory ()=delete | |
Static Public Member Functions | |
| static ext::shared_ptr< GFunction > | newGFunctionStandard (Size q, Real delta, Size swapLength) |
| static ext::shared_ptr< GFunction > | newGFunctionExactYield (const CmsCoupon &coupon) |
| static ext::shared_ptr< GFunction > | newGFunctionWithShifts (const CmsCoupon &coupon, const Handle< Quote > &meanReversion) |
Definition at line 72 of file conundrumpricer.hpp.
| enum YieldCurveModel |
| Enumerator | |
|---|---|
| Standard | |
| ExactYield | |
| ParallelShifts | |
| NonParallelShifts | |
Definition at line 74 of file conundrumpricer.hpp.
|
delete |