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 BenchmarkBenchmark. 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 BenchmarkAccount. objectiveBenchmark()Retrieve the Objective Benchmark InstanceBenchmarkAccount. trackingBenchmark()Retrieve the Tracking Benchmark InstanceMethods in org.drip.portfolioconstruction.core with parameters of type Benchmark Modifier and Type Method Description booleanAccount. setObjectiveBenchmark(Benchmark objectiveBenchmark)Set the Objective Benchmark InstancebooleanAccount. setTrackingBenchmark(Benchmark trackingBenchmark)Set the Tracking Benchmark Instance