Package org.drip.sample.helitterman
Class Table4DetailedBlowout
java.lang.Object
org.drip.sample.helitterman.Table4DetailedBlowout
public class Table4DetailedBlowout
extends java.lang.Object
Table4DetailedBlowout replicates the detailed Steps involved in the Black-Litterman Model Process
as illustrated in Table #4 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 Table4DetailedBlowout()
-
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
-
Table4DetailedBlowout
public Table4DetailedBlowout()
-
-
Method Details
-
main
public static 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
-