Package org.drip.sample.helitterman
Class Table8Reconciler
java.lang.Object
org.drip.sample.helitterman.Table8Reconciler
public class Table8Reconciler
extends java.lang.Object
Table8Reconciler reconciles the First Set of Outputs (Table #8) of the Black-Litterman Model
Process as illustrated in the Following Paper:
- He. G., and R. Litterman (1999): The Intuition behind the Black-Litterman Model Portfolios, Goldman Sachs Asset Management
- Module = Portfolio Core Module
- Library = Asset Allocation Analytics
- Project = DROP API Construction and Usage
- Package = He Litterman (1999) Projection Loadings
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description Table8Reconciler()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] argumentArray)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Table8Reconciler
public Table8Reconciler()
-
-
Method Details
-
main
public static final void main(java.lang.String[] argumentArray) throws java.lang.ExceptionEntry Point- Parameters:
argumentArray
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-