Package org.drip.capital.setting
Class SimulationControl
java.lang.Object
org.drip.capital.setting.SimulationControl
public class SimulationControl
extends java.lang.Object
SimulationControl holds the Parameters guiding the Monte-Carlo Simulation 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
- Module = Portfolio Core Module
- Library = Capital Analytics
- Project = Basel Market Risk and Operational Capital
- Package = Economic Risk Capital Simulation Settings
- Author:
- Lakshmi Krishnamurthy
-
Field Summary
Fields Modifier and Type Field Description static intSYSTEMIC_STRESS_INCIDENCE_RANDOM_SAMPLINGSystemic Stress Incidence Sampling - Randomstatic intSYSTEMIC_STRESS_INCIDENCE_STRATIFIED_SAMPLINGSystemic Stress Incidence Sampling - Stratified -
Constructor Summary
Constructors Constructor Description SimulationControl(int pathCount, int systemicStressIncidenceSampling)SimulationControl Constructor -
Method Summary
Modifier and Type Method Description intpathCount()Retrieve the Number of Paths guiding the Simulationstatic SimulationControlStandard()Construct the Standard Instance of the SimulationControlintsystemicStressIncidenceSampling()Retrieve the Systemic Stress Incidence Sampling IndicatorMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SYSTEMIC_STRESS_INCIDENCE_RANDOM_SAMPLING
public static final int SYSTEMIC_STRESS_INCIDENCE_RANDOM_SAMPLINGSystemic Stress Incidence Sampling - Random- See Also:
- Constant Field Values
-
SYSTEMIC_STRESS_INCIDENCE_STRATIFIED_SAMPLING
public static final int SYSTEMIC_STRESS_INCIDENCE_STRATIFIED_SAMPLINGSystemic Stress Incidence Sampling - Stratified- See Also:
- Constant Field Values
-
-
Constructor Details
-
SimulationControl
public SimulationControl(int pathCount, int systemicStressIncidenceSampling) throws java.lang.ExceptionSimulationControl Constructor- Parameters:
pathCount- Total Path CountsystemicStressIncidenceSampling- Systemic Stress Incidence Sampling Flag- Throws:
java.lang.Exception- Thrown if the Inputs are Invalid
-
-
Method Details
-
Standard
Construct the Standard Instance of the SimulationControl- Returns:
- Standard Instance of the SimulationControl
-
pathCount
public int pathCount()Retrieve the Number of Paths guiding the Simulation- Returns:
- Number of Paths guiding the Simulation
-
systemicStressIncidenceSampling
public int systemicStressIncidenceSampling()Retrieve the Systemic Stress Incidence Sampling Indicator- Returns:
- Systemic Stress Incidence Sampling Indicator
-