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

#include <qle/models/crossassetanalytics.hpp>

+ Collaboration diagram for vs:

Public Member Functions

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

Public Attributes

const Size i_
 

Detailed Description

EQ variance component

Definition at line 574 of file crossassetanalytics.hpp.

Constructor & Destructor Documentation

◆ vs()

vs ( const Size  i)

Definition at line 575 of file crossassetanalytics.hpp.

Member Function Documentation

◆ eval()

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

Definition at line 576 of file crossassetanalytics.hpp.

576{ return x.eqbs(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 577 of file crossassetanalytics.hpp.