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

#include <qle/models/crossassetanalytics.hpp>

+ Collaboration diagram for ryy:

Public Member Functions

 ryy (QuantLib::Size i, QuantLib::Size j, QuantLib::Size iOffset=0, QuantLib::Size jOffset=0)
 
QuantLib::Real eval (const CrossAssetModel &x, const QuantLib::Real) const
 

Public Attributes

QuantLib::Size i_
 
QuantLib::Size j_
 
QuantLib::Size iOffset_
 
QuantLib::Size jOffset_
 

Detailed Description

INF-INF correlation component.

The possible inflation models are DK and JY. The i-th and j-th inflation models are not necessarily of the same type. The offset is needed here in particular for the JY model where a value of 0 indicates the Brownian motion associated with the real rate component and a value of 1 indicates the Brownian motion associated with the CPI index component.

Definition at line 621 of file crossassetanalytics.hpp.

Constructor & Destructor Documentation

◆ ryy()

ryy ( QuantLib::Size  i,
QuantLib::Size  j,
QuantLib::Size  iOffset = 0,
QuantLib::Size  jOffset = 0 
)

Member Function Documentation

◆ eval()

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

Definition at line 625 of file crossassetanalytics.hpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_

QuantLib::Size i_

Definition at line 630 of file crossassetanalytics.hpp.

◆ j_

QuantLib::Size j_

Definition at line 631 of file crossassetanalytics.hpp.

◆ iOffset_

QuantLib::Size iOffset_

Definition at line 632 of file crossassetanalytics.hpp.

◆ jOffset_

QuantLib::Size jOffset_

Definition at line 633 of file crossassetanalytics.hpp.