Uses of Class
org.drip.capital.entity.ManagedSegmentL1
Package | Description |
---|---|
org.drip.capital.entity |
Economic Risk Capital Estimation Nodes
|
-
Uses of ManagedSegmentL1 in org.drip.capital.entity
Subclasses of ManagedSegmentL1 in org.drip.capital.entity Modifier and Type Class Description class
ManagedSegmentLn
ManagedSegmentLn implements the VaR and the Stress Functionality inside of the Ln Managed Segment.Methods in org.drip.capital.entity that return types with arguments of type ManagedSegmentL1 Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<ManagedSegmentL1>>
ManagedSegmentLn. managedSegmentL1ListMap()
Retrieve the L1 Managed Segment List MapConstructor parameters in org.drip.capital.entity with type arguments of type ManagedSegmentL1 Constructor Description ManagedSegmentLn(java.util.Map<java.lang.String,java.util.List<ManagedSegmentL1>> managedSegmentL1ListMap, CapitalSegmentCoordinate managedSegmentCoordinate, CapitalUnit[] capitalUnitArray)
ManagedSegmentLn Constructor