Class CapitalEstimationContextManager

java.lang.Object
org.drip.capital.env.CapitalEstimationContextManager

public class CapitalEstimationContextManager
extends java.lang.Object
CapitalEstimationContextManager initializes the Capital Estimation Context Settings. The References are:

  • Bank for International Supervision(2005): Stress Testing at Major Financial Institutions: Survey Results and Practice https://www.bis.org/publ/cgfs24.htm
  • Glasserman, P. (2004): Monte Carlo Methods in Financial Engineering Springer
  • Kupiec, P. H. (2000): Stress Tests and Risk Capital Risk 2 (4) 27-39


Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    CapitalEstimationContextManager()  
  • Method Summary

    Modifier and Type Method Description
    static CapitalEstimationContextContainer ContextContainer()
    Retrieve the Built-in Capital Estimation Context Container
    static boolean Init()
    Initialize the Capital Estimation Context Manager

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CapitalEstimationContextManager

      public CapitalEstimationContextManager()
  • Method Details

    • Init

      public static final boolean Init()
      Initialize the Capital Estimation Context Manager
      Returns:
      TRUE - The Capital Estimation Context Manager successfully initialized
    • ContextContainer

      public static final CapitalEstimationContextContainer ContextContainer()
      Retrieve the Built-in Capital Estimation Context Container
      Returns:
      The Built-in Capital Estimation Context Container