All Implemented Interfaces:
Serializable, Product, TermStructureMonteCarloProduct, MonteCarloProduct

public class ExposureEstimator extends AbstractProductComponent
Implements (a numerical approximation of) the function \( (t,V) \mapsto E( V(t) \vert \mathcal{F}_t ) \) where \( V(t) \) is the (sum of) discounted future value(s) of an underlying \( V \), discounted to \( t \) and \( t \) is a given evaluation time. The conditional expectation is estimated using a regression.
Version:
1.3
Author:
Christian Fries
See Also:
  • Constructor Details

    • ExposureEstimator

      public ExposureEstimator(AbstractTermStructureMonteCarloProduct underlying)
      Creates (a numerical approximation of) the function \( (t,V) \mapsto E( V(t) \vert \mathcal{F}_t ) \) where \( V(t) \) is the (sum of) discounted future value(s) of an underlying \( V \), discounted to \( t \) and \( t \) is a given evaluation time.
      Parameters:
      underlying - The underlying.
  • Method Details