Class StressScenarioQuantification
java.lang.Object
org.drip.capital.systemicscenario.StressScenarioQuantification
public class StressScenarioQuantification
extends java.lang.Object
StressScenarioQuantification specifies the Unit and the Type of Change for the given Market
Factor/Applicability Combination. 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 = Systemic Stress Scenario Design/Construction
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description StressScenarioQuantification(java.lang.String typeOfChange, int unit)
StressScenarioQuantification Constructor -
Method Summary
Modifier and Type Method Description java.lang.String
typeOfChange()
Retrieve the Type of Changeint
unit()
Retrieve the Unit of ChangeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StressScenarioQuantification
public StressScenarioQuantification(java.lang.String typeOfChange, int unit) throws java.lang.ExceptionStressScenarioQuantification Constructor- Parameters:
typeOfChange
- Type of Changeunit
- Unit of Change- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
unit
public int unit()Retrieve the Unit of Change- Returns:
- The Unit of Change
-
typeOfChange
public java.lang.String typeOfChange()Retrieve the Type of Change- Returns:
- The Type of Change
-