QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Namespaces | Functions
marketmodeldifferences.hpp File Reference
#include <ql/types.hpp>
#include <ql/shared_ptr.hpp>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  QuantLib
 

Functions

std::vector< Volatility > rateVolDifferences (const MarketModel &marketModel1, const MarketModel &marketModel2)
 
std::vector< Spread > rateInstVolDifferences (const MarketModel &marketModel1, const MarketModel &marketModel2, Size index)
 
std::vector< Real > coterminalSwapPseudoRoots (const PiecewiseConstantCorrelation &, const std::vector< ext::shared_ptr< PiecewiseConstantVariance > > &, const std::vector< Time > &)