Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
zetay Struct Reference

INF zeta component. May relate to real rate portion of JY model or z component of DK model. More...

#include <qle/models/crossassetanalytics.hpp>

+ Collaboration diagram for zetay:

Public Member Functions

 zetay (const Size i)
 
Real eval (const CrossAssetModel &x, const Real t) const
 

Public Attributes

const Size i_
 

Detailed Description

INF zeta component. May relate to real rate portion of JY model or z component of DK model.

Definition at line 502 of file crossassetanalytics.hpp.

Constructor & Destructor Documentation

◆ zetay()

zetay ( const Size  i)

Definition at line 503 of file crossassetanalytics.hpp.

Member Function Documentation

◆ eval()

Real eval ( const CrossAssetModel x,
const Real  t 
) const

Definition at line 505 of file crossassetanalytics.hpp.

505 {
507 return x.infdk(i_)->zeta(t);
509 return x.infjy(i_)->realRate()->zeta(t);
510 else
511 QL_FAIL("Expected inflation model to be JY or DK");
512 }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ i_

const Size i_

Definition at line 514 of file crossassetanalytics.hpp.