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

#include <qle/models/crossassetanalytics.hpp>

+ Collaboration diagram for vx:

Public Member Functions

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

Public Attributes

const Size i_
 

Detailed Description

FX variance component

Definition at line 463 of file crossassetanalytics.hpp.

Constructor & Destructor Documentation

◆ vx()

vx ( const Size  i)

Definition at line 464 of file crossassetanalytics.hpp.

Member Function Documentation

◆ eval()

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

Definition at line 465 of file crossassetanalytics.hpp.

465{ return x.fxbs(i_)->variance(t); }
+ 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 466 of file crossassetanalytics.hpp.