QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Static Public Member Functions | List of all members
GFunctionFactory Class Reference

#include <ql/cashflows/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< GFunctionnewGFunctionStandard (Size q, Real delta, Size swapLength)
 
static ext::shared_ptr< GFunctionnewGFunctionExactYield (const CmsCoupon &coupon)
 
static ext::shared_ptr< GFunctionnewGFunctionWithShifts (const CmsCoupon &coupon, const Handle< Quote > &meanReversion)
 

Detailed Description

Definition at line 78 of file conundrumpricer.hpp.

Member Enumeration Documentation

◆ YieldCurveModel

Enumerator
Standard 
ExactYield 
ParallelShifts 
NonParallelShifts 

Definition at line 80 of file conundrumpricer.hpp.

Constructor & Destructor Documentation

◆ GFunctionFactory()

GFunctionFactory ( )
delete

Member Function Documentation

◆ newGFunctionStandard()

ext::shared_ptr< GFunction > newGFunctionStandard ( Size  q,
Real  delta,
Size  swapLength 
)
static

Definition at line 631 of file conundrumpricer.cpp.

+ Here is the caller graph for this function:

◆ newGFunctionExactYield()

ext::shared_ptr< GFunction > newGFunctionExactYield ( const CmsCoupon coupon)
static

Definition at line 726 of file conundrumpricer.cpp.

+ Here is the caller graph for this function:

◆ newGFunctionWithShifts()

ext::shared_ptr< GFunction > newGFunctionWithShifts ( const CmsCoupon coupon,
const Handle< Quote > &  meanReversion 
)
static

Definition at line 982 of file conundrumpricer.cpp.

+ Here is the caller graph for this function: