QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
MarketModelDiscounter Class Reference

#include <discounter.hpp>

+ Collaboration diagram for MarketModelDiscounter:

Public Member Functions

 MarketModelDiscounter (Time paymentTime, const std::vector< Time > &rateTimes)
 
Real numeraireBonds (const CurveState &, Size numeraire) const
 

Private Attributes

Size before_
 
Real beforeWeight_
 

Detailed Description

Definition at line 31 of file discounter.hpp.

Constructor & Destructor Documentation

◆ MarketModelDiscounter()

MarketModelDiscounter ( Time  paymentTime,
const std::vector< Time > &  rateTimes 
)

Definition at line 27 of file discounter.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ numeraireBonds()

Real numeraireBonds ( const CurveState curveState,
Size  numeraire 
) const

Definition at line 43 of file discounter.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ before_

Size before_
private

Definition at line 38 of file discounter.hpp.

◆ beforeWeight_

Real beforeWeight_
private

Definition at line 39 of file discounter.hpp.