Uses of Class
org.drip.portfolioconstruction.composite.Benchmark
Package | Description |
---|---|
org.drip.portfolioconstruction.composite |
Portfolio Construction Component Groups Suite
|
org.drip.portfolioconstruction.core |
Core Portfolio Construction Component Suite
|
-
Uses of Benchmark in org.drip.portfolioconstruction.composite
Methods in org.drip.portfolioconstruction.composite that return Benchmark Modifier and Type Method Description static Benchmark
Benchmark. Standard(java.lang.String name, java.lang.String type, java.lang.String category, Holdings holdings)
Construct a Standard Benchmark Instance Without Cash -
Uses of Benchmark in org.drip.portfolioconstruction.core
Methods in org.drip.portfolioconstruction.core that return Benchmark Modifier and Type Method Description Benchmark
Account. objectiveBenchmark()
Retrieve the Objective Benchmark InstanceBenchmark
Account. trackingBenchmark()
Retrieve the Tracking Benchmark InstanceMethods in org.drip.portfolioconstruction.core with parameters of type Benchmark Modifier and Type Method Description boolean
Account. setObjectiveBenchmark(Benchmark objectiveBenchmark)
Set the Objective Benchmark Instanceboolean
Account. setTrackingBenchmark(Benchmark trackingBenchmark)
Set the Tracking Benchmark Instance