Uses of Class
org.drip.capital.stress.Event
| Package | Description |
|---|---|
| org.drip.capital.entity |
Economic Risk Capital Estimation Nodes
|
| org.drip.capital.stress |
Economic Risk Capital Stress Event Settings
|
-
Uses of Event in org.drip.capital.entity
Methods in org.drip.capital.entity that return Event Modifier and Type Method Description EventCapitalUnitEventContainer. idiosyncraticEvent(java.lang.String idiosyncraticEventName)Retrieve the Idiosyncratic Event by NameEventCapitalUnitEventContainer. systemicEvent(java.lang.String systemicEventName)Retrieve the Systemic Event by NameMethods in org.drip.capital.entity with parameters of type Event Modifier and Type Method Description booleanCapitalUnitEventContainer. addIdiosyncraticEvent(Event idiosyncraticEvent)Add Idiosyncratic EventbooleanCapitalUnitEventContainer. addSystemicEvent(Event systemicEvent)Add Systemic Event -
Uses of Event in org.drip.capital.stress
Methods in org.drip.capital.stress that return Event Modifier and Type Method Description EventIdiosyncraticEventContainer. event(java.lang.String eventName)Retrieve the Stress EventEventSystemicEventContainer. event(java.lang.String eventName)Retrieve the Stress EventMethods in org.drip.capital.stress that return types with arguments of type Event Modifier and Type Method Description java.util.Map<java.lang.String,Event>IdiosyncraticEventContainer. eventMap()Retrieve the Stress Event Specification Mapjava.util.Map<java.lang.String,Event>SystemicEventContainer. eventMap()Retrieve the Stress Event MapMethods in org.drip.capital.stress with parameters of type Event Modifier and Type Method Description booleanEventProbabilityContainer. addEvent(Event event)Add the Stress EventbooleanEventProbabilityLadder. addEvent(Event event)Add the Specified Stress EventbooleanIdiosyncraticEventContainer. addEvent(Event event)Add the Specified Stress Event SpecificationbooleanSystemicEventContainer. addEvent(Event event)Add the Specified Stress Event