QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Gaussian1dModel::CachedSwapKey Struct Reference
+ Collaboration diagram for Gaussian1dModel::CachedSwapKey:

Public Member Functions

bool operator== (const CachedSwapKey &o) const
 

Public Attributes

const ext::shared_ptr< SwapIndexindex
 
const Date fixing
 
const Period tenor
 

Detailed Description

Definition at line 156 of file gaussian1dmodel.hpp.

Member Function Documentation

◆ operator==()

bool operator== ( const CachedSwapKey o) const

Definition at line 160 of file gaussian1dmodel.hpp.

Member Data Documentation

◆ index

const ext::shared_ptr<SwapIndex> index

Definition at line 157 of file gaussian1dmodel.hpp.

◆ fixing

const Date fixing

Definition at line 158 of file gaussian1dmodel.hpp.

◆ tenor

const Period tenor

Definition at line 159 of file gaussian1dmodel.hpp.