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

#include <ql/termstructures/volatility/smilesectionutils.hpp>

+ Collaboration diagram for SmileSectionUtils:

Public Member Functions

 SmileSectionUtils (const SmileSection &section, const std::vector< Real > &moneynessGrid=std::vector< Real >(), Real atm=Null< Real >(), bool deleteArbitragePoints=false)
 
std::pair< Real, RealarbitragefreeRegion () const
 
std::pair< Size, SizearbitragefreeIndices () const
 
const std::vector< Real > & moneyGrid () const
 
const std::vector< Real > & strikeGrid () const
 
const std::vector< Real > & callPrices () const
 
Real atmLevel () const
 

Private Member Functions

bool af (Size i0, Size i, Size i1) const
 

Private Attributes

std::vector< Realm_
 
std::vector< Realc_
 
std::vector< Realk_
 
Size leftIndex_
 
Size rightIndex_
 
Real f_
 

Detailed Description

smile-section utilities, the moneyness is expressed in

Definition at line 36 of file smilesectionutils.hpp.

Constructor & Destructor Documentation

◆ SmileSectionUtils()

SmileSectionUtils ( const SmileSection section,
const std::vector< Real > &  moneynessGrid = std::vector<Real>(),
Real  atm = Null<Real>(),
bool  deleteArbitragePoints = false 
)

Definition at line 26 of file smilesectionutils.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ arbitragefreeRegion()

std::pair< Real, Real > arbitragefreeRegion ( ) const

Definition at line 197 of file smilesectionutils.cpp.

◆ arbitragefreeIndices()

std::pair< Size, Size > arbitragefreeIndices ( ) const

Definition at line 201 of file smilesectionutils.cpp.

◆ moneyGrid()

const std::vector< Real > & moneyGrid ( ) const

Definition at line 45 of file smilesectionutils.hpp.

+ Here is the caller graph for this function:

◆ strikeGrid()

const std::vector< Real > & strikeGrid ( ) const

Definition at line 46 of file smilesectionutils.hpp.

+ Here is the caller graph for this function:

◆ callPrices()

const std::vector< Real > & callPrices ( ) const

Definition at line 47 of file smilesectionutils.hpp.

◆ atmLevel()

Real atmLevel ( ) const

Definition at line 48 of file smilesectionutils.hpp.

◆ af()

bool af ( Size  i0,
Size  i,
Size  i1 
) const
private

Definition at line 205 of file smilesectionutils.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_

std::vector<Real> m_
private

Definition at line 52 of file smilesectionutils.hpp.

◆ c_

std::vector<Real> c_
private

Definition at line 52 of file smilesectionutils.hpp.

◆ k_

std::vector<Real> k_
private

Definition at line 52 of file smilesectionutils.hpp.

◆ leftIndex_

Size leftIndex_
private

Definition at line 53 of file smilesectionutils.hpp.

◆ rightIndex_

Size rightIndex_
private

Definition at line 53 of file smilesectionutils.hpp.

◆ f_

Real f_
private

Definition at line 54 of file smilesectionutils.hpp.