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

INF alpha 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 ay:

Public Member Functions

 ay (QuantLib::Size i)
 
QuantLib::Real eval (const CrossAssetModel &x, const QuantLib::Real t) const
 

Public Attributes

QuantLib::Size i_
 

Detailed Description

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

Definition at line 486 of file crossassetanalytics.hpp.

Constructor & Destructor Documentation

◆ ay()

ay ( QuantLib::Size  i)

Definition at line 487 of file crossassetanalytics.hpp.

Member Function Documentation

◆ eval()

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

Definition at line 489 of file crossassetanalytics.hpp.

489 {
491 return x.infdk(i_)->alpha(t);
493 return x.infjy(i_)->realRate()->alpha(t);
494 else
495 QL_FAIL("Expected inflation model to be JY or DK");
496 }
+ Here is the call graph for this function:

Member Data Documentation

◆ i_

QuantLib::Size i_

Definition at line 498 of file crossassetanalytics.hpp.