Package org.drip.capital.shell
Class CreditSpreadEventContainer
java.lang.Object
org.drip.capital.shell.CreditSpreadEventContainer
public class CreditSpreadEventContainer
extends java.lang.Object
CreditSpreadEventContainer maintains all the Credit Spread Events needed for a Full GSST Scenario
Design Run. 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 Parameter Contexts
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description CreditSpreadEventContainer()
Empty CreditSpreadEventContainer Constructor -
Method Summary
Modifier and Type Method Description boolean
add(CreditSpreadEvent creditSpreadEvent)
Add the Specified Credit Spread Eventint
count()
Retrieve the Count of the Credit Spread Eventsjava.util.Map<java.lang.Integer,CreditSpreadEvent>
creditSpreadEventMap()
Retrieve the Credit Spread Event MapMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CreditSpreadEventContainer
public CreditSpreadEventContainer()Empty CreditSpreadEventContainer Constructor
-
-
Method Details
-
creditSpreadEventMap
Retrieve the Credit Spread Event Map- Returns:
- Credit Spread Event Map
-
count
public int count()Retrieve the Count of the Credit Spread Events- Returns:
- Count of the Credit Spread Events
-
add
Add the Specified Credit Spread Event- Parameters:
creditSpreadEvent
- The Credit Spread Event- Returns:
- TRUE - The Credit Spread Event successfully added
-