Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CrossCcySwap::results Class Reference

#include <qle/instruments/crossccyswap.hpp>

+ Inheritance diagram for CrossCcySwap::results:
+ Collaboration diagram for CrossCcySwap::results:

Public Member Functions

void reset () override
 

Public Attributes

std::vector< Real > inCcyLegNPV
 
std::vector< Real > inCcyLegBPS
 
std::vector< DiscountFactor > npvDateDiscounts
 

Detailed Description

Definition at line 108 of file crossccyswap.hpp.

Member Function Documentation

◆ reset()

void reset ( )
override

Definition at line 99 of file crossccyswap.cpp.

99 {
100 Swap::results::reset();
101 inCcyLegNPV.clear();
102 inCcyLegBPS.clear();
103 npvDateDiscounts.clear();
104}
std::vector< DiscountFactor > npvDateDiscounts
std::vector< Real > inCcyLegNPV
std::vector< Real > inCcyLegBPS
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ inCcyLegNPV

std::vector<Real> inCcyLegNPV

Definition at line 110 of file crossccyswap.hpp.

◆ inCcyLegBPS

std::vector<Real> inCcyLegBPS

Definition at line 111 of file crossccyswap.hpp.

◆ npvDateDiscounts

std::vector<DiscountFactor> npvDateDiscounts

Definition at line 112 of file crossccyswap.hpp.